summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Metadata: refuse to add dynamic group membership in explicitly private groups...Narayan Desai2009-10-241-1/+8
* Proxy: improve error message for SSL key issues (Resolves Ticket #682)Narayan Desai2009-10-241-0/+3
* Proxy: handle case where server disallows connection with an error message an...Narayan Desai2009-10-241-0/+3
* create-debian-pkglist: support regex based filename matching (Patch from Leif)Narayan Desai2009-10-241-1/+6
* Fix function name in Metadata baseclassNarayan Desai2009-10-221-1/+1
* Packages: Defer handling of virtual requirements provided by multipleNarayan Desai2009-10-221-2/+17
* Packages: simplify package resolution logic (should resolve outstanding issue...Narayan Desai2009-10-211-95/+105
* bcfg2-info: simplify codepaths for debug modeNarayan Desai2009-10-213-37/+8
* Packages: Remove debug printNarayan Desai2009-10-191-1/+0
* Packages: Add virtual packages properlyNarayan Desai2009-10-191-2/+3
* bcfg2-info: Implement debug mode explicitlySol Jerome2009-10-161-10/+51
* POSIX: Add support for all new POSIX types in the client codeSol Jerome2009-10-162-4/+54
* Fix incorrect mappings and change configfile type to fileSol Jerome2009-10-163-5/+3
* 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-143-3/+8
* Proxy: patch version checking code to work on releases with strings in the na...Narayan Desai2009-10-121-1/+1
* Implement support for M2Crypto on the bcfg2 client.Mike McCallister2009-10-082-19/+133
* Enhanced bcfg2-info to implement a new "builddir" command.Mike McCallister2009-10-081-0/+81
* Perf: Fix syntax errorSol Jerome2009-10-071-1/+1
* Pylint/PEP 8 Code cleanupsSol Jerome2009-10-0752-289/+381
* Remove GBundler plugin (this functionality already exists in Bundler)Sol Jerome2009-10-072-40/+0
* Cfg: Set type to 'configfile' for Path entriesSol Jerome2009-10-061-2/+4
* Admin-modes: Implement plugin whitelists/blacklists for modes that don't requireNarayan Desai2009-10-022-2/+11
* Viz: remove spurious raise SystemExitNarayan Desai2009-10-021-1/+0
* Fix nasty core hang, which would manifest itself as a lockup upon shutdown fo...Narayan Desai2009-10-024-3/+16
* bcfg2.init: Fix case statement for ticket #752 (Patch from Travis Campbell)Sol Jerome2009-10-021-1/+1
* POSIX: Add block/character/fifo devices (ticket #477)Sol Jerome2009-10-015-23/+112
* schema: Add description attribute for Bundles (ticket #689)Sol Jerome2009-09-291-0/+1
* 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
* schema: Add schema for Path entriesSol Jerome2009-09-263-0/+34
* Changed name and implementation to "bcfg2-server" so that the serverMike McCallister2009-09-261-2/+2
* POSIX: Add support for nonexistent Path entry typesSol Jerome2009-09-263-7/+27
* Schema: Add restart attribute to the servicetype schemaSol Jerome2009-09-251-0/+1
* Added Fossil to Plugins init and Fossil and Bzr to man 5 bcfg2.confDaniel Joseph Barnhart Clark2009-09-252-0/+9
* Bcfg2 man page: Keep ordering of options consistentSol Jerome2009-09-241-3/+3
* Packages: pylint fixesNarayan Desai2009-09-241-41/+63
* Packages: immediately add dependencies for packages added as single-choice vi...Narayan Desai2009-09-241-1/+10
* Add better debug logging to Fossil plugin, like Bzr.py hasDaniel Joseph Barnhart Clark2009-09-241-2/+3
* Support for [http://fossil-scm.org Fossil] SCM Distributed Version Control Sy...Daniel Joseph Barnhart Clark2009-09-241-0/+50
* Decisions: Catch initialization error for non-existent Decisions directorySol Jerome2009-09-241-2/+10
* Component: remove unneeded call to umask (Resolves Ticket #714)Narayan Desai2009-09-231-1/+0
* Packages: rework apt dependency choicesNarayan Desai2009-09-231-4/+9
* Packages: Fix infinite loop problem with cyclic deps (Reported by david strauss)Narayan Desai2009-09-231-0/+1
* Revision returned by Bzr should be a scalar value.David Strauss2009-09-231-1/+1
* Initial Bazaar VCS support.David Strauss2009-09-232-0/+46
* Packages: Fix case where item is completely unknown (hence pset is unset) (Re...Narayan Desai2009-09-231-2/+3
* Packages: make package alternatives work properly when specified (Resolves Ti...Narayan Desai2009-09-221-17/+48