summaryrefslogtreecommitdiffstats
path: root/src/tests/sysdb-tests.c
Commit message (Expand)AuthorAgeFilesLines
* tests: add a unit test for sysdb_netgroup_base_dnJakub Hrozek2013-01-151-0/+23
* Add domain arguments to sysdb services functionsSimo Sorce2013-01-151-15/+9
* Add domain argument to sysdb autofs functionsSimo Sorce2013-01-151-8/+13
* Add domain argument to sysdb_remove_attrs()Simo Sorce2013-01-151-4/+4
* Add domain argument to sysdb_has/set_enumerated()Simo Sorce2013-01-151-5/+3
* Add domain arg to sysdb_search/delete_netgroup()Simo Sorce2013-01-151-1/+2
* Add domain argument to sysdb_delete_group()Simo Sorce2013-01-151-5/+8
* Add domain argument to sysdb_delete_user()Simo Sorce2013-01-151-5/+8
* Add domain to sysdb_delete_customSimo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_search_custom()Simo Sorce2013-01-151-1/+3
* Add domain argument to sysdb_store_custom()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_cache_auth()Simo Sorce2013-01-151-4/+8
* Add domain argument to sysdb_cache_password()Simo Sorce2013-01-151-1/+1
* Add domain arg to sysdb group member functionsSimo Sorce2013-01-151-6/+10
* Add domain argument to sysdb_store_group()Simo Sorce2013-01-151-9/+12
* Add domain argument to sysdb_store_user()Simo Sorce2013-01-151-9/+14
* Add domain arguments to sysdb_add_inetgroup fns.Simo Sorce2013-01-151-2/+2
* Add domain arguments to sysdb_add_group functions.Simo Sorce2013-01-151-7/+9
* Add domain argument to sysdb_add_user()Simo Sorce2013-01-151-2/+2
* Add domain argument to sysdb_add_basic_user()Simo Sorce2013-01-151-0/+1
* Add domain argument to sysdb_set_netgroup_attr()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_set_group_attr()Simo Sorce2013-01-151-12/+12
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-151-3/+4
* Add domain arg to sysdb_search_netgroup_by_name()Simo Sorce2013-01-151-0/+1
* Add domain to sysdb_search_group_by_gid()Simo Sorce2013-01-151-1/+24
* Add domain to sysdb_search_group_by_name()Simo Sorce2013-01-151-3/+4
* Add domain to sysdb_search_user_by_uid()Simo Sorce2013-01-151-1/+2
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-151-3/+4
* Add domain argument to sysdb_get_user_attr()Simo Sorce2013-01-151-2/+2
* Add domain option to sysdb_get/netgr/attrs() fnsSimo Sorce2013-01-151-3/+3
* Pass domain to sysdb_enum<pw/gr>ebt() functionsSimo Sorce2013-01-151-0/+2
* Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce2013-01-151-0/+2
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-151-8/+20
* Make sysdb_domain_dn() require a domain.Simo Sorce2013-01-151-1/+1
* Make sysdb_netgroup_dn() require a domain explictly.Simo Sorce2013-01-151-2/+4
* Make sysdb_group_dn() require a domain explictly.Simo Sorce2013-01-151-2/+4
* Make sysdb_user_dn() require a domain explictly.Simo Sorce2013-01-151-2/+4
* Refactor single domain initializationSimo Sorce2013-01-151-3/+3
* Code can only check for cached passwordsSimo Sorce2013-01-101-4/+2
* Remove dead netgroup functionsSimo Sorce2013-01-081-264/+0
* MEMBEROF: Keep inherited ghost users around on modify operationJakub Hrozek2012-12-051-0/+248
* MEMBEROF: Implement the modify operation for ghost usersJakub Hrozek2012-12-051-0/+480
* MEMBEROF: Implement delete operation for ghost usersJakub Hrozek2012-12-051-1/+106
* TESTS: Test ghosts users in the RFC2307 schemaJakub Hrozek2012-11-261-0/+248
* MEMBEROF: Do not add the ghost attribute to selfJakub Hrozek2012-11-261-2/+86
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-201-6/+7
* Include talloc log in our debug facilityMichal Zidek2012-10-291-1/+1
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-241-8/+7
* AUTOFS: Use both key and value in entry RDNJakub Hrozek2012-09-241-1/+1
* AUTOFS: Add entry objects below map objectsJakub Hrozek2012-09-241-31/+17