summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2
Commit message (Collapse)AuthorAgeFilesLines
* fixed plugin-specific implementations of toggle_debug for new set_debug stuffChris St. Pierre2012-11-163-14/+14
|
* documented new core debug RMIsChris St. Pierre2012-11-161-1/+35
|
* added set_debug RMI for plugins and core, set_fam_debug RMIChris St. Pierre2012-11-163-6/+24
|
* Inotify: explicitly ignore events not in event maskChris St. Pierre2012-11-161-0/+7
|
* Core: added toggle_debug RMI to toggle all debug modes on running serverChris St. Pierre2012-11-161-0/+6
|
* FAM: allow toggling FAM debug by RMI on running serverChris St. Pierre2012-11-163-12/+10
|
* cleaned up Templatehelper to help avoid some event handling errorsChris St. Pierre2012-11-161-20/+26
|
* Git: Added ability to update to a specific tree-ishChris St. Pierre2012-11-161-10/+41
|
* POSIX: fixed removal of symlinked directoriesChris St. Pierre2012-11-163-31/+26
|
* Git: only support GitPython; only support Git.Update with GitPythonChris St. Pierre2012-11-161-113/+26
| | | | | dulwich is terrible. impressively so. git pull has a bug that prevents it from honoring --work-tree in many, many versions
* SSLCA: fixed variable namesChris St. Pierre2012-11-141-4/+4
|
* set default umask for server, added option to change itChris St. Pierre2012-11-144-12/+20
|
* SSHbase: turn down the noiseChris St. Pierre2012-11-141-2/+2
|
* only try to find bcfg2-yum-helper in $PATH onceChris St. Pierre2012-11-141-15/+16
|
* SSLCA: clean up temp files on error, better error messagesChris St. Pierre2012-11-141-28/+46
|
* fixed typos in error messageChris St. Pierre2012-11-141-3/+3
|
* Cfg: improved error messagesChris St. Pierre2012-11-138-65/+27
|
* SSHbase: improved error messagesChris St. Pierre2012-11-131-12/+19
|
* fixed client lock checkChris St. Pierre2012-11-131-5/+9
|
* don't pass full stack traces to client on bind failureChris St. Pierre2012-11-131-1/+1
|
* Cfg: prevent genshi loader from caching templatesChris St. Pierre2012-11-131-4/+1
|
* fixed some docs for sphinx 1.1Chris St. Pierre2012-11-131-2/+2
|
* SSHbase: fixed invalidation of ssh_known_hosts cacheChris St. Pierre2012-11-131-4/+4
|
* SSHbase: improved error messageChris St. Pierre2012-11-131-2/+3
|
* allow setting NagiosGen Options while using the default clientChris St. Pierre2012-11-131-1/+1
| | | | settings (from Marc Gariepy)
* SELinux: Fix string -> int conversionSol Jerome2012-11-121-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* flush input buffers before accepting stdinChris St. Pierre2012-11-125-25/+60
|
* Packages: fixed yum cachefiles propertyChris St. Pierre2012-11-081-1/+1
|
* Metadata: improved error message from address resolution failure during ↵Chris St. Pierre2012-11-081-3/+4
| | | | client authn
* SSLCA: improved error, debug messagesChris St. Pierre2012-11-081-4/+16
|
* Check if linkentry is not noneTim Laszlo2012-11-071-1/+1
|
* POSIX: fix detection of ACLs on entry without pylibacl installedChris St. Pierre2012-11-071-3/+2
|
* POSIX: ensure that automatically-created parent dirs have appropriate +x permsChris St. Pierre2012-11-071-2/+18
|
* Properties: allow lax decryption, where failure to decrypt an element is not ↵Chris St. Pierre2012-11-061-2/+10
| | | | fatal and parsing of that file continues
* removed unused importChris St. Pierre2012-11-061-1/+0
|
* added SSLCA option to append chain cert to cert (e.g., for Nginx)Chris St. Pierre2012-11-061-11/+15
|
* added XML schemas for SSLCA key/cert filesChris St. Pierre2012-11-061-98/+38
|
* fixed git plugin interface to git commandsChris St. Pierre2012-11-021-2/+4
|
* Fixed inversion of category-group pairs from Connector plugins inChris St. Pierre2012-11-011-2/+2
| | | | ClientMetadata.categories
* Version bump to 1.3.0pre2v1.3.0pre2Sol Jerome2012-10-302-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* log to stderr, not stdoutChris St. Pierre2012-10-301-2/+2
|
* fixed names of bcfg2-lint comment typesChris St. Pierre2012-10-301-3/+3
|
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵Chris St. Pierre2012-10-3010-201/+286
| | | | directory than the repo root
* Reporting: Only display profile if presentTim Laszlo2012-10-291-0/+2
|
* Reporting: remove experimentalTim Laszlo2012-10-291-1/+0
|
* Reporting: Allow interactions without a profileTim Laszlo2012-10-293-2/+161
|
* fixed unit testsChris St. Pierre2012-10-292-3/+9
|
* fixed repeat processing of probe dataChris St. Pierre2012-10-291-9/+10
|
* added database locking to MetadataChris St. Pierre2012-10-293-16/+24
|
* Core: populate sources listTim Laszlo2012-10-291-0/+1
|