Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-20 | Remove unused InfoPipe and PolicyKit code | Stephen Gallagher | 1 | -64/+2 | |
2009-07-08 | Add async helper functions | Simo Sorce | 1 | -1/+5 | |
These functions use the tevent_req async model, where a pair of _send/_recv functions pilot requests, with additional helpers like _done functions, and where needed multiple stage helpers. | |||||
2009-07-08 | Add dumb way to clean up .X files | Simo Sorce | 1 | -0/+1 | |
2009-07-03 | Rework transaction code to use tevent_req | Simo Sorce | 1 | -1/+0 | |
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-02 | added kerberos backend with tevent_req event handling | Sumit Bose | 1 | -1/+16 | |
2009-07-02 | added kerberos locator plugin | Sumit Bose | 1 | -0/+14 | |
2009-06-19 | Allow the use of custom CFLAGS on the make command line | Stephen Gallagher | 1 | -0/+4 | |
Setting CFLAGS explicitly in configure.ac means that they would be overwritten when using e.g. make CFLAGS="-O0 -g" This replaces the explicit setting of CFLAGS with an AM_CONDITIONAL to have Makefile.am set these instead. Also fixes a missing #include that was coincidentally obscured because gcc's -O2 happened to be able to locate it. Setting -O0 revealed the problem. | |||||
2009-06-17 | Create gettext framework for SSSD daemon | Stephen Gallagher | 1 | -1/+6 | |
2009-06-16 | Control sssd_be exported functions | Stephen Gallagher | 1 | -2/+5 | |
2009-06-16 | Add --with-aux-info config option to SSSD daemon | Stephen Gallagher | 1 | -0/+5 | |
2009-06-16 | Make SysV script install executable | Stephen Gallagher | 1 | -1/+1 | |
2009-06-10 | Link crypt functions only to sssd binaries | Simo Sorce | 1 | -4/+2 | |
2009-06-08 | fix shadow-utils base path | Jakub Hrozek | 1 | -1/+1 | |
2009-06-03 | man page for LDAP domains | Jakub Hrozek | 1 | -1/+1 | |
2009-06-02 | sssd.conf(5) man page | Jakub Hrozek | 1 | -1/+1 | |
2009-06-01 | Do not statically link data provider plugins | Stephen Gallagher | 1 | -4/+3 | |
2009-06-01 | Add more manpages | Jakub Hrozek | 1 | -1/+3 | |
2009-05-28 | Build non-versioned sss_pam.so, libnss_sss.so and memberof.so | Stephen Gallagher | 1 | -1/+1 | |
2009-05-26 | Link proxy backend against internal crypto library | Stephen Gallagher | 1 | -2/+4 | |
2009-05-26 | Clean up automake build to work on older versions of libtool | Stephen Gallagher | 1 | -0/+1 | |
LT_INIT is supported only on Libtool >= 2.0, so I reverted it to using AC_PROG_LIBTOOL. Also reorganized how the common libraries were being built. Now they are treated as libtool convenience libraries instead of installable libraries (the --with-singlelib configure flag can still be used to generate a combined, installable DSO) I cleaned up the set of files being installed by automake, so the list of things we need to remove before packaging the RPM is now only the .la files associated with our own plugins. | |||||
2009-05-26 | Fix infopipe packaging | Jakub Hrozek | 1 | -0/+4 | |
2009-05-26 | Add some more InfoPipe tests | Jakub Hrozek | 1 | -1/+12 | |
2009-05-19 | Enable automake builds for sssd server | Stephen Gallagher | 1 | -0/+431 | |