summaryrefslogtreecommitdiffstats
path: root/server/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Initial work on a test provider using the gross hack of dlopen()ing nss_ldapSimo Sorce2008-12-101-2/+3
| | | | :-)
* Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce2008-12-081-1/+1
| | | | and frontends (pam, nss, ... modules) can connect to.
* Make a binary out of each major sssd component instead ofSimo Sorce2008-11-251-1/+1
| | | | using the same binary to fork off all services.
* REmove test client. It's not needed anymore.Simo Sorce2008-11-241-1/+1
|
* Moved method handling into sssd_dbus_connection.c. Added support for ↵Stephen Gallagher2008-11-031-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.
* Integrate D-BUS support for use as IPC between parts.Stephen Gallagher2008-10-241-4/+7
| | | | Integrates DBUS with the event system so that it is asynchronous.
* First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce2008-10-081-3/+5
|
* Make it possible to pass extra CFLAGS and LDFLAGS by passingSimo Sorce2008-10-041-1/+1
| | | | them on the command line before calling makefiles
* Initital server code.Simo Sorce2008-10-041-0/+97
Includes test monitor task.