Age | Commit message (Expand) | Author | Files | Lines |
2009-06-19 | Fix segfault in update_monitor_config | Stephen Gallagher | 2 | -8/+30 |
2009-06-19 | Allow the use of custom CFLAGS on the make command line | Stephen Gallagher | 3 | -3/+6 |
2009-06-18 | Add configure check for PCRE >= 7 | Stephen Gallagher | 1 | -0/+2 |
2009-06-17 | Create gettext framework for SSSD daemon | Stephen Gallagher | 17 | -15/+156 |
2009-06-16 | Control sssd_be exported functions | Stephen Gallagher | 2 | -2/+9 |
2009-06-16 | Add --with-aux-info config option to SSSD daemon | Stephen Gallagher | 2 | -0/+11 |
2009-06-16 | Make SysV script install executable | Stephen Gallagher | 1 | -1/+1 |
2009-06-11 | Remove extra implementation of password_destructor | Stephen Gallagher | 1 | -11/+0 |
2009-06-11 | Add missing configure check for getpgrp | Stephen Gallagher | 1 | -1/+1 |
2009-06-10 | Turn sssd_mem_takeover into sssd_mem_attach | Simo Sorce | 3 | -36/+51 |
2009-06-10 | Fix warnings in stress-tests.c | Simo Sorce | 1 | -19/+21 |
2009-06-10 | Link crypt functions only to sssd binaries | Simo Sorce | 1 | -4/+2 |
2009-06-08 | Fix invalid pointer error in ldb_debug_messages | Stephen Gallagher | 1 | -2/+19 |
2009-06-08 | Treat a missing provider entry as a config error | Stephen Gallagher | 1 | -2/+7 |
2009-06-08 | fix detection of authentication against LOCAL domain | Sumit Bose | 1 | -3/+9 |
2009-06-08 | fix shadow-utils base path | Jakub Hrozek | 1 | -1/+1 |
2009-06-03 | man page for LDAP domains | Jakub Hrozek | 2 | -1/+233 |
2009-06-02 | added tls_reqcert option for native LDAP backend | Sumit Bose | 1 | -0/+32 |
2009-06-02 | sssd.conf(5) man page | Jakub Hrozek | 2 | -1/+655 |
2009-06-02 | Enable quiet build for automake >= 1.11 | Stephen Gallagher | 1 | -0/+3 |
2009-06-02 | add utility function talloc_zfree | Simo Sorce | 1 | -0/+4 |
2009-06-01 | Do not statically link data provider plugins | Stephen Gallagher | 1 | -4/+3 |
2009-06-01 | Suppress "rootdse" error messages from the confdb | Stephen Gallagher | 1 | -3/+4 |
2009-06-01 | Add more manpages | Jakub Hrozek | 8 | -8/+591 |
2009-05-28 | Fix user enumeration bug | Simo Sorce | 1 | -4/+0 |
2009-05-28 | Enable enumeration in sysdb tests | Stephen Gallagher | 1 | -0/+8 |
2009-05-28 | Suppress "rootdse" error messages. | Stephen Gallagher | 4 | -0/+41 |
2009-05-28 | Make Data Provider a mandatory service | Jakub Hrozek | 1 | -0/+32 |
2009-05-28 | Build non-versioned sss_pam.so, libnss_sss.so and memberof.so | Stephen Gallagher | 1 | -1/+1 |
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 | 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 | 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 | 2 | -1/+3 |
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 | 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 RPM generation issues with sssd | Stephen Gallagher | 1 | -1/+1 |
2009-05-19 | Use freeipa-devel@redhat.com for bug reports | Stephen Gallagher | 1 | -1/+1 |
2009-05-19 | Enable automake builds for sssd server | Stephen Gallagher | 13 | -3791/+467 |
2009-05-19 | call tevent_add_fd only once | Sumit Bose | 1 | -27/+11 |