]>
git.ipfire.org Git - thirdparty/squid.git/log
kostas [Tue, 17 Mar 1998 12:42:58 +0000 (12:42 +0000)]
*** empty log message ***
wessels [Tue, 17 Mar 1998 12:38:51 +0000 (12:38 +0000)]
remove SNMPINFO
kostas [Tue, 17 Mar 1998 12:31:01 +0000 (12:31 +0000)]
henrik-requested non rcs mib version check
wessels [Tue, 17 Mar 1998 12:12:30 +0000 (12:12 +0000)]
SNMP changes/fixes
- changed some snmplib debugging messages
- simplifed and fixed snmplib_debug_hook interface. It
wasn't properly passing all the 'varargs' args. Now
it just vsnprintf's to a buf and passes that.
- struct _snmpconf was never used.
- made 'snmp_agent_conf' a stringlist type
- moved 'snmp_agent_conf' processing to snmpInit().
- moved snmpInit() call to before 'ready to serve requests'
message.
wessels [Tue, 17 Mar 1998 12:07:46 +0000 (12:07 +0000)]
1.2.beta17
wessels [Tue, 17 Mar 1998 12:07:35 +0000 (12:07 +0000)]
removed unused code
wessels [Tue, 17 Mar 1998 11:00:11 +0000 (11:00 +0000)]
removed unused code; updated comments; formatting
wessels [Tue, 17 Mar 1998 10:59:21 +0000 (10:59 +0000)]
unescape URLs before access checks
wessels [Tue, 17 Mar 1998 09:42:25 +0000 (09:42 +0000)]
debug mucking
wessels [Tue, 17 Mar 1998 07:38:52 +0000 (07:38 +0000)]
fixed ident coredumps. The callback data was "hardcoded" as connStateData,
when the callback function was expecting a clientHttpRequest.
wessels [Tue, 17 Mar 1998 07:37:51 +0000 (07:37 +0000)]
remove duplicate setresuid check
wessels [Tue, 17 Mar 1998 07:09:10 +0000 (07:09 +0000)]
minor adjustment
wessels [Tue, 17 Mar 1998 07:05:54 +0000 (07:05 +0000)]
Henrik's domain regex patch
wessels [Tue, 17 Mar 1998 06:50:04 +0000 (06:50 +0000)]
fix passwd authentication
wessels [Tue, 17 Mar 1998 06:49:48 +0000 (06:49 +0000)]
set defaults for hierarchy_stoplist and cache_stoplist
wessels [Tue, 17 Mar 1998 06:21:33 +0000 (06:21 +0000)]
remove temp debug
wessels [Tue, 17 Mar 1998 06:12:55 +0000 (06:12 +0000)]
more ARP acl fixes
wessels [Tue, 17 Mar 1998 06:10:38 +0000 (06:10 +0000)]
lincoln dale's stat graphing code
wessels [Tue, 17 Mar 1998 05:26:45 +0000 (05:26 +0000)]
use aclDumpArpList instead of aclDumpArp
wessels [Tue, 17 Mar 1998 05:24:28 +0000 (05:24 +0000)]
typedef struct _arp_ip_data acl_arp_data
wessels [Tue, 17 Mar 1998 05:24:19 +0000 (05:24 +0000)]
update
wessels [Tue, 17 Mar 1998 05:04:30 +0000 (05:04 +0000)]
note httpd_accel_uses_host_header required for transparent proxying and host-based virtual servers
wessels [Tue, 17 Mar 1998 04:59:55 +0000 (04:59 +0000)]
Henrik icon URL changes
wessels [Tue, 17 Mar 1998 04:45:00 +0000 (04:45 +0000)]
Fixed 'single parent' and peer->options bugs.
We had mixed (options & FOO) and EBIT_SET(options, FOO) which was
clearly wrong. Only the EBIT macros can be used with the enumerated
peer->options flags.
We never got any single parent uses because getSingleParent()
was checked only *after* direct == DIRECT_NO.
Removed 'single_parent_bypass' option. Now, we'll require that
a single parent have the 'no-query' option.
wessels [Tue, 17 Mar 1998 03:32:15 +0000 (03:32 +0000)]
localize snmplib_debug_hook
wessels [Tue, 17 Mar 1998 03:32:00 +0000 (03:32 +0000)]
dont exit() in mib.c or parse.c if mib parsing fails
wessels [Tue, 17 Mar 1998 03:31:09 +0000 (03:31 +0000)]
remove snmplib_debug_hook prototype -- it doesnt need to be global
wessels [Tue, 17 Mar 1998 03:30:42 +0000 (03:30 +0000)]
remove redundant snmplib_debug_hook prototype
wessels [Tue, 17 Mar 1998 03:30:03 +0000 (03:30 +0000)]
eliminate non-gcc warnings, especially about multiply defined symbols
wessels [Tue, 17 Mar 1998 03:26:43 +0000 (03:26 +0000)]
add defaults in comments for SNMP stuff
wessels [Tue, 17 Mar 1998 03:11:50 +0000 (03:11 +0000)]
eliminate non-gcc compiler warnings
wessels [Tue, 17 Mar 1998 01:21:41 +0000 (01:21 +0000)]
ftp size bug again
wessels [Tue, 17 Mar 1998 00:06:11 +0000 (00:06 +0000)]
1.2 update from Stephane Bortzmeyer
wessels [Tue, 17 Mar 1998 00:03:25 +0000 (00:03 +0000)]
More pconn/restart/pump fixes.
- Try sending keepalives for all request methods, not just GET
- Only restart a failed PUT/POST if we still have the start
of the request body in memory.
- If we do restart a PUT/POST, then we need to re-register
with storeClientListAdd.
wessels [Mon, 16 Mar 1998 00:19:57 +0000 (00:19 +0000)]
cancel control FD timeout before pumpStart()
rousskov [Sun, 15 Mar 1998 11:25:27 +0000 (11:25 +0000)]
- Disabled testing of header parser.
wessels [Sun, 15 Mar 1998 06:29:20 +0000 (06:29 +0000)]
someone broke content length for FTP
wessels [Fri, 13 Mar 1998 21:52:45 +0000 (21:52 +0000)]
adding HTCP
wessels [Fri, 13 Mar 1998 13:37:40 +0000 (13:37 +0000)]
warn about potential coredump from httpRestart on a POST?
wessels [Fri, 13 Mar 1998 12:47:11 +0000 (12:47 +0000)]
add line for POST/PUT missing content-length
wessels [Fri, 13 Mar 1998 12:46:01 +0000 (12:46 +0000)]
add global symbols and prototypes for XMALLOC_DEBUG'ing
wessels [Fri, 13 Mar 1998 12:45:35 +0000 (12:45 +0000)]
remove xrealloc stderr debug
wessels [Fri, 13 Mar 1998 12:44:22 +0000 (12:44 +0000)]
add clientdbFreeMemory, remove asnCleanup
wessels [Fri, 13 Mar 1998 12:43:52 +0000 (12:43 +0000)]
formatting
wessels [Fri, 13 Mar 1998 12:41:37 +0000 (12:41 +0000)]
tune up shutdown()
wessels [Fri, 13 Mar 1998 12:40:46 +0000 (12:40 +0000)]
use mem.c for HttpStateData
wessels [Fri, 13 Mar 1998 12:39:34 +0000 (12:39 +0000)]
In clientProcessRequest(), check that we have a valid conten-length
header for POST and PUT requests.
wessels [Fri, 13 Mar 1998 12:38:13 +0000 (12:38 +0000)]
added clientdbFreeMemory()
wessels [Fri, 13 Mar 1998 12:37:47 +0000 (12:37 +0000)]
leaks and misc cleanup
wessels [Fri, 13 Mar 1998 04:19:55 +0000 (04:19 +0000)]
nits
wessels [Fri, 13 Mar 1998 04:19:46 +0000 (04:19 +0000)]
adding HTCP code
wessels [Fri, 13 Mar 1998 04:19:26 +0000 (04:19 +0000)]
adding code
wessels [Fri, 13 Mar 1998 00:51:21 +0000 (00:51 +0000)]
show 'log_url' in objects output
wessels [Thu, 12 Mar 1998 09:20:09 +0000 (09:20 +0000)]
formatting
rousskov [Thu, 12 Mar 1998 07:28:53 +0000 (07:28 +0000)]
- Reduced the amout of tmp header debugging.
rousskov [Thu, 12 Mar 1998 05:18:42 +0000 (05:18 +0000)]
- Attempted to fix a problem when Squid ignores all header fields it cannot
parse. Now we support a two-level scheme where raw header fields are
preserved regardless of our parsing/interpretation abilities. Each header
field has also a "cache" where we store parsed value of the field (if any).
- The only opearation on raw headers left is "joining" of appropriate headers
together.
- Fixed a lot of minor problems and added new header fields: Server, X-Cache,
and other.
rousskov [Thu, 12 Mar 1998 04:11:47 +0000 (04:11 +0000)]
- Removed Join method. Range fields are not join-able.
rousskov [Thu, 12 Mar 1998 04:10:57 +0000 (04:10 +0000)]
- Fixed Join bug (extracting specs from recepient Range rather than from the donor).
rousskov [Thu, 12 Mar 1998 01:30:08 +0000 (01:30 +0000)]
- Incremented debugging level of "storeCheckCachable: NO: negative cached"
rousskov [Thu, 12 Mar 1998 01:07:22 +0000 (01:07 +0000)]
- Made parse function more robust. Dates with one character for day-of-month
(e.g. "Thu, 6 Feb 1997 23:42:24 GMT") are now parsed.
rousskov [Mon, 9 Mar 1998 14:32:53 +0000 (14:32 +0000)]
- Renamed test-elipses into test-ellipses.
rousskov [Mon, 9 Mar 1998 04:40:20 +0000 (04:40 +0000)]
lint
rousskov [Mon, 9 Mar 1998 04:26:29 +0000 (04:26 +0000)]
- Fixed printf bug.
rousskov [Mon, 9 Mar 1998 04:03:01 +0000 (04:03 +0000)]
Initial revision.
rousskov [Mon, 9 Mar 1998 04:02:07 +0000 (04:02 +0000)]
- Added bottom level support for Content-Range header fields.
rousskov [Mon, 9 Mar 1998 03:42:00 +0000 (03:42 +0000)]
- Changed debug section number to avoid clashes with "PUMP handler"
rousskov [Mon, 9 Mar 1998 01:59:11 +0000 (01:59 +0000)]
- Added HttpHdrExtField (moved from HttpHeader.c)
rousskov [Mon, 9 Mar 1998 01:58:40 +0000 (01:58 +0000)]
- Moved HttpHdrExtField from HttpHeader to a separate file.
- Fixed a few header stats bugs.
wessels [Mon, 9 Mar 1998 01:20:13 +0000 (01:20 +0000)]
update
rousskov [Sun, 8 Mar 1998 15:43:16 +0000 (15:43 +0000)]
- Removed OLD_POST_CODE #define from squid.h
rousskov [Sun, 8 Mar 1998 15:16:43 +0000 (15:16 +0000)]
- Added stringAppend
rousskov [Sun, 8 Mar 1998 14:53:13 +0000 (14:53 +0000)]
-Added String.c (moved from /lib and patched to use MemPools)
rousskov [Sun, 8 Mar 1998 14:34:41 +0000 (14:34 +0000)]
- Removed String.c (now in src/)
rousskov [Sun, 8 Mar 1998 14:28:51 +0000 (14:28 +0000)]
- Replaced "char *" header fields with String-based ones.
- Removed ShortStringPool from Header.c (now handled by mem.c)
wessels [Sun, 8 Mar 1998 11:42:25 +0000 (11:42 +0000)]
remove printf, gindent
rousskov [Sun, 8 Mar 1998 06:42:54 +0000 (06:42 +0000)]
- Added memory pools for variable size objects (strings).
There are three pools; for small, medium, and large objects.
- Extended String object to use memory pools. Most fixed size char
array fields will be replaced using string pools. Same for most
malloc()-ed buffers.
- Replaced "char *urlpath" in request_t with "String urlpath".
- Fixed some printf-like function bugs.
rousskov [Sun, 8 Mar 1998 06:38:23 +0000 (06:38 +0000)]
- Changed %t to %T.
rousskov [Sun, 8 Mar 1998 03:46:18 +0000 (03:46 +0000)]
- Added initial support for string pools.
rousskov [Sun, 8 Mar 1998 03:17:44 +0000 (03:17 +0000)]
- Fixed a bug that prevented some tables from being displayed. We did not
close a <table> if there were no text after it.
wessels [Sat, 7 Mar 1998 12:50:15 +0000 (12:50 +0000)]
add debugging for comm_remove_close_handler
wessels [Sat, 7 Mar 1998 12:49:35 +0000 (12:49 +0000)]
make -P option work with -m POST
wessels [Sat, 7 Mar 1998 12:48:38 +0000 (12:48 +0000)]
formatting, gindent
wessels [Sat, 7 Mar 1998 12:48:18 +0000 (12:48 +0000)]
proto fix
wessels [Sat, 7 Mar 1998 09:05:29 +0000 (09:05 +0000)]
initialization of old/new mem types
wessels [Sat, 7 Mar 1998 07:54:49 +0000 (07:54 +0000)]
WIP
wessels [Sat, 7 Mar 1998 07:24:32 +0000 (07:24 +0000)]
disable setresuid for linux 2.0.x
wessels [Sat, 7 Mar 1998 07:02:14 +0000 (07:02 +0000)]
remove #if 0 code
wessels [Sat, 7 Mar 1998 06:56:14 +0000 (06:56 +0000)]
update
wessels [Sat, 7 Mar 1998 06:22:23 +0000 (06:22 +0000)]
removed lots of #if 0 code
wessels [Sat, 7 Mar 1998 05:54:22 +0000 (05:54 +0000)]
remove source_ping from squid.conf
wessels [Sat, 7 Mar 1998 05:53:05 +0000 (05:53 +0000)]
make source_ping feature not compiled by default
wessels [Sat, 7 Mar 1998 05:19:30 +0000 (05:19 +0000)]
Removed 'meta_data' structure. Use mem.c routines instead, or
simply stop accounting for some things
wessels [Sat, 7 Mar 1998 04:05:47 +0000 (04:05 +0000)]
Fixes/changes from 1.1, mostly clientdbCutoffDenied().
kostas [Fri, 6 Mar 1998 12:46:37 +0000 (12:46 +0000)]
these are needed
kostas [Fri, 6 Mar 1998 12:43:31 +0000 (12:43 +0000)]
A generic client-to-server "pump" was added to handle HTTP PUT as
well as POST methods on the client-cache side. Based on "pump"
PUT requests can be made to either HTTP or FTP url's. Code is still
alpha and interoperability with browsers is not guaranteed.
Timeout/close handling should be improved sometime.
rousskov [Fri, 6 Mar 1998 12:34:44 +0000 (12:34 +0000)]
- Changed POST action in host/port form to GET.
wessels [Fri, 6 Mar 1998 08:33:12 +0000 (08:33 +0000)]
for XMALLOC_DEBUG, need to call check_free() before stupid realloc()
rousskov [Fri, 6 Mar 1998 08:30:58 +0000 (08:30 +0000)]
-Added pools for MEM_HTTP_HDR_RANGE_SPEC and MEM_HTTP_HDR_RANGE
wessels [Fri, 6 Mar 1998 07:38:43 +0000 (07:38 +0000)]
remove sha.o
rousskov [Fri, 6 Mar 1998 03:59:06 +0000 (03:59 +0000)]
- Recompiled to reflect new modules.