summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add basic support for CI test executionNikolai Kondrashov2014-09-021-0/+1
| | | | | | | | | | | | | | | Add basic support for executing continuous integration (CI) tests on RHEL6, RHEL7, Fedora 20, Fedora Rawhide and Debian Testing. This adds two front-end scripts which can be executed either locally by developers, or on a CI server: contrib/ci/run and contrib/ci/clean. The first one will run the tests and the second will wipe out the artifacts. See contrib/ci/README.md for further details. Reviewed-by: Michal Židek <mzidek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
* Add cscope inverted index files to .gitignoreNikolai Kondrashov2014-02-121-0/+2
| | | | | | | | | Add files cscope creates for inverted index (when running with -q) to .gitignore. Inverted index enables faster symbol lookup. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Stephen Gallagher <sgallagh@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
* Update .gitignore for 'make check' built filesStef Walter2014-01-101-0/+21
|
* gitignore: Add Eclipse project files to ignore listStephen Gallagher2013-08-221-0/+3
|
* AUTOFS: responderJakub Hrozek2012-02-051-0/+1
|
* AUTOFS: a command-line test clientJakub Hrozek2012-02-051-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().
* SUDO: Provide documentation for the SUDO APIJakub Hrozek2012-01-301-0/+2
|
* gitignore additionsJakub Hrozek2011-10-171-1/+20
|
* sss_debuglevel - change the debug levels on the flyPavel Březina2011-09-061-0/+1
| | | | https://fedorahosted.org/sssd/ticket/950
* Add documentation for PAM response messagesSumit Bose2010-02-191-0/+1
|
* gitignore additionsJakub Hrozek2010-02-121-0/+3
|
* Add a few additional extensions to .gitignoreStephen Gallagher2010-02-051-0/+3
|
* Add binaries and backup files to .gitignoreJakub Hrozek2009-09-181-0/+14
|
* Add dumb way to clean up .X filesSimo Sorce2009-07-081-0/+1
|
* let .gitignore only filter autogenerated m4 filesSumit Bose2009-07-021-1/+2
|
* Create gettext framework for SSSD daemonStephen Gallagher2009-06-171-0/+1
|
* Ignore po files, patches and other build stuffSimo Sorce2009-05-281-6/+17
|
* Initial gettext framework for sss_clientsStephen Gallagher2009-05-261-2/+0
|
* Clean up automake build to work on older versions of libtoolStephen Gallagher2009-05-261-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.
* Build system improvements for common toolsStephen Gallagher2009-04-131-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.
* Implement GetUserAttributes in the InfoPipeStephen Gallagher2009-03-021-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.
* Ignore config.h and config.h.inSimo Sorce2009-02-261-0/+2
|
* Adding InfoPipe entry to config.ldif exampleStephen Gallagher2009-02-251-1/+2
| | | | | | Also updating the .gitignore file to not ignore config.ldif Signed-off-by: Simo Sorce <ssorce@redhat.com>
* Ignore some more common stuffSimo Sorce2009-01-131-0/+9
|
* Add ignore file so that .o/.a files won't botherSimo Sorce2009-01-061-0/+1