summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add mod_dav_lock to the NetWare buildBradley Nicholes2003-01-172-0/+263
* add support for "Require file-group"André Malo2003-01-151-24/+57
* add support for "require file-group"André Malo2003-01-151-36/+80
* as announced and with no objections:André Malo2003-01-153-0/+298
* mod_ext_filter: Fix a problem building argument lists whichJeff Trawick2003-01-131-2/+3
* After introducing tests in the cmds, we lose the absolute authorityWilliam A. Rowe Jr2003-01-132-1/+3
* When unlocking, the auto-checkin code does not need to refer to theGreg Stein2003-01-071-5/+5
* Um, that should have been a 'no' - you should have to explicitly enableJustin Erenkrantz2003-01-061-7/+1
* fix a type mismatch (char * vs. const char *)Jeff Trawick2003-01-061-1/+1
* Bring forward the IndexOptions IgnoreCase option to mod_autoindexWilliam A. Rowe Jr2003-01-061-20/+51
* be consistent:André Malo2003-01-061-31/+50
* not very spectacular ;-)André Malo2003-01-061-1/+2
* cleanup.André Malo2003-01-061-13/+10
* some cleanup.André Malo2003-01-061-18/+5
* use less specific ap_note_auth_failure API call, since it _is_ less specific.André Malo2003-01-061-1/+1
* allow group authorization to be stored in either basic or digest dbm userAndré Malo2003-01-061-43/+31
* well, it's a backstopper. So stop also misconfigured DigestAndré Malo2003-01-051-9/+18
* allow empty user ids to be supplied without responding a 500.André Malo2003-01-051-21/+16
* Add a generic locking provider to DAV - mod_dav_lock. Other DAV providersJustin Erenkrantz2003-01-056-0/+1508
* oh, cool. the recent commit fixed accidentally a nullAndré Malo2003-01-031-1/+0
* some cleanup.André Malo2003-01-031-8/+1
* break down macro code and avoid mixed case.André Malo2003-01-021-17/+33
* The patch allows the user to log the accurate filter input andAndré Malo2003-01-011-17/+31
* make provider selection available in .htaccess filesAndré Malo2003-01-012-2/+2
* provide better error messages for the multiviewsmatch directive.André Malo2003-01-011-2/+2
* add support for digest authentication to the authn_dbm module. TheAndré Malo2003-01-011-1/+40
* cut password at the first colon.André Malo2003-01-011-0/+6
* allow RewriteEngine Off even if Options -FollowSymlinks is set.André Malo2002-12-291-8/+8
* All we care about is the type and name, just ask for the type and name.William A. Rowe Jr2002-12-232-2/+2
* negoatiation -> negotiationRich Bowen2002-12-201-1/+1
* Correct a warning message.Bill Stoddard2002-12-191-1/+1
* Cut an info log entry for each object we cache. Is this too much to log?Bill Stoddard2002-12-181-0/+4
* Rename CacheMaxStreamingBuffer to MCacheMaxStreamingBuffer. MoveBill Stoddard2002-12-184-348/+255
* SHould be using ths string form of exp (which is exps).Bill Stoddard2002-12-171-1/+1
* mod_cache: Fix PR 15113, a core dump in cache_in_filter whenPaul J. Reder2002-12-171-2/+2
* don't segfault in mod_mime's find_ct() if we get there without having set r->...Brian Pane2002-12-151-0/+4
* After some productive feedback and no negative feedback, introduceWilliam A. Rowe Jr2002-12-141-30/+54
* After some productive feedback and no negative feedback, introduceWilliam A. Rowe Jr2002-12-146-8/+129
* Added character set support to mod_auth_LDAP to allow it to convertBradley Nicholes2002-12-143-2/+216
* Fix a declaration mismatch. We are down to const'ness errors.William A. Rowe Jr2002-12-121-1/+1
* A few more lazy initializations. No function change (I hope :-)Bill Stoddard2002-12-111-14/+9
* Don't spend cycles finding cache-control until we actually need it.Bill Stoddard2002-12-111-2/+3
* Build ldap for win32 by default. No extra magic required other thanWilliam A. Rowe Jr2002-12-112-8/+8
* The only code change required for Win32 ldap to build... these areWilliam A. Rowe Jr2002-12-111-3/+3
* Rewrite how proxy sends its request to allow input bodies to morph the requestJustin Erenkrantz2002-12-091-52/+146
* mod_authn_anon should be a providerWilfredo Sanchez2002-12-081-33/+25
* the AccessAuthoritative directive should be AuthzDefaultAuthoritativeWilfredo Sanchez2002-12-081-1/+1
* there is some confusion with "yes" and "no" and "on" and "off"... ;-)Wilfredo Sanchez2002-12-086-11/+11
* outch. there are some possible NULL pointer references. Have you ever triedWilfredo Sanchez2002-12-082-0/+28
* when asking the providers for authentication, the main loop shouldWilfredo Sanchez2002-12-082-5/+5