index
:
sssd
build-fixes
build-fixes-1
heimdal
heimdal-1
master
System Security Services Daemon
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
db
/
sysdb_ops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-29
added a ASQ search API for sysdb
Sumit Bose
1
-0
/
+218
2009-10-27
Move responsibility for entry expiration timeout
Simo Sorce
1
-5
/
+31
2009-10-26
Read the right buffer, avoids potential segfaults
Simo Sorce
1
-5
/
+5
2009-10-22
add store/search/delete interface for custom sysdb objects
Sumit Bose
1
-0
/
+523
2009-10-09
Remove magicPrivateGroups option
Simo Sorce
1
-5
/
+5
2009-09-23
Revert "Use syslog for logging error conditions in SSSD"
Stephen Gallagher
1
-5
/
+5
2009-09-21
Use syslog for logging error conditions in SSSD
Jakub Hrozek
1
-5
/
+5
2009-09-11
Complete the removal of "legacy" option.
Simo Sorce
1
-38
/
+34
2009-08-27
Remove redunant function and always pass attrs.
Simo Sorce
1
-29
/
+11
2009-08-27
Always save using member/memberOf
Simo Sorce
1
-148
/
+113
2009-08-24
Add debug statements to sysdb_ops
Simo Sorce
1
-10
/
+111
2009-08-21
store additional LDAP attributes
Sumit Bose
1
-1
/
+22
2009-08-20
Ensure nextID doesn't reuse an existing local UID or GID
Stephen Gallagher
1
-9
/
+21
2009-08-10
Do not fail enumerations because of range checks
Simo Sorce
1
-3
/
+3
2009-07-31
Add ignore_not_found parameter to sysdb delete functions
Jakub Hrozek
1
-8
/
+15
2009-07-20
Fix saving new nextID
Jakub Hrozek
1
-1
/
+1
2009-07-09
fixed typos and a potential memory leak
Sumit Bose
1
-2
/
+3
2009-07-08
Implement the ldap identity module.
Simo Sorce
1
-71
/
+220
2009-07-08
Unify password caching ops in sysdb
Simo Sorce
1
-24
/
+89
2009-07-08
Add async helper functions
Simo Sorce
1
-24
/
+13
2009-07-03
Rework transaction code to use tevent_req
Simo Sorce
1
-1250
/
+2383
2009-07-03
Rename sysdb_req to sysdb_handle.
Simo Sorce
1
-88
/
+88
2009-05-26
Fix manual UID assignment in sysdb
Jakub Hrozek
1
-11
/
+15
2009-05-18
Move actual password caching into sysdb
Simo Sorce
1
-1
/
+49
2009-04-27
enable uid/gid generation again
Sumit Bose
1
-3
/
+6
2009-04-23
fixes for user and group creation in LOCAL domain
Sumit Bose
1
-0
/
+19
2009-04-13
Always pass full domain info
Simo Sorce
1
-18
/
+23
2009-04-07
Clean up warnings in SSSD
Stephen Gallagher
1
-1
/
+0
2009-03-18
Fix segfault error caused by a double free
Simo Sorce
1
-178
/
+118
2009-03-10
Fix returning user with missing optional attributes.
Simo Sorce
1
-7
/
+13
2009-03-09
Move MPG checks within sysdb.
Simo Sorce
1
-12
/
+184
2009-03-09
Implement SetGroupGID in the InfoPipe
Stephen Gallagher
1
-0
/
+67
2009-03-06
Remove obsolete comment
Simo Sorce
1
-3
/
+0
2009-03-05
Remove _PW_ and _GR_ from SYSDB_ defines
Simo Sorce
1
-26
/
+26
2009-03-05
Add functions to add regular users and groups
Simo Sorce
1
-15
/
+286
2009-03-04
Add internal min/max/next id management fucntions
Simo Sorce
1
-13
/
+276
2009-03-03
Provide sysdb_set_user_attr() functions.
Simo Sorce
1
-0
/
+56
2009-02-28
Expose some more functions needed by the tests
Simo Sorce
1
-0
/
+98
2009-02-28
Convert sync calls in sysdb to async, transaction dependent, calls.
Simo Sorce
1
-0
/
+938