summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/CherryPyCore.py
Commit message (Collapse)AuthorAgeFilesLines
* Added client ACLs:Chris St. Pierre2013-02-121-3/+6
| | | | | | | * IP and CIDR-based ACLs * Metadata (group/hostname)-based ACLs * Documentation * Unit tests
* fixed address tuple from CherryPy coreChris St. Pierre2013-02-121-1/+1
|
* IP based ACLs working for CherryPy and Builtin Server. Rudimentary tests ↵Matt Schwager2013-02-121-3/+4
| | | | performed and passed.
* IP based ACLs working for CherryPy Server. Still need to implement ↵Matt Schwager2013-02-121-0/+3
| | | | BuiltinServer and test.
* moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-051-3/+3
|
* added module-level OptionParser to avoid passing it as an argument or global ↵Chris St. Pierre2013-01-171-2/+2
| | | | all over
* set default umask for server, added option to change itChris St. Pierre2012-11-141-2/+4
|
* fix return value from _daemonizeChris St. Pierre2012-10-181-0/+1
|
* documented core implementationsChris St. Pierre2012-10-151-10/+31
|
* added module-level Bcfg2.Statistics object for easier trackingChris St. Pierre2012-10-101-1/+4
|
* drop privs options added, works in CherryPyChris St. Pierre2012-10-041-1/+3
|
* moved pidfile creation into the server backendsChris St. Pierre2012-09-251-1/+2
|
* various pylint fixesChris St. Pierre2012-09-251-1/+1
|
* expanded pylint testsChris St. Pierre2012-09-251-35/+16
|
* made CherryPyCore honor listen_allChris St. Pierre2012-09-051-1/+2
|
* fixed cherrypy daemonizationChris St. Pierre2012-09-051-20/+26
|
* fixed cherrypy server core shutdownChris St. Pierre2012-08-301-0/+1
|
* Core: collect more performance statisticsChris St. Pierre2012-08-301-2/+1
|
* made bcfg2-admin perf work againChris St. Pierre2012-08-291-15/+10
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* added CherryPy-based server coreChris St. Pierre2012-07-191-0/+131