summaryrefslogtreecommitdiff
path: root/src/tests/sysdb-tests.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-10Cast uid_t to unsigned long long in DEBUG messagesJakub Hrozek1-4/+4
2012-05-31Ghost members - various small changesJan Zeleny1-1/+1
2012-05-11SYSDB: Handle user and group renames betterJakub Hrozek1-0/+143
2012-04-24Sysdb routines for subdomainsJan Zeleny1-0/+232
2012-02-29Keep sysdb context in domain info structSumit Bose1-9/+3
2012-02-24Delete missing attributes from netgroups to be storedJan Zeleny1-1/+1
2012-01-31SYSDB: extend sysdb_store_service() to accept additional attributesStephen Gallagher1-4/+4
2012-01-27SYSDB: Add indexes for servicePort and serviceProtocolStephen Gallagher1-0/+14
2012-01-27SYSDB: Add sysdb routines for manipulating service entriesStephen Gallagher1-0/+358
2011-10-13SysDB commands that save lastUpdate allows this value to be passed inPavel Březina1-11/+11
2011-08-25New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina1-1/+4
2011-08-25New DEBUG facility - conversionPavel Březina1-0/+2
2011-08-15sysdb refactoring: memory context deletedJan Zeleny1-21/+20
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-108/+56
2011-06-02Non-posix group processing - sysdb changesJan Zeleny1-4/+6
2011-04-25Case insensitive originalDN testJakub Hrozek1-0/+47
2011-03-23Add originalDN to fake groupsJakub Hrozek1-2/+2
2011-01-21Delete attributes that are removed from LDAPStephen Gallagher1-1/+1
2010-12-20Add sysdb_has_enumerated and sysdb_set_enumerated helper functionsStephen Gallagher1-0/+40
2010-12-17Fix unchecked return value in test_sysdb_attrs_to_listStephen Gallagher1-3/+6
2010-11-15Fix const cast warnings in testsStephen Gallagher1-1/+1
2010-11-15Fix const cast warning for sysdb_update_membersStephen Gallagher1-4/+4
2010-11-15Add unit tests for users and groups with odd charactersStephen Gallagher1-0/+145
2010-10-18Modify sysdb_[add|remove]_group_member to accept users and groupsStephen Gallagher1-5/+10
2010-10-15sysdb interface for adding incomplete groupsJakub Hrozek1-0/+40
2010-10-13Also return member groups to the clientSumit Bose1-44/+44
2010-10-13netgroup testsStephen Gallagher1-0/+516
2010-10-13Use POPT_TABLEEND to close option tableSumit Bose1-1/+1
2010-09-22Fix sysdb_group_dn_nameJakub Hrozek1-0/+35
2010-09-15Add parameter to skip cleanup in sysdb testJakub Hrozek1-1/+4
2010-08-03Add sysdb_update_members functionStephen Gallagher1-0/+56
2010-08-03Add sysdb_attrs_to_list() utility functionStephen Gallagher1-0/+31
2010-05-26Add support for delayed kinit if offlineSumit Bose1-2/+2
2010-04-14Fix warning in sysdb-tests.cStephen Gallagher1-8/+0
2010-04-12sysydb: Finally stop using a common event contextSimo Sorce1-1/+1
2010-04-12sysdb: remove remaining traces of sysdb_handleSimo Sorce1-1/+0
2010-04-12sysdb: convert sysdb_enumgrentSimo Sorce1-32/+7
2010-04-12sysdb: convert sysdb_enumpwentSimo Sorce1-32/+5
2010-04-12sysdb: convert sysdb_get_user_attrSimo Sorce1-46/+16
2010-04-12sysdb: convert sysdb_getgrgidSimo Sorce1-48/+17
2010-04-12sysdb: convert sysdb_getgrnamSimo Sorce1-52/+27
2010-04-12sysdb: convert sysdb_getpwuidSimo Sorce1-48/+16
2010-04-12sysdb: convert sysdb_getpwnamSimo Sorce1-52/+25
2010-04-12tests: remove use of asynchronus transactionsSimo Sorce1-502/+86
2010-04-12sysdb: convert sysdb_cache_authSimo Sorce1-39/+18
2010-04-12sysdb: delete sysdb_delete_groupSimo Sorce1-40/+7
2010-04-12sysdb: convert sysdb_delete_userSimo Sorce1-41/+4
2010-04-12sysdb: convert sysdb_asq_searchSimo Sorce1-36/+23
2010-04-12sysdb: convert sysdb_store_customSimo Sorce1-18/+3
2010-04-12sysdb: convert sysdb_search_customSimo Sorce1-102/+67