]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
27 years ago*** empty log message ***
kostas [Tue, 17 Mar 1998 12:42:58 +0000 (12:42 +0000)] 
*** empty log message ***

27 years agoremove SNMPINFO
wessels [Tue, 17 Mar 1998 12:38:51 +0000 (12:38 +0000)] 
remove SNMPINFO

27 years agohenrik-requested non rcs mib version check
kostas [Tue, 17 Mar 1998 12:31:01 +0000 (12:31 +0000)] 
henrik-requested non rcs mib version check

27 years agoSNMP changes/fixes
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.

27 years ago1.2.beta17
wessels [Tue, 17 Mar 1998 12:07:46 +0000 (12:07 +0000)] 
1.2.beta17

27 years agoremoved unused code
wessels [Tue, 17 Mar 1998 12:07:35 +0000 (12:07 +0000)] 
removed unused code

27 years agoremoved unused code; updated comments; formatting
wessels [Tue, 17 Mar 1998 11:00:11 +0000 (11:00 +0000)] 
removed unused code; updated comments; formatting

27 years agounescape URLs before access checks
wessels [Tue, 17 Mar 1998 10:59:21 +0000 (10:59 +0000)] 
unescape URLs before access checks

27 years agodebug mucking
wessels [Tue, 17 Mar 1998 09:42:25 +0000 (09:42 +0000)] 
debug mucking

27 years agofixed ident coredumps. The callback data was "hardcoded" as connStateData,
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.

27 years agoremove duplicate setresuid check
wessels [Tue, 17 Mar 1998 07:37:51 +0000 (07:37 +0000)] 
remove duplicate setresuid check

27 years agominor adjustment
wessels [Tue, 17 Mar 1998 07:09:10 +0000 (07:09 +0000)] 
minor adjustment

27 years agoHenrik's domain regex patch
wessels [Tue, 17 Mar 1998 07:05:54 +0000 (07:05 +0000)] 
Henrik's domain regex patch

27 years agofix passwd authentication
wessels [Tue, 17 Mar 1998 06:50:04 +0000 (06:50 +0000)] 
fix passwd authentication

27 years agoset defaults for hierarchy_stoplist and cache_stoplist
wessels [Tue, 17 Mar 1998 06:49:48 +0000 (06:49 +0000)] 
set defaults for hierarchy_stoplist and cache_stoplist

27 years agoremove temp debug
wessels [Tue, 17 Mar 1998 06:21:33 +0000 (06:21 +0000)] 
remove temp debug

27 years agomore ARP acl fixes
wessels [Tue, 17 Mar 1998 06:12:55 +0000 (06:12 +0000)] 
more ARP acl fixes

27 years agolincoln dale's stat graphing code
wessels [Tue, 17 Mar 1998 06:10:38 +0000 (06:10 +0000)] 
lincoln dale's stat graphing code

27 years agouse aclDumpArpList instead of aclDumpArp
wessels [Tue, 17 Mar 1998 05:26:45 +0000 (05:26 +0000)] 
use aclDumpArpList instead of aclDumpArp

27 years agotypedef struct _arp_ip_data acl_arp_data
wessels [Tue, 17 Mar 1998 05:24:28 +0000 (05:24 +0000)] 
typedef struct _arp_ip_data acl_arp_data

27 years agoupdate
wessels [Tue, 17 Mar 1998 05:24:19 +0000 (05:24 +0000)] 
update

27 years agonote httpd_accel_uses_host_header required for transparent proxying and host-based...
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

27 years agoHenrik icon URL changes
wessels [Tue, 17 Mar 1998 04:59:55 +0000 (04:59 +0000)] 
Henrik icon URL changes

27 years agoFixed 'single parent' and peer->options bugs.
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.

27 years agolocalize snmplib_debug_hook
wessels [Tue, 17 Mar 1998 03:32:15 +0000 (03:32 +0000)] 
localize snmplib_debug_hook

27 years agodont exit() in mib.c or parse.c if mib parsing fails
wessels [Tue, 17 Mar 1998 03:32:00 +0000 (03:32 +0000)] 
dont exit() in mib.c or parse.c if mib parsing fails

