summaryrefslogtreecommitdiff
path: root/server/db/sysdb_ops.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Rename server/ directory to src/Stephen Gallagher1-5059/+0
2010-02-10Send a message to the user if the login is delayedSumit Bose1-8/+22
2010-02-05Added option to use libcrypto instead of NSS.George McCollister1-1/+1
2010-02-02Warn the user if authentication happens offlineSumit Bose1-5/+15
2010-02-02Add offline failed login counterSumit Bose1-9/+231
2010-02-02Check cache_credentials in sysdb_cache_auth_send()Sumit Bose1-0/+5
2010-01-20Add sysdb request to authenticate against a cached passwordSumit Bose1-0/+173
2009-12-07Fix nested group membershipsSimo Sorce1-64/+1
2009-12-07Make strdn build functions more availableSimo Sorce1-42/+6
2009-12-07Add sysdb_search_custom requestSumit Bose1-11/+86
2009-11-20Correctly escape DN value.Simo Sorce1-6/+42
2009-11-18Fix crash due to uninitialized timeout variableSimo Sorce1-0/+1
2009-11-10Refactor delete functions and add a fewSimo Sorce1-177/+572
2009-11-09Fix tevent_req error checking.Simo Sorce1-56/+18
2009-11-06Always set last update and expire timeSimo Sorce1-108/+102
2009-11-04Fix for a seg fault during recursive deleteSumit Bose1-1/+7
2009-11-02add sysdb_delete_recursive request to sysdb APISumit Bose1-0/+153
2009-10-29Allow sysdb_search_entry request to return more than one resultSumit Bose1-26/+64
2009-10-29added a ASQ search API for sysdbSumit Bose1-0/+218
2009-10-27Move responsibility for entry expiration timeoutSimo Sorce1-5/+31
2009-10-26Read the right buffer, avoids potential segfaultsSimo Sorce1-5/+5
2009-10-22add store/search/delete interface for custom sysdb objectsSumit Bose1-0/+523
2009-10-09Remove magicPrivateGroups optionSimo Sorce1-5/+5
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-5/+5
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-5/+5
2009-09-11Complete the removal of "legacy" option.Simo Sorce1-38/+34
2009-08-27Remove redunant function and always pass attrs.Simo Sorce1-29/+11
2009-08-27Always save using member/memberOfSimo Sorce1-148/+113
2009-08-24Add debug statements to sysdb_opsSimo Sorce1-10/+111
2009-08-21store additional LDAP attributesSumit Bose1-1/+22
2009-08-20Ensure nextID doesn't reuse an existing local UID or GIDStephen Gallagher1-9/+21
2009-08-10Do not fail enumerations because of range checksSimo Sorce1-3/+3
2009-07-31Add ignore_not_found parameter to sysdb delete functionsJakub Hrozek1-8/+15
2009-07-20Fix saving new nextIDJakub Hrozek1-1/+1
2009-07-09fixed typos and a potential memory leakSumit Bose1-2/+3
2009-07-08Implement the ldap identity module.Simo Sorce1-71/+220
2009-07-08Unify password caching ops in sysdbSimo Sorce1-24/+89
2009-07-08Add async helper functionsSimo Sorce1-24/+13
2009-07-03Rework transaction code to use tevent_reqSimo Sorce1-1250/+2383
2009-07-03Rename sysdb_req to sysdb_handle.Simo Sorce1-88/+88
2009-05-26Fix manual UID assignment in sysdbJakub Hrozek1-11/+15
2009-05-18Move actual password caching into sysdbSimo Sorce1-1/+49
2009-04-27enable uid/gid generation againSumit Bose1-3/+6
2009-04-23fixes for user and group creation in LOCAL domainSumit Bose1-0/+19
2009-04-13Always pass full domain infoSimo Sorce1-18/+23
2009-04-07Clean up warnings in SSSDStephen Gallagher1-1/+0
2009-03-18Fix segfault error caused by a double freeSimo Sorce1-178/+118
2009-03-10Fix returning user with missing optional attributes.Simo Sorce1-7/+13
2009-03-09Move MPG checks within sysdb.Simo Sorce1-12/+184
2009-03-09Implement SetGroupGID in the InfoPipeStephen Gallagher1-0/+67