summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* DEBUG timestamps offer higher precisionPavel Březina2011-09-084-6/+24
* Improve documentation of libipa_hbacStephen Gallagher2011-09-082-21/+1697
* Do not access memory out of boundsSumit Bose2011-09-071-2/+2
* Keep deref controls until the whole request is finishedJakub Hrozek2011-09-061-8/+45
* Improve error message for LDAP password constraint violationJakub Hrozek2011-09-063-16/+29
* Allow turning dereference off by setting the threshold to 0Jakub Hrozek2011-09-063-3/+9
* sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string()Pavel Březina2011-09-063-35/+35
* sss_ldap_err2string() - function createdPavel Březina2011-09-061-2/+0
* HBAC: Properly skip all non-group memberOf entriesStephen Gallagher2011-08-291-1/+2
* Fix moving to next entry in deref codeJakub Hrozek2011-08-291-1/+6
* HBAC: Use of hostgroups for targethost or sourcehost was brokenStephen Gallagher2011-08-261-4/+4
* HBAC: Handle saving groups that have no membersStephen Gallagher2011-08-261-7/+21
* Use the default Kerberos realm for LDAP with GSSAPI authJakub Hrozek2011-08-261-3/+55
* Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANONJakub Hrozek2011-08-265-3/+17
* --debug-timestamps=1 is not passed to providersPavel Březina2011-08-252-11/+8
* New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina2011-08-254-4/+15
* New DEBUG facility - conversionPavel Březina2011-08-2511-9/+16
* Improve password policy error code and messageSumit Bose2011-08-251-4/+9
* IPA dyndns: do not segfault if the server cannot be resolvedJakub Hrozek2011-08-251-4/+2
* Handle timeout during sss_ldap_init_sendJakub Hrozek2011-08-151-1/+5
* Moved some functions in sdap_async_initgroupsJan Zeleny2011-08-151-345/+349
* Moved some functions in sdap_async_groupsJan Zeleny2011-08-151-122/+112
* Confusing part of code cleared outJan Zeleny2011-08-151-34/+32
* sdap_async_accounts.c splitJan Zeleny2011-08-154-2514/+2588
* sysdb refactoring: memory context deletedJan Zeleny2011-08-1510-43/+31
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-1522-101/+69
* Use sysdb attribute name for GID, not LDAP attributeStephen Gallagher2011-08-111-3/+3
* Fix returning groups when gidNumber attribute is not orderedJakub Hrozek2011-08-043-4/+10
* 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