summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Acl.py
Commit message (Collapse)AuthorAgeFilesLines
* CIDR notation working for IP based ACLsMatt Schwager2013-02-121-3/+4
|
* Added CIDR notation to IP ACLs. Still need to test.Matt Schwager2013-02-121-0/+10
|
* IP based ACLs working for CherryPy and Builtin Server. Rudimentary tests ↵Matt Schwager2013-02-121-33/+33
| | | | performed and passed.
* IP based ACLs working for CherryPy Server. Still need to implement ↵Matt Schwager2013-02-121-1/+1
| | | | BuiltinServer and test.
* Fixed 'event name' error on server startup with ACL as a plugin. Now parsing ↵Matt Schwager2013-02-121-0/+18
| | | | IP XML file correctly
* Started adding code to Acl.py, need to parse acl xml file correctlyMatt Schwager2013-02-121-4/+20
|
* Added access-control list plugin skeleton codeMatt Schwager2013-02-121-0/+8