summaryrefslogtreecommitdiff
path: root/src/mod_auth.c
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-672/+0
* Fix many warningsstbuehler2009-04-271-2/+5
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...stbuehler2008-07-311-8/+8
* - conditions for USE_LDAP for compiler errors. #1535glen2008-01-281-0/+4
* - mod_auth ldap rework, most important change is being able to startup if lda...glen2008-01-271-56/+68
* removed config-checks if userfiles exist (fixes #1188)jan2007-08-171-39/+0
* another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)jan2007-02-201-7/+8
* added a huge win32 patch by jtiaijan2007-02-171-1/+1
* added support for client-certs to auth against the ldap-server (takenjan2007-01-271-21/+55
* removed strlen() from the array_get_element() jan2007-01-271-5/+5
* - allow empty passwords with ldap. darix2007-01-141-5/+10
* - cleanup trailing whitespacesdarix2006-12-291-1/+1
* - make sure GNU_SOURCE is defined where neededdarix2006-12-291-0/+1
* - fix a few warnings with unused variablesdarix2006-12-121-0/+2
* converted mod_proxy_backend_xxx's into loadable modules.jakabosky2006-12-121-5/+5
* replace strcmp() by our own buffer_compare_... functions jan2006-07-181-38/+40
* r619@D2XNG01J: Jan | 2006-06-26 03:26:20 +0200Jan2006-07-021-1/+3
* - remove all trailing whitespaces in the c filesdarix2006-03-311-124/+124
* - added PATCH_OPTION() macro that replaces all the local PATCH()darix2006-03-311-35/+32
* improved error-msg for configuration errorsjan2006-02-151-9/+27
* renamed server.force-lower-case-files to server.force-lowercase-filenamsjan2006-01-111-5/+17
* made cafile optional for starttls as encryption might be enough for a startjan2005-11-151-14/+10
* added auto-reconnect to ldap (fixes #294), patch from joerg@netbsd.orgjan2005-11-071-8/+21
* don't crach in error message for auth.require->methodmoo2005-09-051-1/+1
* removed unused variablejan2005-08-181-1/+0
* fixed possible uninit variables of the config-parser fails (merged [183])jan2005-08-161-2/+2
* added support for LDAP-bind()jan2005-08-151-9/+27
* removed patch_connection, check auth-method, added starttls support (merged [...jan2005-08-081-40/+67
* moved everything below trunk/ and added branches/ and tags/jan2005-02-201-0/+565