summaryrefslogtreecommitdiffstats
path: root/src/tools/sss_sync_ops.c
Commit message (Expand)AuthorAgeFilesLines
* Fix return value of attr_name_val_split() and attr_op()Sumit Bose2014-06-181-2/+2
* TOOLS: Allow adding and modifying custom attributes with sss_usermodJakub Hrozek2014-06-011-0/+112
* Remove unused structures.Lukas Slebodnik2014-02-261-6/+0
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-17/+22
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-18/+18
* Remove unused parameter from groupaddLukas Slebodnik2013-11-271-2/+1
* Remove unused parameter from useraddLukas Slebodnik2013-11-271-1/+0
* Remove unused parameter from groupmodLukas Slebodnik2013-11-271-1/+0
* Remove unused parameter from usermodLukas Slebodnik2013-11-271-1/+0
* Remove unused parameter from mod_groups_memberLukas Slebodnik2013-11-271-11/+10
* SYSDB: Drop redundant sysdb_ctx parameter from sysdb.cMichal Zidek2013-11-151-6/+6
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-5/+3
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-151-2/+2
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-151-4/+2
* Add domain arguments to sysdb_add_group functions.Simo Sorce2013-01-151-1/+2
* Add domain argument to sysdb_add_user()Simo Sorce2013-01-151-1/+2
* Add domain argument to sysdb_set_group_attr()Simo Sorce2013-01-151-1/+2
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-151-1/+2
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-151-2/+2
* Make sysdb_group_dn() require a domain explictly.Simo Sorce2013-01-151-6/+6
* Make sysdb_user_dn() require a domain explictly.Simo Sorce2013-01-151-3/+3
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-201-1/+2
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-241-12/+5
* Don't give memory context in confdb where not neededJan Zeleny2012-02-211-3/+3
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-23/+21
* SysDB commands that save lastUpdate allows this value to be passed inPavel Březina2011-10-131-2/+2
* sysdb refactoring: memory context deletedJan Zeleny2011-08-151-9/+5
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-17/+11
* Fix boolean comparison against stringStephen Gallagher2011-01-051-2/+2
* Silence warnings with -O2Jakub Hrozek2010-04-301-4/+4
* tools: remove creation of event_contextSimo Sorce2010-04-121-10/+0
* sysdb: remove remaining traces of sysdb_handleSimo Sorce2010-04-121-1/+0
* sysdb: convert sysdb_getgrnamSimo Sorce2010-04-121-57/+24
* sysdb: convert sysdb_getpwnamSimo Sorce2010-04-121-99/+53
* Use the sysdb synchronous transaction functionsSimo Sorce2010-04-121-350/+61
* sysdb: convert sysdb_mod/add/remove_group_memberSimo Sorce2010-04-121-371/+58
* sysdb: convert sysdb_store/add(_basic)_groupSimo Sorce2010-04-121-101/+5
* sysdb: convert sysdb_store/add(_basic)_userSimo Sorce2010-04-121-110/+25
* sysdb: convert sysdb_set_entry/user/group_attrSimo Sorce2010-04-121-101/+12
* sysdb: convert sysdb_delete_entryStephen Gallagher2010-04-121-211/+16
* Flush NSCD cache after modifying local databaseJakub Hrozek2010-03-151-0/+15
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+1838