server
/
bcfg2
1.1.0-stable
debian
main
maint
maint-1.2
master
packages-dummy
py3-server
py3k
spline
spline-bookworm
spline-old
upstream/master
yum-helper-bug
Custom fork of bcfg2 (configuration management)
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
Bcfg2
/
Client
/
Tools
/
POSIX
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pylint/PEP8 fixes
Sol Jerome
2013-09-06
4
-8
/
+9
*
POSIX: Fix merge failure
Sol Jerome
2013-09-01
1
-3
/
+3
*
Merge branch 'maint'
Sol Jerome
2013-09-01
2
-4
/
+16
|
\
|
*
SELinux: Update the matchpathcon function to use the file's mode
Jonathan Billings
2013-08-22
1
-1
/
+2
|
*
POSIX: Fix pylint failure
Sol Jerome
2013-08-10
1
-1
/
+2
|
*
POSIX: Fix unicode file verification
Sol Jerome
2013-08-10
1
-3
/
+13
*
|
Merge branch 'options-rewrite'
Chris St. Pierre
2013-08-08
3
-35
/
+52
|
\
\
|
*
|
Options: migrated client drivers to new parser
Chris St. Pierre
2013-06-27
3
-35
/
+52
*
|
|
Merge branch 'maint'
Chris St. Pierre
2013-08-08
1
-4
/
+5
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
POSIX: Ignore permissions error on auto-created dirs
Michael Fenn
2013-07-24
1
-4
/
+5
*
|
|
Merge branch 'maint'
Sol Jerome
2013-07-08
1
-9
/
+3
|
\
|
|
|
|
/
|
/
|
|
*
New approach, just create nwe directories with mode 0755 regardless
Michael Fenn
2013-07-01
1
-9
/
+3
*
|
Merge branch 'maint'
Chris St. Pierre
2013-06-27
1
-2
/
+4
|
\
|
|
*
fixed unit tests
Chris St. Pierre
2013-06-12
1
-2
/
+2
|
*
POSIX: Fix support for unicode files
Sol Jerome
2013-06-08
1
-0
/
+2
*
|
Merge branch 'maint'
Sol Jerome
2013-06-02
1
-3
/
+3
|
\
|
|
*
POSIX: fix docstring
Chris St. Pierre
2013-05-21
1
-1
/
+1
|
*
POSIX: fix directory pruning
Chris St. Pierre
2013-05-21
1
-2
/
+2
*
|
Merge branch 'maint'
Chris St. Pierre
2013-04-24
3
-15
/
+19
|
\
|
|
*
POSIX: SELinux context fixes for Path entries
Chris St. Pierre
2013-04-11
1
-5
/
+11
|
*
File: handle Path type="file" entries with no text content even if empty is n...
Chris St. Pierre
2013-04-05
1
-6
/
+4
|
*
testsuite: fixed issues found by latest version of pep8
Chris St. Pierre
2013-03-26
2
-4
/
+4
*
|
Merge branch '1.4.x'
Chris St. Pierre
2013-04-23
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
removed in-place modification of "states" dict in client tools
Chris St. Pierre
2013-02-21
1
-1
/
+1
|
*
removed passing setup and logger objects between client tools
Chris St. Pierre
2013-02-20
1
-4
/
+4
*
|
POSIX: fixed infinite stat() loop with misnamed Path entry
Chris St. Pierre
2013-03-18
1
-1
/
+1
|
/
*
wrote unit tests for base client Tool classes
Chris St. Pierre
2013-02-20
1
-1
/
+0
*
generate XML schema docs from XML schemas themselves
Chris St. Pierre
2012-12-10
1
-0
/
+1
*
fixed conversion to octal in py3k
Chris St. Pierre
2012-12-04
1
-5
/
+7
*
POSIX: Fixed handling of empty files that don't exist on client in interactiv...
Chris St. Pierre
2012-12-03
1
-0
/
+4
*
removed bogus lxml import
Chris St. Pierre
2012-11-16
1
-1
/
+0
*
removed bogus print statements
Chris St. Pierre
2012-11-16
1
-3
/
+0
*
POSIX: fixed removal of symlinked directories
Chris St. Pierre
2012-11-16
3
-31
/
+26
*
POSIX: fix detection of ACLs on entry without pylibacl installed
Chris St. Pierre
2012-11-07
1
-3
/
+2
*
POSIX: ensure that automatically-created parent dirs have appropriate +x perms
Chris St. Pierre
2012-11-07
1
-2
/
+18
*
handle malformed ACL tags more elegantly
Chris St. Pierre
2012-10-19
1
-1
/
+7
*
POSIX: only enable selinux if its enabled on the host
Tim Laszlo
2012-10-17
1
-1
/
+1
*
POSIX: Switch from perms to mode
Sol Jerome
2012-10-15
4
-23
/
+23
*
consistently list ACLs on Path entries
Chris St. Pierre
2012-10-02
1
-3
/
+5
*
if an entry has no acls and its filesystem is mounted noacl, that's not an error
Chris St. Pierre
2012-09-28
1
-2
/
+7
*
Revert "POSIX: make sure to close file handles on temp files"
Chris St. Pierre
2012-09-28
1
-10
/
+7
*
POSIX: make sure to close file handles on temp files
Chris St. Pierre
2012-09-28
1
-7
/
+10
*
misc. minor bug fixes
Chris St. Pierre
2012-09-25
1
-3
/
+8
*
fixed tests for pylint changes
Chris St. Pierre
2012-09-25
1
-0
/
+2
*
expanded pylint tests
Chris St. Pierre
2012-09-25
9
-238
/
+270
*
run pylint for errors on almost everything, full runs on some selected stuff
Chris St. Pierre
2012-09-25
2
-6
/
+3
*
POSIX: fixed join of interactive-mode diff to work regardless of newlines
Chris St. Pierre
2012-09-11
1
-1
/
+1
*
POSIX/Device: Change perms back to mode
Sol Jerome
2012-09-02
1
-2
/
+2
*
added better common walk_packages implementation for python 2.4 and 2.5
Chris St. Pierre
2012-08-27
1
-20
/
+6
*
renamed Bcfg2Py3k to Compat
Chris St. Pierre
2012-08-27
1
-1
/
+1
[next]