Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* re-order enum values to use the same order as elsewhereArthur de Jong2012-12-281-6/+6
* more comment fixesArthur de Jong2012-12-243-3/+3
* fix typo in commentArthur de Jong2012-12-241-1/+1
* move the action argument to NSLCD_HANDLE to the frontArthur de Jong2012-12-2312-65/+35
* merge NSS_BYNAME and NSS_BYINT32 into NSS_BYGEN and renam...Arthur de Jong2012-12-2311-111/+102
* adapt Solaris netgroup lookup codeArthur de Jong2012-12-231-81/+83
* update the netgroup by name request to have one result en...Arthur de Jong2012-12-235-98/+116
* update C coding style to a more commonly used styleArthur de Jong2012-12-2283-6260/+6488
* don't process the passwd_byuid request at all for uids < ...Arthur de Jong2012-12-201-0/+1
* fix logic error (use && instead of & for logical and)Arthur de Jong2012-12-201-1/+1
* also no longer use NSS_BYINT32() in Solaris (fixes r1864)Arthur de Jong2012-12-163-9/+9
* make nslcd actions hexadecimal values with some structure...Arthur de Jong2012-12-162-44/+44
* change PAM protocol to be more consistent and simplerArthur de Jong2012-12-164-260/+288
* 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