summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* Add fake users during saving of RFC2307 groupJakub Hrozek2010-10-081-2/+604
* Shortcut for save_group() to accept sysdb DNs as member attributesJakub Hrozek2010-10-081-7/+27
* sysdb interface for adding expired user entriesJakub Hrozek2010-10-081-3/+4
* Add proper nested initgroup support for RFC2307bis serversStephen Gallagher2010-10-081-1/+1014
* Modify sysdb_add_group_member_send to accept users and groupsStephen Gallagher2010-10-081-0/+2
* Handle nested groups in RFC2307bisStephen Gallagher2010-10-081-1/+854
* Make sdap_save_users_send handle zero users gracefullyStephen Gallagher2010-10-081-0/+9
* Add option to limit nested groupsSimo Sorce2010-10-084-4/+7
* Add fake groups during initgroupsJakub Hrozek2010-10-081-31/+284
* Disable events on ldap fd when offline.Jan Zeleny2010-10-081-2/+4
* Request the correct attribute nameJakub Hrozek2010-09-231-1/+1
* Request all group attributes during initgroups processingStephen Gallagher2010-09-231-5/+6
* Treat a zero-length password as a failureStephen Gallagher2010-08-241-0/+7
* Fix chpass operations with LDAP providerStephen Gallagher2010-08-041-0/+1
* be_pam_handler(): Fix potential NULL dereferenceStephen Gallagher2010-08-031-1/+2
* Clean up initgroups processing for RFC2307Stephen Gallagher2010-07-301-16/+196
* Log TLS errors to syslogStephen Gallagher2010-07-092-1/+23
* Add syslog messages for LDAP GSSAPI bindStephen Gallagher2010-07-091-2/+58
* Make RootDSE optionalStephen Gallagher2010-06-282-3/+17
* Add explicit requests for several operational attrsAlexander Gordeev2010-06-281-1/+12
* Fix SASL authenticationSumit Bose2010-06-281-2/+2
* Protect against segfault in remove_ldap_connection_callbacksStephen Gallagher2010-06-181-1/+6
* Fix return value from remove_connection_callback() destructorStephen Gallagher2010-06-181-9/+2
* Standardize on correct spelling of "principal" for krb5Stephen Gallagher2010-06-166-14/+14
* Don't segfault if ldap_access_filter is unspecifiedStephen Gallagher2010-06-141-12/+13
* Eliminate unused variable from pc_init_timeout()Stephen Gallagher2010-06-101-4/+0
* Check return code of hash_delete in proxy_child_destructorStephen Gallagher2010-06-101-1/+7
* Properly check that the timeout event was created for cleanup/enumStephen Gallagher2010-06-102-2/+46
* Check the correct variable for NULL after creating timerStephen Gallagher2010-06-101-1/+1
* Properly handle missing originalMemberOf entry in initgroupsStephen Gallagher2010-06-101-0/+1
* Avoid potential NULL dereferenceStephen Gallagher2010-06-101-3/+5
* Properly handle read() and write() throughout the SSSDStephen Gallagher2010-06-101-7/+18
* Add a missing initializerSumit Bose2010-06-091-1/+1
* Add a missing return valueSumit Bose2010-06-091-0/+1
* Allow ldap_access_filter values wrapped in parenthesesStephen Gallagher2010-06-092-3/+21
* Disable connection callbacks when going onlineStephen Gallagher2010-06-093-0/+27
* Fix Incorrect NULL check in get_server_common()Jakub Hrozek2010-06-091-1/+1
* Fix potential NULL dereference in fail_over.cJakub Hrozek2010-06-091-2/+5
* Fix realm_str dereferenceJakub Hrozek2010-06-091-1/+1
* Fix broken build against older versions of OpenLDAPStephen Gallagher2010-06-062-2/+12
* Initialize pam_data in Kerberos child.Sumit Bose2010-06-061-1/+1
* Use sysdb_attrs_get_string_array() instead of sysdb_attrs_get_el()Sumit Bose2010-06-021-23/+12
* Compare full service nameSumit Bose2010-06-021-1/+2
* Fix handling of ccache file when going offlineSumit Bose2010-06-022-32/+77
* Support password changes in chpass_provider = proxyStephen Gallagher2010-05-241-5/+73
* Fix queuing bug in proxy providerStephen Gallagher2010-05-241-5/+7
* Display name of PAM action in pam_print_data()Stephen Gallagher2010-05-241-1/+22
* Use new schema for HBAC service checksSumit Bose2010-05-232-22/+812
* Check ipaEnabledFlagSumit Bose2010-05-231-5/+23
* Proxy provider PAM handling in child processStephen Gallagher2010-05-233-146/+1547