summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* Initialize kerberos service for GSSAPIJakub Hrozek2010-10-139-5/+302
* Make ldap_child report kerberos return code to parentJakub Hrozek2010-10-134-13/+31
* Report Kerberos error code from ldap_child_get_tgt_syncJakub Hrozek2010-10-131-23/+16
* Add KDC to the list of LDAP optionsJakub Hrozek2010-10-134-1/+4
* Return all group members from getgr(nam|gid)Ralf Haferkamp2010-10-131-12/+374
* Shortcut for save_group() to accept sysdb DNs as member attributesRalf Haferkamp2010-10-131-4/+19
* Rename index to idxSumit Bose2010-10-131-4/+4
* Disable events on ldap fd when offline.Jan Zeleny2010-10-081-2/+4
* Return offline instead of errorStephen Gallagher2010-10-041-1/+2
* Suppress some 'may be used uninitialized' warningsSumit Bose2010-09-283-8/+14
* Use new MIT krb5 API for better password expiration warningsSumit Bose2010-09-231-0/+51
* Save all data to sysdb in one transactionSumit Bose2010-09-231-222/+131
* Handle host objects like other objectsSumit Bose2010-09-232-129/+183
* Request the correct attribute nameJakub Hrozek2010-09-221-1/+1
* Request all group attributes during initgroups processingStephen Gallagher2010-09-222-5/+7
* Check if control is supported before using it.Simo Sorce2010-09-154-14/+39
* Revert "Make ldap bind asynchronous"Jakub Hrozek2010-09-157-1219/+167
* Store rootdse supported features in sdap_handlerSumit Bose2010-09-157-63/+112
* Dead assignments cleanup in providers codeJan Zeleny2010-09-086-20/+9
* Deobfuscate password in back endsJakub Hrozek2010-09-081-7/+52
* Fixed small issue in memory context hierarchyJan Zeleny2010-09-071-1/+1
* Cleaned some dead assignmentsJan Zeleny2010-09-072-15/+13
* Fixed uninialized value in proxy_id providerJan Zeleny2010-09-021-0/+2
* Fixed printing of undefined value in sdap_async_accounts.cJan Zeleny2010-09-021-1/+1
* Fixed potential comparison of undefined variableJan Zeleny2010-09-021-0/+1
* Initialized return value in dp_copy_options()Jan Zeleny2010-09-021-1/+1
* Fix wrong return value in HBAC time rules evaluationJakub Hrozek2010-09-021-0/+1
* Make ldap bind asynchronousMartin Nagy2010-09-027-167/+1219
* Properly handle errors from a password change operationStephen Gallagher2010-09-021-8/+14
* Treat a zero-length password as a failureStephen Gallagher2010-08-241-0/+7
* Fix chpass operations with LDAP providerStephen Gallagher2010-08-041-0/+1
* Clean up initgroups processing for RFC2307Stephen Gallagher2010-08-031-11/+89
* Return proper error value when SRV lookup failsJakub Hrozek2010-08-031-1/+1
* Fix check_time_rule() return value on failureJakub Hrozek2010-08-031-1/+1
* be_pam_handler(): Fix potential NULL dereferenceStephen Gallagher2010-08-031-1/+2
* Validate keytab at startupJakub Hrozek2010-08-032-48/+19
* Fix getting default realm in the ldap childJakub Hrozek2010-08-031-1/+10
* Fix IPA access backend handling of obsolete and missing HBAC entries:eindenbom2010-07-231-9/+68
* Do not treat missing HBAC rules as an errorSumit Bose2010-07-231-0/+5
* Log TLS errors to syslogStephen Gallagher2010-07-092-1/+23
* Add syslog messages for LDAP GSSAPI bindStephen Gallagher2010-07-091-2/+58
* Use netlink to detect going onlineJakub Hrozek2010-07-091-0/+20
* Eliminate delayed sdap_handle destruction after fail-over retry.eindenbom2010-07-091-9/+6
* Remove remainder of now unused global LDAP connection handle.eindenbom2010-07-094-188/+1
* Use new LDAP connection framework in IPA dynamic DNS forwarder.eindenbom2010-07-093-45/+126
* Use new LDAP connection framework in IPA access backend.eindenbom2010-07-093-308/+308
* Use new LDAP connection framework in LDAP access backend.eindenbom2010-07-091-59/+73
* Use new LDAP connection framework for LDAP user and group enumeration.eindenbom2010-07-091-236/+131
* Use new LDAP connection framework to get user account groups from LDAP.eindenbom2010-07-091-108/+67
* Use new LDAP connection framework to get group account info from LDAP.eindenbom2010-07-092-37/+66