Age | Commit message (Expand) | Author | Files | Lines |
2009-05-19 | Convert top-level of SSSD to automake. | Stephen Gallagher | 5 | -94/+119 |
2009-05-19 | Enable automake builds for sss_client | Stephen Gallagher | 4 | -98/+58 |
2009-05-19 | Enable automake builds for sssd server | Stephen Gallagher | 13 | -3791/+467 |
2009-05-19 | Enable automake builds for libreplace | Stephen Gallagher | 4 | -73/+57 |
2009-05-19 | Enable parallel builds for the common libraries | Stephen Gallagher | 5 | -8/+103 |
2009-05-19 | call tevent_add_fd only once | Sumit Bose | 1 | -27/+11 |
2009-05-19 | added prototype for sysdb_set_cached_password | Sumit Bose | 1 | -0/+6 |
2009-05-18 | Implement approximate offline detection in proxy | Simo Sorce | 1 | -5/+98 |
2009-05-18 | Move actual password caching into sysdb | Simo Sorce | 12 | -156/+286 |
2009-05-18 | Split ldap backend into auth and identity files | Simo Sorce | 3 | -20/+800 |
2009-05-18 | Move ldap_be.c into ldap/ldap_auth.c | Simo Sorce | 1 | -0/+0 |
2009-05-18 | Prevent accepting blank passwords | Simo Sorce | 1 | -0/+7 |
2009-05-18 | Fix crypt functions to not use static buffers. | Simo Sorce | 4 | -338/+334 |
2009-05-17 | Build fixes | Simo Sorce | 2 | -0/+22 |
2009-05-15 | Treat the local provider as a special case | Stephen Gallagher | 2 | -1/+17 |
2009-05-15 | added new pam client protocol | Sumit Bose | 3 | -4/+282 |
2009-05-15 | added more flexible handling of client protocol | Sumit Bose | 6 | -7/+83 |
2009-05-14 | Manpage generation | Jakub Hrozek | 8 | -3/+243 |
2009-05-14 | Enable building a single libsssd_utils.so from common | Stephen Gallagher | 3 | -6/+38 |
2009-05-14 | Enable modular build of common SSSD libraries | Stephen Gallagher | 14 | -10/+55 |
2009-05-14 | Update configure rules for LDB and POPT | Stephen Gallagher | 2 | -4/+9 |
2009-05-14 | More useful error message when adding user/group that already exists | Jakub Hrozek | 2 | -2/+18 |
2009-05-14 | Check for valid ID range, domains overlap | Jakub Hrozek | 1 | -0/+36 |
2009-05-14 | added check for NULL values | Sumit Bose | 3 | -9/+8 |
2009-05-12 | Fix warnings in monitor.c and confdb.c | Stephen Gallagher | 2 | -7/+13 |
2009-05-11 | Separate confdb API from confdb setup | Stephen Gallagher | 8 | -374/+458 |
2009-05-08 | added syslog support to pam_sss | Sumit Bose | 1 | -5/+40 |
2009-05-08 | cleanup and fixes for pam_sss | Sumit Bose | 1 | -190/+352 |
2009-05-08 | Chdir to / when daemonizing | Jakub Hrozek | 1 | -0/+11 |
2009-05-08 | Use tevent for shutdown signals, remove old pidfile, make sssd single-instance. | Jakub Hrozek | 2 | -1/+79 |
2009-05-08 | redirect stderr to /dev/null in initscript | Jakub Hrozek | 1 | -1/+1 |
2009-05-06 | Fix some more return paths using uninitalized ret | Simo Sorce | 1 | -3/+3 |
2009-05-04 | Fixes for porting SSSD to Debian-based platforms | Stephen Gallagher | 5 | -5/+7 |
2009-04-29 | Fix configuration corruption issue | Stephen Gallagher | 1 | -2/+20 |
2009-04-29 | Fix Indentation | Simo Sorce | 1 | -88/+89 |
2009-04-29 | reuse authtok which is already in the pam stack | Sumit Bose | 1 | -2/+22 |
2009-04-29 | Fix use of uninitialized return variable | Simo Sorce | 1 | -5/+5 |
2009-04-28 | Add debug param to the tools, fix lock/unlock in sss_usermod | Jakub Hrozek | 6 | -3/+31 |
2009-04-28 | Invoke shadow-utils in sss_ tools | Jakub Hrozek | 11 | -48/+643 |
2009-04-28 | handle other pam calls when offline | Sumit Bose | 1 | -0/+10 |
2009-04-28 | Use different attribute for cached passwords change time | Sumit Bose | 1 | -2/+2 |
2009-04-28 | enable offline handling for native LDAP backend | Sumit Bose | 1 | -4/+48 |
2009-04-28 | change PAM timeout the match NSS time | Sumit Bose | 2 | -3/+1 |
2009-04-27 | Use different attribute for cached passwords | Simo Sorce | 2 | -3/+5 |
2009-04-27 | Update sss_client configure.ac too | Simo Sorce | 1 | -1/+1 |
2009-04-27 | Release version 0.3.3 | Stephen Gallagher | 3 | -3/+3 |
2009-04-27 | Eliminate segfault on NSS and PAM responder startup. | Stephen Gallagher | 1 | -0/+4 |
2009-04-27 | Stress test | Jakub Hrozek | 3 | -1/+333 |
2009-04-27 | enable uid/gid generation again | Sumit Bose | 1 | -3/+6 |
2009-04-27 | handle pam acct_mgmt, setcred and open/close_session before user bind in ldap... | Sumit Bose | 1 | -0/+17 |