summaryrefslogtreecommitdiff
path: root/src/tools/sss_sync_ops.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-15Add domain arguments to sysdb_add_group functions.Simo Sorce1-1/+2
2013-01-15Add domain argument to sysdb_add_user()Simo Sorce1-1/+2
2013-01-15Add domain argument to sysdb_set_group_attr()Simo Sorce1-1/+2
2013-01-15Add domain argument to sysdb_set_user_attr()Simo Sorce1-1/+2
2013-01-15Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce1-2/+2
2013-01-15Make sysdb_group_dn() require a domain explictly.Simo Sorce1-6/+6
2013-01-15Make sysdb_user_dn() require a domain explictly.Simo Sorce1-3/+3
2012-11-20LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek1-1/+2
2012-09-24SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek1-12/+5
2012-02-21Don't give memory context in confdb where not neededJan Zeleny1-3/+3
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-23/+21
2011-10-13SysDB commands that save lastUpdate allows this value to be passed inPavel Březina1-2/+2
2011-08-15sysdb refactoring: memory context deletedJan Zeleny1-9/+5
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-17/+11
2011-01-05Fix boolean comparison against stringStephen Gallagher1-2/+2
2010-04-30Silence warnings with -O2Jakub Hrozek1-4/+4
2010-04-12tools: remove creation of event_contextSimo Sorce1-10/+0
2010-04-12sysdb: remove remaining traces of sysdb_handleSimo Sorce1-1/+0
2010-04-12sysdb: convert sysdb_getgrnamSimo Sorce1-57/+24
2010-04-12sysdb: convert sysdb_getpwnamSimo Sorce1-99/+53
2010-04-12Use the sysdb synchronous transaction functionsSimo Sorce1-350/+61
2010-04-12sysdb: convert sysdb_mod/add/remove_group_memberSimo Sorce1-371/+58
2010-04-12sysdb: convert sysdb_store/add(_basic)_groupSimo Sorce1-101/+5
2010-04-12sysdb: convert sysdb_store/add(_basic)_userSimo Sorce1-110/+25
2010-04-12sysdb: convert sysdb_set_entry/user/group_attrSimo Sorce1-101/+12
2010-04-12sysdb: convert sysdb_delete_entryStephen Gallagher1-211/+16
2010-03-15Flush NSCD cache after modifying local databaseJakub Hrozek1-0/+15
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+1838