Age | Commit message (Expand) | Author | Files | Lines |
2009-05-28 | Build non-versioned sss_pam.so, libnss_sss.so and memberof.so | Stephen Gallagher | 3 | -8/+7 |
2009-05-28 | gettext cleanups | Sumit Bose | 9 | -1137/+13 |
2009-05-28 | special-case NSS calls in PAM code | Jakub Hrozek | 1 | -2/+2 |
2009-05-28 | Use PTR_2_INT for alignment calculations | Simo Sorce | 1 | -4/+5 |
2009-05-27 | Fix enumerations (bug #42) | Simo Sorce | 1 | -12/+76 |
2009-05-26 | Initial gettext framework for sss_clients | Stephen Gallagher | 15 | -6/+1233 |
2009-05-26 | fix a wrong timeout | Sumit Bose | 1 | -3/+4 |
2009-05-26 | Adjust sysdb tests to the new confdb interface and improve sysdb test coverage | Jakub Hrozek | 1 | -39/+771 |
2009-05-26 | Silence warnings | Simo Sorce | 10 | -22/+29 |
2009-05-26 | Do not fire up backend search when the data provider is local | Jakub Hrozek | 3 | -17/+21 |
2009-05-26 | Fix release.sh | Jakub Hrozek | 1 | -3/+24 |
2009-05-26 | Stop overwriting the stack | Simo Sorce | 1 | -2/+2 |
2009-05-26 | Link proxy backend against internal crypto library | Stephen Gallagher | 1 | -2/+4 |
2009-05-26 | Move useradd defaults to confdb | Jakub Hrozek | 1 | -3/+25 |
2009-05-26 | Clean up automake build to work on older versions of libtool | Stephen Gallagher | 13 | -57/+53 |
2009-05-26 | Fix manual UID assignment in sysdb | Jakub Hrozek | 1 | -11/+15 |
2009-05-26 | Fix infopipe packaging | Jakub Hrozek | 1 | -0/+4 |
2009-05-26 | Add some more InfoPipe tests | Jakub Hrozek | 2 | -1/+627 |
2009-05-26 | Fix typos in the Introspection XML file | Jakub Hrozek | 1 | -3/+5 |
2009-05-26 | more autotools cleanup | Sumit Bose | 7 | -14/+15 |
2009-05-26 | Fix initscript return codes | Jakub Hrozek | 1 | -6/+6 |
2009-05-26 | Read the config before startup, fail if cannot be read | Jakub Hrozek | 1 | -0/+26 |
2009-05-19 | Fix spec file | Simo Sorce | 1 | -2/+11 |
2009-05-19 | Fix RPM generation issues with sssd | Stephen Gallagher | 7 | -28/+16 |
2009-05-19 | Use freeipa-devel@redhat.com for bug reports | Stephen Gallagher | 6 | -7/+7 |
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 |