Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* updated based on comments by Daniel Dehennin <daniel.dehe...Arthur de Jong2010-06-191-5/+0
* start k5start from the init script to keep the Kerberos t...Arthur de Jong2010-06-186-0/+101
* remove warning messages from parsing the sasl_* options a...Arthur de Jong2010-06-183-25/+18
* make SASL binding code a little earier to readArthur de Jong2010-06-181-16/+12
* remove the use_sasl option and instead rely on sasl_mech ...Arthur de Jong2010-06-184-16/+2
* group options moreArthur de Jong2010-06-181-3/+2
* have more compatibility code for NSS module and move comp...Arthur de Jong2010-06-175-66/+152
* ensure that nslcd is started after hostname lookups are a...Arthur de Jong2010-06-161-1/+1
* use RTLD_NODELETE during dlopen() instead of not using dl...Arthur de Jong2010-06-161-3/+4
* rename symbol map files and check for the linker option t...Arthur de Jong2010-06-155-6/+28
* pass pthread flags correctly to nslcd Makefile and rename...Arthur de Jong2010-06-152-11/+12
* implement a global symbol inside the NSS module to allow ...Arthur de Jong2010-06-149-14/+85
* make include guard names consistent throughout the source...Arthur de Jong2010-06-1420-59/+59
* remove some unused include statementsArthur de Jong2010-06-1411-11/+0
* remove commented out memberOf and ipNetmaskNumber attribu...Arthur de Jong2010-06-126-7/+0
* run translations through debconf-updatepo -vArthur de Jong2010-06-1217-41/+57
* fix and remove source code commentsArthur de Jong2010-06-111-3/+1
* revert part of r1134 that was accidentally commitedArthur de Jong2010-06-042-44/+0
* fix nullok test for password modificationArthur de Jong2010-06-043-1/+45
* also ignore other ignorable PAM return codesArthur de Jong2010-06-031-1/+1
* add a warning to the limitation of our pam_get_authtok() ...Arthur de Jong2010-06-021-0/+1
* simplify PAM module splitting remapping for ignore_* opti...Arthur de Jong2010-06-021-95/+61
* fix bug in test (r1127)Arthur de Jong2010-06-011-1/+1
* implement an nullok PAM option and disable empty password...Arthur de Jong2010-06-012-1/+29
* don't log failure to do nslcd request to user and log aut...Arthur de Jong2010-06-011-5/+5
* add a debug log message when user authentication was succ...Arthur de Jong2010-06-011-0/+2
* don't use use_authtok for password modification by defaultArthur de Jong2010-06-011-1/+1
* fix typoArthur de Jong2010-05-311-3/+3
* get files ready for 0.7.6 release0.7.6Arthur de Jong2010-05-278-4/+97
* drop extra parts of package descriptions that should no l...Arthur de Jong2010-05-261-8/+2
* update pam-auth-update configuration to always perform LD...Arthur de Jong2010-05-241-4/+4
* make code more consistentArthur de Jong2010-05-241-9/+9
* fix typoArthur de Jong2010-05-241-1/+1
* don't store use_authtok because pam_get_authtok() looks a...Arthur de Jong2010-05-241-3/+1
* update documentationArthur de Jong2010-05-234-101/+112
* include uid and gid options in default configuration fileArthur de Jong2010-05-231-0/+4
* update AC?X_PTHREAD macro and update configure script to ...Arthur de Jong2010-05-232-149/+148
* use nslcd --check in init script's status commandArthur de Jong2010-05-231-1/+1
* make debug logging for pam_authz_search option a little m...Arthur de Jong2010-05-221-4/+5
* add libpam-heimdal as an alternative recommends for libns...Arthur de Jong2010-05-201-1/+1
* always clear returned buffer when performing attribute ma...Arthur de Jong2010-05-152-5/+10
* get files ready for 0.7.5 release0.7.5Arthur de Jong2010-05-147-4/+90
* switch to source format 3.0 (native)Arthur de Jong2010-05-142-0/+2
* print uid as a longArthur de Jong2010-05-141-1/+1
* perform logging from PAM module to syslog and support the...Arthur de Jong2010-05-145-29/+106
* centralise initialising functions needed for every PAM ca...Arthur de Jong2010-05-131-116/+60
* make logging of buffer checks consistentArthur de Jong2010-05-132-3/+5
* also use PAM username instead of one from context for ses...Arthur de Jong2010-05-131-3/+4
* replace my_pam_get_authtok() with standard pam_get_authto...Arthur de Jong2010-05-131-113/+16
* make parsing configuration options global, reorganise a b...Arthur de Jong2010-05-121-270/+231