Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get files ready for 0.8.7 release0.8.7Arthur de Jong2012-04-226-8/+136
* update files from recent automakeArthur de Jong2012-04-092-81/+134
* increase buffer for pam_authz_search as suggested by Chri...Arthur de Jong2012-03-231-2/+2
* support the upper and lower functions in attribute mappin...Arthur de Jong2012-03-161-2/+17
* refactor some of the attribute mapping code to introduce ...Arthur de Jong2012-03-163-39/+118
* implement a getpeercred() functionArthur de Jong2012-03-161-2/+7
* always try to log the ldap error, the diagnostic message ...Arthur de Jong2012-03-161-42/+68
* put both tio_skip() and tio_close() within if (fixes r163...Arthur de Jong2012-03-161-1/+5
* read any remaining available data from the stream when cl...Arthur de Jong2012-03-143-6/+39
* ensure that we don't try to read more than SSIZE_MAX bytesArthur de Jong2012-03-141-2/+9
* document the fact that each thread opens it's own connect...Arthur de Jong2012-03-132-0/+3
* make whether or not to do case-sensitive filtering config...Arthur de Jong2012-03-1312-11/+42
* update from latest automakeArthur de Jong2012-03-134-108/+89
* when doing DNS queries for SRV records recognise default ...Arthur de Jong2012-03-101-3/+14
* add missing include for _POSIX_HOST_NAME_MAX (thanks Mel ...Arthur de Jong2012-03-101-1/+2
* fix log message for invalid pam_authz_search as reported ...Arthur de Jong2012-03-101-1/+1
* remove extra newline from log messageArthur de Jong2012-03-051-4/+4
* provide more detailed logging information for ldap_start_...Arthur de Jong2012-03-052-3/+19
* log the first 10 search results in debug mode to make deb...Arthur de Jong2012-02-291-1/+16
* update copyright yearsArthur de Jong2012-02-292-3/+3
* get files ready for 0.8.6 release0.8.6Arthur de Jong2012-01-296-13/+136
* implement a naive offline cacheArthur de Jong2012-01-2913-4/+516
* small simplification in group lookups (member attributes ...Arthur de Jong2012-01-291-13/+9
* split the result handling into a convert() and write() stepArthur de Jong2012-01-2912-114/+111
* formatting fixesArthur de Jong2012-01-202-2/+2
* clarify error messages and fix typo in commentArthur de Jong2012-01-201-3/+3
* separate the Debian packaging from main sources switching...Arthur de Jong2012-01-2054-13321/+1
* add missing Python modules to tarballArthur de Jong2012-01-201-2/+2
* FreeBSD compilation fixes by Maxim VetrovArthur de Jong2012-01-172-2/+3
* pass the correct size of named socket address (fixes Free...Arthur de Jong2012-01-172-2/+2
* update files from recent automakeArthur de Jong2012-01-165-42/+294
* Add a matching va_end() for va_start() in mysnprintf()Jakub Hrozek2012-01-091-0/+1
* Warn if ldap_set_option() fails for LDAP_OPT_ERROR_NUMJakub Hrozek2012-01-091-4/+8
* Warn if fd cannot be closed in is_locked()Jakub Hrozek2012-01-091-2/+4
* Check NULL return in write_netgroup()Jakub Hrozek2012-01-091-0/+7
* Do not leak memory if myldap_escape() failsJakub Hrozek2012-01-091-0/+1
* Return from update_username() if myldap_get_values() retu...Jakub Hrozek2012-01-091-0/+3
* user the logging framework, handle exceptions properly an...Arthur de Jong2012-01-0614-121/+130
* updated Simplified Chinese (zh_CN) translation of debconf...Arthur de Jong2012-01-051-34/+38
* updated Norwegian Bokmål (nb) translation of debconf tem...Arthur de Jong2012-01-021-34/+52
* get files ready for 0.8.5 release0.8.5Arthur de Jong2011-12-318-15/+268
* fix versioned build dependency on debhelperArthur de Jong2011-12-301-3/+3
* remove some information from config that we don't expect ...Arthur de Jong2011-12-291-9/+0
* support for reading the configuration file (not all optio...Arthur de Jong2011-12-286-24/+254
* move the state variables (from command line) from the con...Arthur de Jong2011-12-282-18/+23
* fall back to trying to authenticate with provided passwor...Arthur de Jong2011-12-281-0/+4
* never request group members for GroupByMemberRequestArthur de Jong2011-12-281-1/+1
* instead of modifying attmap, modify attribute listArthur de Jong2011-12-281-3/+3
* fix references to attmap (broken in r1571)Arthur de Jong2011-12-282-9/+2
* typo fix in commentArthur de Jong2011-12-281-1/+1