summaryrefslogtreecommitdiff
path: root/rpmio
AgeCommit message (Expand)AuthorFilesLines
2007-08-27Use check_PROGRAMS instead of EXTRA_PROGRAMS for t*programs.Ralf Corsépius1-15/+13
2007-08-27Comment out Glob_error.Ralf Corsépius1-0/+2
2007-08-27Adjust paths to beecrypt headers.Ralf Corsépius1-2/+2
2007-08-27Adjust paths to beecrypt headers.Ralf Corsépius1-4/+4
2007-08-27Eliminate noinst_HEADERS.Ralf Corsépius1-11/+12
2007-08-27Fix monday morning thinkos wrt macro buffer changes.Panu Matilainen1-10/+16
2007-08-27Automated merge with ssh://login.linux.duke.edu//home/groups/rpm/hg/rpmPanu Matilainen2-228/+0
2007-08-27Fix potential buffer overflow in macro primitive executionPanu Matilainen1-2/+3
2007-08-27Fix potential buffer overflow in macro findEntry()Panu Matilainen1-1/+3
2007-08-27Fix potential buffer overflow by using dynamic buffer size.Panu Matilainen1-1/+4
2007-08-27Fix buffer overflow in macro shell escaping (#253971)Panu Matilainen1-1/+4
2007-08-27Remove tdigest.Ralf Corsépius1-4/+0
2007-08-27Remove (Unused junk).Ralf Corsépius1-224/+0
2007-08-22Remove INCPATH.Ralf Corsépius1-2/+1
2007-08-20Remove LDFLAGS from librpmio_la_LDFLAGS.Ralf Corsépius1-1/+1
2007-08-19Remove RPM_BUILD_ROOT.Ralf Corsépius1-2/+0
2007-08-13Use size_t for pktlen to reflect pgpReadPkts() parameters.Ralf Corsépius1-1/+1
2007-08-13Reformat.Ralf Corsépius1-25/+35
2007-08-08Remove BEECRYPTLOBJS, .created.packman@mccallum.corsepiu.local1-14/+1
2007-08-06Remove dead tficl code..Panu Matilainen2-84/+1
2007-08-06Minor bug fixes to test programs to make them buildable again.Panu Matilainen1-30/+30
2007-08-05Automake cleanups.Panu Matilainen1-5/+3
2007-07-25Set libdir /usr/lib vs lib64 directly, drop MARK64 stuffPanu Matilainen1-1/+1
2007-07-24Expect neon headers to live in neon/ directory in include pathPanu Matilainen1-17/+11
2007-07-24Expect beecrypt headers to live in beecrypt/ directory in include pathPanu Matilainen1-14/+14
2007-07-12rpmioSlurp() related cleanups.Panu Matilainen3-4/+4
2007-07-12Fread() and Fwrite() can return negative values, change type to reflect thatPanu Matilainen2-4/+4
2007-07-11Turn rpmioSlurp() length argument to unsigned size_t, fix up uses.Panu Matilainen3-3/+3
2007-07-11Ifdef unused http timeout setting to future..Panu Matilainen1-0/+3
2007-07-11Cast assignment to destination type to fix warnings.Panu Matilainen2-3/+3
2007-07-11Ifdef out currently unused rpm logging facility stuff.Panu Matilainen1-0/+4
2007-07-11Shut up fdUpdateDigest() differing signedness compiler warnings.Panu Matilainen1-6/+6
2007-07-10Bunch of variable initializations to avoid compiler warnings.Panu Matilainen1-1/+1
2007-07-10Cast glob_t *dir methods to void* to fix compiler warnings.Panu Matilainen1-3/+3
2007-07-10Cast signal handler pointers to void* to avoid compiler warnings.Panu Matilainen1-2/+2
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen4-6/+6
2007-07-10Cast to strlen expected type to avoid warning.Panu Matilainen1-1/+1
2007-07-10Use correct size type for getpeername()Panu Matilainen1-1/+1
2007-07-10Remove / #ifdef out unused variables as appropriate.Panu Matilainen1-1/+3
2007-07-10#ifdef out unused pgpSecret* definitions to shut up compiler warnings.Panu Matilainen1-0/+6
2007-07-09Fix include of misc.h, rpmpgp.h and rpmsq.h in C++.Panu Matilainen2-3/+5
2007-07-03Fix segfault on errors if neon transport is used (rhbz#220392)Panu Matilainen1-0/+1
2007-07-02Plug some memory leaks.Panu Matilainen1-1/+3
2007-06-25IPv4/6 and EPSV support by Arkadiusz MiskiewiczPanu Matilainen2-10/+171
2007-05-23Remove hardcoded RH GPG-keys from the source.Panu Matilainen1-71/+0
2007-04-16Fix off-by-one error in glob call.Paul Nasrat1-1/+1
2007-04-16Return an error if Fileno is called with NULL instead of segfaulting.Paul Nasrat1-0/+1
2007-04-16Fork failure patch from OpenSuSEPaul Nasrat1-0/+1
2007-03-14Cleanup: Remove dumpasn1 utilPaul Nasrat3-6912/+1
2007-02-22Remove unused libraryPaul Nasrat17-2257/+0