cvs commit: apache-1.3/src/modules/standard mod_auth.c mod_status.c mod_cern_meta.c

2000-02-05 Thread rse
rse 00/02/05 04:33:17 Modified:src CHANGES src/modules/standard mod_auth.c mod_status.c mod_cern_meta.c Log: Make implementation/descriptions of the FLAG directives AuthAuthoritative, MetaFiles and ExtendedStatus consistent with documentation and the stand

Re: cvs commit: apache-1.3/src/modules/standard mod_auth.c mod_auth_db.c mod_auth_dbm.c

1999-08-02 Thread Dirk-Willem van Gulik
On 2 Aug 1999 [EMAIL PROTECTED] wrote: >src/include ap.h ap_md5.h ap_sha1.h >src/main http_main.c >src/modules/standard mod_auth.c mod_auth_db.c mod_auth_dbm.c > Removed: src/include ap_checkpass.h I am struggling with the same now; moving a

cvs commit: apache-1.3/src/modules/standard mod_auth.c mod_auth_db.c mod_auth_dbm.c

1999-08-02 Thread coar
coar99/08/02 13:50:23 Modified:src/ap ap_sha1.c src/include ap.h ap_md5.h ap_sha1.h src/main http_main.c src/modules/standard mod_auth.c mod_auth_db.c mod_auth_dbm.c Removed: src/include ap_checkpass.h Log: Fix some spaci

cvs commit: apache-1.3/src/modules/standard mod_auth.c mod_auth_db.c mod_auth_dbm.c

1999-01-31 Thread marc
marc99/01/31 14:01:36 Modified:src/modules/standard mod_auth.c mod_auth_db.c mod_auth_dbm.c Log: We have found the prototype for crypt. Since people actually once in a while are "nice enough" to write in telling me that they know where the prototype is on their system based

cvs commit: apache-1.3/src/modules/standard mod_auth.c

1998-10-19 Thread marc
marc98/10/18 22:43:35 Modified:src CHANGES src/modules/standard mod_auth.c Log: Log an error if we encounter a malformed "require" directive in mod_auth if we know that we know that no other module can deal with it. Revision ChangesPath 1.1112

cvs commit: apache-1.3/src/modules/standard mod_auth.c mod_auth_db.c mod_auth_dbm.c

1998-10-03 Thread rse
rse 98/10/03 08:11:54 Modified:src CHANGES src/modules/standard mod_auth.c mod_auth_db.c mod_auth_dbm.c Log: Fix `require ...' directive parsing in mod_auth, mod_auth_dbm and mod_auth_db by using ap_getword_white() (which uses ap_isspace()) instead of ap_g

cvs commit: apache-1.3/src/modules/standard mod_auth.c

1998-07-10 Thread marc
marc98/07/09 23:33:25 Modified:src/modules/standard mod_auth.c Log: Add a warning if a valid user that enters a proper password fails to get access to a directory because they aren't in the list of those allowed access. Revision ChangesPath 1.38 +6 -0 ap

cvs commit: apache-1.3/src/modules/standard mod_auth.c mod_auth_anon.c mod_auth_db.c mod_auth_dbm.c

1998-07-03 Thread dirkx
dirkx 98/07/03 15:08:51 Modified:src/modules/standard mod_auth.c mod_auth_anon.c mod_auth_db.c mod_auth_dbm.c Log: added 'const' in a couple of causes because Ben fixed this in the include file. This fixes the compiler warning for all the sent_pw pointers

cvs commit: apache-1.3/src/modules/standard mod_auth.c mod_digest.c mod_rewrite.c

1998-07-01 Thread ben
ben 98/07/01 14:20:01 Modified:src/include http_core.h http_protocol.h src/main http_core.c http_protocol.c http_request.c src/modules/standard mod_auth.c mod_digest.c mod_rewrite.c Log: Yet more constification. Revision ChangesPath 1.44