summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* Option krb5_server is now used to store a list of KDCs instead of krb5_kdcip.Jan Zeleny2010-10-194-3/+57
* set in_transaction explicitly to falseJakub Hrozek2010-10-181-1/+1
* Use unsigned long for conversion to id_tJakub Hrozek2010-10-183-36/+18
* Add proper nested initgroup support for RFC2307bis serversStephen Gallagher2010-10-181-3/+761
* Modify sysdb_[add|remove]_group_member to accept users and groupsStephen Gallagher2010-10-181-0/+1
* Handle nested groups in RFC2307bisStephen Gallagher2010-10-181-1/+776
* Make sdap_save_users_send handle zero users gracefullyStephen Gallagher2010-10-181-0/+5
* Add option to limit nested groupsSimo Sorce2010-10-184-3/+6
* Save dummy member users during RFC2307 getgr{nam,gid}Jakub Hrozek2010-10-151-82/+279
* sysdb interface for adding fake usersJakub Hrozek2010-10-151-3/+4
* Save dummy groups to cache during initgroupsJakub Hrozek2010-10-151-0/+125
* Check for GSSAPI before attempting to kinitJakub Hrozek2010-10-151-8/+12
* Implement netgroup support for LDAP providerSumit Bose2010-10-135-1/+982
* Add infrastructure to LDAP provider for netgroup supportSumit Bose2010-10-134-4/+86
* Add netgroup support to the NSS responderStephen Gallagher2010-10-131-0/+1
* 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