summaryrefslogtreecommitdiffstats
path: root/src/db
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove sysdb_subdom completelySimo Sorce2013-02-102-30/+6
| | | | | struct sss_domain_info is always used to represent domains now. Adjust tests accordingly.
* Add sysdb_subdomain_store() functionSimo Sorce2013-02-102-37/+103
| | | | Replaces sysdb_add_subdomain_attributes and is a public sysdb interface.
* Refactor sysdb_master_domain_add_info()Simo Sorce2013-02-102-27/+22
|
* Update main domain info in placeSimo Sorce2013-02-102-36/+30
|
* Avoid sysdb_subdom in sysdb_get_subdomains()Simo Sorce2013-02-102-58/+38
|
* SYSDB: Expire group if adding ghost users fails with EEXISTJakub Hrozek2013-01-231-2/+36
|
* SYSDB: make the sss_ldb_modify_permissive function publicJakub Hrozek2013-01-232-2/+11
|
* sudo responder: change num_rules type from size_t to uint32_tPavel Březina2013-01-222-5/+5
| | | | | | | | https://fedorahosted.org/sssd/ticket/1779 2^32 should be enough to store sudo rules. size_t type was causing troubles on big endian architectures, because it wasn't used correctly in combination with D-Bus.
* LDAP: Compare lists of DNs when saving autofs entriesJakub Hrozek2013-01-212-9/+31
| | | | | | | | | | | | https://fedorahosted.org/sssd/ticket/1758 The autofs entries do not have the key as an unique identifier, but rather the full (key, value) tuple as some keys have a special meaning, such as the direct mount key (/-) and may be present in a single map multiple times. Comparing the full DN that contains both the key and the value will allow for working updates if either key or value changes.
* Tidy up BASE dn macrosSimo Sorce2013-01-161-4/+4
|
* Stop creating fake sysdb contextsSimo Sorce2013-01-152-25/+0
| | | | | | 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-155-16/+8
| | | | | 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-152-5/+8
|
* Add domain arguments to sysdb sudo functionsSimo Sorce2013-01-152-26/+42
|
* Add domain arguments to sysdb ssh functionsSimo Sorce2013-01-152-8/+20
|
* Add domain arguments to sysdb services functionsSimo Sorce2013-01-152-20/+34
| | | | also fix sysdb_svc_add declarations
* Add domain argument to sysdb selinux functionsSimo Sorce2013-01-152-15/+27
|
* Add domain argument to sysdb autofs functionsSimo Sorce2013-01-153-16/+34
|
* Add domain arguemnt to sysdb_get_real_name()Simo Sorce2013-01-152-1/+3
|
* Add domain argument to sysdb_idmap_ funcitonsSimo Sorce2013-01-152-13/+11
|
* Add domain argument to sysdb_remove_attrs()Simo Sorce2013-01-154-7/+11
|
* Add domain argument to sysdb_has/set_enumerated()Simo Sorce2013-01-152-7/+7
|
* Add domain arg to sysdb_search/delete_netgroup()Simo Sorce2013-01-152-2/+6
|
* Add domain argument to sysdb_delete_group()Simo Sorce2013-01-153-21/+5
| | | | Also remove sysdb_delete_domgroup()
* Add domain argument to sysdb_search_groups()Simo Sorce2013-01-152-2/+5
|
* Add domain argument to sysdb_delete_user()Simo Sorce2013-01-153-16/+5
| | | | Also remove sysdb_delete_domuser()
* Add domain arg to sysdb_search_users()Simo Sorce2013-01-152-1/+3
|
* Add domain to sysdb_delete_customSimo Sorce2013-01-155-4/+6
|
* Add domain argument to sysdb_search_custom()Simo Sorce2013-01-155-8/+12
| | | | Also changes sysdb_search_custom_by_name()
* Add domain argument to sysdb_store_custom()Simo Sorce2013-01-155-4/+6
|
* Add domain argument to sysdb_cache_auth()Simo Sorce2013-01-152-3/+5
|
* Add domain argument to sysdb_cache_password()Simo Sorce2013-01-152-1/+3
|
* Add domain arg to sysdb group member functionsSimo Sorce2013-01-152-9/+18
|
* Add domain argument to sysdb_store_group()Simo Sorce2013-01-153-23/+6
| | | | Also remove sysdb_store_domgroup()
* Add domain argument to sysdb_store_user()Simo Sorce2013-01-153-35/+7
| | | | Also remove sysdb_store_domuser()
* Add domain arguments to sysdb_add_inetgroup fns.Simo Sorce2013-01-152-3/+7
|
* Add domain arguments to sysdb_add_group functions.Simo Sorce2013-01-152-8/+14
|
* Add domain argument to sysdb_add_user()Simo Sorce2013-01-152-7/+9
|
* Add domain argument to sysdb_add_basic_user()Simo Sorce2013-01-152-2/+5
|
* 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-152-2/+4
|
* Add domain argument to sysdb_set_group_attr()Simo Sorce2013-01-152-4/+6
|
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-152-6/+11
|
* Add domain arg to sysdb_search_netgroup_by_name()Simo Sorce2013-01-152-2/+4
|
* Add domain to sysdb_search_group_by_gid()Simo Sorce2013-01-154-20/+6
| | | | Also remove unused sysdb_search_domgroup_by_gid()
* Add domain to sysdb_search_group_by_name()Simo Sorce2013-01-153-21/+6
| | | | Also remove unused sysdb_search_domgroup_by_name()
* Add domain to sysdb_search_user_by_uid()Simo Sorce2013-01-153-19/+5
| | | | Also remove unused sysdb_search_domuser_by_uid()
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-155-24/+12
| | | | Also remove unused sysdb_search_domuser_by_name()