Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 4 | -0/+1004 | |
| | ||||||
* | Add helper function msgs2attrs_array | Stephen Gallagher | 2011-07-08 | 2 | -0/+33 | |
| | | | | | This function converts a list of ldb_messages into a list of sysdb_attrs. | |||||
* | ipa_dyndns: Use sockaddr_storage for storing IP addresses | Jakub Hrozek | 2011-07-05 | 1 | -12/+17 | |
| | | | | https://fedorahosted.org/sssd/ticket/915 | |||||
* | Call ldap_install_tls() on ldaps connections | Sumit Bose | 2011-07-05 | 1 | -0/+15 | |
| | ||||||
* | Replace system() function with fork and execl call. | Matthew Ife | 2011-07-01 | 1 | -22/+30 | |
| | | | | | | | | | | This is much more selinux friendly as it allows policy makers to call nscd_domtrans to transition to nscd_t instead of giving more access to the system via the corcmd_exec_bin macro. Modified-by: Simo Sorce <ssorce@redhat.com> Signed-off-by: Simo Sorce <ssorce@redhat.com> | |||||
* | Do not access state after tevent_req_done() is called. | Sumit Bose | 2011-07-01 | 1 | -10/+16 | |
| | ||||||
* | Do not attempt to close() a file descriptor < 0 | Stephen Gallagher | 2011-07-01 | 1 | -1/+3 | |
| | | | | Coverity 10886 | |||||
* | Use ldap_init_fd() instead of ldap_initialize() if available | Sumit Bose | 2011-06-30 | 6 | -38/+435 | |
| | ||||||
* | 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 | 5 | -0/+62 | |
| | ||||||
* | fix typos | Simo Sorce | 2011-06-27 | 1 | -5/+5 | |
| | ||||||
* | Fall back to polling when inotify fails | Jan Zeleny | 2011-06-24 | 1 | -28/+68 | |
| | ||||||
* | Log nsupdate message | Jakub Hrozek | 2011-06-21 | 1 | -0/+3 | |
| | | | | https://fedorahosted.org/sssd/ticket/893 | |||||
* | Test NULL server hostname in fail over tests | Jakub Hrozek | 2011-06-16 | 1 | -8/+16 | |
| | ||||||
* | Provide TTL structure names for c-ares < 1.7 | Jakub Hrozek | 2011-06-16 | 2 | -0/+11 | |
| | | | | | | | | | | | https://fedorahosted.org/sssd/ticket/898 In c-ares 1.7, the upstream renamed the addrttl/addr6ttl structures to ares_addrttl/ares_addr6ttl so they are in the ares_ namespace. Because they are committed to stable ABI, the contents are the same, just the name changed -- so it is safe to just #define the new name for older c-ares version in case the new one is not detected in configure time. | |||||
* | Do not check pwdAttribute | Sumit Bose | 2011-06-16 | 1 | -9/+0 | |
| | | | | | | | It is not safe to check pwdAttribute to see if server side password policies are active. Only if a LDAP_CONTROL_PASSWORDPOLICYRESPONSE is present the bind response we can assume that there is a server side password policy. | |||||
* | Switch resolver to using resolv_hostent and honor TTL | Jakub Hrozek | 2011-06-15 | 10 | -276/+401 | |
| | ||||||
* | Resolve hosts by name from DNS into resolv_hostent | Jakub Hrozek | 2011-06-15 | 1 | -0/+254 | |
| | ||||||
* | Resolve hosts by name from files into resolv_hostent | Jakub Hrozek | 2011-06-15 | 1 | -0/+92 | |
| | ||||||
* | Add new resolv_hostent data structure and utility functions | Jakub Hrozek | 2011-06-15 | 2 | -0/+200 | |
| | ||||||
* | Fix proxy provider return code for secondary missing groups | Sumit Bose | 2011-06-15 | 1 | -1/+3 | |
| | ||||||
* | Unit test for parge_args | Jakub Hrozek | 2011-06-15 | 1 | -0/+58 | |
| | ||||||
* | Make parse_args skip extra spaces | Jakub Hrozek | 2011-06-15 | 1 | -16/+24 | |
| | | | | https://fedorahosted.org/sssd/ticket/871 | |||||
* | 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 | 3 | -31/+90 | |
| | ||||||
* | Non-posix group processing - sysdb changes | Jan Zeleny | 2011-06-02 | 3 | -23/+32 | |
| | ||||||
* | Added sysdb_attrs_get_bool() function | Jan Zeleny | 2011-06-02 | 2 | -0/+24 | |
| | ||||||
* | Escape IPv6 IP addresses in the IPA provider | Jakub Hrozek | 2011-06-02 | 1 | -4/+26 | |
| | | | | https://fedorahosted.org/sssd/ticket/880 | |||||
* | Use escaped IP addresses in LDAP provider | Jakub Hrozek | 2011-06-02 | 1 | -6/+56 | |
| | ||||||
* | Add a utility function to escape IPv6 address for use in URIs | Jakub Hrozek | 2011-06-02 | 2 | -0/+11 | |
| | ||||||
* | Add utility function to return IP address as string | Jakub Hrozek | 2011-06-02 | 4 | -17/+31 | |
| | ||||||
* | Add online callback only once for TGT renewal | Sumit Bose | 2011-06-02 | 1 | -25/+44 | |
| | ||||||
* | Fix typo in initgroups negative cache check | Stephen Gallagher | 2011-05-31 | 1 | -1/+1 | |
| | ||||||
* | Changing default to Default for consistency | Kaushik Banerjee | 2011-05-31 | 1 | -1/+1 | |
| | ||||||
* | Add more detail to ldap_uri manpage entry | Stephen Gallagher | 2011-05-27 | 1 | -1/+13 | |
| | ||||||
* | 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 | 2 | -1/+4 | |
| | ||||||
* | Fix uninitialized scalar variable in sdap_nested_group_check_cache | Jakub Hrozek | 2011-05-24 | 1 | -2/+4 | |
| | | | | https://fedorahosted.org/sssd/ticket/878 | |||||
* | Fix uninitialized pointer read in sdap_x_deref_parse_entry | Jakub Hrozek | 2011-05-24 | 1 | -1/+1 | |
| | | | | https://fedorahosted.org/sssd/ticket/877 | |||||
* | Fix bad comparison in sdap_has_deref_support | Jakub Hrozek | 2011-05-24 | 1 | -1/+1 | |
| | | | | https://fedorahosted.org/sssd/ticket/876 | |||||
* | Import config.h earlier | Stephen Gallagher | 2011-05-23 | 3 | -5/+3 | |
| | | | | | | On RHEL 5 and other older platforms, failing to set _GNU_SOURCE early would cause some functions - such as strndup() - to be unavailable. | |||||
* | Include string.h in sss_cli.h | Sumit Bose | 2011-05-23 | 1 | -0/+1 | |
| | | | | Since memcpy() is used in sss_cli.h it should be declared here, too. | |||||
* | Set _GNU_SOURCE globally | Sumit Bose | 2011-05-23 | 13 | -23/+13 | |
| | ||||||
* | Use dereference when processing RFC2307bis nested groups | Jakub Hrozek | 2011-05-20 | 9 | -17/+487 | |
| | | | | | | | | Instead of issuing N LDAP requests when processing a group with N users, utilize the dereference functionality to pull down all the members in a single LDAP request. https://fedorahosted.org/sssd/ticket/799 |