summaryrefslogtreecommitdiffstats
path: root/src/lib/Client
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated PostInstall driverNarayan Desai2008-03-171-21/+0
* Remove validation states from Tool instances (in preparation for DecisionList...Narayan Desai2008-03-1713-64/+65
* Add symlink information for interactive mode (Resolves Ticket #519) [bugfix]Narayan Desai2008-03-091-0/+4
* Fix xinetd service management with the chkconfig driver (Patch from Gordon Me...Narayan Desai2008-03-081-2/+7
* Allow for mixed case false for pkg_checks in RPMng/YUMngMike Brady2008-03-041-1/+1
* Fix traceback in directory cleanup (patch from jstrunk) (Resolves Ticket #524...Narayan Desai2008-02-281-0/+1
* Fix tb in __important__ path (reported/patched by SolJ) [bugfix]Narayan Desai2008-02-131-1/+1
* Implement sequence number support for services (Patch from DanP) (Resolves Ti...Narayan Desai2008-01-301-3/+24
* Sync glob pattern with regex pattern (Resolves Ticket #520)Narayan Desai2008-01-271-4/+10
* Harden handling if __important__ entries (reported by SolJ) [bugfix]Narayan Desai2008-01-251-4/+9
* Remove client-side of (deprecated) toolset supportNarayan Desai2008-01-191-15/+2
* Frame updates (and start of unit-testing)Narayan Desai2008-01-181-16/+14
* Implement support for -b foo:bar:baz on the command line (Resolves Ticket #516)Narayan Desai2008-01-161-1/+1
* Check for null attributesNarayan Desai2008-01-161-1/+1
* Add time limit for difflib (which uses a potenially cubic algorithm) [bugfix]Narayan Desai2008-01-111-17/+37
* Fix the chkconfig issue for real this time (really resolve Ticket #513) [bugfix]Narayan Desai2008-01-111-1/+1
* Replace bcfg2 proxy code with simplified code from CobaltNarayan Desai2008-01-092-232/+1
* Fix problem reported by labrown on irc [bugfix]Narayan Desai2008-01-091-1/+1
* Fix traceback (reported by pflores) [bugfix]Narayan Desai2008-01-071-0/+1
* SYSV: URL is required for installation only (patch from Andrew Deason) (Resol...Narayan Desai2008-01-021-1/+2
* Switch over to more Options usage and complete tests (everything appears to w...Narayan Desai2007-12-311-19/+45
* Settings class to remove redundant code for parsing config file.Robert Gogolok2007-12-301-44/+18
* Add new text pattern to ignore for Chkconfig (Resolves Ticket #505) [bugfix]Narayan Desai2007-12-281-5/+9
* Fix YUMng extra package display (Resolves Ticket #509) [bugfix]Narayan Desai2007-12-281-1/+2
* Revert unintentional DebInit commit [bugfix]Narayan Desai2007-12-021-6/+2
* Harden frame against tool driver syntax errors (Related to #507) [bugfix]Narayan Desai2007-12-022-3/+12
* Fix Chkconfig traceback (Resolves Ticket #507) [bugfix]Narayan Desai2007-12-021-1/+1
* Fix chkconfig services that run in runlevel 1 [bugfix]Narayan Desai2007-11-301-2/+7
* Handle weird importer behavior on python2.3 [bugfix]Narayan Desai2007-11-301-0/+3
* Fix weird python2.3/sarge traceback [bugfix]Narayan Desai2007-11-301-1/+1
* Implement data collection on incomplete entry path for POSIXNarayan Desai2007-11-032-1/+30
* Ensure that APT.py doesn't update more than once per runNarayan Desai2007-11-031-5/+6
* Fix error in state handling (Resolves Ticket #479)Narayan Desai2007-11-032-0/+4
* Fix DebInit traceback (Resolves Ticket #486)Narayan Desai2007-10-151-2/+1
* Pass through modlist data for non package entriesNarayan Desai2007-10-111-1/+1
* Move apt-get update call (in -k mode) to Install, so that changes to sources....Narayan Desai2007-10-101-6/+7
* Implement prune mode for directories (only bundle entries are allowed in the ...Narayan Desai2007-10-021-7/+39
* fixed a type mismatch on line 183 url=None was failing when the proxy Rick Bradshow2007-09-061-1/+1
* RPMng/YUMng: Added check to canInstall to make sure that the Package entry wa...Mike Brady2007-08-291-0/+7
* Supress package reverification if packages are incomplete (in YUMng)Narayan Desai2007-08-281-1/+1
* typo fix from jcollieNarayan Desai2007-08-271-1/+1
* RPMng: Improved debug output when required attributes are not present.Mike Brady2007-08-111-3/+7
* Fix posix error pathsNarayan Desai2007-08-091-3/+6
* Fix diff displays for non-binary files in interactive modeNarayan Desai2007-08-081-1/+1
* Fix binary config file stats uploadNarayan Desai2007-08-011-3/+2
* Client side of improved support for binary files in statisticsNarayan Desai2007-08-012-22/+37
* remove spurious -q from RPM.py (resolves Ticket #473)Narayan Desai2007-07-301-3/+4
* Change incomplete entry reason to be an error, and include all missing attrib...Narayan Desai2007-07-301-4/+11
* Fix DebInit format TBNarayan Desai2007-07-251-3/+2
* Switch default to RPMng/YUMng (RPM/Yum are still around just not enabled by d...Narayan Desai2007-07-231-1/+1