summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* Request password control unconditionally during bindJakub Hrozek2011-08-011-6/+6
* Change the default value of ldap_tls_cacert in IPA providerJakub Hrozek2011-08-011-1/+1
* Add rule validator to libipa_hbacStephen Gallagher2011-08-012-0/+74
* Remove incorrect private variableStephen Gallagher2011-08-011-1/+1
* Wrong paramater to sysdb_attrs_add_uint32Jakub Hrozek2011-08-011-1/+1
* Fix incorrect NULL check in ipa_hbac_common.cStephen Gallagher2011-07-291-1/+1
* Fix memory leak in ipa_hbac_evaluate_rulesStephen Gallagher2011-07-291-0/+1
* libipa_hbac: Support case-insensitive comparisons with UTF8Stephen Gallagher2011-07-291-16/+98
* Explicitly ignore groups with gidNumber=0Jakub Hrozek2011-07-272-11/+18
* Set gidNumber of non-posix groups to 0 even on updatesJakub Hrozek2011-07-271-8/+44
* fo_get_server_name() getter for a server nameJakub Hrozek2011-07-215-3/+31
* Rename fo_get_server_name to fo_get_server_str_nameJakub Hrozek2011-07-216-10/+10
* Only print server address if one is availableJakub Hrozek2011-07-211-0/+7
* Do not add a NULL host parsed from LDAP URIJakub Hrozek2011-07-211-1/+8
* Remove unused krb5_service structure memberJakub Hrozek2011-07-133-7/+1
* Check DNS records before updatingJakub Hrozek2011-07-114-25/+470
* Split reading resolver family order into a separate functionJakub Hrozek2011-07-111-23/+3
* Do not hardcode default resolver timeoutJakub Hrozek2011-07-111-1/+1
* Escape IP address in kdcinfoJakub Hrozek2011-07-112-14/+36
* Move IP adress escaping from the LDAP namespaceJakub Hrozek2011-07-111-3/+3
* Add LDAP access control based on NDS attributesSumit Bose2011-07-086-3/+197
* Treat NULL or empty rhost as unknownStephen Gallagher2011-07-082-11/+25
* Add ipa_hbac_treat_deny_as optionStephen Gallagher2011-07-083-2/+13
* Add ipa_hbac_refresh optionStephen Gallagher2011-07-084-1/+21
* Add new HBAC lookup and evaluation routinesStephen Gallagher2011-07-082-124/+398
* Remove old HBAC implementationStephen Gallagher2011-07-082-1595/+1
* Add helper functions for looking up HBAC rule componentsStephen Gallagher2011-07-086-0/+2616
* Add HBAC evaluator and testsStephen Gallagher2011-07-083-0/+386
* Add helper function msgs2attrs_arrayStephen Gallagher2011-07-082-0/+33
* ipa_dyndns: Use sockaddr_storage for storing IP addressesJakub Hrozek2011-07-051-12/+17
* Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose2011-06-303-37/+88
* Use name based URI instead of IP address based URIsSumit Bose2011-06-302-38/+3
* Add sdap_call_conn_cb() to call add connection callback directlySumit Bose2011-06-302-0/+40
* Add sockaddr_storage to sdap_serviceSumit Bose2011-06-303-0/+22
* Log nsupdate messageJakub Hrozek2011-06-211-0/+3
* Do not check pwdAttributeSumit Bose2011-06-161-9/+0
* Switch resolver to using resolv_hostent and honor TTLJakub Hrozek2011-06-156-28/+29
* Fix proxy provider return code for secondary missing groupsSumit Bose2011-06-151-1/+3
* Fix two typosSumit Bose2011-06-151-2/+3
* Delete cached ccache file if password is expiredSumit Bose2011-06-151-8/+63
* Non-posix group processing - ldap provider and nss responderJan Zeleny2011-06-022-28/+79
* Escape IPv6 IP addresses in the IPA providerJakub Hrozek2011-06-021-4/+26
* Use escaped IP addresses in LDAP providerJakub Hrozek2011-06-021-6/+56
* Add utility function to return IP address as stringJakub Hrozek2011-06-022-17/+4
* Add online callback only once for TGT renewalSumit Bose2011-06-021-25/+44
* Sanitize username during initgroups callSumit Bose2011-05-251-1/+7
* Separate return paths for success and failure in sdap_nested_group_check_cacheJakub Hrozek2011-05-251-6/+10
* Make "password" the default for ldap_default_authtok_typeStephen Gallagher2011-05-241-1/+1
* Fix uninitialized scalar variable in sdap_nested_group_check_cacheJakub Hrozek2011-05-241-2/+4
* Fix uninitialized pointer read in sdap_x_deref_parse_entryJakub Hrozek2011-05-241-1/+1