Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-15 | Add domain arguments to sysdb_add_group functions. | Simo Sorce | 1 | -1/+2 | |
2013-01-15 | Add domain argument to sysdb_add_user() | Simo Sorce | 1 | -1/+2 | |
2013-01-15 | Add domain argument to sysdb_set_group_attr() | Simo Sorce | 1 | -1/+2 | |
2013-01-15 | Add domain argument to sysdb_set_user_attr() | Simo Sorce | 1 | -1/+2 | |
2013-01-15 | Pass domain to sysdb_get<pw/gr>nam() functions | Simo Sorce | 1 | -2/+2 | |
Also allows us to remove sysdb_subdom_get<pw/gr>nam() wrappers and restore fqnames proper value in subdomains, by testing for a parent domain being present or not. | |||||
2013-01-15 | Make sysdb_group_dn() require a domain explictly. | Simo Sorce | 1 | -6/+6 | |
2013-01-15 | Make sysdb_user_dn() require a domain explictly. | Simo Sorce | 1 | -3/+3 | |
2012-11-20 | LDAP: Only convert direct parents' ghost attribute to member | Jakub Hrozek | 1 | -1/+2 | |
https://fedorahosted.org/sssd/ticket/1612 This patch changes the handling of ghost attributes when saving the actual user entry. Instead of always linking all groups that contained the ghost attribute with the new user entry, the original member attributes are now saved in the group object and the user entry is only linked with its direct parents. As the member attribute is compared against the originalDN of the user, if either the originalDN or the originalMember attributes are missing, the user object is linked with all the groups as a fallback. The original member attributes are only saved if the LDAP schema supports nesting. | |||||
2012-09-24 | SYSDB: Remove unnecessary domain parameter from several sysdb calls | Jakub Hrozek | 1 | -12/+5 | |
The domain can be read from the sysdb object. Removing the domain string makes the API more self-contained. | |||||
2012-02-21 | Don't give memory context in confdb where not needed | Jan Zeleny | 1 | -3/+3 | |
2011-11-22 | Cleanup: Remove unused parameters | Jakub Hrozek | 1 | -23/+21 | |
2011-10-13 | SysDB commands that save lastUpdate allows this value to be passed in | Pavel Březina | 1 | -2/+2 | |
https://fedorahosted.org/sssd/ticket/836 | |||||
2011-08-15 | sysdb refactoring: memory context deleted | Jan Zeleny | 1 | -9/+5 | |
This patch deletes memory context parameter in those places in sysdb where it is not necessary. The code using modified functions has been updated. Tests updated as well. | |||||
2011-08-15 | sysdb refactoring: deleted domain variables in sysdb API | Jan Zeleny | 1 | -17/+11 | |
The patch also updates code using modified functions. Tests have also been adjusted. | |||||
2011-01-05 | Fix boolean comparison against string | Stephen Gallagher | 1 | -2/+2 | |
Coverity 10082 and 100083 | |||||
2010-04-30 | Silence warnings with -O2 | Jakub Hrozek | 1 | -4/+4 | |
2010-04-12 | tools: remove creation of event_context | Simo Sorce | 1 | -10/+0 | |
Since the sysdb is now synchronous and creates its own event context we don't need an explicit event context anymore in the tools. | |||||
2010-04-12 | sysdb: remove remaining traces of sysdb_handle | Simo Sorce | 1 | -1/+0 | |
2010-04-12 | sysdb: convert sysdb_getgrnam | Simo Sorce | 1 | -57/+24 | |
2010-04-12 | sysdb: convert sysdb_getpwnam | Simo Sorce | 1 | -99/+53 | |
2010-04-12 | Use the sysdb synchronous transaction functions | Simo Sorce | 1 | -350/+61 | |
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_delete_entry | Stephen Gallagher | 1 | -211/+16 | |
2010-03-15 | Flush NSCD cache after modifying local database | Jakub Hrozek | 1 | -0/+15 | |
Fixes: #221 | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+1838 | |
Also update BUILD.txt |