27 years agoremove snmplib_debug_hook prototype -- it doesnt need to be global
wessels [Tue, 17 Mar 1998 03:31:09 +0000 (03:31 +0000)] 
remove snmplib_debug_hook prototype -- it doesnt need to be global

27 years agoremove redundant snmplib_debug_hook prototype
wessels [Tue, 17 Mar 1998 03:30:42 +0000 (03:30 +0000)] 
remove redundant snmplib_debug_hook prototype

27 years agoeliminate non-gcc warnings, especially about multiply defined symbols
wessels [Tue, 17 Mar 1998 03:30:03 +0000 (03:30 +0000)] 
eliminate non-gcc warnings, especially about multiply defined symbols

27 years agoadd defaults in comments for SNMP stuff
wessels [Tue, 17 Mar 1998 03:26:43 +0000 (03:26 +0000)] 
add defaults in comments for SNMP stuff

27 years agoeliminate non-gcc compiler warnings
wessels [Tue, 17 Mar 1998 03:11:50 +0000 (03:11 +0000)] 
eliminate non-gcc compiler warnings

27 years agoftp size bug again
wessels [Tue, 17 Mar 1998 01:21:41 +0000 (01:21 +0000)] 
ftp size bug again

27 years ago1.2 update from Stephane Bortzmeyer
wessels [Tue, 17 Mar 1998 00:06:11 +0000 (00:06 +0000)] 
1.2 update from Stephane Bortzmeyer

27 years agoMore pconn/restart/pump fixes.
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.

27 years agocancel control FD timeout before pumpStart()
wessels [Mon, 16 Mar 1998 00:19:57 +0000 (00:19 +0000)] 
cancel control FD timeout before pumpStart()

27 years ago- Disabled testing of header parser.
rousskov [Sun, 15 Mar 1998 11:25:27 +0000 (11:25 +0000)] 
- Disabled testing of header parser.

27 years agosomeone broke content length for FTP
wessels [Sun, 15 Mar 1998 06:29:20 +0000 (06:29 +0000)] 
someone broke content length for FTP

27 years agoadding HTCP
wessels [Fri, 13 Mar 1998 21:52:45 +0000 (21:52 +0000)] 
adding HTCP

27 years agowarn about potential coredump from httpRestart on a POST?
wessels [Fri, 13 Mar 1998 13:37:40 +0000 (13:37 +0000)] 
warn about potential coredump from httpRestart on a POST?

27 years agoadd line for POST/PUT missing content-length
wessels [Fri, 13 Mar 1998 12:47:11 +0000 (12:47 +0000)] 
add line for POST/PUT missing content-length

27 years agoadd global symbols and prototypes for XMALLOC_DEBUG'ing
wessels [Fri, 13 Mar 1998 12:46:01 +0000 (12:46 +0000)] 
add global symbols and prototypes for XMALLOC_DEBUG'ing

27 years agoremove xrealloc stderr debug
wessels [Fri, 13 Mar 1998 12:45:35 +0000 (12:45 +0000)] 
remove xrealloc stderr debug

27 years agoadd clientdbFreeMemory, remove asnCleanup
wessels [Fri, 13 Mar 1998 12:44:22 +0000 (12:44 +0000)] 
add clientdbFreeMemory, remove asnCleanup

27 years agoformatting
wessels [Fri, 13 Mar 1998 12:43:52 +0000 (12:43 +0000)] 
formatting

27 years agotune up shutdown()
wessels [Fri, 13 Mar 1998 12:41:37 +0000 (12:41 +0000)] 
tune up shutdown()

27 years agouse mem.c for HttpStateData
wessels [Fri, 13 Mar 1998 12:40:46 +0000 (12:40 +0000)] 
use mem.c for HttpStateData

27 years agoIn clientProcessRequest(), check that we have a valid conten-length
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.

27 years agoadded clientdbFreeMemory()
wessels [Fri, 13 Mar 1998 12:38:13 +0000 (12:38 +0000)] 
added clientdbFreeMemory()

27 years agoleaks and misc cleanup
wessels [Fri, 13 Mar 1998 12:37:47 +0000 (12:37 +0000)] 
leaks and misc cleanup

