Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-26 | sysdb: sysdb_update_members can take either name or dn | Pavel Březina | 1 | -18/+49 | |
We need to work with distinguish names when processing cross-domain membership, because groups and users may be stored in different sysdb tree. Resolves: https://fedorahosted.org/sssd/ticket/2066 | |||||
2013-09-11 | Fix formating of variables with type: gid_t | Lukas Slebodnik | 1 | -4/+6 | |
2013-09-11 | Fix formating of variables with type: uid_t | Lukas Slebodnik | 1 | -2/+3 | |
2013-09-11 | Fix formating of variables with type: size_t | Lukas Slebodnik | 1 | -1/+1 | |
2013-09-10 | DB: Rise search functions debug levels | Ondrej Kos | 1 | -9/+9 | |
2013-09-10 | DB: Add user/group lookup by SID | Ondrej Kos | 1 | -2/+84 | |
2013-09-10 | sysdb_search_group_by_gid: obtain gid instead of uid | Pavel Březina | 1 | -1/+1 | |
2013-08-19 | sysdb_add_incomplete_group: store SID string is available | Sumit Bose | 1 | -0/+6 | |
During initgroups request we read the SID of a group from the server but do not save it to the cache. This patch fixes this and might help to avoid an additional lookup of the SID later. | |||||
2013-07-09 | DB: sysdb_search_user_by_name: search by both name and alias | Jakub Hrozek | 1 | -2/+17 | |
2013-05-02 | sysdb: add sysdb_search_object_by_sid() | Sumit Bose | 1 | -0/+54 | |
The patch add a new sysdb to find objects based on their SID. Currently only the basic attributes needed to map SIDs to POSIX IDs and names are requested, but this list can be extended for future use cases. | |||||
2013-04-29 | Only try to relink ghost users if we're not enumerating | Jakub Hrozek | 1 | -4/+9 | |
https://fedorahosted.org/sssd/ticket/1893 When SSSD is not enumerating (which is the default), we are trying to link any "ghost" entries with a newly created user entry. However, when enumeration is on, this means a spurious search on adding any user. | |||||
2013-03-04 | Use SSSD specific errors for offline auth | Simo Sorce | 1 | -8/+9 | |
This prevents reportin false errors when internal functions return a generic EINVAL or EACCES that should just be treated as internal errors. | |||||
2013-01-23 | SYSDB: make the sss_ldb_modify_permissive function public | Jakub Hrozek | 1 | -2/+7 | |
2013-01-15 | Move mpg flag to the domain where it belongs | Simo Sorce | 1 | -5/+5 | |
A sysdb contains now multiple domains, but the mpg property is a property of a specific domain not of the underlying database. | |||||
2013-01-15 | Add domain argument to sysdb_remove_attrs() | Simo Sorce | 1 | -6/+7 | |
2013-01-15 | Add domain arg to sysdb_search/delete_netgroup() | Simo Sorce | 1 | -2/+4 | |
2013-01-15 | Add domain argument to sysdb_delete_group() | Simo Sorce | 1 | -3/+4 | |
Also remove sysdb_delete_domgroup() | |||||
2013-01-15 | Add domain argument to sysdb_search_groups() | Simo Sorce | 1 | -2/+4 | |
2013-01-15 | Add domain argument to sysdb_delete_user() | Simo Sorce | 1 | -3/+4 | |
Also remove sysdb_delete_domuser() | |||||
2013-01-15 | Add domain arg to sysdb_search_users() | Simo Sorce | 1 | -1/+2 | |
2013-01-15 | Add domain to sysdb_delete_custom | Simo Sorce | 1 | -1/+2 | |
2013-01-15 | Add domain argument to sysdb_search_custom() | Simo Sorce | 1 | -4/+5 | |
Also changes sysdb_search_custom_by_name() | |||||
2013-01-15 | Add domain argument to sysdb_store_custom() | Simo Sorce | 1 | -1/+2 | |
2013-01-15 | Add domain argument to sysdb_cache_auth() | Simo Sorce | 1 | -3/+4 | |
2013-01-15 | Add domain argument to sysdb_cache_password() | Simo Sorce | 1 | -1/+2 | |
2013-01-15 | Add domain arg to sysdb group member functions | Simo Sorce | 1 | -9/+15 | |
2013-01-15 | Add domain argument to sysdb_store_group() | Simo Sorce | 1 | -4/+5 | |
Also remove sysdb_store_domgroup() | |||||
2013-01-15 | Add domain argument to sysdb_store_user() | Simo Sorce | 1 | -6/+6 | |
Also remove sysdb_store_domuser() | |||||
2013-01-15 | Add domain arguments to sysdb_add_inetgroup fns. | Simo Sorce | 1 | -3/+5 | |
2013-01-15 | Add domain arguments to sysdb_add_group functions. | Simo Sorce | 1 | -8/+11 | |
2013-01-15 | Add domain argument to sysdb_add_user() | Simo Sorce | 1 | -7/+8 | |
2013-01-15 | Add domain argument to sysdb_add_basic_user() | Simo Sorce | 1 | -2/+4 | |
2013-01-15 | Add domain argument to sysdb_get_new_id() | Simo Sorce | 1 | -5/+4 | |
2013-01-15 | Add domain argument to sysdb_set_netgroup_attr() | Simo Sorce | 1 | -2/+3 | |
2013-01-15 | Add domain argument to sysdb_set_group_attr() | Simo Sorce | 1 | -4/+5 | |
2013-01-15 | Add domain argument to sysdb_set_user_attr() | Simo Sorce | 1 | -6/+10 | |
2013-01-15 | Add domain arg to sysdb_search_netgroup_by_name() | Simo Sorce | 1 | -2/+3 | |
2013-01-15 | Add domain to sysdb_search_group_by_gid() | Simo Sorce | 1 | -3/+4 | |
Also remove unused sysdb_search_domgroup_by_gid() | |||||
2013-01-15 | Add domain to sysdb_search_group_by_name() | Simo Sorce | 1 | -4/+5 | |
Also remove unused sysdb_search_domgroup_by_name() | |||||
2013-01-15 | Add domain to sysdb_search_user_by_uid() | Simo Sorce | 1 | -3/+4 | |
Also remove unused sysdb_search_domuser_by_uid() | |||||
2013-01-15 | Add domain to sysdb_search_user_by_name() | Simo Sorce | 1 | -5/+6 | |
Also remove unused sysdb_search_domuser_by_name() | |||||
2013-01-15 | Make sysdb_custom_subtree_dn() require a domain. | Simo Sorce | 1 | -1/+2 | |
2013-01-15 | Make sysdb_custom_dn() require a domain. | Simo Sorce | 1 | -3/+6 | |
2013-01-15 | Make sysdb_domain_dn() require a domain. | Simo Sorce | 1 | -1/+1 | |
2013-01-15 | Make sysdb_netgroup_dn() require a domain explictly. | Simo Sorce | 1 | -4/+4 | |
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 | -6/+6 | |
2013-01-10 | Change pam data auth tokens. | Simo Sorce | 1 | -1/+0 | |
Use the new authtok abstraction and interfaces throught the code. | |||||
2013-01-10 | Code can only check for cached passwords | Simo Sorce | 1 | -11/+1 | |
Make it clear to the API users that we can not take arbitrary auth tokens. We can only take a password for now so simplify and clarify the interface. | |||||
2013-01-08 | Remove dead netgroup functions | Simo Sorce | 1 | -123/+0 | |