Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-12 | Use the sysdb synchronous transaction functions | Simo Sorce | 6 | -389/+84 | |
2010-04-12 | sysdb: convert sysdb_search_groups | Simo Sorce | 1 | -175/+59 | |
2010-04-12 | sysdb: convert sysdb_mod/add/remove_group_member | Simo Sorce | 1 | -371/+58 | |
2010-04-12 | sysdb: convert sysdb_store/add(_basic)_group | Simo Sorce | 1 | -101/+5 | |
2010-04-12 | sysdb: convert sysdb_store/add(_basic)_user | Simo Sorce | 1 | -110/+25 | |
2010-04-12 | sysdb: convert sysdb_set_entry/user/group_attr | Simo Sorce | 1 | -101/+12 | |
2010-04-12 | sysdb: convert sysdb_search_group_by_name/gid | Simo Sorce | 1 | -124/+96 | |
2010-04-12 | sysdb: convert sysdb_search_user_by_name/uid | Simo Sorce | 1 | -96/+31 | |
2010-04-12 | sysdb: convert sysdb_delete_entry | Stephen Gallagher | 4 | -237/+18 | |
2010-04-08 | SELinux login management | Jakub Hrozek | 5 | -0/+371 | |
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-04-08 | Move SELinux related functions into its own module | Jakub Hrozek | 3 | -60/+85 | |
Fix whitespace errors | |||||
2010-04-06 | Make sss_userdel check for logged in users | Jakub Hrozek | 1 | -3/+142 | |
sss_userdel now warns if the deleted user was logged in at the time of deletion. Also adds a new parameter --kick to userdel that kills all user processes before actually deleting ther user. Fixes: #229 | |||||
2010-04-06 | Add userdel_cmd param | Jakub Hrozek | 3 | -0/+83 | |
Fixes: #231 | |||||
2010-03-25 | Fix warnings from -Wmissing-field-initializers | Sumit Bose | 1 | -1/+1 | |
This patch removes some tab-indentations from pamsrv.c, too. | |||||
2010-03-15 | Flush NSCD cache after modifying local database | Jakub Hrozek | 3 | -0/+112 | |
Fixes: #221 | |||||
2010-03-08 | groupshow: only show all parents in recursive mode | Jakub Hrozek | 1 | -21/+223 | |
2010-03-04 | Add forgotten \n in DEBUG statements | Martin Nagy | 1 | -1/+1 | |
Logs from confdb with missing '\n' in the DEBUG statements annoyed me so I decided to fix them. I also made a quick grep through the code and found other places so I fixed them too. | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 12 | -0/+5646 | |
Also update BUILD.txt |