summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/Tools/POSIX.py
Commit message (Collapse)AuthorAgeFilesLines
* debugging info, recursive ACL fixes, other bug fixesChris St. Pierre2012-08-011-10/+35
|
* fixed display of wrong ACLsChris St. Pierre2012-08-011-2/+3
|
* ACLs working, need docsChris St. Pierre2012-08-011-69/+176
|
* rearranged some codeChris St. Pierre2012-08-011-223/+204
|
* ACLs verify successfullyChris St. Pierre2012-08-011-3/+144
|
* small bug fixesChris St. Pierre2012-07-101-1/+1
|
* added selinux supportChris St. Pierre2012-07-031-385/+413
|
* merged maintChris St. Pierre2012-06-191-19/+29
|
* POSIX: Fix symlink->dir removal (#1110)Sol Jerome2012-05-281-1/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: Add unpruned entry reporting (#659)Sol Jerome2012-04-271-10/+10
| | | | | | | | | | | | | | | Path type='directory' entries previously had no 'reason' associated with their 'dirty' state. This change adds a database field for unpruned entries which are present in a pruned directory and displays that list in the web reporting interface. There is also a change made to the POSIX client tool which forces it to display the extra entry list when running in interactive mode without debugging enabled. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+943
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>