27 years agonits
wessels [Fri, 13 Mar 1998 04:19:55 +0000 (04:19 +0000)] 
nits

27 years agoadding HTCP code
wessels [Fri, 13 Mar 1998 04:19:46 +0000 (04:19 +0000)] 
adding HTCP code

27 years agoadding code
wessels [Fri, 13 Mar 1998 04:19:26 +0000 (04:19 +0000)] 
adding code

27 years agoshow 'log_url' in objects output
wessels [Fri, 13 Mar 1998 00:51:21 +0000 (00:51 +0000)] 
show 'log_url' in objects output

27 years agoformatting
wessels [Thu, 12 Mar 1998 09:20:09 +0000 (09:20 +0000)] 
formatting

27 years ago- Reduced the amout of tmp header debugging.
rousskov [Thu, 12 Mar 1998 07:28:53 +0000 (07:28 +0000)] 
- Reduced the amout of tmp header debugging.

27 years ago- Attempted to fix a problem when Squid ignores all header fields it cannot
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.

27 years ago- Removed Join method. Range fields are not join-able.
rousskov [Thu, 12 Mar 1998 04:11:47 +0000 (04:11 +0000)] 
- Removed Join method. Range fields are not join-able.

27 years ago- Fixed Join bug (extracting specs from recepient Range rather than from the donor).
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).

27 years ago- Incremented debugging level of "storeCheckCachable: NO: negative cached"
rousskov [Thu, 12 Mar 1998 01:30:08 +0000 (01:30 +0000)] 
- Incremented debugging level of "storeCheckCachable: NO: negative cached"

27 years ago- Made parse function more robust. Dates with one character for day-of-month
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.

27 years ago- Renamed test-elipses into test-ellipses.
rousskov [Mon, 9 Mar 1998 14:32:53 +0000 (14:32 +0000)] 
- Renamed test-elipses into test-ellipses.

27 years agolint
rousskov [Mon, 9 Mar 1998 04:40:20 +0000 (04:40 +0000)] 
lint

27 years ago- Fixed printf bug.
rousskov [Mon, 9 Mar 1998 04:26:29 +0000 (04:26 +0000)] 
- Fixed printf bug.

27 years agoInitial revision.
rousskov [Mon, 9 Mar 1998 04:03:01 +0000 (04:03 +0000)] 
Initial revision.

27 years ago- Added bottom level support for Content-Range header fields.
rousskov [Mon, 9 Mar 1998 04:02:07 +0000 (04:02 +0000)] 
- Added bottom level support for Content-Range header fields.

27 years ago- Changed debug section number to avoid clashes with "PUMP handler"
rousskov [Mon, 9 Mar 1998 03:42:00 +0000 (03:42 +0000)] 
- Changed debug section number to avoid clashes with "PUMP handler"

27 years ago- Added HttpHdrExtField (moved from HttpHeader.c)
rousskov [Mon, 9 Mar 1998 01:59:11 +0000 (01:59 +0000)] 
- Added HttpHdrExtField (moved from HttpHeader.c)

27 years ago- Moved HttpHdrExtField from HttpHeader to a separate file.
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.

27 years agoupdate
wessels [Mon, 9 Mar 1998 01:20:13 +0000 (01:20 +0000)] 
update

27 years ago- Removed OLD_POST_CODE #define from squid.h
rousskov [Sun, 8 Mar 1998 15:43:16 +0000 (15:43 +0000)] 
- Removed OLD_POST_CODE #define from squid.h

27 years ago- Added stringAppend
rousskov [Sun, 8 Mar 1998 15:16:43 +0000 (15:16 +0000)] 
- Added stringAppend

27 years ago-Added String.c (moved from /lib and patched to use MemPools)
rousskov [Sun, 8 Mar 1998 14:53:13 +0000 (14:53 +0000)] 
-Added String.c (moved from /lib and patched to use MemPools)

27 years ago- Removed String.c (now in src/)
rousskov [Sun, 8 Mar 1998 14:34:41 +0000 (14:34 +0000)] 
- Removed String.c (now in src/)

27 years ago- Replaced "char *" header fields with String-based ones.
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)

