summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa
Commit message (Expand)AuthorAgeFilesLines
...
* IPA dyndns: do not segfault if the server cannot be resolvedJakub Hrozek2011-08-251-4/+2
* sysdb refactoring: memory context deletedJan Zeleny2011-08-152-3/+3
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-156-17/+12
* 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
* 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
* fo_get_server_name() getter for a server nameJakub Hrozek2011-07-211-1/+9
* Rename fo_get_server_name to fo_get_server_str_nameJakub Hrozek2011-07-211-2/+2
* Remove unused krb5_service structure memberJakub Hrozek2011-07-131-2/+0
* Check DNS records before updatingJakub Hrozek2011-07-114-25/+470
* Escape IP address in kdcinfoJakub Hrozek2011-07-111-10/+10
* Move IP adress escaping from the LDAP namespaceJakub Hrozek2011-07-111-3/+3
* Add LDAP access control based on NDS attributesSumit Bose2011-07-081-1/+4
* 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
* ipa_dyndns: Use sockaddr_storage for storing IP addressesJakub Hrozek2011-07-051-12/+17
* Use name based URI instead of IP address based URIsSumit Bose2011-06-301-1/+1
* Add sockaddr_storage to sdap_serviceSumit Bose2011-06-301-0/+10
* Log nsupdate messageJakub Hrozek2011-06-211-0/+3
* Switch resolver to using resolv_hostent and honor TTLJakub Hrozek2011-06-151-2/+2
* Escape IPv6 IP addresses in the IPA providerJakub Hrozek2011-06-021-4/+26
* Add utility function to return IP address as stringJakub Hrozek2011-06-021-8/+2
* Use dereference when processing RFC2307bis nested groupsJakub Hrozek2011-05-202-2/+3
* Fix order of arguments in select_principal_from_keytab() callJakub Hrozek2011-04-291-1/+1
* Fix segfault in IPA providerStephen Gallagher2011-04-291-2/+2
* Fix IPA config bug with SDAP_KRB5_REALMStephen Gallagher2011-04-281-1/+1
* Add ldap_page_size configuration optionStephen Gallagher2011-04-272-2/+3
* Modify principal selection for keytab authenticationJan Zeleny2011-04-252-22/+54
* Allow new option to specify principal for FASTJan Zeleny2011-04-252-2/+3
* Add host access control supportPierre Ossman2011-03-241-1/+2
* Fixes for dynamic DNS updateSumit Bose2011-03-031-16/+87
* Use realm for basedn instead of IPA domainJakub Hrozek2011-02-284-48/+50
* Fix uninitialized value error in ipa_get_id_options()Stephen Gallagher2011-02-221-7/+7
* Add krb5_realm to the basic IPA optionsStephen Gallagher2011-02-222-2/+4
* Allow krb5_realm to override ipa_domainStephen Gallagher2011-02-223-18/+37
* Point the IPA provider at the compat tree for netgroupsStephen Gallagher2011-02-171-0/+19
* Add option to disable TLS for LDAP authsssd-1_5_1Stephen Gallagher2011-01-272-2/+6
* Add ldap_tls_{cert,key,cipher_suite} config optionsTyson Whitehead2011-01-202-1/+4
* Add ipa_hbac_search_base config optionSumit Bose2011-01-194-54/+43
* Add LDAP expire policy base RHDS/IPA attributeSumit Bose2011-01-191-1/+2
* Add LDAP expire policy based on AD attributesSumit Bose2011-01-191-1/+3
* Add ldap_search_enumeration_timeout config optionSumit Bose2011-01-173-6/+7