index
:
sssd.git
list_tevent_req
manfixes
master
review
rhel5.10
rhel6.4
saveldapsid
sid
sid2
sssd-1-5
subdommem
token
token2
token3
token4
System Security Services Daemon [okos' clone]
Ondrej Kos
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add unit tests for users and groups with odd characters
Stephen Gallagher
2010-11-15
1
-0
/
+145
*
Add utility function to sanitize LDAP/LDB filters
Stephen Gallagher
2010-11-15
1
-0
/
+68
*
Always use uint32_t for UID/GID numbers
Jakub Hrozek
2010-10-26
1
-10
/
+10
*
Modify sysdb_[add|remove]_group_member to accept users and groups
Stephen Gallagher
2010-10-18
1
-5
/
+10
*
sysdb interface for adding incomplete groups
Jakub Hrozek
2010-10-15
1
-0
/
+40
*
Also return member groups to the client
Sumit Bose
2010-10-13
1
-44
/
+44
*
netgroup tests
Stephen Gallagher
2010-10-13
1
-0
/
+516
*
Use POPT_TABLEEND to close option table
Sumit Bose
2010-10-13
7
-8
/
+8
*
Suppress some 'unchecked return value' warnings
Sumit Bose
2010-09-28
1
-6
/
+13
*
Suppress some 'may be used uninitialized' warnings
Sumit Bose
2010-09-28
1
-1
/
+1
*
Initialize debug_level to zero in crypto tests
Stephen Gallagher
2010-09-22
1
-1
/
+1
*
Fix sysdb_group_dn_name
Jakub Hrozek
2010-09-22
1
-0
/
+35
*
Add parameter to skip cleanup in sysdb test
Jakub Hrozek
2010-09-15
1
-1
/
+4
*
Password obfuscation utility functions
Jakub Hrozek
2010-09-08
1
-0
/
+139
*
Add sysdb_update_members function
Stephen Gallagher
2010-08-03
1
-0
/
+56
*
Add diff_string_lists utility function
Stephen Gallagher
2010-08-03
1
-0
/
+227
*
Add sysdb_attrs_to_list() utility function
Stephen Gallagher
2010-08-03
1
-0
/
+31
*
Standardize on correct spelling of "principal" for krb5
Stephen Gallagher
2010-06-16
1
-4
/
+4
*
Print correct return code
Jakub Hrozek
2010-06-14
1
-1
/
+1
*
Add support for delayed kinit if offline
Sumit Bose
2010-05-26
1
-2
/
+2
*
Sort SRV replies according to RFC 2782
Jakub Hrozek
2010-04-30
1
-0
/
+88
*
Fix warning in sysdb-tests.c
Stephen Gallagher
2010-04-14
1
-8
/
+0
*
sysydb: Finally stop using a common event context
Simo Sorce
2010-04-12
2
-2
/
+2
*
sysdb: remove remaining traces of sysdb_handle
Simo Sorce
2010-04-12
1
-1
/
+0
*
sysdb: convert sysdb_enumgrent
Simo Sorce
2010-04-12
1
-32
/
+7
*
sysdb: convert sysdb_enumpwent
Simo Sorce
2010-04-12
1
-32
/
+5
*
sysdb: convert sysdb_get_user_attr
Simo Sorce
2010-04-12
1
-46
/
+16
*
sysdb: convert sysdb_getgrgid
Simo Sorce
2010-04-12
1
-48
/
+17
*
sysdb: convert sysdb_getgrnam
Simo Sorce
2010-04-12
1
-52
/
+27
*
sysdb: convert sysdb_getpwuid
Simo Sorce
2010-04-12
1
-48
/
+16
*
sysdb: convert sysdb_getpwnam
Simo Sorce
2010-04-12
1
-52
/
+25
*
tests: remove use of asynchronus transactions
Simo Sorce
2010-04-12
1
-502
/
+86
*
sysdb: convert sysdb_cache_auth
Simo Sorce
2010-04-12
1
-39
/
+18
*
sysdb: delete sysdb_delete_group
Simo Sorce
2010-04-12
1
-40
/
+7
*
sysdb: convert sysdb_delete_user
Simo Sorce
2010-04-12
1
-41
/
+4
*
sysdb: convert sysdb_asq_search
Simo Sorce
2010-04-12
1
-36
/
+23
*
sysdb: convert sysdb_store_custom
Simo Sorce
2010-04-12
1
-18
/
+3
*
sysdb: convert sysdb_search_custom
Simo Sorce
2010-04-12
1
-102
/
+67
*
sysdb: convert sysdb_cache_password
Simo Sorce
2010-04-12
1
-11
/
+3
*
sysdb: convert sysdb_mod/add/remove_group_member
Simo Sorce
2010-04-12
1
-36
/
+6
*
sysdb: convert sysdb_store/add(_basic)_group
Simo Sorce
2010-04-12
1
-56
/
+9
*
sysdb: convert sysdb_store/add(_basic)_user
Simo Sorce
2010-04-12
1
-43
/
+9
*
sysdb: convert sysdb_set_entry/user/group_attr
Simo Sorce
2010-04-12
1
-18
/
+3
*
sysdb: convert sysdb_search_group_by_name/gid
Simo Sorce
2010-04-12
1
-120
/
+63
*
sysdb: convert sysdb_search_entry and sysdb_delete_recursive
Simo Sorce
2010-04-12
1
-37
/
+6
*
sysdb: convert sysdb_delete_custom
Simo Sorce
2010-04-12
1
-18
/
+2
*
sysdb: convert sysdb_delete_entry
Stephen Gallagher
2010-04-12
1
-36
/
+2
*
Protect against check-and-open race conditions
Stephen Gallagher
2010-04-06
1
-2
/
+2
*
Add a test for domain_to_basedn()
Sumit Bose
2010-03-25
1
-0
/
+47
*
Regression test against RHBZ #576856
Jakub Hrozek
2010-03-25
1
-0
/
+2
[next]