Module Name:src
Committed By: jhigh
Date: Wed Jul 28 22:31:45 UTC 2021
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: packet-print.c
packet-show.c
Log Message:
print Issuer Fingerprint subpacket 33 (rfc4880bis-08:5.2.3.28) rather than
Unknown
T
Module Name:src
Committed By: wiz
Date: Sun Nov 1 11:29:17 UTC 2020
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: Makefile.in
bzlib_private.h libverify.c verify.h
Added Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify:
Module Name:src
Committed By: jhigh
Date: Sat Oct 17 23:08:57 UTC 2020
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: libverify.c
Log Message:
absorb issuer fingerprint (RFC4880bis 5.2.3.28) in libverify.c
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: jhigh
Date: Wed Oct 14 05:19:41 UTC 2020
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: keyring.c packet-parse.c
packet.h
Log Message:
allow netpgp to absorb gpg2 subpkt 33 for list/enc/decrypt rsa keys
To generate
Module Name:src
Committed By: agc
Date: Mon May 4 00:18:34 UTC 2020
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: Makefile.bsd
b64.c b64.h bignum.c bn.h bzlib.c bzlib.h bzlib_private.h
libverify.c rsa.c rsa.h verify.h zlib.c
Module Name:src
Committed By: jhigh
Date: Sat Mar 21 01:07:21 UTC 2020
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
Log Message:
cleanly fail initialization on empty keyring
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 \
sr
Module Name:src
Committed By: mlelstv
Date: Tue Nov 13 14:52:31 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: keyring.c keyring.h misc.c
netpgp.c packet-parse.c packet.h
src/crypto/external/bsd/netpgp/dist/src/libmj: libmj.3 mj.c
Module Name:src
Committed By: christos
Date: Mon Aug 13 09:54:19 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: sha2.c
Log Message:
avoid redefinition
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/crypto/external/bs
Module Name:src
Committed By: christos
Date: Mon Aug 13 09:53:51 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libbn: bignum.c
Log Message:
sprinke const
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/crypto/external/bsd/netpgp/d
Module Name:src
Committed By: kamil
Date: Thu Jul 26 00:31:13 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: sha2.c
Log Message:
Avoid undefined behavior in netpgpverify/sha2.c
Do not change the signedness bit with a left shift operation.
C
Module Name:src
Committed By: kamil
Date: Thu Jul 26 00:26:45 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: pgpsum.c
Log Message:
Avoid undefined behavior in netpgpverify
Do not change the signedness bit with a left shift operation.
Cast t
Module Name:src
Committed By: sevan
Date: Thu May 10 15:00:36 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3
Log Message:
Add descriptions for
netpgp_match_keys()
netpgp_match_keys_json()
netpgp_match_pubkeys()
netpgp_validate_sigs()
netp
Module Name:src
Committed By: sevan
Date: Wed May 9 23:34:25 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3
Log Message:
Add a description of netpgp_unsetvar and netpgp_list_keys_json.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: wiz
Date: Wed May 9 07:59:38 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3
Log Message:
Fix typo, add 'and' in list.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 \
src/crypto/external
Module Name:src
Committed By: sevan
Date: Wed May 9 00:24:50 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3
Log Message:
Add the type of information returned about maintainer.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.
Module Name:src
Committed By: sevan
Date: Sun Apr 29 14:21:16 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3
Log Message:
Add the following functions to the list (TODO - add descriptions)
netpgp_unsetvar
netpgp_list_keys_json
netpgp_match
Module Name:src
Committed By: wiz
Date: Mon Apr 16 08:17:18 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 \
src/crypto/external/
Module Name:src
Committed By: sevan
Date: Sun Apr 15 23:00:36 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3
Log Message:
Break down explanation of netpgp_init to make it easier to extend.
Document how the userid is obtained.
To generat
Module Name:src
Committed By: sevan
Date: Wed Apr 4 21:39:35 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3
src/crypto/external/bsd/netpgp/dist/src/libbn: libnetpgpbn.3
src/crypto/external/bsd/netpgp/dist/src/libmj: libmj.
Module Name:src
Committed By: sevan
Date: Tue Apr 3 21:57:15 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3
src/crypto/external/bsd/netpgp/dist/src/libbn: libnetpgpbn.3
src/crypto/external/bsd/netpgp/dist/src/libmj: libmj.
Module Name:src
Committed By: sevan
Date: Mon Apr 2 10:30:07 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3
Log Message:
Revert previous change as the typedef should now work as intended.
Thanks christos, martin
To generate a diff of t
Module Name:src
Committed By: sevan
Date: Sun Apr 1 23:25:28 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3
Log Message:
netpgp_t is a structure
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 \
src/crypto/external/bs
Module Name:src
Committed By: christos
Date: Mon Feb 5 23:56:01 UTC 2018
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: openssl_crypto.c
signature.c
src/crypto/external/bsd/netpgp/dist/src/netpgp: Makefile
Log Message:
centralize the conv
Module Name:src
Committed By: khorben
Date: Sun Apr 9 23:03:51 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: signature.c
Log Message:
No longer hard-code the suffix length
This will avoid a buffer overflow if the suffix changes; it is currently
ha
Module Name:src
Committed By: khorben
Date: Sun Apr 9 22:48:39 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: signature.c
Log Message:
Output signatures to the standard output for "-"
This is to reflect the behaviour documented in netpgp(1).
Submi
Module Name:src
Committed By: khorben
Date: Sun Apr 9 22:44:34 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: signature.c
Log Message:
Avoid a type cast
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35
Module Name:src
Committed By: khorben
Date: Mon Mar 27 21:34:32 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgp: netpgp.1
Log Message:
Also document alternate option "--detach"
Submitted on tech-pkg@ as:
[PATCH 08/11] Also document alternate option
Module Name:src
Committed By: khorben
Date: Mon Mar 27 21:30:23 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgp: netpgp.1
Log Message:
Correct option "--armor"
Submitted on tech-pkg@ as:
[PATCH 07/11] Correct option "--armor"
To generate a diff o
Module Name:src
Committed By: khorben
Date: Mon Mar 27 21:19:12 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: keyring.c
Log Message:
Do not ask for a passphrase when empty
Submitted on tech-pkg@ as:
[PATCH 06/11] Do not ask for a passphrase when em
Module Name:src
Committed By: khorben
Date: Mon Mar 27 21:06:50 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: keyring.c keyring.h
Log Message:
Expect a FILE * for pgp_decrypt_seckey()
Submitted on tech-pkg@ as:
[PATCH 05/11] Expect a FILE * for pgp
Module Name:src
Committed By: khorben
Date: Mon Mar 27 21:00:43 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: keyring.c
Log Message:
Do not use random data for pass-phrases on EOF
Submitted on tech-pkg@ as:
[PATCH 04/11] Do not use random data for
Module Name:src
Committed By: khorben
Date: Mon Mar 27 20:55:13 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: keyring.c keyring.h
netpgp.c
Log Message:
Avoid some type casts
Submitted on tech-pkg@ as:
[PATCH 03/11] Avoid some type casts
Module Name:src
Committed By: khorben
Date: Mon Mar 27 20:50:19 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: reader.c
Log Message:
Do not truncate pass-phrases without a newline character
This also fixes a crash when the pass-phrase entered is emp
Module Name:src
Committed By: khorben
Date: Fri Feb 24 01:27:14 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: reader.c
Log Message:
Revert "Remove a useless loop around getpass()"
getpass(3) may return NULL upon failures on Linux, and netpgp should
Module Name:src
Committed By: khorben
Date: Fri Feb 24 01:26:17 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
src/crypto/external/bsd/netpgp/dist/src/librsa: rsastubs.c
Log Message:
Revert "Remove a useless loop around getpass()"
g
Module Name:src
Committed By: khorben
Date: Mon Feb 20 01:38:28 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
src/crypto/external/bsd/netpgp/dist/src/librsa: rsastubs.c
Log Message:
Remove a useless loop around getpass()
According
Module Name:src
Committed By: khorben
Date: Mon Feb 20 01:33:28 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: reader.c
Log Message:
Remove a useless loop around getpass()
According to getpass(3), this library function cannot return NULL.
Verified w
Module Name:src
Committed By: khorben
Date: Mon Feb 20 00:51:08 UTC 2017
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: keyring.c
Log Message:
Do not crash when listing keys without a keyring
To test: (with an empty ~/.gnupg)
$ netpgpkeys --import-key /dev/n
Module Name:src
Committed By: abhinav
Date: Mon Sep 12 16:54:32 UTC 2016
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: netpgpverify.1
Log Message:
Add section number to the Xrefs
Remove a blank space at the end of the line 130 (makes mandoc -Tlint h
Module Name:src
Committed By: christos
Date: Sat Sep 3 09:31:22 UTC 2016
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: libverify.c
Log Message:
Fix the error handling so that we print the earliest error message.
To generate a diff of this commit:
Module Name:src
Committed By: christos
Date: Sun Aug 28 15:52:22 UTC 2016
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: libverify.c
Log Message:
Avoid segv when the end signature is not found!
To generate a diff of this commit:
cvs rdiff -u -r1.10
Module Name:src
Committed By: christos
Date: Tue Jun 28 16:34:40 UTC 2016
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
Log Message:
CID 977755: Resource leaks.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 \
src/crypto/externa
Module Name:src
Committed By: agc
Date: Wed Jun 15 20:34:28 UTC 2016
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: main.c verify.h
Log Message:
Update netpgpverify to 20160617
Sync with changes in pkgsrc
+ don't assume a string is NUL-terminated -
Module Name:src
Committed By: agc
Date: Wed Jun 15 16:51:46 UTC 2016
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: Makefile.bsd
Makefile.in verify.h
Added Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: version.asc
L
Module Name:src
Committed By: joerg
Date: Wed Jun 15 15:47:50 UTC 2016
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: libverify.c
Log Message:
Mark obuf_printf as printf-like.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
src/c
Module Name:src
Committed By: agc
Date: Wed Jun 15 03:37:50 UTC 2016
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: libverify.c
verify.h
Log Message:
netpgpverify: bring over changes in 20160615 from pkgsrc
+ perform check for start of a
Module Name:src
Committed By: agc
Date: Tue Jun 14 20:55:00 UTC 2016
Added Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: noversion.asc
Log Message:
add file used for testing gpg --emit-no-version case
To generate a diff of this commit:
cvs rdiff -u -r0 -r1
Module Name:src
Committed By: agc
Date: Tue Jun 14 20:47:08 UTC 2016
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: Makefile.bsd
Makefile.in bignum.c bn.h bzlib.c digest.c digest.h libverify.c
md5.h md5c.c misc.c pgpsum.c rmd16
Module Name:src
Committed By: agc
Date: Sun Feb 7 05:03:36 UTC 2016
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
Log Message:
Fix signing of in-memory data with SSH keys
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 \
src/cry
Module Name:src
Committed By: agc
Date: Thu Feb 5 01:26:54 UTC 2015
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: Makefile.bsd
bzlib.c bzlib_private.h chk.sh libnetpgpverify.3 libverify.c
verify.h zlib.c
Added Files:
Module Name:src
Committed By: agc
Date: Fri Jan 30 18:58:59 UTC 2015
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: Makefile.bsd
chk.sh libverify.c main.c misc.c misc.h netpgpverify.1 verify.h
Log Message:
catch up with pkgsrc, update net
Module Name:src
Committed By: agc
Date: Wed Dec 17 16:50:52 UTC 2014
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpkeys: netpgpkeys.c
Log Message:
Fix bug report from Jared - actually print the key when exporting
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: agc
Date: Sat Nov 29 20:18:44 UTC 2014
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: tiger.c verify.h
Removed Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: verify.c
Log Message:
Update netpgpverif
Module Name:src
Committed By: agc
Date: Sat Jul 12 15:51:56 UTC 2014
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: bignum.c bn.h
Log Message:
Update the bignum implementation in netpgpverify, and sync all uses of it
+ radix conversion routi
Module Name:src
Committed By: agc
Date: Tue Mar 11 17:48:31 UTC 2014
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: libverify.c
Log Message:
Add portability definitions in case they're not already defined
XXX - these need to be consolidated in one s
Module Name:src
Committed By: agc
Date: Tue Mar 11 17:38:48 UTC 2014
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: libverify.c
Log Message:
cast arguments to the correct type for format strings
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: joerg
Date: Tue Mar 11 17:21:05 UTC 2014
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: libverify.c
misc.h
Log Message:
Annotate format strings. Remove string constant in front of real format
string.
To gen
Module Name:src
Committed By: joerg
Date: Tue Mar 11 17:20:23 UTC 2014
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: bzlib_private.h
Log Message:
Mark assertion handler as dead.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src
Module Name:src
Committed By: christos
Date: Sun Mar 9 07:01:42 UTC 2014
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: bzlib.c main.c
Log Message:
fix unused
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/crypto/external/bs
Module Name:src
Committed By: agc
Date: Tue Mar 4 17:29:06 UTC 2014
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libverify: libverify.c
Log Message:
check the correct field in the structure in dsa_verify - pointed out by
joerg - thanks!
To generate a diff of
Module Name:src
Committed By: agc
Date: Mon Feb 17 07:39:20 UTC 2014
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: crypto.c
Log Message:
Avoid a warning on Gentoo Linux about fwrite(3) -- their glibc
declares fwrite(3) with the warn_unused_result attribute,
Module Name:src
Committed By: agc
Date: Tue Feb 4 01:46:39 UTC 2014
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: ssh2pgp.c
Log Message:
When building up a PGP public key from an ssh key, do not use the key
file's mtime as the birthtime of the signature - r
Module Name:src
Committed By: htodd
Date: Mon Jan 6 23:23:10 UTC 2014
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libverify: libverify.c
Log Message:
Fix build (cast to const char *).
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/cryp
Module Name:src
Committed By: joerg
Date: Mon Jan 6 22:59:10 UTC 2014
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libverify: libverify.c
Log Message:
Move __printflike to the prototype. Add explicit cast for void * ->
char * to make GCC happy.
To generate a
Module Name:src
Committed By: joerg
Date: Mon Jan 6 21:15:15 UTC 2014
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libbn: misc.h
src/crypto/external/bsd/netpgp/dist/src/libverify: libverify.c
Log Message:
Add __printflike.
To generate a diff of this c
Module Name:src
Committed By: joerg
Date: Mon Jan 6 21:12:19 UTC 2014
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: errors.h netpgpsdk.h
Log Message:
Add __printflike where necessary.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/crypto/
Module Name:src
Committed By: mrg
Date: Sat Oct 19 22:54:44 UTC 2013
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libdigest: tiger.c
Log Message:
avoid casts when the necessary union member is already available.
from apb.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: agc
Date: Tue Mar 19 01:00:17 UTC 2013
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libbn: bignum.c
Log Message:
fix some lint on i386, noticed by Greg Troxel, thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
Module Name:src
Committed By: agc
Date: Mon Dec 3 18:02:22 UTC 2012
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libbn: bn.h
Log Message:
Make the mp_digit type an "unsigned long" so that it works for ILP32 and
LP64.
Fixes problems showing up on regression tes
Module Name:src
Committed By: wiz
Date: Wed Nov 28 09:23:15 UTC 2012
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/librsa: libnetpgprsa.3
src/crypto/external/bsd/netpgp/dist/src/libverify: libnetpgpverify.3
Log Message:
Remove trailing whitespace, sort SE
Module Name:src
Committed By: martin
Date: Thu Nov 22 11:26:29 UTC 2012
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libverify: libverify.c
Log Message:
Initialize "ok" (and thereby fix the vax build)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4
Module Name:src
Committed By: agc
Date: Thu Nov 22 00:38:45 UTC 2012
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libverify: pgpsum.c
Log Message:
Fix some lint
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/crypto/external/bsd/netpgp/di
Module Name:src
Committed By: agc
Date: Thu Nov 22 00:37:56 UTC 2012
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libbn: bignum.c
Log Message:
Fix some lint - from Havard Eidnes
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/crypto/exter
Module Name:src
Committed By: agc
Date: Tue Nov 20 18:45:37 UTC 2012
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libverify: libverify.c
Log Message:
fix problem on 32-bit problems - with thanks to Alan Barrett and
Jonathan Kollasch
To generate a diff of this
Module Name:src
Committed By: agc
Date: Tue Nov 20 17:57:41 UTC 2012
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libbn: bignum.c bn.h
Log Message:
don't assume every platform is 64-bit - just use standard integer arithmetic
To generate a diff of this commit:
Module Name:src
Committed By: christos
Date: Mon Mar 5 02:20:19 UTC 2012
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: compress.c errors.h misc.c
packet-parse.c reader.c signature.c validate.c writer.c
Log Message:
Fix compilation:
kill PGP_ERRO
Module Name:src
Committed By: agc
Date: Sun Mar 4 19:52:02 UTC 2012
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: compress.c
Log Message:
Use %s for the format string, as pointed out by joerg in the diff for
__printflike attributions (on tech-userlevel, Mar
Module Name:src
Committed By: agc
Date: Wed Feb 22 06:58:55 UTC 2012
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
src/crypto/external/bsd/netpgp/dist/src/netpgpkeys: netpgpkeys.1
netpgpkeys.c
Log Message:
Add the --trusted-keys
Module Name:src
Committed By: agc
Date: Wed Feb 22 06:29:40 UTC 2012
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c packet-print.c
Log Message:
re-order the fields that we print out in the pgp_sprint_pubkey() function
to be more usual.
print out the
Module Name:src
Committed By: christos
Date: Sun Aug 14 11:19:51 UTC 2011
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: packet-show.c
Log Message:
simplify the code; this is what asprintf() is for, don't re-invent it.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: agc
Date: Tue Aug 2 07:18:13 UTC 2011
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpkeys: netpgpkeys.c
Log Message:
default the format for recovering key data to be "human", rather than hard
coding it in the embedded calls.
Module Name:src
Committed By: agc
Date: Tue Aug 2 07:16:56 UTC 2011
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
Log Message:
plug some memory leaks in error paths
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 \
src/crypto/ex
Module Name:src
Committed By: agc
Date: Tue Aug 2 05:36:45 UTC 2011
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
Log Message:
when matching pubkeys, also return the first (pgp) uid for the key in the
resultant key listing
when using json to forma
Module Name:src
Committed By: agc
Date: Mon Jun 27 07:05:32 UTC 2011
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
Log Message:
only attempt to load the secret key if we need to (for signing or for
decrypting).
To generate a diff of this commit:
c
Module Name:src
Committed By: wiz
Date: Sat Jun 25 12:43:03 UTC 2011
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libmj: libmj.3
Log Message:
Quote minus so it does not become a dash.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/crypto
Module Name:src
Committed By: agc
Date: Mon Jan 3 05:34:54 UTC 2011
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
Log Message:
avoid a double free - from Anthony Bentley.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 \
src/cry
Module Name:src
Committed By: agc
Date: Sun Jan 2 18:13:10 UTC 2011
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: crypto.c
Log Message:
Fix a double free[*], pointed out by Anthony Bentley.
[*] This was actually a triple free. We go all the way to 11.
To
Module Name:src
Committed By: agc
Date: Sat Jan 1 23:00:24 UTC 2011
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
Log Message:
clean up lint (on amd64)
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 \
src/crypto/external/bsd/ne
Module Name:src
Committed By: agc
Date: Sat Jan 1 22:29:01 UTC 2011
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: reader.c
Log Message:
get rid of some lint on amd64 platform
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 \
src/crypto/e
Module Name:src
Committed By: agc
Date: Sat Jan 1 19:53:53 UTC 2011
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: ssh2pgp.c
Log Message:
Fix a problem with overrunning a base64 decoded number when decoding ssh
keys, from Anthony Bentley.
% netpgpke
Module Name:src
Committed By: agc
Date: Wed Dec 1 22:14:52 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
Log Message:
avoid nameclash - call the generated user id variable "generated userid"
also keep the time of structure initialisation
Module Name:src
Committed By: agc
Date: Wed Dec 1 22:01:41 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
Log Message:
When generating a key, set the new key's userid (last 16 bytes of
fingerprint) as an internal netpgp variable.
This can
Module Name:src
Committed By: agc
Date: Mon Nov 29 06:21:40 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: Makefile.am Makefile.in
bufgap.c misc.c ssh2pgp.c
Removed Files:
src/crypto/external/bsd/netpgp/dist/src/lib: fastctype.c fa
Module Name:src
Committed By: agc
Date: Mon Nov 29 04:20:13 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: crypto.c crypto.h netpgp.c
reader.c
src/crypto/external/bsd/netpgp/dist/src/netpgp: netpgp.1 netpgp.c
Log Message:
Fix PR 4
Module Name:src
Committed By: wiz
Date: Mon Nov 15 21:29:21 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: netpgpverify.1
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/crypto
Module Name:src
Committed By: agc
Date: Mon Nov 15 08:56:30 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: crypto.h packet-parse.c
packet.h types.h
Log Message:
There were still some throwbacks with the prefix '_ops' - rectify that to
be
Module Name:src
Committed By: agc
Date: Mon Nov 15 08:50:32 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: crypto.c keyring.c
packet-parse.c packet-print.c packet-show.c reader.c writer.c
Log Message:
Don't prefix function names with "pgp
Module Name:src
Committed By: agc
Date: Mon Nov 15 08:27:40 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
Log Message:
Use a regular expression to match the various ASCII-armoured headers we
may encounter - fixes PR 44074 from Peter Pentche
Module Name:src
Committed By: agc
Date: Mon Nov 15 08:03:40 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: compress.c create.c
netpgp.c packet-parse.c writer.c
Log Message:
Changes to help with netpgp key generation and interoperability:
Module Name:src
Committed By: agc
Date: Thu Nov 11 04:51:18 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: Makefile
netpgpverify.1
Log Message:
Bring the netpgpverify(1) manual page into line with current output, etc.
With thank
1 - 100 of 228 matches
Mail list logo