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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly license libdhash
Stephen Gallagher
2010-02-18
4
-0
/
+88
*
License libpath_utils under LGPL
Stephen Gallagher
2010-02-18
2
-7
/
+38
*
Remove ELAPI from the SSSD repository
Stephen Gallagher
2010-02-12
40
-8421
/
+3
*
Make collection_queue.h and collection_stack.h into public headers
Stephen Gallagher
2010-02-10
1
-3
/
+3
*
Split refarray off into a shared library
Stephen Gallagher
2010-02-03
4
-10
/
+13
*
Add license files for refarray
Stephen Gallagher
2010-02-03
2
-0
/
+839
*
Split off libini_config into a shared library
Stephen Gallagher
2010-02-03
4
-7
/
+19
*
Fix array index error
Stephen Gallagher
2010-02-03
1
-1
/
+1
*
Add license files for ini_config
Stephen Gallagher
2010-02-03
2
-0
/
+839
*
Split off libcollection into a shared library
Stephen Gallagher
2010-02-03
3
-7
/
+13
*
Remove private header requirements from collection_tools.h
Stephen Gallagher
2010-02-03
1
-1
/
+0
*
Add license files for collection
Stephen Gallagher
2010-02-03
2
-0
/
+839
*
Split off libpath_utils into a shared library
Stephen Gallagher
2010-02-03
3
-8
/
+11
*
License libpath_utils under LGPL
Stephen Gallagher
2010-02-03
3
-0
/
+846
*
COLLECTION: Fixing queue collection and unit tests.
Dmitri Pal
2010-02-01
4
-298
/
+478
*
REFARRAY: New referenced array object
Dmitri Pal
2010-01-21
9
-2
/
+802
*
INI: Added method to get string list with empty values
Dmitri Pal
2010-01-21
3
-54
/
+117
*
Use version.m4 for setting the SSSD version
Stephen Gallagher
2010-01-21
1
-1
/
+2
*
Split off libdhash into a shared library
Stephen Gallagher
2010-01-20
5
-9
/
+16
*
License libdhash under the LGPL
Stephen Gallagher
2010-01-20
3
-0
/
+844
*
Add elapi_ut.conf to the list of dist files
Sumit Bose
2009-12-15
2
-3
/
+4
*
INI Correcting build warnings.
Dmitri Pal
2009-12-10
2
-8
/
+7
*
INI: Cleaning FIXME comments.
Dmitri Pal
2009-12-10
3
-7
/
+16
*
COLLECTION: Cleaning FIXME comments
Dmitri Pal
2009-12-10
3
-20
/
+2
*
COLLECTION Create reference to the top level collection
Dmitri Pal
2009-12-10
3
-21
/
+47
*
COMMON Improvements to the trace macro
Dmitri Pal
2009-12-10
1
-9
/
+15
*
Add comments to document latest changes
Simo Sorce
2009-12-08
1
-0
/
+7
*
dhash: Add private pointer for delete callback
Simo Sorce
2009-12-08
4
-13
/
+35
*
Run dhash tests
Stephen Gallagher
2009-12-08
1
-0
/
+2
*
Change dhash API to be talloc-friendly
Simo Sorce
2009-12-08
3
-39
/
+78
*
Revert "Remove ELAPI from build and tarball"
Stephen Gallagher
2009-12-01
1
-2
/
+3
*
Revert "Stop configuring ELAPI"
Stephen Gallagher
2009-12-01
1
-1
/
+1
*
Stop configuring ELAPI
Stephen Gallagher
2009-12-01
1
-1
/
+1
*
Remove ELAPI from build and tarball
Stephen Gallagher
2009-12-01
1
-3
/
+2
*
Clean up warnings in dhash tests
Stephen Gallagher
2009-10-29
2
-9
/
+9
*
ELAPI Compatibility code for getifaddr()
Dmitri Pal
2009-10-16
10
-20
/
+357
*
ELAPI Fixed the host name resolution
Dmitri Pal
2009-10-05
2
-13
/
+111
*
ELAPI Rename variables and functions not to use word template
Dmitri Pal
2009-10-05
7
-113
/
+113
*
INI Add config_from_fd() to ini_config
Stephen Gallagher
2009-10-05
3
-22
/
+239
*
ELAPI Fixing warnings in the example
Dmitri Pal
2009-10-05
1
-2
/
+9
*
ELAPI Resolving message attribute
Dmitri Pal
2009-10-05
8
-57
/
+536
*
ELAPI Event resolver
Dmitri Pal
2009-10-05
14
-95
/
+828
*
COLLECTION Enhancing hashing and iteration functions
Dmitri Pal
2009-10-05
4
-8
/
+76
*
COLLECTION Making iterations pinnable
Dmitri Pal
2009-10-05
4
-7
/
+220
*
COLLECTION Realigning collection code
Dmitri Pal
2009-10-05
4
-330
/
+372
*
COLLECTION Adding item comparison and sorting
Dmitri Pal
2009-10-05
7
-5
/
+697
*
ELAPI: Ticket 161: Initialize structures with calloc instead of enumerating m...
Jakub Hrozek
2009-09-21
5
-36
/
+6
*
ELAPI: fix varargs call, update unit tests
Jakub Hrozek
2009-09-21
3
-8
/
+58
*
ELAPI: Fix dispatcher structure initialization
Jakub Hrozek
2009-09-16
1
-10
/
+1
*
Include m4 directories in tarball
Stephen Gallagher
2009-09-15
7
-5
/
+20
[next]