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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.
Stephen Gallagher
2008-11-07
8
-10
/
+179
*
Set floor to ping time or the monitor will get crazy trying to ping
Simo Sorce
2008-11-05
1
-1
/
+7
*
Update config.ldif example
Simo Sorce
2008-11-05
1
-0
/
+6
*
Add the ping funtion to the nss service Make the monitor task ping connecting...
Simo Sorce
2008-11-04
7
-150
/
+506
*
Rename function, do not use other libraries namespace
Simo Sorce
2008-11-04
2
-9
/
+16
*
Add some more service functions
Simo Sorce
2008-11-04
2
-0
/
+46
*
Add support for dbus comunication in the nss service
Simo Sorce
2008-11-03
7
-41
/
+197
*
Use a common interface file for all users of the internal
Simo Sorce
2008-11-03
4
-22
/
+62
*
Renaming sssd/server/dbus to sssd/server/sbus. Making necessary changes to he...
Stephen Gallagher
2008-11-03
8
-12
/
+12
*
Refactoring dbus code. Also corrected one talloc allocation mistake for sbus_...
Stephen Gallagher
2008-11-03
7
-207
/
+205
*
Moved method handling into sssd_dbus_connection.c. Added support for handling...
Stephen Gallagher
2008-11-03
8
-173
/
+557
*
Missed a file on the last commit. Resetting the dbus_server to use the common...
Stephen Gallagher
2008-11-03
1
-1
/
+1
*
Cleaning up improper whitespace
Stephen Gallagher
2008-11-03
5
-25
/
+15
*
Fixed segfault issue when remote connection is lost.
Stephen Gallagher
2008-11-03
5
-9
/
+67
*
Fixing SEGFAULT caused by not completely purging watch data when removing a D...
Stephen Gallagher
2008-11-03
1
-0
/
+1
*
Initial memory cleanup work
Stephen Gallagher
2008-11-03
8
-10
/
+71
*
D-BUS integration style changes.
Simo Sorce
2008-10-27
12
-501
/
+597
*
Integrate D-BUS support for use as IPC between parts.
Stephen Gallagher
2008-10-24
12
-11
/
+923
*
Minor/Cosmetic fixes
Stephen Gallagher
2008-10-24
2
-3
/
+3
*
Make return the pid when new process are started.
Simo Sorce
2008-10-21
10
-136
/
+162
*
Add example ldifs to bootstrap the server
Simo Sorce
2008-10-21
2
-0
/
+62
*
Start using the configuration backend in the main server too.
Simo Sorce
2008-10-20
1
-7
/
+25
*
Add configuration database functions.
Simo Sorce
2008-10-20
9
-132
/
+767
*
Transform the sequence_number operation into a normal extended operation as i...
Simo Sorce
2008-10-16
8
-131
/
+170
*
add code for initgroups calls
Simo Sorce
2008-10-14
4
-0
/
+206
*
Fix a bug in ASQ that makes it not very useful
Simo Sorce
2008-10-14
1
-2
/
+2
*
Fix error in parsing multiple groups
Simo Sorce
2008-10-14
4
-29
/
+346
*
Fix off by one error
Simo Sorce
2008-10-14
1
-1
/
+1
*
Implement getgrgid()
Simo Sorce
2008-10-13
4
-2
/
+62
*
Fix getgrgid()
Simo Sorce
2008-10-13
2
-2
/
+2
*
Implement getgrnam()
Simo Sorce
2008-10-12
4
-14
/
+354
*
Fix nss client, group retrieval was broken.
Simo Sorce
2008-10-12
1
-29
/
+42
*
Implement getpwent() support
Simo Sorce
2008-10-09
5
-77
/
+335
*
Fix memory handling problem, stuff was allocated on the wrong memory context,
Simo Sorce
2008-10-09
1
-7
/
+7
*
Use classic errno instead of inventing our own, it's broad enough fro atm.
Simo Sorce
2008-10-09
9
-63
/
+65
*
Add getpwuid support
Simo Sorce
2008-10-08
3
-8
/
+93
*
Use a utility function (to be shared with getpwent)
Simo Sorce
2008-10-08
1
-60
/
+75
*
First retrieval of a user (getpwnam only) from an actual ldb file
Simo Sorce
2008-10-08
10
-32
/
+362
*
Fix header file so that configure tests can work
Simo Sorce
2008-10-08
1
-3
/
+5
*
Fix build issues surrounding signal blocking and DEBUG macros
Stephen Gallagher
2008-10-07
3
-0
/
+3
*
We need replace.h here or __location__ cannot be found
Simo Sorce
2008-10-07
1
-0
/
+1
*
Forgot to add debug.c
Simo Sorce
2008-10-07
1
-0
/
+20
*
Add some basic instructions on how to build sssd.
Simo Sorce
2008-10-07
1
-0
/
+42
*
Add primitive debugging capabilities.
Simo Sorce
2008-10-07
3
-4
/
+16
*
First working daemon that responds only to a getpwnam() request with fake data
Simo Sorce
2008-10-06
5
-62
/
+215
*
Fix nss_client build
Simo Sorce
2008-10-06
1
-8
/
+12
*
Add initial nss responder skeleton
Simo Sorce
2008-10-04
6
-4
/
+494
*
Make it possible to pass extra CFLAGS and LDFLAGS by passing
Simo Sorce
2008-10-04
6
-10
/
+10
*
Initital server code.
Simo Sorce
2008-10-04
29
-0
/
+4880
*
Sync ldb with upstream (includes uncommitted ldb async patches)
Simo Sorce
2008-09-25
41
-3507
/
+4564
[next]