]> granicus.if.org Git - apache/history - modules/aaa/mod_auth_digest.c
kill a warning on Darwin for NONCE_LEN becoming a long int by math.
[apache] / modules / aaa / mod_auth_digest.c
2002-04-28 Roy T. Fieldingkill a warning on Darwin for NONCE_LEN becoming a long...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-02-21 Aaron BannertConvert mod_auth_digest to use the new apr_global_mutex...
2002-01-29 Bradley NicholesAdded some type casting to the appropriate types to...
2002-01-10 William A. Rowe Jr Fixing the apr_shm_ and apr_rmm_ args back to a warni...
2002-01-10 William A. Rowe Jr This patch eliminated from the _SHARED_ segment of...
2001-12-29 Jeff Trawickhandle the disappearance of apr_lock_create_np() and
2001-12-29 William A. Rowe Jr Error feedback, PLEASE!
2001-12-27 Aaron BannertTwo fixes in one:
2001-12-27 Aaron BannertStyle changes only. Lots of tab alignment issues, and...
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-08-19 Doug MacEachernadjust to apr_uri_ rename
2001-08-15 Jeff Trawickfix some homophonic issues in comments, as well as...
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-05-22 Roy T. FieldingMoved util_uri to apr-util/uri/apr_uri, which means...
2001-05-20 Ben LaurieFix warnings.
2001-04-14 Ryan BloomWe don't really treat this field as a const, and curren...
2001-04-10 William A. Rowe Jr Clean up a yet a couple more emits
2001-03-16 Chuck MurckoThis is a fix that went into v1.3 quite a while back...
2001-03-01 Greg SteinDon't directly include ap_config_auto.h directly. It...
2001-02-25 William A. Rowe Jr Clean up namespace badness with s/configfile_t/ap_con...
2001-02-22 Jeff Trawickclean up a call to apr_psprintf() (trailing NULL not...
2001-02-19 Doug MacEachernrename miss: s/apr_clear_pool/apr_pool_clear/g
2001-02-18 Greg Stein*) Introduce "ap_conf_vector_t" type to assist with...
2001-02-16 Martin KraemerRename the module structures so that the exported symbo...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-13 Doug MacEacherndoh. need a spellchekker for these rename scripts...
2001-02-11 Jeff Trawickclean up more warnings and link problems after the...
2001-02-10 Greg SteinClean up some of the includes:
2001-02-08 Jeff TrawickMake a mod_auth_digest build fail in a less mysterious...
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-09 Jeff Trawickuse the apr_status_t instead of errno
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2000-12-19 Ryan BloomGet all of the auth modules to the point that they...
2000-10-31 Ryan BloomCleanup some warnings in mod_auth_digest.c
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-26 Ryan BloomRemove all of the ap_is* functions from Apache. They...
2000-07-25 William A. Rowe Jr Missing apr_strings.h - hope this wasn't destined...
2000-06-24 Greg Steinblast the old names for the status codes
2000-06-09 Ryan BloomRemove all occurances of strerror from Apache. ap_stre...
2000-06-01 Ronald Tschalardon't include apr_shmem.h when APR_HAS_SHARED_MEMORY...
2000-05-29 Ronald TschalarBrought mod_auth_digest up to synch with 1.3, fixed...
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-04-29 William A. Rowe JrPR:
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-25 Bill StoddardSome Windows tweaks from William Rowe...
2000-04-21 Bill StoddardWin32: Get mod_auth_digest compiling and added to the...
2000-04-15 Bill StoddardHere's my first stab at getting mod_auth_digest working...
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-12 dgaudetmore post-old-style Configure cleanup
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-18 Ryan BloomThis is a huge change to the configure system. Basical...
1999-11-19 Ryan BloomFinish the conversion from fprintf(stderr -> ap_log_err.
1999-11-04 Ronald TschalarFirst cut at port to apache-2.0. Simple tests are working.
1999-10-22 Martin KraemerI am not claiming that the modules work now, but at...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.