summaryrefslogtreecommitdiffstats
path: root/server/db
Commit message (Expand)AuthorAgeFilesLines
* Remove magicPrivateGroups optionSimo Sorce2009-10-094-10/+17
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-232-38/+38
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-212-38/+38
* Complete the removal of "legacy" option.Simo Sorce2009-09-113-39/+44
* Split database in multiple filesSimo Sorce2009-09-083-176/+663
* Speed-up enumerations.Simo Sorce2009-08-282-2/+167
* Remove redunant function and always pass attrs.Simo Sorce2009-08-272-44/+15
* Upgrade database to 0.2Simo Sorce2009-08-272-5/+172
* Always save using member/memberOfSimo Sorce2009-08-274-216/+146
* Add debug statements to sysdb_opsSimo Sorce2009-08-241-10/+111
* store additional LDAP attributesSumit Bose2009-08-212-1/+35
* Ensure nextID doesn't reuse an existing local UID or GIDStephen Gallagher2009-08-201-9/+21
* Do not fail enumerations because of range checksSimo Sorce2009-08-101-3/+3
* Consolidate tevent helpersJakub Hrozek2009-08-051-26/+0
* Add ignore_not_found parameter to sysdb delete functionsJakub Hrozek2009-07-312-11/+21
* Fix saving new nextIDJakub Hrozek2009-07-201-1/+1
* fixed typos and a potential memory leakSumit Bose2009-07-091-2/+3
* Implement the ldap identity module.Simo Sorce2009-07-082-78/+235
* Unify password caching ops in sysdbSimo Sorce2009-07-083-31/+129
* Add async helper functionsSimo Sorce2009-07-082-24/+20
* Expose sysdb function to parse sysdb_attrsSimo Sorce2009-07-082-2/+4
* Rework transaction code to use tevent_reqSimo Sorce2009-07-036-1630/+3137
* Rename sysdb_req to sysdb_handle.Simo Sorce2009-07-035-208/+208
* Suppress "rootdse" error messages.Stephen Gallagher2009-05-281-0/+6
* Silence warningsSimo Sorce2009-05-261-3/+2
* Fix manual UID assignment in sysdbJakub Hrozek2009-05-261-11/+15
* added prototype for sysdb_set_cached_passwordSumit Bose2009-05-191-0/+6
* Move actual password caching into sysdbSimo Sorce2009-05-182-2/+49
* Fixes for porting SSSD to Debian-based platformsStephen Gallagher2009-05-041-1/+0
* Use different attribute for cached passwordsSimo Sorce2009-04-271-0/+2
* enable uid/gid generation againSumit Bose2009-04-271-3/+6
* fixes for user and group creation in LOCAL domainSumit Bose2009-04-231-0/+19
* Always pass full domain infoSimo Sorce2009-04-132-25/+32
* Clean up warnings in SSSDStephen Gallagher2009-04-071-1/+0
* Add way to use files as a proxy backend fro LOCALSimo Sorce2009-04-012-3/+4
* Fix segfault error caused by a double freeSimo Sorce2009-03-181-178/+118
* Fix returning user with missing optional attributes.Simo Sorce2009-03-102-9/+15
* If a domain is MPG enabled return users a groupsSimo Sorce2009-03-102-15/+73
* Fix bugs in functions dealing with groupsSimo Sorce2009-03-101-0/+6
* Always pass sss_domain_info to sysdb functions.Simo Sorce2009-03-092-57/+35
* Move MPG checks within sysdb.Simo Sorce2009-03-092-22/+199
* Do not duplicate attribute names macros.Simo Sorce2009-03-091-21/+18
* Implement SetGroupGID in the InfoPipeStephen Gallagher2009-03-092-0/+72
* Implement CreateUser in InfoPipeStephen Gallagher2009-03-062-2/+2
* Remove obsolete commentSimo Sorce2009-03-061-3/+0
* Add userspace tools to manipulate accounts.Simo Sorce2009-03-061-0/+2
* Fix reporting non-default users.Simo Sorce2009-03-061-0/+4
* Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce2009-03-054-56/+52
* Implement GetCachedUsers in the InfoPipeStephen Gallagher2009-03-052-1/+9
* Add functions to add regular users and groupsSimo Sorce2009-03-052-15/+299