Age | Commit message (Expand) | Author | Files | Lines |
2010-11-04 | Make ldap_search_base a non-mandatory option | Sumit Bose | 1 | -35/+25 |
2010-11-04 | Use (default)namingContext to set empty search bases | Sumit Bose | 4 | -1/+117 |
2010-11-04 | Add defaultNamingContext to RootDSE attributes | Sumit Bose | 2 | -0/+3 |
2010-11-04 | Don't clean up groups for which a user has it as primary GID | Stephen Gallagher | 1 | -2/+15 |
2010-11-01 | Fix misused SDAP_SEARCH_BASE | Moritz Baumann | 1 | -1/+1 |
2010-10-27 | Allow authentication for referrals | Sumit Bose | 1 | -0/+193 |
2010-10-26 | Always use uint32_t for UID/GID numbers | Jakub Hrozek | 2 | -23/+17 |
2010-10-22 | Add some missing ldap_memfree() | Sumit Bose | 2 | -3/+6 |
2010-10-22 | Add ldap_deref option | Sumit Bose | 4 | -1/+52 |
2010-10-18 | set in_transaction explicitly to false | Jakub Hrozek | 1 | -1/+1 |
2010-10-18 | Use unsigned long for conversion to id_t | Jakub Hrozek | 2 | -34/+16 |
2010-10-18 | Add proper nested initgroup support for RFC2307bis servers | Stephen Gallagher | 1 | -3/+761 |
2010-10-18 | Modify sysdb_[add|remove]_group_member to accept users and groups | Stephen Gallagher | 1 | -0/+1 |
2010-10-18 | Handle nested groups in RFC2307bis | Stephen Gallagher | 1 | -1/+776 |
2010-10-18 | Make sdap_save_users_send handle zero users gracefully | Stephen Gallagher | 1 | -0/+5 |
2010-10-18 | Add option to limit nested groups | Simo Sorce | 2 | -1/+3 |
2010-10-15 | Save dummy member users during RFC2307 getgr{nam,gid} | Jakub Hrozek | 1 | -82/+279 |
2010-10-15 | sysdb interface for adding fake users | Jakub Hrozek | 1 | -3/+4 |
2010-10-15 | Save dummy groups to cache during initgroups | Jakub Hrozek | 1 | -0/+125 |
2010-10-15 | Check for GSSAPI before attempting to kinit | Jakub Hrozek | 1 | -8/+12 |
2010-10-13 | Implement netgroup support for LDAP provider | Sumit Bose | 5 | -1/+982 |
2010-10-13 | Add infrastructure to LDAP provider for netgroup support | Sumit Bose | 2 | -2/+51 |
2010-10-13 | Initialize kerberos service for GSSAPI | Jakub Hrozek | 6 | -4/+294 |
2010-10-13 | Make ldap_child report kerberos return code to parent | Jakub Hrozek | 4 | -13/+31 |
2010-10-13 | Report Kerberos error code from ldap_child_get_tgt_sync | Jakub Hrozek | 1 | -23/+16 |
2010-10-13 | Add KDC to the list of LDAP options | Jakub Hrozek | 2 | -0/+2 |
2010-10-13 | Return all group members from getgr(nam|gid) | Ralf Haferkamp | 1 | -12/+374 |
2010-10-13 | Shortcut for save_group() to accept sysdb DNs as member attributes | Ralf Haferkamp | 1 | -4/+19 |
2010-10-08 | Disable events on ldap fd when offline. | Jan Zeleny | 1 | -2/+4 |
2010-10-04 | Return offline instead of error | Stephen Gallagher | 1 | -1/+2 |
2010-09-28 | Suppress some 'may be used uninitialized' warnings | Sumit Bose | 1 | -1/+1 |
2010-09-22 | Request the correct attribute name | Jakub Hrozek | 1 | -1/+1 |
2010-09-22 | Request all group attributes during initgroups processing | Stephen Gallagher | 2 | -5/+7 |
2010-09-15 | Check if control is supported before using it. | Simo Sorce | 4 | -14/+39 |
2010-09-15 | Revert "Make ldap bind asynchronous" | Jakub Hrozek | 7 | -1219/+167 |
2010-09-15 | Store rootdse supported features in sdap_handler | Sumit Bose | 6 | -61/+110 |
2010-09-08 | Dead assignments cleanup in providers code | Jan Zeleny | 2 | -14/+7 |
2010-09-08 | Deobfuscate password in back ends | Jakub Hrozek | 1 | -7/+52 |
2010-09-02 | Fixed printing of undefined value in sdap_async_accounts.c | Jan Zeleny | 1 | -1/+1 |
2010-09-02 | Make ldap bind asynchronous | Martin Nagy | 7 | -167/+1219 |
2010-09-02 | Properly handle errors from a password change operation | Stephen Gallagher | 1 | -8/+14 |
2010-08-24 | Treat a zero-length password as a failure | Stephen Gallagher | 1 | -0/+7 |
2010-08-04 | Fix chpass operations with LDAP provider | Stephen Gallagher | 1 | -0/+1 |
2010-08-03 | Clean up initgroups processing for RFC2307 | Stephen Gallagher | 1 | -11/+89 |
2010-08-03 | Validate keytab at startup | Jakub Hrozek | 2 | -48/+19 |
2010-08-03 | Fix getting default realm in the ldap child | Jakub Hrozek | 1 | -1/+10 |
2010-07-09 | Log TLS errors to syslog | Stephen Gallagher | 2 | -1/+23 |
2010-07-09 | Add syslog messages for LDAP GSSAPI bind | Stephen Gallagher | 1 | -2/+58 |
2010-07-09 | Eliminate delayed sdap_handle destruction after fail-over retry. | eindenbom | 1 | -9/+6 |
2010-07-09 | Remove remainder of now unused global LDAP connection handle. | eindenbom | 4 | -188/+1 |