summaryrefslogtreecommitdiffstats
path: root/server/server.mk
Commit message (Expand)AuthorAgeFilesLines
* sss_groupmodJakub Hrozek2009-03-091-0/+6
* sss_usermodJakub Hrozek2009-03-091-0/+7
* sss_groupdel, delete by DN in sss_userdelJakub Hrozek2009-03-071-0/+3
* sss_groupaddJakub Hrozek2009-03-061-0/+3
* sss_userdelJakub Hrozek2009-03-061-1/+3
* Add userspace tools to manipulate accounts.Simo Sorce2009-03-061-0/+20
* minor fixes for the build processSumit Bose2009-03-061-0/+1
* first version of LOCAL pam backendSumit Bose2009-03-021-4/+8
* Convert sync calls in sysdb to async, transaction dependent, calls.Simo Sorce2009-02-281-1/+1
* Serialize access to sysdb and also exposes ldb transactions.Simo Sorce2009-02-261-0/+2
* Add PAM responderSumit Bose2009-02-241-10/+34
* Adding support for CheckPermissions to InfoPipe.Stephen Gallagher2009-02-241-0/+7
* Spec file patch Take 2:Stephen Gallagher2009-02-241-4/+6
* Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of liste...Stephen Gallagher2009-02-231-0/+2
* Reorganize sysdb a bit,Simo Sorce2009-02-201-12/+8
* Adding sysdb_store_group_posix with unit testStephen Gallagher2009-02-121-4/+16
* Add a memberof plugin so that we can properly apply the same group membershipsSimo Sorce2009-01-281-0/+6
* Move install directiuves into Makefile.inSimo Sorce2009-01-281-6/+0
* Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ...Stephen Gallagher2009-01-271-1/+2
* Add skeleton for PolicyKit back-endStephen Gallagher2009-01-271-0/+6
* Add skeleton for InfoPipe serviceStephen Gallagher2009-01-271-0/+6
* Automatically generate the config.ldb if it doesn't exist (i.e. First startup)Stephen Gallagher2009-01-271-2/+2
* Fixes to the makefile to get make install to work properlyStephen Gallagher2009-01-271-1/+3
* Refactoring the monitor code and SBUS utility functions.Stephen Gallagher2009-01-271-3/+4
* Regroup database rleated functions under db andSimo Sorce2009-01-121-5/+4
* Turn ldap_provider.c into proxy.c and make it possible to load just anySimo Sorce2009-01-111-4/+4
* The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce2009-01-081-0/+1
* Add more infrastructure to data provider to dispatch requests (still untested).Simo Sorce2009-01-061-1/+3
* Initial work on a test provider using the gross hack of dlopen()ing nss_ldapSimo Sorce2008-12-101-1/+7
* Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce2008-12-081-0/+6
* Make a binary out of each major sssd component instead ofSimo Sorce2008-11-251-16/+21
* REmove test client. It's not needed anymore.Simo Sorce2008-11-241-5/+1
* Created a helper function sssd_service_sbus_init() to simplify creating the i...Stephen Gallagher2008-11-201-0/+1
* Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce2008-11-201-2/+0
* Add some infrastructure code to add data providers.Simo Sorce2008-11-191-1/+2
* Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher2008-11-071-0/+1
* Renaming sssd/server/dbus to sssd/server/sbus. Making necessary changes to he...Stephen Gallagher2008-11-031-6/+6
* Initial memory cleanup workStephen Gallagher2008-11-031-0/+1
* D-BUS integration style changes.Simo Sorce2008-10-271-7/+4
* Integrate D-BUS support for use as IPC between parts.Stephen Gallagher2008-10-241-1/+25
* Add configuration database functions.Simo Sorce2008-10-201-1/+1
* First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce2008-10-081-1/+1
* Add primitive debugging capabilities.Simo Sorce2008-10-071-1/+1
* First working daemon that responds only to a getpwnam() request with fake dataSimo Sorce2008-10-061-1/+1
* Add initial nss responder skeletonSimo Sorce2008-10-041-2/+2
* Initital server code.Simo Sorce2008-10-041-0/+12