mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
-
This commit is contained in:
6
TODO
6
TODO
@@ -3,4 +3,8 @@ aix works now so far, but -R doesnt work - now it does but decryption fails for
|
|||||||
libpcp/z85.c:148 free(z85) leads to coredump on aix sometimes
|
libpcp/z85.c:148 free(z85) leads to coredump on aix sometimes
|
||||||
|
|
||||||
add more abstract en+de-cryption() functions to libpcp/crypto, which
|
add more abstract en+de-cryption() functions to libpcp/crypto, which
|
||||||
work with already en+de-coded in+out-put.
|
work with already en+de-coded in+out-put.
|
||||||
|
|
||||||
|
Bug: pcp_z85_decode() segfaults at z85.c:83 if input consists of "-----" only.
|
||||||
|
|
||||||
|
Bug: pcp_z85_decode() fails if after end marker follows something, even whitespaces
|
||||||
@@ -7,8 +7,7 @@ find . -name Makefile -exec rm {} \;
|
|||||||
find . -name Makefile.in -exec rm {} \;
|
find . -name Makefile.in -exec rm {} \;
|
||||||
find . -name "*~" -exec rm {} \;
|
find . -name "*~" -exec rm {} \;
|
||||||
find . -name config.h -exec rm {} \;
|
find . -name config.h -exec rm {} \;
|
||||||
find . -name stamp.h -exec rm {} \;
|
find . -name "stamp*" -exec rm {} \;
|
||||||
find . -name stamp-h1 -exec rm {} \;
|
|
||||||
find . -name .deps -exec rm -rf {} \;
|
find . -name .deps -exec rm -rf {} \;
|
||||||
find . -name .libs -exec rm -rf {} \;
|
find . -name .libs -exec rm -rf {} \;
|
||||||
find . -name .o -exec rm -rf {} \;
|
find . -name .o -exec rm -rf {} \;
|
||||||
|
|||||||
@@ -124,7 +124,7 @@
|
|||||||
.\" ========================================================================
|
.\" ========================================================================
|
||||||
.\"
|
.\"
|
||||||
.IX Title "PCP1 1"
|
.IX Title "PCP1 1"
|
||||||
.TH PCP1 1 "2013-11-28" "PCP 0.1.5" "USER CONTRIBUTED DOCUMENTATION"
|
.TH PCP1 1 "2013-12-02" "PCP 0.1.5" "USER CONTRIBUTED DOCUMENTATION"
|
||||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||||
.\" way too many mistakes in technical documents.
|
.\" way too many mistakes in technical documents.
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
|
|||||||
Reference in New Issue
Block a user