- fix: segfault on headerFree given malicious data.
[platform/upstream/rpm.git] / lib / header.c
2001-08-13 jbj- fix: segfault on headerFree given malicious data.
2001-08-04 jbj- fix: autoconf glob tests (#50845).
2001-08-03 jbjlclint clean again.
2001-08-03 jbj- fix: i18n tags not terminated correctly with NUL...
2001-07-31 jbj- add support for mips (#49283).
2001-07-20 jbj- fix: yet another segfault from bad metadata prevented.
2001-06-30 jbj- update intl dirs to gettext-0.10.38.
2001-06-28 jbj- fix: sanity checks on #tags (<65K) and offset (<16Mb...
2001-06-19 jbj- finalize per-header methods, accessing headerFoo...
2001-06-19 jbj- preliminary abstraction to support per-header methods.
2001-06-17 jbjSync with rpm-4_0 branch.
2001-06-15 jbj- fix: db1 end-of-file not detected in legacy compatibl...
2001-06-12 jbj- remove rpmrc Provides: Yet Again, use virtual packages.
2001-06-12 jbj- remove dead code frpm popt table reorg.
2001-06-05 jbjfix: increment pointer in funky header ext while loop.
2001-06-05 jbj- fix typos in linux.{req,prov}.
2001-06-04 jbjlclint fiddles.
2001-05-31 jbj- return multiple suggested packages (Pawel Kolodziej...
2001-05-23 jbj- remove all header region assertion failures, return...
2001-05-23 jbj- headerFree() returns NULL, _free is C++ safe.
2001-05-20 jbj- fix: i18n strings need 1 on sucess return code (...
2001-05-16 jbj- fix: filter duplicate package removals (#35828).
2001-05-11 jbj- harden rpmdb iterators from damaged header instance...
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-04-30 jbj- yet more boring lclint annotations and fiddles.
2001-04-29 jbj- more boring lclint annotations and fiddles.
2001-04-29 jbj- globalize _free(3) wrapper in rpmlib.h, consistent...
2001-04-03 jbjcasts to keep picky compilers happy (#29992).
2001-03-28 jbj- fix: i18n tags in rpm-2.5.x had wrong offset/length...
2001-03-14 jbjUpdate to doxygen-1.2.6 configuration.
2001-02-11 jbj1st stab at --repackage.
2001-02-09 jbjfix: make a copy of retrieved header before loading.
2001-01-26 jbjlclint annotations.
2001-01-05 jbj- fix: 3 packages from Red Hat 5.2 had bogus %verifyscr...
2001-01-03 jbj- fix: avoid locale issues with strcasecmp/strncasecmp...
2000-12-21 jbj- immutable headers, once installed by rpm3, need to...
2000-12-17 jbjMove assertion to avoid false failure.
2000-12-14 jbj- fix: segfault on build path, ignore deleted drips.
2000-12-12 jbjSync with rpm-4_0 branch.
2000-12-02 jbjBring header reggions mods back to top of stack.
2000-11-08 jbj- add region marker as RPM_BIN_TYPE in packages and...
2000-11-07 jbj- load headers as single contiguous region.
2000-10-28 jbj- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva...
2000-08-28 jbjDoxygen annotations.
2000-08-27 jbjDoxygen annotations.
2000-07-09 jbj- prefix payload paths with "./", otherwise "/" can...
2000-04-25 jbjSanity.
2000-04-07 jbjuse "rpmdb db" consistently throughout, add doxygen...
2000-02-23 jbjfix: missed level of indirection in i18nTag().
2000-02-22 jbjAnother attempt to get i18n lookaside functional.
2000-02-13 jbjImplementation of i18n look-aside, no-op'ed for now.
1999-12-08 jbjrename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.
1999-11-10 jbjSwap 2nd and 3rd arg to Fread/Fwrite to preserve read...
1999-11-09 jbjfix: typo in error message (#6858).
1999-11-04 jbjUse Fopen almost everywhere.
1999-11-02 jbjAdd ref/deref/new/fileno/open vectors to FDIO_t.
1999-10-29 jbjcheck for memory leaks (almost all leaks are plugged).
1999-10-27 jbjuse compressed filenames on install side.
1999-10-21 jbjlclint annotations and compiler cruft.
1999-10-04 jbjdumb cpp's want white space around lclint annotations...
1999-09-23 jbjMake sure that %lang(it) matches LANG=it.
1999-09-21 jbjfix: removed files fingerprint memory leak.
1999-09-21 jbjfix: command line install had header memory leak.
1999-09-17 jbjlclint annotations.
1999-09-12 jbjFiddles to resurrect lclint.
1999-09-09 jbjApply max 32 Mb sabity check to headers.
1999-09-07 jbjUse sizeof("...")-1 throughout.
1999-08-24 jbjadd headerWrite return code and check for errors.
1999-08-24 jbjRemove legacy langNum interface.l
1999-08-23 jbjMore environment fiddles.
1999-08-21 jbjCheck POSIX environment variables too.
1999-08-20 jbjBreak out locale match test.
1999-08-19 jbjmatch "de" when locale is specified as "de_DE.ISO-8859...
1999-07-13 jbjEliminate static prototypes.
1999-07-13 jbjPerl bindings need
1999-07-06 jbjchangelog stamp broken w/ big endian 64 bit time_t...
1999-03-05 ewtreduce the number of reads a bit
1999-03-05 ewtfixed a memory leak
1999-02-17 jbjheaderGetEntry now returns count=0 if tag not found...
1999-01-06 jbjEliminate inline functions (the inline, not the function).
1998-12-30 ewtheaderLoad() wasn't initializing the usage count
1998-12-26 ewt1) initial cut at hash tables
1998-12-16 ewtfirst pass at new transaction api; basic installing...
1998-11-23 jbjSanity.
1998-11-22 jbjStart abstracting compressed I/O.
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-29 ewttheir must be a { between two % in a query format ...
1998-10-11 jbjTest drill.
1998-10-09 jbjuntranslate "(none)" for auto relocating script wrappers.
1998-10-08 jbjConsolidate i18n baggage into AM_GNU_GETTEXT and system.h.
1998-10-08 jbjegcs warning removal.
1998-09-27 jbjadd Slovak translation (Stanislav Meduna <stano@trillia...
1998-09-18 jbjFirst injection.
1998-08-16 ewtadded :hex format
1998-08-11 jbjSync with 2.5.2 branch patches.
1998-08-03 ewtfixed another typo
1998-08-03 ewtfixed spelling of expected
1998-07-30 jbjConsolidated includes for librpmbuild API.
next