summaryrefslogtreecommitdiff
path: root/src/http_auth.c
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-1252/+0
* fix memleak in mod_auth (fixes #2457, thx brarcher)stbuehler2013-09-131-1/+2
* [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362)stbuehler2011-11-291-1/+1
* [ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict w...stbuehler2011-04-241-0/+6
* Fix some warningsstbuehler2010-12-301-0/+2
* - Include IP addresses on error log on password failures (fixes #2191)glen2010-05-281-4/+4
* Adding support for additional chars in LDAP usernames (fixes #1941)stbuehler2009-06-111-2/+7
* Add support for "real" entropy from /dev/[u]random (fixes #1977)stbuehler2009-06-111-0/+1
* Fix many warningsstbuehler2009-04-271-2/+4
* merge: Fix base64 decoding in mod_auth (#1757)stbuehler2009-04-091-15/+18
* - conditions for USE_LDAP for compiler errors. #1535glen2008-01-281-0/+2
* - mod_auth ldap rework, most important change is being able to startup if lda...glen2008-01-271-29/+73
* - shutup many compiler warnings. #1513glen2008-01-171-11/+11
* merged [1875] from 1.4.xjan2007-09-061-4/+23
* renamed ltostr() to LI_ltostr() (merged [1951] from 1.4.x, fixes #465)jan2007-08-181-2/+2
* - made SEGFAULT() a normal log-macrojan2007-05-081-1/+1
* removed strlen() from the array_get_element() jan2007-01-271-3/+2
* - allow empty passwords with ldap. darix2007-01-141-1/+2
* - make sure GNU_SOURCE is defined where neededdarix2006-12-291-0/+1
* - merged a few fixes from the 1.4.x branch to trunkdarix2006-12-291-0/+195
* compile fixes for FreeBSDjan2006-07-221-0/+1
* replace strcmp() by our own buffer_compare_... functions jan2006-07-181-4/+4
* r619@D2XNG01J: Jan | 2006-06-26 03:26:20 +0200Jan2006-07-021-1/+2
* Remove unmaintained and not working pam code.darix2006-04-101-38/+0
* - remove all trailing whitespaces in the c filesdarix2006-03-311-233/+233
* qop is required nc and nonce (fixes #477)jan2006-02-011-1/+5
* improved the error-msgsjan2005-11-261-3/+9
* fixed possible overflow in password-salt handlingjan2005-11-211-1/+1
* fixed md5 on 64bit platformsjan2005-11-171-1/+0
* added auto-reconnect to ldap (fixes #294), patch from joerg@netbsd.orgjan2005-11-071-1/+9
* either remove include config.h or covered it in HAVE_CONFIG_Hjan2005-09-241-0/+2
* added support for md5 and blowfish passwords (fixes #73)jan2005-09-161-5/+42
* on SEGFAULT tell were we wherejan2005-08-211-0/+1
* added support for LDAP-bind()jan2005-08-151-11/+2
* missing parts of the starttls patchjan2005-08-081-0/+10
* added valid-user support, fixed #4jan2005-07-311-1/+11
* fixed #148 and let PAM use the lighttpd-handle (if someone implements it)jan2005-06-051-1/+1
* Fixed segv if debuggin is enabledjan2005-06-051-1/+1
* Fix crash if qop is not set in the authorize responsejan2005-05-311-2/+2
* moved everything below trunk/ and added branches/ and tags/jan2005-02-201-0/+939