summaryrefslogtreecommitdiff
path: root/src/db/sysdb_ops.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-15Define objectclass with a constantJakub Hrozek1-2/+2
2010-09-08Move crypto functions into its own subdirJakub Hrozek1-1/+1
2010-08-03Add sysdb_update_members functionStephen Gallagher1-0/+56
2010-05-26Add support for delayed kinit if offlineSumit Bose1-2/+12
2010-04-12sysdb: add automatic transactions where neededSimo Sorce1-7/+47
2010-04-12sysdb: remove sysdb_check_handleSimo Sorce1-90/+0
2010-04-12sysdb: convert sysdb_cache_authSimo Sorce1-167/+68
2010-04-12sysdb: convert sysdb_search_groupsSimo Sorce1-93/+28
2010-04-12sysdb: delete sysdb_delete_groupSimo Sorce1-90/+33
2010-04-12sysdb: convert sysdb_delete_userSimo Sorce1-81/+33
2010-04-12sysdb: convert sysdb_search_usersSimo Sorce1-93/+28
2010-04-12sysdb remove sldb_request_send, not used anymoreSimo Sorce1-125/+0
2010-04-12sysdb: convert sysdb_asq_searchSimo Sorce1-161/+39
2010-04-12sysdb: convert sysdb_store_customSimo Sorce1-119/+49