index
:
sssd.git
adlookup
aramco
bycert
dpstr
experimental-fo
f23
intg_test
krb5test
ldapdebug
master
mdbtest
memberof
misc
mpgfix
nonroot
nonroot-libcap
nsscrash19
oneway
override-pb
pk11child
pwrap
refactor
refactor-fo
review
review-negcache
review-sc
rhel-6.7
rhel-6.8
rhel-7.1
rhel-7.2
rhel5.10
rhel5.8
rhel5.9
rhel6.3
rhel6.4
rhel6.5
rhel6.6
rhel7.0
sbus-1-11
selinux
sid_index
simo_ccname
srvbackport
sssd-1-10
sssd-1-11
sssd-1-12
sssd-1-5
sssd-1-8
sssd-1-9
subdomfo
sysdb
tests
sssd with jhrozek's patches
Jakub Hrozek
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
confdb
/
confdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename server/ directory to src/
Stephen Gallagher
2010-02-18
1
-908
/
+0
*
Change default for enumeration to TRUE
Stephen Gallagher
2009-12-17
1
-1
/
+1
*
Consolidate code for splitting strings by separator
Jakub Hrozek
2009-12-10
1
-105
/
+1
*
Properly deny id_provider=files
Stephen Gallagher
2009-12-09
1
-0
/
+7
*
Do not allow setting auth, access or chpass providers for LOCAL
Stephen Gallagher
2009-10-16
1
-0
/
+33
*
Remove magicPrivateGroups option
Simo Sorce
2009-10-09
1
-12
/
+0
*
Remove unused btreemap code
Stephen Gallagher
2009-10-06
1
-1
/
+0
*
Upgrade confdb to version 2
Stephen Gallagher
2009-09-25
1
-31
/
+21
*
Revert "Use syslog for logging error conditions in SSSD"
Stephen Gallagher
2009-09-23
1
-23
/
+23
*
Several fixes and enhancements for config file processing
Stephen Gallagher
2009-09-21
1
-15
/
+78
*
Use syslog for logging error conditions in SSSD
Jakub Hrozek
2009-09-21
1
-18
/
+18
*
Print error message when connection to the config db fails
Stephen Gallagher
2009-09-11
1
-0
/
+2
*
Complete the removal of "legacy" option.
Simo Sorce
2009-09-11
1
-5
/
+0
*
Remove unused event context argument from confdb_init
Stephen Gallagher
2009-09-10
1
-1
/
+0
*
Properly detect negative/invalid values for the minId and maxId
Stephen Gallagher
2009-09-10
1
-6
/
+53
*
Check for valid min and max IDs in confdb_get_domains
Stephen Gallagher
2009-09-10
1
-1
/
+7
*
Split database in multiple files
Simo Sorce
2009-09-08
1
-13
/
+39
*
stop processing a domain if no provider is given
Sumit Bose
2009-09-01
1
-0
/
+1
*
Turn enumeration into a boolean value
Simo Sorce
2009-08-31
1
-4
/
+17
*
Fix accidentally forcing MPGs on for all domains
Stephen Gallagher
2009-08-21
1
-1
/
+1
*
Make the LOCAL provider always use MagicPrivateGroups
Stephen Gallagher
2009-08-20
1
-1
/
+2
*
fix return value of confdb_get_domains
Sumit Bose
2009-08-18
1
-0
/
+1
*
Fix segfault in update_monitor_config
Stephen Gallagher
2009-06-19
1
-0
/
+4
*
Treat a missing provider entry as a config error
Stephen Gallagher
2009-06-08
1
-2
/
+7
*
Suppress "rootdse" error messages from the confdb
Stephen Gallagher
2009-06-01
1
-3
/
+4
*
Suppress "rootdse" error messages.
Stephen Gallagher
2009-05-28
1
-0
/
+6
*
Silence warnings
Simo Sorce
2009-05-26
1
-2
/
+2
*
Fix warnings in monitor.c and confdb.c
Stephen Gallagher
2009-05-12
1
-1
/
+1
*
Separate confdb API from confdb setup
Stephen Gallagher
2009-05-11
1
-348
/
+3
*
Fixes for porting SSSD to Debian-based platforms
Stephen Gallagher
2009-05-04
1
-1
/
+0
*
Avoid unnecessary reloads of config.ldb
Simo Sorce
2009-04-16
1
-4
/
+37
*
Add common function to retrieve comma sep. lists
Simo Sorce
2009-04-14
1
-45
/
+158
*
Always pass full domain info
Simo Sorce
2009-04-13
1
-73
/
+107
*
Allow configuration of the SSSD through /etc/sssd/sssd.conf
Stephen Gallagher
2009-04-13
1
-58
/
+256
*
Change the way we retrieve domains
Simo Sorce
2009-04-08
1
-72
/
+72
*
fixed two issues in the initial configuration
Sumit Bose
2009-03-30
1
-1
/
+1
*
Simplify default configuration
Simo Sorce
2009-03-20
1
-111
/
+35
*
Add better error reporting to confdb functions
Simo Sorce
2009-03-20
1
-29
/
+63
*
Avoid nested events in confdb
Simo Sorce
2009-03-20
1
-1
/
+15
*
Enable MPGs and user/group enumeration on the LOCAL domain by default
Stephen Gallagher
2009-03-18
1
-3
/
+5
*
use fixed paths to sockets to make sure clients and server are using the same
Sumit Bose
2009-03-09
1
-0
/
+4
*
Make MPG a configurable option for the domain.
Simo Sorce
2009-03-09
1
-0
/
+11
*
Use LOCAL for the default domain in confdb_init_db
Stephen Gallagher
2009-03-08
1
-0
/
+4
*
added PAM default configuration to confdb_init_db
Sumit Bose
2009-03-06
1
-6
/
+35
*
Add internal min/max/next id management fucntions
Simo Sorce
2009-03-04
1
-1
/
+43
*
Implement GetUserAttributes in the InfoPipe
Stephen Gallagher
2009-03-02
1
-2
/
+2
*
Fix confdb issues.
Simo Sorce
2009-02-28
1
-91
/
+52
*
Refactor creation of domain_map into confdb
Stephen Gallagher
2009-02-27
1
-20
/
+117
*
Rebase the code to use talloc, tdb, tevent, ldb as external
Simo Sorce
2009-02-26
1
-4
/
+1
*
Spec file patch Take 2:
Stephen Gallagher
2009-02-24
1
-0
/
+4
[next]