Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Chris St. Pierre | 2013-12-09 | 2 | -2/+289 |
|\ | |||||
| * | Augeas: avoid deprecation warning | Chris St. Pierre | 2013-12-05 | 1 | -2/+2 |
| * | Augeas: Added docstrings, fixed some minor pylint issues | Chris St. Pierre | 2013-12-05 | 1 | -20/+91 |
| * | Augeas: Only install unverified commands | Chris St. Pierre | 2013-12-05 | 1 | -0/+2 |
| * | POSIX: skip loading POSIX sub-tools that raise ImportError | Chris St. Pierre | 2013-12-05 | 1 | -2/+5 |
| * | Tools: new Augeas driver | Chris St. Pierre | 2013-12-05 | 1 | -0/+211 |
* | | Merge branch 'maint' | Chris St. Pierre | 2013-09-16 | 1 | -0/+5 |
|\| | |||||
| * | Remove all ACLs (including mask) from entries with no ACLs listed | Chris St. Pierre | 2013-09-12 | 1 | -0/+5 |
* | | Merge branch 'maint' | Chris St. Pierre | 2013-09-09 | 1 | -1/+3 |
|\| | |||||
| * | POSIXUsers: Fix traceback | Sol Jerome | 2013-09-06 | 1 | -1/+2 |
* | | Pylint/PEP8 fixes | Sol Jerome | 2013-09-06 | 16 | -515/+682 |
* | | POSIX: Fix merge failure | Sol Jerome | 2013-09-01 | 1 | -3/+3 |
* | | Merge branch 'maint' | Sol Jerome | 2013-09-01 | 3 | -6/+19 |
|\| | |||||
| * | SELinux: Update the matchpathcon function to use the file's mode | Jonathan Billings | 2013-08-22 | 1 | -1/+2 |
| * | Client: Don't modify running services if ignored | Sol Jerome | 2013-08-12 | 1 | -2/+3 |
| * | 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 |
* | | testsuite: fixed more unit tests | Chris St. Pierre | 2013-08-12 | 1 | -3/+0 |
* | | testsuite: fixed more unit tests | Chris St. Pierre | 2013-08-12 | 1 | -2/+2 |
* | | testsuite: fixed most pylint complaints | Chris St. Pierre | 2013-08-09 | 3 | -4/+4 |
* | | Merge branch 'options-rewrite' | Chris St. Pierre | 2013-08-08 | 16 | -210/+303 |
|\ \ | |||||
| * | | Options: migrated client drivers to new parser | Chris St. Pierre | 2013-06-27 | 16 | -210/+303 |
* | | | Merge branch 'maint' | Chris St. Pierre | 2013-08-08 | 2 | -5/+9 |
|\ \ \ | | |/ | |/| | |||||
| * | | POSIXUsers: Handle unicode gecos attributes | Sol Jerome | 2013-08-02 | 1 | -1/+4 |
| * | | POSIX: Ignore permissions error on auto-created dirs | Michael Fenn | 2013-07-24 | 1 | -4/+5 |
* | | | Merge branch 'maint' | Sol Jerome | 2013-07-18 | 3 | -3/+2 |
|\| | | |||||
| * | | Merge branch 'fix-bootstatus' of https://github.com/AlexanderS/bcfg2 into maint | Sol Jerome | 2013-07-17 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Bcfg2/Client/Tools: do not get bootstatus directly from the entry | Alexander Sulfrian | 2013-07-17 | 2 | -2/+2 |
| * | | | POSIXUsers: remove usermod -m option, which is too new | Chris St. Pierre | 2013-07-16 | 1 | -1/+0 |
| * | | | Merge pull request #114 from igorwidlinski/patch-1 | Chris St. Pierre | 2013-07-12 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Stop adding chkconfig service to every run level | igorwidlinski | 2013-07-04 | 1 | -1/+1 |
* | | | | | Merge branch 'maint' | Sol Jerome | 2013-07-08 | 3 | -15/+9 |
|\| | | | | |_|_|/ |/| | | | |||||
| * | | | RcUpdate: Use get_bootstatus | Sol Jerome | 2013-07-08 | 1 | -1/+1 |
| |/ / | |||||
| * | | Chkconfig: give --list option to chkconfig rather than sending it on stdin | Michael Fenn | 2013-07-02 | 1 | -2/+2 |
| * | | New approach, just create nwe directories with mode 0755 regardless | Michael Fenn | 2013-07-01 | 1 | -9/+3 |
| |/ | |||||
| * | Chkconfig: Use get_bootstatus | Sol Jerome | 2013-06-27 | 1 | -3/+3 |
* | | Merge branch 'maint' | Chris St. Pierre | 2013-06-27 | 6 | -78/+159 |
|\| | |||||
| * | Merge pull request #65 from dikim33/maint | Chris St. Pierre | 2013-06-26 | 1 | -0/+7 |
| |\ | |||||
| | * | Make the "latest" value of the "revision" attribute update the working | DongInn Kim | 2013-03-24 | 1 | -0/+7 |
| * | | Chkconfig: Set svcstatus | Sol Jerome | 2013-06-25 | 1 | -0/+1 |
| * | | Client/Tools/VCS: fix symlink handling | Alexander Sulfrian | 2013-06-19 | 1 | -1/+1 |
| * | | Client/Tools/VCS: build index after checkout | Alexander Sulfrian | 2013-06-18 | 1 | -9/+38 |
| * | | Client/Tools/VCS: add support for symlinks | Alexander Sulfrian | 2013-06-18 | 1 | -4/+17 |
| * | | Client/Tools/VCS: some simplyfications using dulwich api | Alexander Sulfrian | 2013-06-18 | 1 | -12/+8 |
| * | | Client/Tools/VCS: add always on top feature | Alexander Sulfrian | 2013-06-18 | 1 | -5/+24 |
| * | | Client/Tools/VCS: create directory for repository | Alexander Sulfrian | 2013-06-18 | 1 | -1/+2 |
| * | | Client/Tools/Action: add shell attribute | Alexander Sulfrian | 2013-06-14 | 1 | -4/+12 |
| * | | 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 |
| * | | Services: Don't check status when set to 'ignore' | Sol Jerome | 2013-06-03 | 3 | -45/+50 |