summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix mod_cern_meta to not create empty metafiles when theJeff Trawick2003-02-011-1/+1
* fix misuse of const in a recent commitJeff Trawick2003-01-311-6/+9
* Allow mod_dav to do weak entity comparison function rather than a strongJustin Erenkrantz2003-01-291-1/+28
* Allow headers (if not already passed by other means) to be sent viaWilliam A. Rowe Jr2003-01-291-34/+57
* Fix If header parsing when a non-mod_dav lock token is passed to it. We'llJustin Erenkrantz2003-01-291-2/+10
* Introduce "prefer-language" environment variable,André Malo2003-01-281-43/+94
* dup the apr_mmap_t out of the request pool for sending down on the brigadeBill Stoddard2003-01-231-11/+4
* Missed a word in a comment.Justin Erenkrantz2003-01-231-1/+1
* Create a subpool when we open the propdb, but we can't clear it until the restJustin Erenkrantz2003-01-231-4/+9
* Fix a problem whereby multiple MMapFile directives would cause a segfaultCliff Woolley2003-01-231-28/+0
* Add mod_ident to the NetWare buildBradley Nicholes2003-01-232-0/+251
* Update the make file to be compatible with the latest Novell LDAP SDKBradley Nicholes2003-01-222-8/+8
* *** empty log message ***William A. Rowe Jr2003-01-211-1/+0
* Ensure LDAP version is set to v3 on every bind.Graham Leggett2003-01-211-8/+13
* Update the copyright datesGraham Leggett2003-01-215-5/+5
* Fix mod_ldap to open an existing shared memory file should oneGraham Leggett2003-01-211-2/+9
* Add the missing /Fd"" optionWilliam A. Rowe Jr2003-01-201-1/+1
* Taking a guess at what mod_ident.exp should look like forWilliam A. Rowe Jr2003-01-201-0/+1
* Win32 build project for David Shane Holden's mod_ident reorganization.William A. Rowe Jr2003-01-201-0/+128
* Correct misplaced # End Group marker.William A. Rowe Jr2003-01-201-1/+1
* Missing version tags [noted while rolling win32 binaries.]William A. Rowe Jr2003-01-204-27/+115
* Catch up with the changes to apr/build/win32ver.awk and name all loadableWilliam A. Rowe Jr2003-01-2050-100/+100
* move rfc1413 code to a new module "metadata:mod_ident".André Malo2003-01-182-0/+397
* Use ap_strchr instead of strchr and get the constness right.Roy T. Fielding2003-01-173-8/+11
* 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