index
:
sssd2.git
1-0-0
1-1-0
maint-0.6
maint-0.7
master
sssd-1-2
sssd-1-3
sssd-1-4
sssd-1-5
sssd-1-6
sssd-1-7
sssd-1-8
sssd-1-9
System Security Services Daemon [okos' clone]
Ondrej Kos
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
providers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory leak in ipa_hbac_evaluate_rules
Stephen Gallagher
2011-07-29
1
-0
/
+1
*
libipa_hbac: Support case-insensitive comparisons with UTF8
Stephen Gallagher
2011-07-29
1
-16
/
+98
*
Explicitly ignore groups with gidNumber=0
Jakub Hrozek
2011-07-27
2
-11
/
+18
*
Set gidNumber of non-posix groups to 0 even on updates
Jakub Hrozek
2011-07-27
1
-8
/
+44
*
fo_get_server_name() getter for a server name
Jakub Hrozek
2011-07-21
5
-3
/
+31
*
Rename fo_get_server_name to fo_get_server_str_name
Jakub Hrozek
2011-07-21
6
-10
/
+10
*
Only print server address if one is available
Jakub Hrozek
2011-07-21
1
-0
/
+7
*
Do not add a NULL host parsed from LDAP URI
Jakub Hrozek
2011-07-21
1
-1
/
+8
*
Remove unused krb5_service structure member
Jakub Hrozek
2011-07-13
3
-7
/
+1
*
Check DNS records before updating
Jakub Hrozek
2011-07-11
4
-25
/
+470
*
Split reading resolver family order into a separate function
Jakub Hrozek
2011-07-11
1
-23
/
+3
*
Do not hardcode default resolver timeout
Jakub Hrozek
2011-07-11
1
-1
/
+1
*
Escape IP address in kdcinfo
Jakub Hrozek
2011-07-11
2
-14
/
+36
*
Move IP adress escaping from the LDAP namespace
Jakub Hrozek
2011-07-11
1
-3
/
+3
*
Add LDAP access control based on NDS attributes
Sumit Bose
2011-07-08
6
-3
/
+197
*
Treat NULL or empty rhost as unknown
Stephen Gallagher
2011-07-08
2
-11
/
+25
*
Add ipa_hbac_treat_deny_as option
Stephen Gallagher
2011-07-08
3
-2
/
+13
*
Add ipa_hbac_refresh option
Stephen Gallagher
2011-07-08
4
-1
/
+21
*
Add new HBAC lookup and evaluation routines
Stephen Gallagher
2011-07-08
2
-124
/
+398
*
Remove old HBAC implementation
Stephen Gallagher
2011-07-08
2
-1595
/
+1
*
Add helper functions for looking up HBAC rule components
Stephen Gallagher
2011-07-08
6
-0
/
+2616
*
Add HBAC evaluator and tests
Stephen Gallagher
2011-07-08
3
-0
/
+386
*
Add helper function msgs2attrs_array
Stephen Gallagher
2011-07-08
2
-0
/
+33
*
ipa_dyndns: Use sockaddr_storage for storing IP addresses
Jakub Hrozek
2011-07-05
1
-12
/
+17
*
Use ldap_init_fd() instead of ldap_initialize() if available
Sumit Bose
2011-06-30
3
-37
/
+88
*
Use name based URI instead of IP address based URIs
Sumit Bose
2011-06-30
2
-38
/
+3
*
Add sdap_call_conn_cb() to call add connection callback directly
Sumit Bose
2011-06-30
2
-0
/
+40
*
Add sockaddr_storage to sdap_service
Sumit Bose
2011-06-30
3
-0
/
+22
*
Log nsupdate message
Jakub Hrozek
2011-06-21
1
-0
/
+3
*
Do not check pwdAttribute
Sumit Bose
2011-06-16
1
-9
/
+0
*
Switch resolver to using resolv_hostent and honor TTL
Jakub Hrozek
2011-06-15
6
-28
/
+29
*
Fix proxy provider return code for secondary missing groups
Sumit Bose
2011-06-15
1
-1
/
+3
*
Fix two typos
Sumit Bose
2011-06-15
1
-2
/
+3
*
Delete cached ccache file if password is expired
Sumit Bose
2011-06-15
1
-8
/
+63
*
Non-posix group processing - ldap provider and nss responder
Jan Zeleny
2011-06-02
2
-28
/
+79
*
Escape IPv6 IP addresses in the IPA provider
Jakub Hrozek
2011-06-02
1
-4
/
+26
*
Use escaped IP addresses in LDAP provider
Jakub Hrozek
2011-06-02
1
-6
/
+56
*
Add utility function to return IP address as string
Jakub Hrozek
2011-06-02
2
-17
/
+4
*
Add online callback only once for TGT renewal
Sumit Bose
2011-06-02
1
-25
/
+44
*
Sanitize username during initgroups call
Sumit Bose
2011-05-25
1
-1
/
+7
*
Separate return paths for success and failure in sdap_nested_group_check_cache
Jakub Hrozek
2011-05-25
1
-6
/
+10
*
Make "password" the default for ldap_default_authtok_type
Stephen Gallagher
2011-05-24
1
-1
/
+1
*
Fix uninitialized scalar variable in sdap_nested_group_check_cache
Jakub Hrozek
2011-05-24
1
-2
/
+4
*
Fix uninitialized pointer read in sdap_x_deref_parse_entry
Jakub Hrozek
2011-05-24
1
-1
/
+1
*
Fix bad comparison in sdap_has_deref_support
Jakub Hrozek
2011-05-24
1
-1
/
+1
*
Use dereference when processing RFC2307bis nested groups
Jakub Hrozek
2011-05-20
5
-17
/
+460
*
Refactor RFC2307bis nested group processing
Jakub Hrozek
2011-05-20
1
-123
/
+188
*
Use fake users during RFC2307bis nested group processing
Jakub Hrozek
2011-05-20
1
-13
/
+165
*
Change sysdb_add_fake_user to add OriginalDN
Jakub Hrozek
2011-05-20
1
-1
/
+1
*
Generic dereference search
Jakub Hrozek
2011-05-20
2
-0
/
+157
[next]