Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* switch protocol from host byte order to network byte orde...Arthur de Jong2012-12-1618-101/+82
* merge config.py into constants.py and generate it from co...Arthur de Jong2012-12-156-31/+31
* remove unneeded bracketsArthur de Jong2012-12-141-1/+1
* also test for correct value of errno on timeout and make ...Arthur de Jong2012-12-141-3/+14
* also output debugging info in test_timeout_reader testArthur de Jong2012-12-141-0/+4
* update microseconds when setting deadline, not seconds (t...Arthur de Jong2012-12-081-1/+1
* make test even more verbose and set number of writes back...Arthur de Jong2012-12-062-5/+9
* rephrase test to more clearly explain what we're testing ...Arthur de Jong2012-11-301-9/+14
* remove inline keyword (should have been removed in r1840)Arthur de Jong2012-11-251-1/+1
* if nsswitch.conf is missing a shadow entry, fall back to ...Arthur de Jong2012-11-251-4/+17
* move all nsswitch-parsing related functions to nsswitch.cArthur de Jong2012-11-253-64/+61
* small fix for .gitignoreArthur de Jong2012-11-251-1/+1
* ensure that values are logged as unsigned numbersArthur de Jong2012-11-225-5/+5
* get files ready for 0.8.12 release0.8.12Arthur de Jong2012-11-188-11/+137
* properly initialise passwd.pw_class on FreeBSD to empty s...Arthur de Jong2012-11-182-0/+8
* use pam_modutil_getpwnam() instead of getpwnam() in PAM m...Arthur de Jong2012-11-171-1/+1
* fix formatting and improve consistency in manaual pagesArthur de Jong2012-11-172-16/+22
* remove dots from short description in manual pageArthur de Jong2012-11-162-2/+2
* fix comment in headerArthur de Jong2012-11-161-1/+1
* to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonical...Arthur de Jong2012-11-135-6/+11
* log the PAM error message along with the message from nsl...Arthur de Jong2012-11-111-1/+5
* add a .gitignore file for those working with gitArthur de Jong2012-11-111-0/+66
* set FD_CLOEXEC in NSS and PAM modules to ensure that nslc...Arthur de Jong2012-11-111-0/+6
* log connection message before clearing error indicators t...Arthur de Jong2012-11-111-3/+3
* refactor the read_result() functions into a common macro ...Arthur de Jong2012-10-2811-319/+125
* combine read_hostent_erronempty() and read_hostent_nexton...Arthur de Jong2012-10-281-67/+31
* fix typo (thanks Ted C. Cheng)Arthur de Jong2012-10-281-1/+1
* fix buffer size checking in group by member NSS function ...Arthur de Jong2012-10-261-1/+9
* introduce ent2str() functions for each database (except e...Arthur de Jong2012-10-2610-364/+416
* remove duplicate checks from the configure scriptArthur de Jong2012-10-211-2/+0
* ignore generated pynslcd manual pagesArthur de Jong2012-10-210-0/+0
* fix a problem on Solaris (fixes r1793)Arthur de Jong2012-10-211-1/+1
* make a pynslcd manual page and install it if pynslcd is e...Arthur de Jong2012-10-213-2/+154
* allow attribute options in attribute mapping expressionsArthur de Jong2012-10-192-1/+6
* get files ready for 0.8.11 release0.8.11Arthur de Jong2012-10-146-8/+305
* remove extra code that sets PACKAGE_URL (which isn't used)Arthur de Jong2012-10-141-6/+0
* do not clear the netgroup struct because it contains info...Arthur de Jong2012-10-141-1/+0
* if nslcd creates the state directory, try to set the righ...Arthur de Jong2012-10-141-2/+8
* include missing definition (fixes r1793)Arthur de Jong2012-10-131-0/+1
* do proper range checking and replace READ_RESULT macro wi...Arthur de Jong2012-10-131-30/+28
* return correct error for buffer too small (Solaris)Arthur de Jong2012-10-131-1/+4
* in ether handling only write to output values and return ...Arthur de Jong2012-10-132-7/+10
* on Solaris initialise the output valuesArthur de Jong2012-10-131-2/+15
* fix code indentationArthur de Jong2012-10-131-2/+2
* provide alternatives for assertion failures on Solaris an...Arthur de Jong2012-10-131-1/+7
* pass CPPFLAGS and LDFLAGS to distcheck's configure and pu...Arthur de Jong2012-10-131-2/+4
* use $(top_srcdir)/nslcd.h instead of $< to avoid problems...Arthur de Jong2012-10-131-1/+1
* update tests to new tio interface (fixes r1783)Arthur de Jong2012-10-131-22/+5
* use poll() instead of select() for checking file descript...Arthur de Jong2012-10-124-109/+57
* check if the file descriptor can be stored in the select(...Arthur de Jong2012-10-121-0/+15