| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | catch pulp errors when creating/binding consumers | Chris St. Pierre | 2012-11-27 | 1 | -10/+25 |
| * | made Reporting plugin and transports debuggable, respond to set_debug/toggle_... | Chris St. Pierre | 2012-11-27 | 1 | -9/+13 |
| * | Threaded plugin fixes: | Chris St. Pierre | 2012-11-27 | 4 | -7/+36 |
| * | gave ProbeSet a pretty stringification for debug output | Chris St. Pierre | 2012-11-27 | 1 | -0/+3 |
| * | fixed core syncdb in non-daemon contexts (e.g., bcfg2-info) | Chris St. Pierre | 2012-11-26 | 1 | -6/+7 |
| * | when a new sqlite database is created for reporting, set appropriate permissions | Chris St. Pierre | 2012-11-26 | 1 | -7/+28 |
| * | avoid odd edge case in genshi error handling | Chris St. Pierre | 2012-11-26 | 1 | -3/+7 |
| * | SSLCA: read SSLCA config without instantiating a new ConfigParser | Chris St. Pierre | 2012-11-20 | 1 | -3/+2 |
| * | BuiltinCore: fixed import of LockFailed | Chris St. Pierre | 2012-11-19 | 1 | -2/+3 |
| * | fail gracefully when pidfile creation fails | Chris St. Pierre | 2012-11-19 | 1 | -5/+10 |
| * | create pidfile directory with correct perms | Chris St. Pierre | 2012-11-19 | 1 | -1/+1 |
| * | fixed vcs_root/vcs_path for Version plugins, esp. Svn | Chris St. Pierre | 2012-11-19 | 2 | -6/+5 |
| * | Templating updates: | Chris St. Pierre | 2012-11-19 | 3 | -6/+19 |
* | | Merge remote branch 'upstream/master' into jasons-hacking | Jason Kincl | 2012-11-19 | 27 | -347/+378 |
|\| |
|
| * | removed bogus print statements | Chris St. Pierre | 2012-11-16 | 1 | -1/+1 |
| * | fixed plugin-specific implementations of toggle_debug for new set_debug stuff | Chris St. Pierre | 2012-11-16 | 3 | -14/+14 |
| * | documented new core debug RMIs | Chris St. Pierre | 2012-11-16 | 1 | -1/+35 |
| * | added set_debug RMI for plugins and core, set_fam_debug RMI | Chris St. Pierre | 2012-11-16 | 3 | -6/+24 |
| * | Inotify: explicitly ignore events not in event mask | Chris St. Pierre | 2012-11-16 | 1 | -0/+7 |
| * | Core: added toggle_debug RMI to toggle all debug modes on running server | Chris St. Pierre | 2012-11-16 | 1 | -0/+6 |
| * | FAM: allow toggling FAM debug by RMI on running server | Chris St. Pierre | 2012-11-16 | 3 | -12/+10 |
| * | cleaned up Templatehelper to help avoid some event handling errors | Chris St. Pierre | 2012-11-16 | 1 | -20/+26 |
| * | Git: Added ability to update to a specific tree-ish | Chris St. Pierre | 2012-11-16 | 1 | -10/+41 |
| * | Git: only support GitPython; only support Git.Update with GitPython | Chris St. Pierre | 2012-11-16 | 1 | -113/+26 |
| * | SSLCA: fixed variable names | Chris St. Pierre | 2012-11-14 | 1 | -4/+4 |
| * | set default umask for server, added option to change it | Chris St. Pierre | 2012-11-14 | 3 | -12/+14 |
| * | SSHbase: turn down the noise | Chris St. Pierre | 2012-11-14 | 1 | -2/+2 |
| * | only try to find bcfg2-yum-helper in $PATH once | Chris St. Pierre | 2012-11-14 | 1 | -15/+16 |
| * | SSLCA: clean up temp files on error, better error messages | Chris St. Pierre | 2012-11-14 | 1 | -28/+46 |
| * | Cfg: improved error messages | Chris St. Pierre | 2012-11-13 | 8 | -65/+27 |
| * | SSHbase: improved error messages | Chris St. Pierre | 2012-11-13 | 1 | -12/+19 |
| * | don't pass full stack traces to client on bind failure | Chris St. Pierre | 2012-11-13 | 1 | -1/+1 |
| * | Cfg: prevent genshi loader from caching templates | Chris St. Pierre | 2012-11-13 | 1 | -4/+1 |
| * | fixed some docs for sphinx 1.1 | Chris St. Pierre | 2012-11-13 | 1 | -2/+2 |
| * | SSHbase: fixed invalidation of ssh_known_hosts cache | Chris St. Pierre | 2012-11-13 | 1 | -4/+4 |
| * | SSHbase: improved error message | Chris St. Pierre | 2012-11-13 | 1 | -2/+3 |
| * | allow setting NagiosGen Options while using the default client | Chris St. Pierre | 2012-11-13 | 1 | -1/+1 |
| * | flush input buffers before accepting stdin | Chris St. Pierre | 2012-11-12 | 2 | -25/+42 |
| * | Packages: fixed yum cachefiles property | Chris St. Pierre | 2012-11-08 | 1 | -1/+1 |
| * | Metadata: improved error message from address resolution failure during clien... | Chris St. Pierre | 2012-11-08 | 1 | -3/+4 |
| * | SSLCA: improved error, debug messages | Chris St. Pierre | 2012-11-08 | 1 | -4/+16 |
* | | minor typo and function documentation | Jason Kincl | 2012-11-19 | 1 | -2/+3 |
* | | Adding a default conflict resolver of theirs-full to Svn Plugin | Jason Kincl | 2012-11-07 | 1 | -0/+4 |
|/ |
|
* | Properties: allow lax decryption, where failure to decrypt an element is not ... | Chris St. Pierre | 2012-11-06 | 1 | -2/+10 |
* | removed unused import | Chris St. Pierre | 2012-11-06 | 1 | -1/+0 |
* | added SSLCA option to append chain cert to cert (e.g., for Nginx) | Chris St. Pierre | 2012-11-06 | 1 | -11/+15 |
* | added XML schemas for SSLCA key/cert files | Chris St. Pierre | 2012-11-06 | 1 | -98/+38 |
* | fixed git plugin interface to git commands | Chris St. Pierre | 2012-11-02 | 1 | -2/+4 |
* | Fixed inversion of category-group pairs from Connector plugins in | Chris St. Pierre | 2012-11-01 | 1 | -2/+2 |
* | fixed names of bcfg2-lint comment types | Chris St. Pierre | 2012-10-30 | 1 | -3/+3 |