summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* TOOLS: Provide a convenience function to refresh a list of groupsJakub Hrozek2013-01-152-0/+22
|
* TOOLS: Split querying nss responder into a separate functionJakub Hrozek2013-01-154-32/+68
| | | | | | The tools query the responder in order to sync the memcache after performing changes to the local database. The functions will be reused by other tools so I split them into a separate functions.
* TOOLS: move memcache related functions to tools_mc_utils.cJakub Hrozek2013-01-153-161/+188
| | | | | | | The upcoming patches will link only users of this file with client libs, so it's better to have it separate. There is no functional change in this patch
* TOOLS: set domain in check_group_namesJakub Hrozek2013-01-151-0/+1
|
* tests: unit test for sysdb_remove_attrsJakub Hrozek2013-01-151-0/+45
|
* tests: add unit test for sysdb_get_new_idJakub Hrozek2013-01-151-1/+20
|
* tests: test sysdb_initgroupsJakub Hrozek2013-01-151-0/+48
|
* tests: adda a unit test for test_sysdb_search_groupsJakub Hrozek2013-01-151-0/+29
|
* tests: unit test for test_sysdb_search_usersJakub Hrozek2013-01-151-0/+31
|
* tests: add a unit test for sysdb_netgroup_base_dnJakub Hrozek2013-01-151-0/+23
|
* Stop creating fake sysdb contextsSimo Sorce2013-01-153-32/+2
| | | | | | Now that the sysdb context does not contain anymore domain related data we can simply stop creating faxe sysdb context and just reference the parent context.
* Kill sysdb->domainSimo Sorce2013-01-153-5/+0
| | | | Finally remove this upside-down dependency.
* Move mpg flag to the domain where it belongsSimo Sorce2013-01-158-16/+13
| | | | | A sysdb contains now multiple domains, but the mpg property is a property of a specific domain not of the underlying database.
* Pass the domain to upgrade functionsSimo Sorce2013-01-153-13/+17
|
* Add domain to some subdomain functionsSimo Sorce2013-01-154-8/+17
|
* Add domain arguments to sysdb sudo functionsSimo Sorce2013-01-157-39/+69
|
* Add domain arguments to sysdb ssh functionsSimo Sorce2013-01-155-14/+30
|
* Add domain arguments to sysdb services functionsSimo Sorce2013-01-158-49/+59
| | | | also fix sysdb_svc_add declarations
* Add domain argument to sysdb selinux functionsSimo Sorce2013-01-156-21/+40
|
* Add domain argument to sysdb autofs functionsSimo Sorce2013-01-158-38/+68
|
* Add domain arguemnt to sysdb_get_real_name()Simo Sorce2013-01-153-2/+5
|
* Add domain argument to sysdb_idmap_ funcitonsSimo Sorce2013-01-153-14/+13
|
* Add domain argument to sysdb_remove_attrs()Simo Sorce2013-01-157-16/+21
|
* Add domain argument to sysdb_has/set_enumerated()Simo Sorce2013-01-156-15/+14
|
* Add domain arg to sysdb_search/delete_netgroup()Simo Sorce2013-01-157-12/+18
|
* Add domain argument to sysdb_delete_group()Simo Sorce2013-01-157-31/+20
| | | | Also remove sysdb_delete_domgroup()
* Add domain argument to sysdb_search_groups()Simo Sorce2013-01-158-12/+22
|
* Add domain argument to sysdb_delete_user()Simo Sorce2013-01-158-34/+32
| | | | Also remove sysdb_delete_domuser()
* Add domain arg to sysdb_search_users()Simo Sorce2013-01-159-19/+35
|
* Add domain to sysdb_delete_customSimo Sorce2013-01-156-5/+7
|
* Add domain argument to sysdb_search_custom()Simo Sorce2013-01-1515-22/+49
| | | | Also changes sysdb_search_custom_by_name()
* Add domain argument to sysdb_store_custom()Simo Sorce2013-01-157-6/+8
|
* Add domain argument to sysdb_cache_auth()Simo Sorce2013-01-155-9/+19
|
* Add domain argument to sysdb_cache_password()Simo Sorce2013-01-157-6/+12
|
* Add domain arg to sysdb group member functionsSimo Sorce2013-01-155-22/+37
|
* Add domain argument to sysdb_store_group()Simo Sorce2013-01-157-39/+26
| | | | Also remove sysdb_store_domgroup()
* Add domain argument to sysdb_store_user()Simo Sorce2013-01-158-61/+38
| | | | Also remove sysdb_store_domuser()
* Add domain arguments to sysdb_add_inetgroup fns.Simo Sorce2013-01-156-9/+15
|
* Add domain arguments to sysdb_add_group functions.Simo Sorce2013-01-156-20/+31
|
* Add domain argument to sysdb_add_user()Simo Sorce2013-01-155-11/+14
|
* Add domain argument to sysdb_add_basic_user()Simo Sorce2013-01-153-2/+6
|
* Add domain argument to sysdb_get_new_id()Simo Sorce2013-01-152-5/+5
|
* Add domain argument to sysdb_set_netgroup_attr()Simo Sorce2013-01-154-4/+6
|
* Add domain argument to sysdb_set_group_attr()Simo Sorce2013-01-155-18/+21
|
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-1510-36/+51
|
* Add domain arg to sysdb_search_netgroup_by_name()Simo Sorce2013-01-153-2/+5
|
* Add domain to sysdb_search_group_by_gid()Simo Sorce2013-01-158-24/+33
| | | | Also remove unused sysdb_search_domgroup_by_gid()
* Add domain to sysdb_search_group_by_name()Simo Sorce2013-01-158-34/+29
| | | | Also remove unused sysdb_search_domgroup_by_name()
* Add domain to sysdb_search_user_by_uid()Simo Sorce2013-01-155-21/+9
| | | | Also remove unused sysdb_search_domuser_by_uid()
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-1519-52/+70
| | | | Also remove unused sysdb_search_domuser_by_name()