Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-21 | added LDAP change password backend target | Sumit Bose | 1 | -2/+159 | |
2009-07-20 | add infrastructure to handle new backend targets | Sumit Bose | 1 | -4/+5 | |
2009-07-08 | Unify password caching ops in sysdb | Simo Sorce | 1 | -26/+22 | |
2009-07-08 | Use async helpers for ldap auth module | Simo Sorce | 1 | -722/+314 | |
This changes the style quite a lot, but the tevent_req style is much more clear and much less error-prone than the giant loop we had previously. | |||||
2009-07-03 | Rework transaction code to use tevent_req | Simo Sorce | 1 | -21/+65 | |
This is part of a set of patches to rewrite sysdb to a hopefully better API, that will also let use use tevent_req async style calls to manipulate our cache. | |||||
2009-07-03 | Rename sysdb_req to sysdb_handle. | Simo Sorce | 1 | -5/+5 | |
This sysdb_req has always really been a transaction handle and not a request. This is part of a set of patches to rewrite transaction support in sysdb to a hopefully better API, that will also let use use tevent_req async style to manipulate our cache. | |||||
2009-06-11 | Remove extra implementation of password_destructor | Stephen Gallagher | 1 | -11/+0 | |
2009-06-02 | added tls_reqcert option for native LDAP backend | Sumit Bose | 1 | -0/+32 | |
In order to allow to access LDAP servers which do not provide SSL/TLS encryption the option tls_reqcert is added to the native LDAP backend. It accepts the same arguments as the corresponding OpenLDAP option documented in ldap.conf(5) and should preform accordingly. | |||||
2009-05-26 | Silence warnings | Simo Sorce | 1 | -2/+3 | |
2009-05-19 | call tevent_add_fd only once | Sumit Bose | 1 | -27/+11 | |
2009-05-18 | Move actual password caching into sysdb | Simo Sorce | 1 | -6/+117 | |
Convert auth modules to do the caching themselves | |||||
2009-05-18 | Split ldap backend into auth and identity files | Simo Sorce | 1 | -19/+12 | |
2009-05-18 | Move ldap_be.c into ldap/ldap_auth.c | Simo Sorce | 1 | -0/+773 | |