Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-15 | Add domain arg to sysdb_search_users() | Simo Sorce | 9 | -19/+35 | |
2013-01-15 | Add domain to sysdb_delete_custom | Simo Sorce | 6 | -5/+7 | |
2013-01-15 | Add domain argument to sysdb_search_custom() | Simo Sorce | 15 | -22/+49 | |
Also changes sysdb_search_custom_by_name() | |||||
2013-01-15 | Add domain argument to sysdb_store_custom() | Simo Sorce | 7 | -6/+8 | |
2013-01-15 | Add domain argument to sysdb_cache_auth() | Simo Sorce | 5 | -9/+19 | |
2013-01-15 | Add domain argument to sysdb_cache_password() | Simo Sorce | 7 | -6/+12 | |
2013-01-15 | Add domain arg to sysdb group member functions | Simo Sorce | 5 | -22/+37 | |
2013-01-15 | Add domain argument to sysdb_store_group() | Simo Sorce | 7 | -39/+26 | |
Also remove sysdb_store_domgroup() | |||||
2013-01-15 | Add domain argument to sysdb_store_user() | Simo Sorce | 8 | -61/+38 | |
Also remove sysdb_store_domuser() | |||||
2013-01-15 | Add domain arguments to sysdb_add_inetgroup fns. | Simo Sorce | 6 | -9/+15 | |
2013-01-15 | Add domain arguments to sysdb_add_group functions. | Simo Sorce | 6 | -20/+31 | |
2013-01-15 | Add domain argument to sysdb_add_user() | Simo Sorce | 5 | -11/+14 | |
2013-01-15 | Add domain argument to sysdb_add_basic_user() | Simo Sorce | 3 | -2/+6 | |
2013-01-15 | Add domain argument to sysdb_get_new_id() | Simo Sorce | 2 | -5/+5 | |
2013-01-15 | Add domain argument to sysdb_set_netgroup_attr() | Simo Sorce | 4 | -4/+6 | |
2013-01-15 | Add domain argument to sysdb_set_group_attr() | Simo Sorce | 5 | -18/+21 | |
2013-01-15 | Add domain argument to sysdb_set_user_attr() | Simo Sorce | 10 | -36/+51 | |
2013-01-15 | Add domain arg to sysdb_search_netgroup_by_name() | Simo Sorce | 3 | -2/+5 | |
2013-01-15 | Add domain to sysdb_search_group_by_gid() | Simo Sorce | 8 | -24/+33 | |
Also remove unused sysdb_search_domgroup_by_gid() | |||||
2013-01-15 | Add domain to sysdb_search_group_by_name() | Simo Sorce | 8 | -34/+29 | |
Also remove unused sysdb_search_domgroup_by_name() | |||||
2013-01-15 | Add domain to sysdb_search_user_by_uid() | Simo Sorce | 5 | -21/+9 | |
Also remove unused sysdb_search_domuser_by_uid() | |||||
2013-01-15 | Add domain to sysdb_search_user_by_name() | Simo Sorce | 19 | -52/+70 | |
Also remove unused sysdb_search_domuser_by_name() | |||||
2013-01-15 | Add domain argument to sysdb_get_user_attr() | Simo Sorce | 11 | -21/+26 | |
2013-01-15 | Add domain argument to sysdb_initgroups() | Simo Sorce | 5 | -5/+8 | |
2013-01-15 | Add domain option to sysdb_get/netgr/attrs() fns | Simo Sorce | 4 | -7/+11 | |
2013-01-15 | Pass domain to sysdb_enum<pw/gr>ebt() functions | Simo Sorce | 4 | -7/+13 | |
2013-01-15 | Pass domain to sysdb_get<pwu/grg><id() functions | Simo Sorce | 5 | -8/+14 | |
2013-01-15 | Pass domain to sysdb_get<pw/gr>nam() functions | Simo Sorce | 11 | -85/+78 | |
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 | Upgrade DB and move ranges into top level object | Simo Sorce | 3 | -1/+124 | |
2013-01-15 | Move range objects into their own top-level tree. | Simo Sorce | 2 | -10/+6 | |
Storing ranges for multiple domains under any specific domain is somewhat aritrary and unnecessary. Put ranges under cn=ranges,cn=sysdb, without involving any specific domain subtree. This allows us to avoid using sysdb->domain in ranges functions. Also storing other subdomains data under the parent domain tree felt wrong, all other domain specific data is under their own subtree. Moving this data in its own place seems a better solution. | |||||
2013-01-15 | Make sysdb_custom_subtree_dn() require a domain. | Simo Sorce | 8 | -12/+19 | |
2013-01-15 | Make sysdb_custom_dn() require a domain. | Simo Sorce | 6 | -10/+20 | |
2013-01-15 | Make sysdb_domain_dn() require a domain. | Simo Sorce | 6 | -7/+10 | |
2013-01-15 | Make sysdb_netgroup_base_dn() require a domain. | Simo Sorce | 3 | -5/+9 | |
2013-01-15 | Make sysdb_netgroup_dn() require a domain explictly. | Simo Sorce | 4 | -9/+11 | |
2013-01-15 | Make sysdb_group_dn() require a domain explictly. | Simo Sorce | 6 | -18/+20 | |
2013-01-15 | Make sysdb_user_dn() require a domain explictly. | Simo Sorce | 6 | -15/+17 | |
2013-01-15 | Remove the sysdb_ctx_get_domain() function. | Simo Sorce | 5 | -19/+16 | |
We are deprecating sysdb->domain so kill the function that gives access to this member as we should stop relying on it being available (or correct). | |||||
2013-01-15 | Refactor single domain initialization | Simo Sorce | 12 | -60/+60 | |
Bring it out of sysdb, which will slowly remove internal dependencies on domains and instead will always require them to be passed by callers. | |||||
2013-01-15 | Refactor sysdb initialization | Simo Sorce | 6 | -170/+25 | |
Change the way sysdbs are initialized. Make callers responsible for providing the list of domains. Remove the returned array of sysdb contexts, it was used only by sss_cache and not really necessary there either as that tool can easily iterate the domains. Make sysdb ctx children of their respective domains. Neither sysdb context nor domains are ever freed until a program is done so there shouldn't be any memory hierarchy issue. As plus we simplify the code by removing a destructor and a setter function. | |||||
2013-01-15 | The Big sysdb/domain split-up! | Simo Sorce | 1 | -1/+1 | |
This commit is the first of a complex work of untangling domain and sysdb. It turns out the idea of keeping a reference to the domain within the sysdb was a poor one so we need to split the domain out and change all functions that needs one to get it explicitly from their callers. | |||||
2013-01-14 | Use new sysdb_search_service() in sss_cache | Simo Sorce | 1 | -35/+4 | |
Also fixes https://fedorahosted.org/sssd/ticket/1754 | |||||
2013-01-14 | let ldap_backup_chpass_uri work | Pavel Březina | 1 | -2/+4 | |
https://fedorahosted.org/sssd/ticket/1760 | |||||
2013-01-14 | Fix LDAP authentication - invalid password length | Pavel Březina | 1 | -1/+1 | |
sss_authtok_get_password() already returns length without terminating zero. This broke authentication over LDAP because we removed the last password character. | |||||
2013-01-10 | Change pam data auth tokens. | Simo Sorce | 21 | -473/+533 | |
Use the new authtok abstraction and interfaces throught the code. | |||||
2013-01-10 | Add authtok utility functions. | Simo Sorce | 3 | -0/+384 | |
These functions allow handling of auth tokens in a completely opaque way, with clear semantics and accessor fucntions that guarantee consistency, proper access to data and error conditions. | |||||
2013-01-10 | Add function to safely wipe memory. | Simo Sorce | 2 | -0/+18 | |
This is useful for wiping passwords, as it prevents the compiler from optimizing out a memset to zero before a free() | |||||
2013-01-10 | Code can only check for cached passwords | Simo Sorce | 5 | -36/+45 | |
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-10 | Fix sdap reinit. | Simo Sorce | 1 | -82/+89 | |
This set of functions had a few important issues: 1. the base_dn was always NULL, as the base array was never actually used to construct any DN. This means each function searched the whole database multiple times. It would try to remove SYSDB_USN from all database entries 3 times. Then it would try to find non updated entries another 3 times and delete them, arguably find empty results the last 2 times. 2. Remove use of sysdb_private.h, that header is *PRIVATE* which means it should not be used anywhere but within sysdb. Do this by using existing functions instead of using ldb calls directly. This is important to keep sysdb as conistent and self-contained as possible. | |||||
2013-01-10 | Use sysdb_search_service() for all svc queries | Simo Sorce | 2 | -78/+56 | |