summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2014-11-28fooLuke Shumaker
2014-10-04remove non-nslcd stuffLuke Shumaker
2013-08-25Rearrange Python importsArthur de Jong
2013-08-18Improve error and help output of getent commandArthur de Jong
2013-04-12Python style changesArthur de Jong
This tries to conform more closely to PEP8. Imports have been checked and, if used only once, moved closer to the use to avoid potential import loops. This also includes a few other minor changes, like using __main__ for utility scripts and variable renames to avoid name clashes.
2013-04-12Set FD_CLOEXEC on the client socket in utilitiesArthur de Jong
2013-04-12Install utilities in share/nslcd-utilsArthur de Jong
2013-03-30Initial version of a chsh.ldap utilityArthur de Jong
2013-03-01move parsing to command line arguments to main bodyArthur de Jong
2013-02-08implement a getent command to query nslcd while bypassing NSS stackArthur de Jong
2013-02-08add an --enable-utils option to configure to build command-line utilitiesArthur de Jong