summaryrefslogtreecommitdiffstats
path: root/server/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Enable automake builds for sssd serverStephen Gallagher2009-05-191-253/+0
* Move actual password caching into sysdbSimo Sorce2009-05-181-1/+1
* Manpage generationJakub Hrozek2009-05-141-2/+33
* Separate confdb API from confdb setupStephen Gallagher2009-05-111-1/+1
* Invoke shadow-utils in sss_ toolsJakub Hrozek2009-04-281-1/+3
* Stress testJakub Hrozek2009-04-271-1/+1
* Allow configuration of the SSSD through /etc/sssd/sssd.confStephen Gallagher2009-04-131-4/+15
* Add a more flexible way to parse and filter names.Simo Sorce2009-04-011-3/+6
* Remove references to FreeIPA from D-BUS interfacesStephen Gallagher2009-03-191-2/+2
* append CFLAGS environment variable to Makefiles CFLAGSSumit Bose2009-03-131-2/+2
* Fix makefilesSimo Sorce2009-03-131-11/+13
* make openldap the only used LDAP librarySumit Bose2009-03-091-5/+2
* typo, changed initrd to initSumit Bose2009-03-091-3/+3
* sss_groupmodJakub Hrozek2009-03-091-1/+1
* sss_usermodJakub Hrozek2009-03-091-1/+1
* sss_groupdel, delete by DN in sss_userdelJakub Hrozek2009-03-071-1/+1
* sss_groupaddJakub Hrozek2009-03-061-1/+1
* Specfile changes related to package review, package initscript Call ldconfigJakub Hrozek2009-03-061-0/+3
* sss_userdelJakub Hrozek2009-03-061-1/+2
* Add userspace tools to manipulate accounts.Simo Sorce2009-03-061-1/+2
* Make tests configurableJakub Hrozek2009-03-021-2/+5
* Create and own /var/lib/sss, memberof.so packagingJakub Hrozek2009-03-021-5/+14
* first version of LOCAL pam backendSumit Bose2009-03-021-0/+3
* Stop building replace.o until we decide if we use it again.Simo Sorce2009-02-261-1/+1
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-4/+4
* top-level Makefile, create libdir/name in server/Makefile.inJakub Hrozek2009-02-251-0/+1
* Add PAM responderSumit Bose2009-02-241-4/+20
* Adding support for CheckPermissions to InfoPipe.Stephen Gallagher2009-02-241-4/+9
* Adding support for generating RPMS for sssd.Stephen Gallagher2009-02-241-14/+43
* Add D-BUS introspection to InfoPipe This function is necessary to play nice w...Stephen Gallagher2009-02-241-2/+10
* Reorganize sysdb a bit,Simo Sorce2009-02-201-2/+1
* Adding sysdb_store_group_posix with unit testStephen Gallagher2009-02-121-5/+12
* server.mk was included twice by mistakeSimo Sorce2009-01-281-2/+0
* Add a memberof plugin so that we can properly apply the same group membershipsSimo Sorce2009-01-281-7/+11
* Move install directiuves into Makefile.inSimo Sorce2009-01-281-0/+4
* Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ...Stephen Gallagher2009-01-271-2/+8
* Add skeleton for PolicyKit back-endStephen Gallagher2009-01-271-1/+1
* Add skeleton for InfoPipe serviceStephen Gallagher2009-01-271-1/+1
* Automatically generate the config.ldb if it doesn't exist (i.e. First startup)Stephen Gallagher2009-01-271-1/+2
* Fixes to the makefile to get make install to work properlyStephen Gallagher2009-01-271-2/+8
* Turn ldap_provider.c into proxy.c and make it possible to load just anySimo Sorce2009-01-111-1/+1
* Adding 'lib' to the server build directories. Fixes a build failure during th...Stephen Gallagher2009-01-091-1/+1
* 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
* Make a binary out of each major sssd component instead ofSimo Sorce2008-11-251-1/+1
* 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 handling...Stephen Gallagher2008-11-031-1/+1
* Integrate D-BUS support for use as IPC between parts.Stephen Gallagher2008-10-241-4/+7
* 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