Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/utils/cmdline.py
Commit message (Collapse)AuthorAgeFilesLines
* Get files ready for 0.9.11 release0.9.11Arthur de Jong2019-10-061-2/+2
|
* Get files ready for 0.9.8 release0.9.8Arthur de Jong2017-06-261-2/+2
|
* Make nslcd-utils Python 3 compatibleArthur de Jong2017-06-041-2/+2
| | | | | | | | This changes the getent.ldap and chsh.ldap commands to be compatible with Python 2 and Python 3 with the same code. This does switch to raw I/O because Python 3 does not support bufferred I/O on sockets.
* Get files ready for 0.9.7 release0.9.7Arthur de Jong2016-08-141-2/+2
|
* Initial version of a chsh.ldap utilityArthur de Jong2013-03-301-0/+18
|
* implement a getent command to query nslcd while ↵Arthur de Jong2013-02-081-0/+50
bypassing NSS stack