summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* doc: wrote devel docs for client tool base objectsChris St. Pierre2012-12-0414-141/+390
|
* Svn: cleaned up conflict resolution stuffChris St. Pierre2012-12-041-30/+39
|
* Merge remote branch 'upstream/master' into jasons-hackingJason Kincl2012-12-0416-318/+731
|\
| * fixed conversion to octal in py3kChris St. Pierre2012-12-044-10/+28
| |
| * fixed SELinux tool/plugin testsChris St. Pierre2012-12-031-2/+6
| |
| * SSLCA improvements:Chris St. Pierre2012-12-031-230/+261
| | | | | | | | | | | | Added support for Group/Client tags in cert.xml/key.xml Added support for explicit subjectAltNames in cert.xml Reorganized code to make generally more like other GroupSpool plugins
| * Merge branch 'master' of github.com:Bcfg2/bcfg2Tim Laszlo2012-12-037-63/+380
| |\
| | * added builtin support for creating users and groupsChris St. Pierre2012-12-034-4/+312
| | |
| | * POSIX: Fixed handling of empty files that don't exist on client in ↵Chris St. Pierre2012-12-031-0/+4
| | | | | | | | | | | | interactive mode
| | * SELinux: Split up selinux entriesSol Jerome2012-12-032-59/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit splits up the all-in-one SELinux tag into various entries (formerly done using a type attribute). This helps prevent ambiguation when entries of different SELinux types have the same name. Note that there is still some ambiguation for File Context entries since there can be duplicates involved. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | Reporting: fix missing clients in grid viewTim Laszlo2012-12-031-1/+1
| |/
| * Move group filter for detailed list. fixes css sizingTim Laszlo2012-11-291-1/+1
| |
| * Cfg: Fixed bugs in Genshi error handling:Chris St. Pierre2012-11-291-11/+54
| | | | | | | | | | * Find the correct frame of the stack trace if the exception is raised by something outside the template * Determine if the version of Genshi in use strips all blank lines or not to correctly locate the line of the error
| * prettier stringification for Bcfg2VersionInfo objectsChris St. Pierre2012-11-291-2/+2
| |
* | Future-proofed conflict option selectionJason Kincl2012-12-031-13/+9
| | | | | | | | * moved from a map table to a getattr() lookup
* | fixing logic so try..except works correctly, bugsJason Kincl2012-11-281-7/+4
| |
* | adding doc, changing variable namesJason Kincl2012-11-271-3/+3
| |
* | fixing syntaxJason Kincl2012-11-271-1/+1
| |
* | log actions betterJason Kincl2012-11-271-0/+3
| |
* | fixing line lengthsJason Kincl2012-11-271-1/+2
| |
* | fixing bugsJason Kincl2012-11-271-5/+6
| |
* | adding svn_resolution to global namespaceJason Kincl2012-11-271-2/+2
| |
* | adding svn merge resolution mapJason Kincl2012-11-271-3/+27
| |
* | Merge remote branch 'upstream/master' into jasons-hackingJason Kincl2012-11-2718-102/+224
|\|
| * catch pulp errors when creating/binding consumersChris St. Pierre2012-11-271-10/+25
| |
| * made Reporting plugin and transports debuggable, respond to ↵Chris St. Pierre2012-11-274-24/+46
| | | | | | | | set_debug/toggle_debug RMI
| * Threaded plugin fixes:Chris St. Pierre2012-11-274-7/+36
| | | | | | | | | | | | | | * Added "Threaded" plugin interface for any plugin that uses threads * Start plugin threads after daemonization * Update existing plugins that use threads (Reporting, Snapshots, ThreadedStatistics interface) * Update unit tests
| * gave ProbeSet a pretty stringification for debug outputChris St. Pierre2012-11-271-0/+3
| |
| * produce debug logs about how logging is configuredChris St. Pierre2012-11-271-4/+9
| |
| * fixed bcfg2-info buildbundle to use code from Bundler pluginChris St. Pierre2012-11-271-27/+17
| |
| * disambiguate yum transaction errorsChris St. Pierre2012-11-271-4/+4
| |
| * fixed core syncdb in non-daemon contexts (e.g., bcfg2-info)Chris St. Pierre2012-11-261-6/+7
| |
| * create data directory for reporting TransportsChris St. Pierre2012-11-261-2/+14
| |
| * validate storage backend with DirectStore reporting TransportChris St. Pierre2012-11-261-0/+3
| |
| * when a new sqlite database is created for reporting, set appropriate permissionsChris St. Pierre2012-11-261-7/+28
| |
| * avoid odd edge case in genshi error handlingChris St. Pierre2012-11-261-3/+7
| |
| * SSLCA: read SSLCA config without instantiating a new ConfigParserChris St. Pierre2012-11-201-3/+2
| |
| * BuiltinCore: fixed import of LockFailedChris St. Pierre2012-11-191-2/+3
| |
| * fail gracefully when pidfile creation failsChris St. Pierre2012-11-191-5/+10
| |
| * create pidfile directory with correct permsChris St. Pierre2012-11-191-1/+1
| |
| * fixed vcs_root/vcs_path for Version plugins, esp. SvnChris St. Pierre2012-11-192-6/+5
| |
| * Templating updates:Chris St. Pierre2012-11-193-6/+19
| | | | | | | | | | | | * Added "repo" variable to all template formats * Made variables available in Genshi and Cheetah template more similar * Improved docs
* | Merge remote branch 'upstream/master' into jasons-hackingJason Kincl2012-11-1938-398/+452
|\|
| * removed bogus lxml importChris St. Pierre2012-11-161-1/+0
| |
| * removed bogus print statementsChris St. Pierre2012-11-163-8/+4
| |
| * 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
| |