2012-02-03 |
Panu Matilainen | Add --test option to rpmkeys |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Panu Matilainen | Honor RPMTRANS_FLAG_TEST in rpmtsImportPubkey() |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Panu Matilainen | Remove the arbitrary limitation on transaction keyring... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Panu Matilainen | Disable signature checking during database rebuild... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Panu Matilainen | Use private environment for database rebuilds too,... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Panu Matilainen | Never load ts keyring if signature checking is disabled |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Panu Matilainen | Don't free up file info sets on transaction test-runs |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Panu Matilainen | Use rpmReadHeader() on signature checking path too |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Panu Matilainen | Add a basic testcase for bogus filename triplet detection |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Panu Matilainen | Test for filename triplet sanity in rpmfiNew() |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Panu Matilainen | xcalloc() cannot return NULL, remove redundant check |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Panu Matilainen | Don't assume rpmfiNew() always succeeds |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Panu Matilainen | Add a basic testcase for bogus (incomplete) header... |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Panu Matilainen | Add some basic sanity checks to rpmte creation, allow... |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Panu Matilainen | Don't assume rpmteNew() always succeeds, part III |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Panu Matilainen | Move TR_ADDED file size init into addTE() |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Panu Matilainen | Don't assume rpmteNew() always succeeds, part II |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Panu Matilainen | Error out early if rpmdb open fails on upgrade element... |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Panu Matilainen | Don't assume rpmteNew() always succeeds, part I |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Panu Matilainen | Axe unused cruft |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Panu Matilainen | Kill off yet more repackage remnants from fsm |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Panu Matilainen | Lift hard-link payload writing to helper function,... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Panu Matilainen | Eliminate FSM_WOPEN, FSM_WRITE and FSM_WCLOSE stages |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Panu Matilainen | Eliminate FSM_ROPEN, FSM_READ and FSM_RCLOSE stages |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Panu Matilainen | Eliminate file digest related members from fsm struct |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Panu Matilainen | Eliminate the now obviously unnecessary opath member... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Panu Matilainen | Avoid fsm->opath usage for symlink target |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Panu Matilainen | Avoid fsm->opath usage in fsmMakeLinks() |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Panu Matilainen | Remove unused FSM_MKLINKS stage |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Panu Matilainen | Avoid fsm->opath usage in final file rename |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Panu Matilainen | Eliminate unnecessary fsm->path/opath shuffle on unlink |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Panu Matilainen | Eliminate unnecessary fsm->path/opath shuffle on backup... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Panu Matilainen | Eliminate unnecessary st_mode save-modify-restore on... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Panu Matilainen | Eliminate unnecessary save-modify-restore around fsmUtime() |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Panu Matilainen | Eliminate unnecessary save-modify-restore on fifo creation |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Move symlink() to separate helper function |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Eliminate stupid fsm->path/opath in FSM_COMMIT now... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Blarg, stupid stupid mistake breaking symlink handling |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Only pass what little is actually needed in fsmMkdirs() |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Eliminate stupid fsm->sb.st_mode abuse from fsmMkdirs() |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Move mknod() to separate helper function |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Move mkfifo() to separate helper function |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Change fsmReadLink() to take "normal" arguments |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Change fsmUtime() to take "normal" arguments |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Change fsmChown(), fsmLChown() and fsmChmod() to take... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Change fsmMkdir() to take "normal" arguments |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Change fsmStat() to take "normal" arguments |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Change fsmRename() to take "normal" arguments |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Change fsmUnlink() and fsmRmdir() to take "normal"... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Sanitize file capability setting in fsm |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Sanitize selinux labeling in fsm |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Eliminate unused subdir member from fsm struct |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Eliminate silly sufbuf from fsm struct |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Ensure installs always use a temp suffix on files |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Remove unused "orphan" directory creation tracking... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Move directory tracking variables out of fsm struct... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Panu Matilainen | Add bunch of links to test-suite chroot to allow selinu... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Ales Kozumplik | remove the 'path' parameter of rpmtsSELabelInit() |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Ales Kozumplik | selinux: reopen label between transactions if necessary... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Panu Matilainen | Show arch in --last output too (RhBug:768516) |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Panu Matilainen | Eliminate now unnecessary runFsm() helper from psm |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Panu Matilainen | Eliminate no longer needed RPMFI_ISBUILD and RPMFI_ISSO... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Panu Matilainen | Turn FSM into a blackbox, much like PSM is |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Panu Matilainen | Eliminate archiveSize member from rpmfi |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Panu Matilainen | Explicitly tell rpmfiNew() when its being used for... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Panu Matilainen | Issue package install/erase progress callbacks on justd... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Panu Matilainen | Eliminate fluff from PSM_INIT |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Panu Matilainen | Update translations & sync with transifex |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Panu Matilainen | Oops, forgot to mark our new progress messages for... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Ville Skyttä | Adapt perl and python fileattrs to file 5.10 magics |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Panu Matilainen | Transaction element parent is a transaction element... |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Panu Matilainen | Minor cleanup to rpmte_Key() |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Panu Matilainen | And finally, permit --hash and --percent cli-switches... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Panu Matilainen | Add erasure callback support to rpmShowProgress() and... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Panu Matilainen | Issue actual erasure progress callbacks too |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Panu Matilainen | Clean up progress callbacks in fsm/psm machinery |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Panu Matilainen | Add enum for RPMCALLBACK_INST_STOP callback event |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Panu Matilainen | Pass and remember the controlling psm (if any) in fsm |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Panu Matilainen | Eliminate repackage notification remnants from fsm |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Panu Matilainen | Use rpmtsNotify() directly for psm error callbacks |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Ales Kozumplik | document -D and -E in man. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Ales Kozumplik | rpmOption.required is not used. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Ales Kozumplik | rpmrc: do not use that nonexistent rpmOptionValue struct. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Ales Kozumplik | depends.c: save us one rpmdsNew in addObsoleteErasures. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Ales Kozumplik | depends.c: unused parameters in addUpgradeErasures... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Panu Matilainen | Implement scriptlet start and stop callbacks (RhBug... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Panu Matilainen | Eliminate rpm cli callback internals from the API |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Panu Matilainen | Eliminate pointless rpmcliPackagesTotal fiddling |
commit | commitdiff | tree | snapshot |
2012-01-02 |
David Malcolm | fix the signatures of the METH_NOARGS callbacks |
commit | commitdiff | tree | snapshot |
2012-01-02 |
David Malcolm | fix use-after-free within rpmfdFromPyObject's error... |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Ales Kozumplik | Allow deprecations to work accross colors (RhBug:713323) |
commit | commitdiff | tree | snapshot |
2011-12-23 |
Ales Kozumplik | depends.c:skipColor() is not longer a macro |
commit | commitdiff | tree | snapshot |
2011-12-22 |
David Malcolm | mark strings extracted from PyArg_Parse* as "const" |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Ales Kozumplik | typo in header-py.c. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
David Malcolm | handle errors when constructing lists in the Python... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
David Malcolm | fix memory leaks in invocations of PyObject_Call |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Panu Matilainen | Oops, newlines dont belong in format extension output |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Joshua Megerman | Fix brace matching on multiline constructs in perl... |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Panu Matilainen | Pull in updated + new translations from Transifex |
commit | commitdiff | tree | snapshot |
2011-12-02 |
Panu Matilainen | Teach debugedit about .debug_macro dwarf section (RhBug... |
commit | commitdiff | tree | snapshot |
next |