summaryrefslogtreecommitdiffstats
path: root/src/lib/Client
Commit message (Expand)AuthorAgeFilesLines
* RcUpdate: Add supervised service installSol Jerome2010-03-261-5/+13
* Removed unnecessary variable. Fixed usage of uninitialized variable.Sol Jerome2010-03-261-3/+3
* We don't call the init script anymore.Sol Jerome2010-03-261-8/+0
* We don't do that, this is done by __init__.py.Sol Jerome2010-03-261-10/+0
* Fixed a bug in the last commit. Is_enabled now really checks ifSol Jerome2010-03-261-11/+11
* Reworked RcUpdate.py. VerifyService now checks if running services areSol Jerome2010-03-261-34/+61
* POSIX: Add support to properly verify new POSIX entries (directories)Sol Jerome2010-03-221-1/+2
* Portage.py: Fix equery usage for newer versions of gentoolkit (Patch from Phi...Sol Jerome2010-03-221-1/+3
* Client/Tools/__init__.py: Report return value in lower bits of cmdstatSol Jerome2010-03-221-1/+4
* Upstart: Properly verify service statusSol Jerome2010-03-182-4/+19
* APT: Add support for using non-standard tool paths (Resolves Ticket #773Sol Jerome2010-03-131-9/+25
* Upstart: Add new upstart client toolSol Jerome2010-03-132-3/+83
* APT: add support for new debsums (Patch from Nicolas Dandrimont)Narayan Desai2010-03-131-1/+3
* FreeBSDInit: Add __init__ call (Resolves Ticket #814)Sol Jerome2010-02-171-0/+1
* SMF: Spelling fixSol Jerome2010-02-171-1/+1
* Remove duplicate definitions (reported by zed on irc) [bugfix]Sol Jerome2010-02-101-8/+0
* rpmtools: Use hashlib for 2.5 or greater clientsSol Jerome2010-02-011-2/+11
* RcUpdate: Fix Service detection on Gentoo (Patch from Thorsten Lockert #825) ...Sol Jerome2010-01-201-0/+10
* Code cleanupsSol Jerome2009-12-301-1/+1
* RPMng: fix ignore filename handing (Resolves Ticket #811)Narayan Desai2009-12-091-4/+3
* IPS: Fix typo (Patch from Matthew Baker) [bugfix]Sol Jerome2009-12-041-2/+2
* MacPorts: Preliminary attempt at a workable macports client toolSol Jerome2009-11-302-2/+62
* rpmtools: Spelling/pep8 fixesSol Jerome2009-11-301-22/+22
* launchd: fixed return code checks when (un)installing servicesKamil Kisiel2009-11-251-2/+2
* POSIX: Use tag name in interactive mode to prevent confusionSol Jerome2009-11-241-1/+1
* POSIX: Remove support for old-style posix entriesSol Jerome2009-11-191-5/+0
* launchd: minor spacing fixSol Jerome2009-11-191-1/+1
* RPMng: supress prelink runs in dryrun mode (Resolves Ticket #794) [bugfix]Narayan Desai2009-11-111-1/+1
* RcUpdate: Fix final regression caused by [5178] (Patch from Thorsten Lockert)Sol Jerome2009-11-071-1/+1
* APT: suppress apt driver api warningsNarayan Desai2009-11-051-0/+2
* RPMng: Fix modlist usage (resolves verification issue reported by drtns)Narayan Desai2009-11-051-3/+3
* Gentoo: Fix RemovePackages() so that packages can be removedSol Jerome2009-11-051-4/+3
* Moved launchd plist cache to __init__ function.Kamil Kisiel2009-11-031-21/+24
* Added checks for Snow Leopard (10.6) to launchd client toolKamil Kisiel2009-11-021-1/+2
* Greatly sped up launchd client tool. Also made services reload correctly.Kamil Kisiel2009-11-021-25/+33
* YUMng: remove call to yum api that breaks plugin use (Resolves Ticket #765)Narayan Desai2009-10-301-2/+0
* POSIX: File file comparison in cases where unicode mismatches occur (Resolves...Narayan Desai2009-10-301-1/+0
* Action: Implement per-action toggle to prevent execution in build mode (Resol...Narayan Desai2009-10-241-0/+4
* Actions: Fix bundle filtering of actions (Resolves Ticket #766)Narayan Desai2009-10-241-1/+2
* YUMng: pass through verify flags for multi-instance packagesNarayan Desai2009-10-241-0/+2
* RPMng: Fix package verification when verify=falseNarayan Desai2009-10-241-10/+18
* bcfg2-info: simplify codepaths for debug modeNarayan Desai2009-10-211-4/+3
* POSIX: Add support for all new POSIX types in the client codeSol Jerome2009-10-161-3/+48
* Fix incorrect mappings and change configfile type to fileSol Jerome2009-10-161-1/+1
* SYSV fixes: (Resolves Ticket #762) (Patch from ITS Systems Team)Narayan Desai2009-10-161-1/+9
* Add bcfg2.conf option so that client can always run in paranoid modeSol Jerome2009-10-141-2/+3
* POSIX: Add block/character/fifo devices (ticket #477)Sol Jerome2009-10-011-12/+89
* Client Frame: Do not run updates for unspecified bundles (Fix for ticket #751)Sol Jerome2009-09-281-10/+13
* YUMng: Fix bulk package removal backtrace (Resolves Ticket #749)Narayan Desai2009-09-281-1/+1
* POSIX: Add support for nonexistent Path entry typesSol Jerome2009-09-262-6/+26