summaryrefslogtreecommitdiffstats
path: root/src/tests/sysdb-tests.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* AUTOFS: Add sysdb testsJakub Hrozek2012-09-241-0/+249
* SYSDB: NULL-terminate the output of sysdb_get_{ranges,subdomains}Jakub Hrozek2012-09-101-2/+2
* SYSDB: Abort unit test if sysdb_getpwnam failsJakub Hrozek2012-09-051-0/+3
* Change refreshing of subdomainsSimo Sorce2012-08-011-16/+20
* Add realm paramter to subdomain listSimo Sorce2012-08-011-3/+3
* tests: Remove useless constsSimo Sorce2012-08-011-27/+15
* Change subdomain_infoSimo Sorce2012-08-011-16/+22
* Cast uid_t to unsigned long long in DEBUG messagesJakub Hrozek2012-07-101-4/+4
* Ghost members - various small changesJan Zeleny2012-05-311-1/+1
* SYSDB: Handle user and group renames betterJakub Hrozek2012-05-111-0/+143
* Sysdb routines for subdomainsJan Zeleny2012-04-241-0/+232
* Keep sysdb context in domain info structSumit Bose2012-02-291-9/+3
* Delete missing attributes from netgroups to be storedJan Zeleny2012-02-241-1/+1
* SYSDB: extend sysdb_store_service() to accept additional attributesStephen Gallagher2012-01-311-4/+4
* SYSDB: Add indexes for servicePort and serviceProtocolStephen Gallagher2012-01-271-0/+14
* SYSDB: Add sysdb routines for manipulating service entriesStephen Gallagher2012-01-271-0/+358
* SysDB commands that save lastUpdate allows this value to be passed inPavel Březina2011-10-131-11/+11
* New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina2011-08-251-1/+4
* New DEBUG facility - conversionPavel Březina2011-08-251-0/+2
* sysdb refactoring: memory context deletedJan Zeleny2011-08-151-21/+20