summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Core.py
Commit message (Expand)AuthorAgeFilesLines
* DefaultACL: Deny remote access to expire_metadata_cacheAlexander Sulfrian2015-10-131-1/+2
* Admin: Add expirecache commandAlexander Sulfrian2015-10-131-0/+15
* Merge branch 'fix/django1.7' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-10-011-6/+8
|\
| * Replace close_connection() for newer django versionsAlexander Sulfrian2015-09-231-2/+7
| * Server: Use close_db_connection decorator everywhereAlexander Sulfrian2015-09-231-4/+1
* | Prevent lxml Element from being passed non-string dataGordon Messmer2015-09-131-1/+1
|/
* Merge branch 'maint'Alexander Sulfrian2015-06-121-0/+11
|\
| * Server/Core: drop privileges even if not running as daemonAlexander Sulfrian2015-02-251-1/+16
* | Server/Plugin/helpers: remove track_statisticsAlexander Sulfrian2014-12-131-8/+8
* | Server/Core: fix missing bundle errorAlexander Sulfrian2014-11-211-1/+2
* | Merge branch 'maint'Alexander Sulfrian2014-11-121-4/+4
|\|
| * Server/Core: also shutdown on exceptions during fam blockingAlexander Sulfrian2014-10-251-5/+5
| * Use the older Thread.getName() interface for python 2.4 compatMichael Fenn2014-09-101-1/+1
* | Options: add missing communication:protocol optionsAlexander Sulfrian2014-10-151-0/+1
* | Options/Common: remove defaults for ssl-key/ssl-cert on the ClientAlexander Sulfrian2014-10-141-2/+9
* | Add a --no-fam-blocking command-line argument to bcfg2-serverMichael Fenn2014-07-071-1/+2
* | Change fam_blocking default to TrueMichael Fenn2014-07-071-1/+1
* | Merge branch 'maint'Chris St. Pierre2014-04-251-2/+5
|\|
| * fixed pylint/pep-8 testsChris St. Pierre2014-04-251-1/+1
* | Merge branch 'maint' into masterSol Jerome2014-04-161-10/+50
|\|
| * Core: better error messages when altsrc bind failsChris St. Pierre2014-03-141-3/+4
| * Core: close all database connections at the end of XML-RPC requestsChris St. Pierre2014-03-031-6/+26
| * core: only shut down core onceChris St. Pierre2014-02-191-0/+10
| * Fixed typo. Need coffee.Chris St. Pierre2014-02-181-1/+1
| * Core: add default name for base Core implementationChris St. Pierre2014-02-181-1/+2
| * ensure that DB connections are always closed at thread/process exitChris St. Pierre2014-02-181-7/+11
| * Core: explicitly close database connections at the end of each client runChris St. Pierre2014-02-131-0/+5
* | Preliminary support for seperate reporting databaseMichael Fenn2014-03-211-2/+2
* | Merge branch 'maint'Chris St. Pierre2013-12-091-4/+4
|\|
| * Core: Avoid starting server if database is enabled but cannot be usedChris St. Pierre2013-11-251-4/+4
* | Core: handle errors in FAM thread more verboselyChris St. Pierre2013-11-131-8/+12
* | Core: Avoid unnecessarily reparsing config file on startupChris St. Pierre2013-10-301-1/+4
* | fixed Core stringificationChris St. Pierre2013-10-301-2/+5
* | DB: fixed how Django settings are loadedChris St. Pierre2013-10-301-11/+11
* | Core: Better stringification of server core objectsChris St. Pierre2013-10-301-0/+7
* | Core: Make core object available at the module levelChris St. Pierre2013-10-291-3/+3
* | Plugins: refactored out unnecessary datastore constructor argumentChris St. Pierre2013-10-291-5/+5
* | Merge branch 'maint'Chris St. Pierre2013-10-281-1/+2
|\|
| * Core: Fixed error message on failed altsrc bindChris St. Pierre2013-09-301-3/+3
* | 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