summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2013-08-22gitignore: Add Eclipse project files to ignore listStephen Gallagher1-0/+3
2012-02-05AUTOFS: responderJakub Hrozek1-0/+1
2012-02-05AUTOFS: a command-line test clientJakub Hrozek1-0/+1
A very simply binary that can be used to test getting data from the library via SSSD in pretty much the same way SSSD would. A required positional parameter specifies the map name and the tool would print out all the key/value pairs using _sss_getautomntent_r(). You can also specify -n to query a specific key using _sss_getautomntbyname_r().
2012-01-30SUDO: Provide documentation for the SUDO APIJakub Hrozek1-0/+2
2011-10-17gitignore additionsJakub Hrozek1-1/+20
2011-09-06sss_debuglevel - change the debug levels on the flyPavel Březina1-0/+1
https://fedorahosted.org/sssd/ticket/950
2010-02-19Add documentation for PAM response messagesSumit Bose1-0/+1
2010-02-12gitignore additionsJakub Hrozek1-0/+3
2010-02-05Add a few additional extensions to .gitignoreStephen Gallagher1-0/+3
2009-09-18Add binaries and backup files to .gitignoreJakub Hrozek1-0/+14
2009-07-08Add dumb way to clean up .X filesSimo Sorce1-0/+1
2009-07-02let .gitignore only filter autogenerated m4 filesSumit Bose1-1/+2
2009-06-17Create gettext framework for SSSD daemonStephen Gallagher1-0/+1
2009-05-28Ignore po files, patches and other build stuffSimo Sorce1-6/+17
2009-05-26Initial gettext framework for sss_clientsStephen Gallagher1-2/+0
2009-05-26Clean up automake build to work on older versions of libtoolStephen Gallagher1-0/+7
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-04-13Build system improvements for common toolsStephen Gallagher1-0/+9
Allows building shared or static libraries using autotools and provides a pkg-config file to simplify inclusion into other parts of the project (or other projects in the future) For now, we will statically link the collection library and INI parser.
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher1-0/+1
This patch adds support for requesting user data in the sysdb via the InfoPipe. It currently has support for reading defined entries of integral, floating-point or string types. Tasks remaining: 1) Implement call to the provider when cache is out of date 2) Support byte arrays for userpic and similar I modified sysdb_search_ctx in sysdb_search.c to accept an array of attributes to pass into the LDB search. I also made one additional related fix: the btreemap now sorts in the correct order. Previously I had accidentally transposed the two values for sorting, so the map would always have been in exact reverse order.
2009-02-26Ignore config.h and config.h.inSimo Sorce1-0/+2
2009-02-25Adding InfoPipe entry to config.ldif exampleStephen Gallagher1-1/+2
Also updating the .gitignore file to not ignore config.ldif Signed-off-by: Simo Sorce <ssorce@redhat.com>
2009-01-13Ignore some more common stuffSimo Sorce1-0/+9
2009-01-06Add ignore file so that .o/.a files won't botherSimo Sorce1-0/+1