Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* move get_connection function to search module as Connecti...Arthur de Jong2013-03-093-25/+28
* move Search class to search moduleArthur de Jong2013-03-0915-148/+184
* fix default logging configuration setting in pynslcdArthur de Jong2013-03-091-1/+1
* fix the description of the tio_time_remaining() functionArthur de Jong2013-03-091-2/+3
* document the nscd_invalidate optionArthur de Jong2013-03-091-0/+18
* start the nscd invalidator and invalidate the nscd cache ...Arthur de Jong2013-03-093-0/+18
* implement parsing of the nscd_invalidate optionArthur de Jong2013-03-092-22/+83
* implement functionality to send a cache invalidation sign...Arthur de Jong2013-03-095-5/+253
* move signame() function to common.c to make it available ...Arthur de Jong2013-03-093-56/+60
* document the trimming expressions in the nslcd.conf(5) ma...Arthur de Jong2013-03-031-5/+45
* support trimming expressions with full shell glob matchin...Arthur de Jong2013-03-031-2/+48
* add tests for trimming expressionsArthur de Jong2013-03-031-1/+14
* update the trimming expressions code to follow the new co...Arthur de Jong2013-03-031-44/+26
* allow trimming expressions with ${foo#bar} syntax in nslcdThorsten Glaser2013-03-032-0/+63
* return the password policy bind information via PAMArthur de Jong2013-03-033-3/+28
* provide a basic replacement implementation of ldap_passwo...Arthur de Jong2013-03-034-1/+54
* provide a replacement implementation of ldap_parse_passwo...Arthur de Jong2013-03-034-1/+125
* request and parse password policy controls when doing use...Arthur de Jong2013-03-033-7/+223
* pass the session along to the do_bind() functionArthur de Jong2013-03-031-8/+8
* add some missing checks to the configure scriptArthur de Jong2013-03-031-6/+8
* log a more meaningful error in nslcd when trying to authe...Arthur de Jong2013-03-011-1/+7
* move update_lastchange() function from shadow to pam codeArthur de Jong2013-03-013-69/+68
* move parsing to command line arguments to main bodyArthur de Jong2013-03-011-4/+1
* update TODO (setnetgrent() returns an error since r1874)Arthur de Jong2013-03-011-1/+0
* include information about when some of the options were a...Arthur de Jong2013-02-271-49/+50
* add missing include statement for NULL definitionArthur de Jong2013-02-271-0/+2
* log version information from the NSS moduleArthur de Jong2013-02-232-4/+22
* define and export an _nss_ldap_version symbolArthur de Jong2013-02-234-1/+15
* also search for alternative macAddress representation in ...Arthur de Jong2013-02-231-1/+11
* extra sanity check to ensure not too many file descriptor...Arthur de Jong2013-02-231-0/+5
* clarify NSLCD_ACTION_SERVICE_* request parameter descriptionArthur de Jong2013-02-231-1/+3
* allow names with one character in default validnames opti...Arthur de Jong2013-02-233-3/+5
* document the log optionArthur de Jong2013-02-231-0/+21
* handle the log configuration option in pynslcdArthur de Jong2013-02-232-15/+37
* handle the log configuration option in nslcdArthur de Jong2013-02-234-13/+104
* implement functions for configuring alternative loggingArthur de Jong2013-02-232-15/+105
* fix docbook tag for file nameArthur de Jong2013-02-121-1/+1
* generate ChangeLog with git2clArthur de Jong2013-02-081-1/+2
* archive 2012 changelog messages into a year file includin...Arthur de Jong2013-02-082-742/+658
* add getent.ldap(1) manual pageArthur de Jong2013-02-083-1/+341
* implement a getent command to query nslcd while bypassing...Arthur de Jong2013-02-084-0/+518
* add an --enable-utils option to configure to build comman...Arthur de Jong2013-02-084-5/+53
* disable pynslcd cache for nowArthur de Jong2013-02-082-7/+12
* implement a netgroup_all requestArthur de Jong2013-02-085-4/+20
* make checking dlsym() result a little saferArthur de Jong2013-01-181-3/+3
* fix copyright yearArthur de Jong2013-01-181-1/+1
* restructure timeout calculation in tio to reduce the numb...Arthur de Jong2013-01-181-41/+30
* use pthreads thread-local storage as fallback mechanism i...Arthur de Jong2013-01-181-1/+48
* use the AX_TLS macro to find correct thread-local storage...Arthur de Jong2013-01-1814-36/+102
* dump full nslcd configuration at debug level on start-upArthur de Jong2013-01-182-1/+265