summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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-153-9/+9
* Change pam data auth tokens.Simo Sorce2013-01-101-5/+8
* Code can only check for cached passwordsSimo Sorce2013-01-101-4/+2
* Remove dead netgroup functionsSimo Sorce2013-01-081-264/+0
* Refactor gid handling in the PAC responderSumit Bose2013-01-081-21/+36
* Add tests for get_gids_from_pac()Sumit Bose2013-01-081-0/+256
* Add find_domain_by_id()Sumit Bose2013-01-081-0/+49
* Use struct pac_grp instead of gid_t for groups from PACSumit Bose2013-01-081-8/+11
* Remove unused headerSimo Sorce2013-01-061-1/+0
* failover: Protect against empty host namesMichal Zidek2013-01-021-0/+91
* 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