27 years agoremove printf, gindent
wessels [Sun, 8 Mar 1998 11:42:25 +0000 (11:42 +0000)] 
remove printf, gindent

27 years ago- Added memory pools for variable size objects (strings).
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.

27 years ago- Changed %t to %T.
rousskov [Sun, 8 Mar 1998 06:38:23 +0000 (06:38 +0000)] 
- Changed %t to %T.

27 years ago- Added initial support for string pools.
rousskov [Sun, 8 Mar 1998 03:46:18 +0000 (03:46 +0000)] 
- Added initial support for string pools.

27 years ago- Fixed a bug that prevented some tables from being displayed. We did not
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.

27 years agoadd debugging for comm_remove_close_handler
wessels [Sat, 7 Mar 1998 12:50:15 +0000 (12:50 +0000)] 
add debugging for comm_remove_close_handler

27 years agomake -P option work with -m POST
wessels [Sat, 7 Mar 1998 12:49:35 +0000 (12:49 +0000)] 
make -P option work with -m POST

27 years agoformatting, gindent
wessels [Sat, 7 Mar 1998 12:48:38 +0000 (12:48 +0000)] 
formatting, gindent

27 years agoproto fix
wessels [Sat, 7 Mar 1998 12:48:18 +0000 (12:48 +0000)] 
proto fix

27 years agoinitialization of old/new mem types
wessels [Sat, 7 Mar 1998 09:05:29 +0000 (09:05 +0000)] 
initialization of old/new mem types

27 years agoWIP
wessels [Sat, 7 Mar 1998 07:54:49 +0000 (07:54 +0000)] 
WIP

27 years agodisable setresuid for linux 2.0.x
wessels [Sat, 7 Mar 1998 07:24:32 +0000 (07:24 +0000)] 
disable setresuid for linux 2.0.x

27 years agoremove #if 0 code
wessels [Sat, 7 Mar 1998 07:02:14 +0000 (07:02 +0000)] 
remove #if 0 code

27 years agoupdate
wessels [Sat, 7 Mar 1998 06:56:14 +0000 (06:56 +0000)] 
update

27 years agoremoved lots of #if 0 code
wessels [Sat, 7 Mar 1998 06:22:23 +0000 (06:22 +0000)] 
removed lots of #if 0 code

27 years agoremove source_ping from squid.conf
wessels [Sat, 7 Mar 1998 05:54:22 +0000 (05:54 +0000)] 
remove source_ping from squid.conf

27 years agomake source_ping feature not compiled by default
wessels [Sat, 7 Mar 1998 05:53:05 +0000 (05:53 +0000)] 
make source_ping feature not compiled by default

27 years agoRemoved 'meta_data' structure. Use mem.c routines instead, or
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

27 years agoFixes/changes from 1.1, mostly clientdbCutoffDenied().
wessels [Sat, 7 Mar 1998 04:05:47 +0000 (04:05 +0000)] 
Fixes/changes from 1.1, mostly clientdbCutoffDenied().

27 years agothese are needed
kostas [Fri, 6 Mar 1998 12:46:37 +0000 (12:46 +0000)] 
these are needed

27 years agoA generic client-to-server "pump" was added to handle HTTP PUT as
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.

27 years ago- Changed POST action in host/port form to GET.
rousskov [Fri, 6 Mar 1998 12:34:44 +0000 (12:34 +0000)] 
- Changed POST action in host/port form to GET.

27 years agofor XMALLOC_DEBUG, need to call check_free() before stupid realloc()
wessels [Fri, 6 Mar 1998 08:33:12 +0000 (08:33 +0000)] 
for XMALLOC_DEBUG, need to call check_free() before stupid realloc()

27 years ago-Added pools for MEM_HTTP_HDR_RANGE_SPEC and MEM_HTTP_HDR_RANGE
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

27 years agoremove sha.o
wessels [Fri, 6 Mar 1998 07:38:43 +0000 (07:38 +0000)] 
remove sha.o

27 years ago- Recompiled to reflect new modules.
rousskov [Fri, 6 Mar 1998 03:59:06 +0000 (03:59 +0000)] 
- Recompiled to reflect new modules.