Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-21 | Remove bash-isms from configure macros | Petter Reinholdtsen | 1 | -5/+5 | |
2010-04-08 | SELinux login management | Jakub Hrozek | 1 | -0/+16 | |
Adds a new option -Z to sss_useradd and sss_usermod. This option allows user to specify the SELinux login context for the user. On deleting the user with sss_userdel, the login mapping is deleted, so subsequent adding of the same user would result in the default login context unless -Z is specified again. MLS security is not supported as of this patch. | |||||
2010-03-15 | Remove unused M4 code | Jakub Hrozek | 1 | -14/+0 | |
2010-03-15 | Flush NSCD cache after modifying local database | Jakub Hrozek | 1 | -0/+14 | |
Fixes: #221 | |||||
2010-03-04 | Add --with-test-dir option to configure | Stephen Gallagher | 1 | -0/+12 | |
All 'make check' tests will chdir() into this directory before running the suite. This provides the option of having temporary files generated in a tmpfs or ramdisk | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+207 | |
Also update BUILD.txt |