summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client
Commit message (Expand)AuthorAgeFilesLines
...
| * | Bundler: add modification support to Bundle dependenciesAlexander Sulfrian2014-11-252-12/+81
* | | Bcfg2/Client: do not catch KeyboardInterruptAlexander Sulfrian2014-11-252-0/+12
|/ /
* | Client/Tools/APT: some syntax cleanupAlexander Sulfrian2014-11-161-15/+13
* | Client/Tools/APT: use more modern python-apt APIAlexander Sulfrian2014-11-161-9/+2
* | Client/Tools/APT: use "pkg in cache" everywhereAlexander Sulfrian2014-11-161-3/+3
* | Revert "APT: add backwards compatibility for python-apt 0.6"Alexander Sulfrian2014-11-161-9/+2
* | Client/Tools/APT: remove all the stuff for the old APIAlexander Sulfrian2014-11-161-54/+17
* | Merge branch 'maint'Alexander Sulfrian2014-11-126-71/+122
|\|
| * Client/Tools/APT: fix pylint errors, enable checkAlexander Sulfrian2014-11-101-62/+81
| * Client/Tools/APT: fix exception nameAlexander Sulfrian2014-11-101-1/+1
| * Merge branch 'SYSV-use-simplefile' of https://github.com/fennm/bcfg2 into maintSol Jerome2014-11-081-6/+5
| |\
| | * SYSV: change instances of simplename to simplefileMichael Fenn2014-11-061-6/+5
| * | Client/Tools/APT: handle exceptions gracefullyAlexander Sulfrian2014-11-051-1/+5
| |/
| * Tools: Fix install of non-whitelisted servicesSol Jerome2014-10-292-21/+23
| * Merge branch 'ssl-protocol-fix' of github.com:solj/bcfg2 into maintSol Jerome2014-10-211-1/+2
| |\
| | * Proxy.py: Pass through SSL protocol optionSol Jerome2014-10-151-1/+2
| * | YUM: Add options to enable and disable Yum pluginsJonathan Billings2014-10-171-0/+10
| |/
| * Merge branch 'sysv-http' of https://github.com/nathanolla/bcfg2 into maintSol Jerome2014-08-261-2/+42
| |\
| | * Log when downloading packages via HTTPNathan Olla2014-08-191-0/+2
| | * Check for origpkgtool attribute to prevent things that subclass SYSV from bre...Nathan Olla2014-07-161-6/+8
| | * Remove unused import of copyNathan Olla2014-07-161-1/+0
| | * Implement _get_package_command and append _sysv_pkg_path attributeNathan Olla2014-07-161-33/+27
| | * Fix indentingNathan Olla2014-07-141-5/+4
| | * Add urlretrieve to Compat and documentNathan Olla2014-07-141-2/+2
| | * SYSV: Implement downloading and installing SYSV packages from HTTPNathan Olla2014-07-141-2/+46
| * | POSIXUsers.py: Allow supplementary group = primarySol Jerome2014-07-181-1/+1
| |/
| * debsums: read output from stderr instead of stdoutArach2014-07-051-1/+1
* | Merge branch 'yum-fix-syntax' of https://github.com/AlexanderS/bcfg2Sol Jerome2014-11-091-5/+6
|\ \
| * | Client/Tools/YUM: compareEVR is in rpmUtils.miscutilsAlexander Sulfrian2014-10-281-1/+2
| * | Client/Tools/YUM: fix whitespace errorsAlexander Sulfrian2014-10-281-4/+4
* | | Merge branch 'master' of https://github.com/gordonmessmer/bcfg2Sol Jerome2014-11-061-2/+12
|\ \ \ | |/ / |/| |
| * | Remove trailing white space.Gordon Messmer2014-10-291-2/+2
| * | Add remaining systemd unit types.Gordon Messmer2014-10-281-1/+3
| * | Add docstring for new function.Gordon Messmer2014-10-221-0/+1
| * | If a service name ends with .service, .socket, or .target, do notGordon Messmer2014-10-211-2/+9
* | | YUM.py: Fix tracebacks from 00a15600Sol Jerome2014-10-281-6/+6
* | | Client: fix statistics for only-important modeAlexander Sulfrian2014-10-261-5/+11
* | | Fixed py2.6-ism properlyChris St. Pierre2014-10-201-2/+6
* | | removed python 2.6-ismChris St. Pierre2014-10-201-2/+2
* | | Set option types on YUM/RPM list optionsChris St. Pierre2014-10-202-4/+6
* | | Merge pull request #216 from jsbillings/yum-plugin-masterChris St. Pierre2014-10-201-0/+20
|\ \ \
| * | | YUM: Add options to enable and disable Yum pluginsJonathan Billings2014-10-171-0/+20
* | | | Client/Proxy: use keyword arguments to match the correct orderAlexander Sulfrian2014-10-201-6/+7
* | | | Options: change default communication protocol to xmlrpc/tlsv1Alexander Sulfrian2014-10-151-6/+6
* | | | Options: add missing communication:protocol optionsAlexander Sulfrian2014-10-151-3/+8
* | | | Merge pull request #209 from AlexanderS/fix-password-authChris St. Pierre2014-10-141-2/+7
|\ \ \ \
| * | | | Options/Common: remove defaults for ssl-key/ssl-cert on the ClientAlexander Sulfrian2014-10-141-2/+7
| | |/ / | |/| |
* / | | Tools/Action: fix typoAlexander Sulfrian2014-10-141-1/+1
|/ / /
* | | Clean up unicode diff handling a little more.Matt Kemp2014-08-201-1/+1
* | | Fixed lint test error.Matt Kemp2014-08-151-1/+1