summaryrefslogtreecommitdiff
path: root/src/mod_auth.c
Commit message (Expand)AuthorAgeFilesLines
* minor spelling fixesStefan Bühler2015-06-211-1/+1
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-1/+1
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-10/+10
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-3/+3
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* [auth] new method "extern" to use already present REMOTE_USER (from magnet, s...Stefan Bühler2013-08-301-11/+25
* [mod_auth] some cleanup, only search for matching auth.require path onceStefan Bühler2013-08-301-2/+2
* [auth] put REMOTE_USER into cgi environment, making it accessible to lua via ...Stefan Bühler2013-08-301-7/+14
* [auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workar...Stefan Bühler2012-04-191-0/+14
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-5/+5
* Fix issues found with clang analyzerStefan Bühler2009-07-211-2/+2
* Fix code comments in mod_auth.c (fixes #1909, thx cdumke)Stefan Bühler2009-04-111-13/+13
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+1
* Now really fix mod auth ldap (#1066)Stefan Bühler2008-09-301-3/+6
* fix auth.backend.ldap.bind-dn/pw problems (thx ruskie)Stefan Bühler2008-09-191-0/+4
* fix splitting of auth-ldap filterStefan Bühler2008-09-171-21/+23
* Fixed conditional patching of ldap filter (#1564)Stefan Bühler2008-08-041-2/+4
* Insert many con->mode checks; they should prevent two modules to handle the s...Stefan Bühler2008-08-011-0/+2
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-8/+8
* Fixed many warnings (compare (un)signed, unused vars, and initialize with zero)Stefan Bühler2008-04-291-56/+57
* fixed case-sensitive match of auth-method (fixes #1456)Jan Kneschke2007-11-231-2/+2
* removed early checks if the userfiles exist (fixes #1188)Jan Kneschke2007-08-171-39/+0
* r1553@h2o: darix | 2007-01-14 10:37:14 +0100Marcus Rückert2007-01-141-5/+10
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-124/+124
* changed name of shadowed variableJan Kneschke2006-09-231-5/+5
* improved error-msg for configuration errorsJan Kneschke2006-02-151-9/+27
* renamed server.force-lower-case-files to server.force-lowercase-filenamsJan Kneschke2006-01-111-5/+17
* made cafile optional for starttls as encryption might be enough for a startJan Kneschke2005-11-151-14/+10
* added auto-reconnect to ldap (fixes #294), patch from joerg@netbsd.orgJan Kneschke2005-11-071-8/+21
* don't crach in error message for auth.require->methodmOo2005-09-051-1/+1
* removed unused variableJan Kneschke2005-08-181-1/+0
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-161-2/+2
* added support for LDAP-bind()Jan Kneschke2005-08-151-9/+27
* removed patch_connection, check auth-method, added starttls support (merged [...Jan Kneschke2005-08-081-40/+67
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+565