Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-28 | Move install directiuves into Makefile.in | Simo Sorce | 1 | -0/+4 | |
2009-01-27 | Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ↵ | Stephen Gallagher | 1 | -2/+8 | |
It will connect and authenticate successfully (using the included D-BUS policy file installed in the correct /etc directory. Does not yet listen for requests. | |||||
2009-01-27 | Add skeleton for PolicyKit back-end | Stephen Gallagher | 1 | -1/+1 | |
2009-01-27 | Add skeleton for InfoPipe service | Stephen Gallagher | 1 | -1/+1 | |
2009-01-27 | Automatically generate the config.ldb if it doesn't exist (i.e. First startup) | Stephen Gallagher | 1 | -1/+2 | |
2009-01-27 | Fixes to the makefile to get make install to work properly | Stephen Gallagher | 1 | -2/+8 | |
2009-01-11 | Turn ldap_provider.c into proxy.c and make it possible to load just any | Simo Sorce | 1 | -1/+1 | |
libnss library through config directives on the domain object | |||||
2009-01-09 | Adding 'lib' to the server build directories. Fixes a build failure during ↵ | Stephen Gallagher | 1 | -1/+1 | |
the first attempt to build the SSSD from source. The build process did not create the appropriate output directories for the back-end providers, and therefore could not produce an output library into that directory. | |||||
2008-12-10 | Initial work on a test provider using the gross hack of dlopen()ing nss_ldap | Simo Sorce | 1 | -2/+3 | |
:-) | |||||
2008-12-08 | Change data provider into a hub, where backends (ldap, nis, ipa providers) | Simo Sorce | 1 | -1/+1 | |
and frontends (pam, nss, ... modules) can connect to. | |||||
2008-11-25 | Make a binary out of each major sssd component instead of | Simo Sorce | 1 | -1/+1 | |
using the same binary to fork off all services. | |||||
2008-11-24 | REmove test client. It's not needed anymore. | Simo Sorce | 1 | -1/+1 | |
2008-11-03 | Moved method handling into sssd_dbus_connection.c. Added support for ↵ | Stephen Gallagher | 1 | -1/+1 | |
handling multiple D-BUS paths in a connection. Added support for per-connection method setup. Added support for per-connection specialized destructors. Added mandatory getIdentity call for all services connecting to the monitor. If they do not present an identity (expose the getIdentity method and respond with name and version), they are dropped immediately. Other minor fixes. | |||||
2008-10-24 | Integrate D-BUS support for use as IPC between parts. | Stephen Gallagher | 1 | -4/+7 | |
Integrates DBUS with the event system so that it is asynchronous. | |||||
2008-10-08 | First retrieval of a user (getpwnam only) from an actual ldb file | Simo Sorce | 1 | -3/+5 | |
2008-10-04 | Make it possible to pass extra CFLAGS and LDFLAGS by passing | Simo Sorce | 1 | -1/+1 | |
them on the command line before calling makefiles | |||||
2008-10-04 | Initital server code. | Simo Sorce | 1 | -0/+97 | |
Includes test monitor task. |