summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Core.py
Commit message (Expand)AuthorAgeFilesLines
* Core: Do not create DefaultACL/ directoryChris St. Pierre2013-09-121-0/+2
* Merge branch 'maint'Chris St. Pierre2013-09-091-2/+1
|\
| * Core: avoid importing Metadata before Django has been configuredChris St. Pierre2013-09-051-2/+1
* | Pylint/PEP8 fixesSol Jerome2013-09-061-3/+3
* | Merge branch 'maint'Chris St. Pierre2013-09-051-2/+34
|\|
| * Allow Connector to create new groupsChris St. Pierre2013-09-051-2/+34
* | Core: Added default ACLsChris St. Pierre2013-08-191-6/+22
* | Rewrote arbitrary data cache systemChris St. Pierre2013-08-161-17/+3
* | Merge branch 'maint'Chris St. Pierre2013-08-121-2/+8
|\|
| * Core: iterate over RMI objects properlyChris St. Pierre2013-08-091-1/+1
| * Core: fixed py3k incompatibilityChris St. Pierre2013-08-091-2/+8
* | Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-189/+194
|\ \
| * | Options: migrated server core to new option parserChris St. Pierre2013-06-271-197/+193
* | | Merge branch 'maint'Chris St. Pierre2013-08-081-16/+35
|\ \ \ | | |/ | |/|
| * | MultiprocessingCore: added a way to dispatch RMI calls to child processesChris St. Pierre2013-08-071-4/+2
| * | Plugin: added new Caching interfaceChris St. Pierre2013-08-071-2/+16
| * | Core: log when a cached metadata object is usedChris St. Pierre2013-08-061-0/+3
| * | Core: track statistics on resolve_clientChris St. Pierre2013-08-051-0/+1
| * | Core: update VCS revision only when events are handledChris St. Pierre2013-07-311-1/+2
| * | MultiprocessingCore: make multiprocessing children threaded for higher perfor...Chris St. Pierre2013-07-301-9/+11
* | | Merge branch 'maint'Sol Jerome2013-07-181-9/+35
|\| |
| * | Core: handle unknown log handlers without names gracefullyChris St. Pierre2013-07-161-3/+8
| * | Core: Gracefully handle failure to add client without default groupChris St. Pierre2013-07-091-1/+6
| * | Core: apply FAM blocking option to all commands that start a serverChris St. Pierre2013-07-091-5/+21
* | | Core: removed duplicate check_acls definitionChris St. Pierre2013-06-281-8/+0
| |/ |/|
* | Merge branch 'maint'Chris St. Pierre2013-06-271-14/+12
|\|
| * Revert "Core: properly handle Ctrl-C"Sol Jerome2013-06-261-13/+4
| * Core: rewrite $HOME after dropping privsChris St. Pierre2013-06-191-0/+6
| * Core: don't unnecessarily set debug to False on server startupChris St. Pierre2013-06-031-1/+2
* | Merge branch 'maint'Chris St. Pierre2013-05-211-0/+4
|\|
| * Core: added more debugging on server shutdownChris St. Pierre2013-05-201-0/+4
| * minor fixes for FAM blockingJason Kincl2013-05-011-1/+1
| * Adding option to force server to wait until all FAM events are processedJason Kincl2013-05-011-0/+5
* | fixed unit testsChris St. Pierre2013-05-201-5/+2
* | Fixing unit testsChris St. Pierre2013-04-251-6/+7
* | Merge branch 'maint'Chris St. Pierre2013-04-241-102/+118
|\|
| * Core: added docstring for load_pluginsChris St. Pierre2013-04-171-0/+5
| * Core: fixed pylint tests for wildcard importsChris St. Pierre2013-04-161-2/+2
| * Core: load plugins after daemonization so files/dirs created at plugin init t...Chris St. Pierre2013-04-161-100/+83
| * Added option to periodically dump performance stats to logsChris St. Pierre2013-03-291-1/+23
| * testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-261-2/+2
| * Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-251-0/+4
* | Merge branch '1.4.x'Chris St. Pierre2013-04-231-59/+115
|\ \
| * | fixed unit tests for mergeChris St. Pierre2013-02-201-1/+1
| * | Merge branch 'master' into 1.4.xChris St. Pierre2013-02-201-14/+26
| |\ \
| * | | Added client ACLs:Chris St. Pierre2013-02-121-14/+58
| * | | Added CIDR notation to IP ACLs. Still need to test.Matt Schwager2013-02-121-4/+3
| * | | Corrected acceptance of wildcard ('*') in ACL XML file.Matt Schwager2013-02-121-1/+1
| * | | IP based ACLs working for CherryPy and Builtin Server. Rudimentary tests perf...Matt Schwager2013-02-121-1/+3
| * | | IP based ACLs working for CherryPy Server. Still need to implement BuiltinSer...Matt Schwager2013-02-121-0/+7