summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-15Remember to initialize crypto in various test programs..Panu Matilainen3-0/+4
2007-11-15Initialize NSS early (rhbz#382091)Panu Matilainen4-4/+26
2007-11-14Fix base64 decoder related crash (rhbz#380911)Panu Matilainen1-16/+15
2007-11-13Fix rpm -K segfaulting on corrupted headerPanu Matilainen1-1/+1
2007-11-13Make "rpmbuild -bb --quiet" quiet as should bePanu Matilainen1-1/+8
2007-11-13Fix build without O2Panu Matilainen1-0/+2
2007-11-13Align rpm -V outputPanu Matilainen1-1/+1
2007-11-13Use dgettext() instead of just gettext()Panu Matilainen1-1/+1
2007-11-13Fix free on invalid pointer after displaying "Unable to open temp file"Panu Matilainen1-1/+1
2007-11-08Minimal protection for rpmsqElem internalsPanu Matilainen3-0/+5
2007-11-08Remove unnecessary psm.h includePanu Matilainen1-2/+0
2007-11-08Dead code removalPanu Matilainen1-9/+0
2007-11-08Use _target_* macros for build restriction checkingPanu Matilainen1-8/+3
2007-11-08Disable -Wstrict-prototypes for now due to noise from NSPR headersPanu Matilainen1-1/+3
2007-11-08Kludge around mktemp() uses to shut up build warningsPanu Matilainen2-0/+8
2007-11-08Remove dead & unused RPMTAG_ARCHIVESIZE addition codePanu Matilainen1-43/+0
2007-11-08Kill off deprecated and unused rpmGetMachine() entirelyPanu Matilainen2-20/+0
2007-11-08Remove rpmSetMachine() from APIPanu Matilainen2-13/+12
2007-11-08Remove dead rpmrc-related code from spec parsingPanu Matilainen1-49/+0
2007-11-08Remove useless "var" parameter from setup helpersPanu Matilainen1-17/+15
2007-11-08Kill off unused rpmSetVar() and freeRpmVar()Panu Matilainen1-21/+0
2007-11-08Remove rpmGetVar, rpmSetVar from APIPanu Matilainen2-23/+10
2007-11-07Eliminate dead codePanu Matilainen1-12/+0
2007-11-07Eliminate rpmlead use from legacy retrofitting.Panu Matilainen3-12/+7
2007-11-07Only do legacy retrofitting on packages that need it.Panu Matilainen1-2/+7
2007-11-07Document rpmio_internal.h uses outside rpmio/Panu Matilainen12-13/+15
2007-11-07Move tufdio under rpmio/ where it belongs..Panu Matilainen3-4/+4
2007-11-07Silence bogus gcc warningPanu Matilainen1-1/+2
2007-11-07Remove unused variablePanu Matilainen1-1/+0
2007-11-07Silence bunch of compiler warnings from test programsPanu Matilainen11-13/+14
2007-11-07Remove bunch of unnecessary misc.h includes, document othersPanu Matilainen14-14/+7
2007-11-07Remove .splintrc's in the treePanu Matilainen7-503/+0
2007-11-02MergePeter Jones32-950/+668
2007-11-02- Fix segfault in %{lua:...}'s rpm_printPeter Jones1-3/+2
2007-11-02Eliminate rpmfcToken struct internals from the APIPanu Matilainen2-7/+6
2007-11-02Eliminate macro struct internals from the APIPanu Matilainen2-16/+21
2007-11-02Meh, actually add the base64 files..Panu Matilainen2-0/+283
2007-11-02Remove tinvPanu Matilainen2-516/+0
2007-11-02Document NSS requirement, revise obsolete comment in macros.inPanu Matilainen2-1/+4
2007-11-02Resurrect tax from NSS switchoverPanu Matilainen1-38/+3
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen20-369/+350
2007-11-01Include "legacy.h" not <rpmdb/legacy.h>Panu Matilainen1-1/+1
2007-11-01Remove two unnecessary legacy.h includesPanu Matilainen2-2/+0
2007-10-31Document RPMFI_INTERNAL usesPanu Matilainen4-4/+4
2007-10-31Document _RPMTE_INTERNAL needsPanu Matilainen4-4/+4
2007-10-31Split out rpmts_internal.h from rpmts.hPanu Matilainen6-126/+124
2007-10-31Disable python available package mechanism for now at least.Panu Matilainen1-4/+17
2007-10-31Add rpmtsPrintSuggests() method for now, use instead of ts internals muckingPanu Matilainen5-45/+38
2007-10-31Kill ts->goal, instead set NOSUGGEST flag on erasePanu Matilainen3-17/+3
2007-10-30merge suckage.Ralf Corsépius3-2/+15