fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST.
[platform/upstream/rpm.git] / lib / signature.c
1999-07-13 jbjPerl bindings need
1999-04-29 jbjfix: prefer pgp2.6.3 over pgp5 if both are installed.
1999-03-31 jbjadd explicit macrofiles path to rpmrc.
1999-03-22 jbjfix: don't add header if signature generation failed...
1999-03-21 jbjTypos.
1999-03-21 jbjpgp5 support (Carlo Wood <carlo@runaway.xs4all.nl>).
1999-03-20 jbjeliminate old rpmrc configuration syntax.
1999-01-10 jbjMore fixes from Toshio.
1999-01-09 jbj1998 8 Jan Toshio Kuratomi <badger@prtr-13.ucsc.edu>
1999-01-06 jbjpropagate "const char *" into rpmlib prototypes.
1998-11-24 jbjClean up on files.c.
1998-11-20 jbjSanity.
1998-11-19 jbjfinish hiding rpmdb index record data ("matches").
1998-11-18 jbjimplement abstract fd type almost everywhere.
1998-11-16 jbjLCLINT pass 0.
1998-10-08 jbjConsolidate i18n baggage into AM_GNU_GETTEXT and system.h.
1998-09-27 jbjadd Slovak translation (Stanislav Meduna <stano@trillia...
1998-07-31 jbjMacro handling in rpmlib -- rework include: tag with...
1998-07-30 jbjConsolidated includes for librpmbuild API.
1998-07-25 jbjAggregate system includes into system.h.
1997-05-20 ewtMust include <sys/tiome.h> before <sys/resource.h>...
1997-05-20 ewtMoved includes of miscfn.h to the top.
1997-05-20 ewtAdded more includes of <sys/time.h> and <sys/resource...
1997-05-07 ewtMinor cleanups.
1997-05-01 ewtMade messages translatable.
1997-03-28 ewtadded more support for broken md5 code
1997-01-17 ewtuse if not ifdef
1997-01-16 ewtuse <string.h> not <strings.h>
1996-12-24 ewtuse doputenv() and dosetenv()
1996-12-12 ewtuse _exit instead of exit in forks
1996-11-18 rootThe Great Renaming
1996-10-15 ewtuse timedRead() instead of read()
1996-09-29 ewtdon't include paths.h (which isn't used anyway)
1996-09-25 ewtconditionally include <asm/byteorder.h>
1996-08-31 ewtchanged MD5 sig type because of big-endian problems
1996-08-20 ewtuses RPMVAR_TMPPATH
1996-07-12 rootadd stuff for missing PGP keys
1996-07-11 rootclean up temp file
1996-07-08 rootcleanup of verify stuff
1996-07-07 rootremove support for old-new style signatures (never...
1996-07-07 rootnew Header-style signatures
1996-06-28 rootadded stuff for "size" signature
1996-06-20 roothandle new signature types
1996-06-20 roothandle new sig types
1996-06-19 rootremove pu/sec ring stuff, and use PGPPATH properly
1996-04-29 rootturn off any default armor
1996-03-29 rootuse /var/tmp
1996-02-25 rootcheck for 151 byte sig and try again
1996-02-23 rootfix return codes
1996-02-23 rootadd debug message
1996-02-22 rootfix return codes for makeSignature()
1996-02-22 rootcheck for bad pass phrases
1996-02-21 rootcheck for bad read in readSignature()
1996-02-20 rootadd simple getPassPhrase()
1996-02-20 rootpassPhrase is passed as arg
1996-02-19 marcInitial revision