diff --git a/TODO b/TODO index 011f021..198a7f8 100644 --- a/TODO +++ b/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 add more abstract en+de-cryption() functions to libpcp/crypto, which -work with already en+de-coded in+out-put. \ No newline at end of file +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 \ No newline at end of file diff --git a/autogen.sh b/autogen.sh index f9a3c41..5bff8d7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,8 +7,7 @@ find . -name Makefile -exec rm {} \; find . -name Makefile.in -exec rm {} \; find . -name "*~" -exec rm {} \; find . -name config.h -exec rm {} \; -find . -name stamp.h -exec rm {} \; -find . -name stamp-h1 -exec rm {} \; +find . -name "stamp*" -exec rm {} \; find . -name .deps -exec rm -rf {} \; find . -name .libs -exec rm -rf {} \; find . -name .o -exec rm -rf {} \; diff --git a/man/pcp1.1 b/man/pcp1.1 index 0f313d5..2b43589 100644 --- a/man/pcp1.1 +++ b/man/pcp1.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .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 .\" way too many mistakes in technical documents. .if n .ad l