Age | Commit message (Expand) | Author | Files | Lines |
2009-09-25 | Let backend respond while fetching large results | Simo Sorce | 1 | -2/+11 |
2009-09-25 | add new config options ldap_tls_cacert and ldap_tls_cacertdir | Sumit Bose | 4 | -67/+72 |
2009-09-25 | Upgrade confdb to version 2 | Stephen Gallagher | 1 | -58/+58 |
2009-09-23 | Fix copy&paste of wrong structure | Simo Sorce | 1 | -2/+2 |
2009-09-23 | Revert "Use syslog for logging error conditions in SSSD" | Stephen Gallagher | 3 | -38/+38 |
2009-09-21 | Use syslog for logging error conditions in SSSD | Jakub Hrozek | 3 | -38/+38 |
2009-09-16 | Check if SSL/TLS handler is already in place | Sumit Bose | 1 | -1/+8 |
2009-09-14 | Turn ldap driver options into multitype | Simo Sorce | 6 | -194/+376 |
2009-09-14 | Make the offline status backend-global | Simo Sorce | 2 | -55/+29 |
2009-09-11 | Complete the removal of "legacy" option. | Simo Sorce | 3 | -24/+192 |
2009-09-11 | Fix ldap enumeration async task | Simo Sorce | 1 | -12/+16 |
2009-09-11 | Fix memory mishandling. | Simo Sorce | 1 | -10/+7 |
2009-09-10 | Fix Ldap id backend offline code | Simo Sorce | 2 | -14/+83 |
2009-09-08 | Fix two possible uninitialized values | Simo Sorce | 1 | -1/+1 |
2009-09-03 | Avoid crash when timestamp is NULL | Ralf Haferkamp | 1 | -1/+3 |
2009-09-03 | Fix initgroups search filter when using rfc2307bis | Ralf Haferkamp | 1 | -2/+2 |
2009-09-02 | Honor enumerate option in ldap_id | Simo Sorce | 1 | -6/+9 |
2009-08-28 | check if gid attribute is empty | Sumit Bose | 1 | -0/+6 |
2009-08-28 | fix internal order of ldap user mapping options | Sumit Bose | 1 | -4/+4 |
2009-08-27 | Make enumeration an independent task | Simo Sorce | 5 | -68/+693 |
2009-08-27 | Always save using member/memberOf | Simo Sorce | 1 | -0/+5 |
2009-08-27 | Initial support for multiple schema types | Simo Sorce | 1 | -7/+39 |
2009-08-27 | Use the correct structure. | Simo Sorce | 1 | -2/+2 |
2009-08-24 | Do not fail enumerations if a single store fails | Simo Sorce | 1 | -40/+45 |
2009-08-24 | some UPN handling fixes | Sumit Bose | 3 | -5/+37 |
2009-08-21 | store additional LDAP attributes | Sumit Bose | 1 | -4/+45 |
2009-08-19 | enable usage of defaultBindDn | Sumit Bose | 5 | -9/+48 |
2009-08-10 | Do not fail enumerations because of range checks | Simo Sorce | 1 | -3/+15 |
2009-08-05 | Consolidate tevent helpers | Jakub Hrozek | 1 | -17/+0 |
2009-08-04 | Fix race condition in sdap code | Simo Sorce | 2 | -83/+172 |
2009-08-03 | Fix search replies getting ignored | Simo Sorce | 1 | -14/+12 |
2009-07-24 | Fix race condition that was causing segfaults | Simo Sorce | 1 | -80/+136 |
2009-07-21 | added LDAP change password backend target | Sumit Bose | 3 | -2/+301 |
2009-07-20 | Rework the engine that deals with openldap libraries | Simo Sorce | 3 | -497/+403 |
2009-07-20 | add infrastructure to handle new backend targets | Sumit Bose | 2 | -9/+10 |
2009-07-10 | fixed the default value for tls_reqcert | Sumit Bose | 1 | -1/+1 |
2009-07-08 | Implement the ldap identity module. | Simo Sorce | 5 | -709/+1173 |
2009-07-08 | Unify password caching ops in sysdb | Simo Sorce | 3 | -132/+22 |
2009-07-08 | Use async helpers for ldap auth module | Simo Sorce | 1 | -722/+314 |
2009-07-08 | Add async helper functions | Simo Sorce | 4 | -0/+2035 |
2009-07-03 | Rework transaction code to use tevent_req | Simo Sorce | 1 | -21/+65 |
2009-07-03 | Rename sysdb_req to sysdb_handle. | Simo Sorce | 1 | -5/+5 |
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 |
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 |
2009-05-18 | Split ldap backend into auth and identity files | Simo Sorce | 2 | -19/+798 |
2009-05-18 | Move ldap_be.c into ldap/ldap_auth.c | Simo Sorce | 1 | -0/+773 |