summaryrefslogtreecommitdiff
path: root/src/db/sysdb_ops.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-07SYSDB: split sysdb_add_userOndrej Kos1-125/+176
2013-01-07SYSDB: Modify ghosts in permissive modeOndrej Kos1-1/+33
2012-12-10SYSDB: Move misplaced assignmentJakub Hrozek1-2/+1
2012-11-23SYSDB: Don't operate with aliases same as nameOndrej Kos1-0/+6
2012-11-20LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek1-8/+37
2012-11-20SYSDB: Use the add_string convenience functions for managing ghost user attri...Jakub Hrozek1-24/+9
2012-09-24SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek1-45/+33
2012-09-24AUTOFS: Add entry objects below map objectsJakub Hrozek1-19/+0
2012-09-20DB: Cancel transaction in sysdb_store_user if sysdb_add_user failsJakub Hrozek1-1/+8
2012-09-05SYSDB: Commit transaction in sysdb_store_userJakub Hrozek1-17/+19
2012-09-04Unify usage of sysdb transactions (part 2).Michal Zidek1-28/+46
2012-08-06SYSDB: Use ldb_msg_add_string for simple string additionsJakub Hrozek1-6/+6
2012-08-06SYSDB: Check the return valueJakub Hrozek1-0/+1
2012-07-10Cast uid_t to unsigned long long in DEBUG messagesJakub Hrozek1-2/+2
2012-06-12SYSDB: Reduce noise level of debug messages in lookupsStephen Gallagher1-6/+8
2012-05-31Ghost members - modifications in sysdbJan Zeleny1-75/+153
2012-05-11SYSDB: Handle user and group renames betterJakub Hrozek1-7/+39
2012-05-10SYSDB: Add better error logging to sysdb_set_entry_attr()Stephen Gallagher1-2/+8
2012-05-07Fix typo in debug messagePavel Březina1-1/+1
2012-02-24Delete missing attributes from netgroups to be storedJan Zeleny1-0/+14
2012-02-21Don't give memory context in confdb where not neededJan Zeleny1-3/+3
2012-02-05AUTOFS: sysdb interfaceJakub Hrozek1-6/+32
2012-02-05SYSDB: Remove code duplication between member_add and member_delJakub Hrozek1-39/+14
2012-01-31SYSDB: extend sysdb_store_service() to accept additional attributesStephen Gallagher1-12/+14
2012-01-23SYSDB: Move add_string and add_ulong to sysdb_private.hStephen Gallagher1-4/+4
2011-11-22SYSDB: Make ENOENT log messages less threateningStephen Gallagher1-16/+54
2011-11-02Handle group renaming correctlyJan Zeleny1-2/+7
2011-10-31Plug memory leaks in sysdb_opsJakub Hrozek1-20/+54
2011-10-13SysDB commands that save lastUpdate allows this value to be passed inPavel Březina1-25/+41
2011-10-03Use explicit base 10 for converting strings to integersJakub Hrozek1-1/+1
2011-09-28Multiline macro cleanupJakub Hrozek1-1/+1
2011-08-15sysdb refactoring: memory context deletedJan Zeleny1-247/+254
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-142/+75
2011-08-15sysdb refactoring: renamed ctx variable to sysdbJan Zeleny1-131/+131
2011-06-02Non-posix group processing - sysdb changesJan Zeleny1-17/+23
2011-05-20Change sysdb_add_fake_user to add OriginalDNJakub Hrozek1-1/+8
2011-05-04Some minor fixes and changes in sysdb_opsJan Zeleny1-17/+40
2011-05-04Add a function for searching netgroups with custom filterJan Zeleny1-0/+57
2011-03-23Add originalDN to fake groupsJakub Hrozek1-1/+7
2011-02-28Do not try to delete sysbd memberOf attributeSumit Bose1-0/+4
2011-01-21Delete attributes that are removed from LDAPStephen Gallagher1-0/+118
2011-01-14Do not throw a DP error when a netgroup is not foundStephen Gallagher1-1/+4
2011-01-14Work around libldb bugStephen Gallagher1-2/+10
2010-11-15Fix const cast warning for sysdb_update_membersStephen Gallagher1-2/+2
2010-10-18Modify sysdb_[add|remove]_group_member to accept users and groupsStephen Gallagher1-32/+77
2010-10-15sysdb interface for adding fake usersJakub Hrozek1-0/+61
2010-10-15sysdb interface for adding incomplete groupsJakub Hrozek1-0/+44
2010-10-13Do not fail if netgroup exists just update the attributesSumit Bose1-1/+1
2010-10-13Netgroups sysdb APIStephen Gallagher1-1/+352
2010-09-22Fix missing variable substitution in DEBUG messageStephen Gallagher1-2/+2