2008-07-08 |
Panu Matilainen | Update translations |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Panu Matilainen | Add ISA-stuff for ia64 |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Panu Matilainen | Missing const in parseUnsignedNum() |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Panu Matilainen | Teach Fflush() about lzdio |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Jindrich Novy | Make Source0: equal to Source: again |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Jindrich Novy | Use proper type in format |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Jindrich Novy | Remove useless argument to format, d'oh |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Panu Matilainen | Eliminate couple of timedRead() uses where we control... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Panu Matilainen | Make verifyAttrs and virtualFileAttributes static |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Panu Matilainen | Kick out ftpStrerror() and related error code defines |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Panu Matilainen | Kick out now unused printNewSpecfile() |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Panu Matilainen | Kick out ancient, useless and hidden --specedit option |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Panu Matilainen | Remember to remove ugid.c from POTFILES |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Panu Matilainen | Stuff rpmio/ugid.[ch] contents to lib/misc.[ch] |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Panu Matilainen | Make ufdClose() static, nothing outside rpmio.c needs... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Panu Matilainen | Remove unused ufdGetFile() from librpmio |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Panu Matilainen | Remove unused _url_debug |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Panu Matilainen | Bump version to resemble library versioning |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Jindrich Novy | Really make fuzz=0 default for patches |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Jindrich Novy | Don't treat Patch and Source as Patch0 and Source0 |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Panu Matilainen | Remove rpmcache from repository |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Panu Matilainen | Remove solvedb API and other related stuff |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Panu Matilainen | Kill of rpmtsAvailable() |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Panu Matilainen | Enforce conflicts on colorless files always |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Panu Matilainen | rpmfiFNlink() returns unsigned int |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Panu Matilainen | Couple of type corrections |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Panu Matilainen | Use unsigned integer for epoch, remove unnecessary... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Panu Matilainen | Parameter name + doc mismatch on rpmVerifySignature() |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Panu Matilainen | Change headerPutString() arg name to match the others |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Panu Matilainen | Plug leaks in selinux context handling in fsm |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Panu Matilainen | Plug a memleak on erasure |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Panu Matilainen | Make all transaction callback notifications go through... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Panu Matilainen | Only try to pubkeys from rpmdb if we non-db keys didn... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Panu Matilainen | Don't leak memory on duplicate pubkeys |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Panu Matilainen | Don't leak memory on python expandMacro() |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Panu Matilainen | Plug a dumb memleak that has crept into rpmReadPackageF... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Panu Matilainen | Change rpmts keyring get/set interface to more transpar... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Panu Matilainen | Add documentation for keyring |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Panu Matilainen | Make rpmkeyring.h public header |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Panu Matilainen | Add docs for the new rpmts methods, deprecate rpmtsFind... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Panu Matilainen | Load pubkeys from both files and rpmdb for now |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Panu Matilainen | Some keyring improvements |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Panu Matilainen | Eliminate remaining signature checking bits from rpmts |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Panu Matilainen | Use keyring even when using pubkeys from rpmdb |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Panu Matilainen | Pass keyring, not the full ts to lowlevel signature... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Panu Matilainen | Eliminate digest calculation statistics from signature... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Panu Matilainen | Add methods for getting and setting the keyring used... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Panu Matilainen | Move keyring related typedefs to rpmtypes.h |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Panu Matilainen | Proof of concept rpmtsFindPubkey() implementation with... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Panu Matilainen | Beginnings of an abstract keyring |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Panu Matilainen | Create ascii armor that rpm itself accepts |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jindrich Novy | Update parseNoSource() and addSource() to accept only... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jindrich Novy | findSource() eats only unsigned SourceXX numbers |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jindrich Novy | doPatchMacro() now uses parseUnsignedNum() |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jindrich Novy | doSetupMacro() now uses parseUnsignedNum() |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jindrich Novy | doUntar() accepts only unsigned SourceXX numbers |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jindrich Novy | Convert doPatch() to use parseUnsignedNum() |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jindrich Novy | Use the same number types for SourceXX tags as returned... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jindrich Novy | Convert Epoch parsing to use parseUnsignedNum() |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Jindrich Novy | Avoid reading negative constants from SourceXX, PatchXX... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Panu Matilainen | Eliminate the nasty global _dig and _digp variables... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Panu Matilainen | Unexport all the umphteen pgp related tables |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Panu Matilainen | Make every pgp function not needed by other parts of... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Panu Matilainen | We don't need ts to stash the keyid locally now |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Panu Matilainen | headerCheck() does not recurse |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Panu Matilainen | Detach pgp digest from transaction set |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Panu Matilainen | Pass pgpDig around from rpmVerifySignature() |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Panu Matilainen | Detach signature tag data from transaction set |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Panu Matilainen | Actually use the sigtd passed to verifier functions |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Panu Matilainen | Start getting signature tag out of transaction set |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Panu Matilainen | (char)NULL doesn't make much sense, use \0 instead |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Jindrich Novy | Fix missspelling in macro name (_initddir -> _initrddir... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Panu Matilainen | size_t for "left" is wrong, use rpm_loff_t instead |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Panu Matilainen | strntoul() is supposed to return unsigned long, not int |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Panu Matilainen | debugedit: Include empty CU current directories (rhbz... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Panu Matilainen | Use correct formatters for debug-printing in rpmtsInitDSI() |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Panu Matilainen | Use correct formatters for debug-printing sizes in... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Panu Matilainen | Adjust python callback for amount+total type change |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Panu Matilainen | Argh, the tag is LONGSIZE, not LARGESIZE |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Jindrich Novy | Take new directory into account in rpmbuild test |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Jindrich Novy | Add new BUILDROOT directory to default rpm build dirs. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Jindrich Novy | Add new macros for enabling default build root |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Panu Matilainen | Make --info work on large packages too |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Panu Matilainen | Teach build about 64bit payload etc size tags |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Panu Matilainen | Teach rpmAddSignature() and rpmReadSignature() about... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Panu Matilainen | RPMTAG_LONGSIGSIZE and RPMTAG_LONGARCHIVESIZE are signa... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Panu Matilainen | Only insert 64bit filesizes on build if required |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Panu Matilainen | Unbreak compressFilelist() |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Panu Matilainen | Add a bit of protection against oversized files |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Panu Matilainen | Type corrections |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Panu Matilainen | Fix handling of "%posttrans -p /xxx" with no body ... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Panu Matilainen | Adjust autotest querytag expectations to match current... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Panu Matilainen | Adjust autotests for rpmi etc removal |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Panu Matilainen | Force "rpm" popt context for everything but build |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Panu Matilainen | --buildpolicy is rpmbuild, not rpm, alias |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Panu Matilainen | Kill the million duplicate aliases in rpmpopt |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Panu Matilainen | Eliminate rpmd, rpmi, rpmk, rpmq "helper binaries" |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Panu Matilainen | Update rpm manpage wrt build modes |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Panu Matilainen | Eliminate build-related aliases on "rpm" |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Panu Matilainen | Eliminate already commented out build mode aliases... |
commit | commitdiff | tree | snapshot |
next |