Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Silence warnings with -O2 | Jakub Hrozek | 2010-04-30 | 1 | -4/+4 |
| | |||||
* | Fix merge error for sss_userdel.c | Stephen Gallagher | 2010-04-12 | 1 | -21/+1 |
| | |||||
* | tools: remove creation of event_context | Simo Sorce | 2010-04-12 | 9 | -26/+3 |
| | | | | | Since the sysdb is now synchronous and creates its own event context we don't need an explicit event context anymore in the tools. | ||||
* | Make groupshow synchronous. | Simo Sorce | 2010-04-12 | 1 | -310/+105 |
| | | | | | | | | I tried to convert this code as mechanically as possible from the previously existing code. I am not sure it works right, and it will probably recurse infinetly as circular group memberships are admitted in sysdb. The original code had the same issues. This code should be probably discarded and redone from scratch. | ||||
* | sysydb: Finally stop using a common event context | Simo Sorce | 2010-04-12 | 1 | -1/+1 |
| | | | | This commit completes the migration to a synchronous sysdb | ||||
* | sysdb: remove remaining traces of sysdb_handle | Simo Sorce | 2010-04-12 | 3 | -6/+1 |
| | |||||
* | sysdb: convert sysdb_getgrnam | Simo Sorce | 2010-04-12 | 6 | -101/+45 |
| | |||||
* | sysdb: convert sysdb_getpwnam | Simo Sorce | 2010-04-12 | 5 | -103/+57 |
| | |||||
* | Use the sysdb synchronous transaction functions | Simo Sorce | 2010-04-12 | 6 | -389/+84 |
| | |||||
* | sysdb: convert sysdb_search_groups | Simo Sorce | 2010-04-12 | 1 | -175/+59 |
| | |||||
* | sysdb: convert sysdb_mod/add/remove_group_member | Simo Sorce | 2010-04-12 | 1 | -371/+58 |
| | |||||
* | sysdb: convert sysdb_store/add(_basic)_group | Simo Sorce | 2010-04-12 | 1 | -101/+5 |
| | |||||
* | sysdb: convert sysdb_store/add(_basic)_user | Simo Sorce | 2010-04-12 | 1 | -110/+25 |
| | |||||
* | sysdb: convert sysdb_set_entry/user/group_attr | Simo Sorce | 2010-04-12 | 1 | -101/+12 |
| | |||||
* | sysdb: convert sysdb_search_group_by_name/gid | Simo Sorce | 2010-04-12 | 1 | -124/+96 |
| | |||||
* | sysdb: convert sysdb_search_user_by_name/uid | Simo Sorce | 2010-04-12 | 1 | -96/+31 |
| | |||||
* | sysdb: convert sysdb_delete_entry | Stephen Gallagher | 2010-04-12 | 4 | -237/+18 |
| | |||||
* | SELinux login management | Jakub Hrozek | 2010-04-08 | 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. | ||||
* | Move SELinux related functions into its own module | Jakub Hrozek | 2010-04-08 | 3 | -60/+85 |
| | | | | Fix whitespace errors | ||||
* | Make sss_userdel check for logged in users | Jakub Hrozek | 2010-04-06 | 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 | ||||
* | Add userdel_cmd param | Jakub Hrozek | 2010-04-06 | 3 | -0/+83 |
| | | | | Fixes: #231 | ||||
* | Fix warnings from -Wmissing-field-initializers | Sumit Bose | 2010-03-25 | 1 | -1/+1 |
| | | | | This patch removes some tab-indentations from pamsrv.c, too. | ||||
* | Flush NSCD cache after modifying local database | Jakub Hrozek | 2010-03-15 | 3 | -0/+112 |
| | | | | Fixes: #221 | ||||
* | groupshow: only show all parents in recursive mode | Jakub Hrozek | 2010-03-08 | 1 | -21/+223 |
| | |||||
* | Add forgotten \n in DEBUG statements | Martin Nagy | 2010-03-04 | 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. | ||||
* | Rename server/ directory to src/ | Stephen Gallagher | 2010-02-18 | 12 | -0/+5646 |
Also update BUILD.txt |