]>
git.ipfire.org Git - thirdparty/squid.git/log
wessels [Tue, 16 Jul 1996 07:50:15 +0000 (07:50 +0000)]
add base64.o
wessels [Tue, 16 Jul 1996 07:49:52 +0000 (07:49 +0000)]
Add XMALLOC_COUNT stuff to figure out where all the memory is going
wessels [Tue, 16 Jul 1996 07:47:16 +0000 (07:47 +0000)]
set GETTIMEOFDAY_NO_TZP
check for mallocblksize()
wessels [Tue, 16 Jul 1996 07:44:36 +0000 (07:44 +0000)]
update
wessels [Tue, 16 Jul 1996 06:03:01 +0000 (06:03 +0000)]
By Henrik for FTP auth stuff
wessels [Tue, 16 Jul 1996 05:57:49 +0000 (05:57 +0000)]
Here is my patch to squid-1.1.alpha4 that adds the functionality to
use basic authentication for user&passwd information on non-anonymous
ftp.
If it receives a non-anonymus ftp request without a password, then
Squid responds with 401 Unauthorized with
WWW-Authenticate: Basic realm="ftp <user>"
Notes:
1. This is normal authentication, not proxy authentication. The
authentication is for the end server and not the proxy (i.e
it is a translation of the ftp login procedure to HTTP).
2. The realm is always local to the server (string), and therefore
only the user information is nessecary to make it unique. I added
"ftp " minimize the risk of collision with a identical realm
for another protocol (i.e. HTTP) on the same server.
3. This implementation is not fully complete. It needs some further
work on expiration of generated 401 messages, but this doesn't
really matter (they are expired immediately anyway).
Maybe they should be negatively cached, but most browsers cache
this internally anyway (to avoid unnessesary 401 messages).
/Henrik
wessels [Tue, 16 Jul 1996 05:48:27 +0000 (05:48 +0000)]
get ASYNC_IO stuff really working
wessels [Tue, 16 Jul 1996 05:18:53 +0000 (05:18 +0000)]
memory leak when deleting a neighbor
wessels [Tue, 16 Jul 1996 05:16:32 +0000 (05:16 +0000)]
-rename 'table' to 'store_table'
-use function pointer for hash function
-bump MAX_URL size buffers for fencepost problems
wessels [Tue, 16 Jul 1996 05:14:27 +0000 (05:14 +0000)]
bump up MAX_URL size buffers to prevent fencepost problems
wessels [Tue, 16 Jul 1996 05:13:31 +0000 (05:13 +0000)]
add init debugging
wessels [Tue, 16 Jul 1996 05:12:36 +0000 (05:12 +0000)]
separate meta_data.misc memory accounting
wessels [Tue, 16 Jul 1996 05:12:06 +0000 (05:12 +0000)]
formatting
wessels [Tue, 16 Jul 1996 05:11:54 +0000 (05:11 +0000)]
gindent
wessels [Tue, 16 Jul 1996 05:10:53 +0000 (05:10 +0000)]
-Use pointers, not arrays on hp->h_addr_list
wessels [Sun, 14 Jul 1996 11:35:54 +0000 (11:35 +0000)]
call mallopt() before anything else.
wessels [Fri, 12 Jul 1996 23:44:35 +0000 (23:44 +0000)]
update
wessels [Fri, 12 Jul 1996 23:42:47 +0000 (23:42 +0000)]
update
wessels [Fri, 12 Jul 1996 23:42:02 +0000 (23:42 +0000)]
update
wessels [Fri, 12 Jul 1996 23:41:51 +0000 (23:41 +0000)]
-Changed stack size stuff so now free pages if there are more than
max pages allocated
wessels [Fri, 12 Jul 1996 23:40:47 +0000 (23:40 +0000)]
-add memoryAccounted()
-add mallinfoTotal()
wessels [Fri, 12 Jul 1996 23:40:27 +0000 (23:40 +0000)]
-remove ipcache_entry->lock
wessels [Fri, 12 Jul 1996 23:39:51 +0000 (23:39 +0000)]
-Remove ipcache_entry->lock
-Change displayed TTL in stats page
wessels [Fri, 12 Jul 1996 23:39:00 +0000 (23:39 +0000)]
-add prototypes for static funcs
-fix blocking hostname lookup, separate into httpStart(), httpConnect().
wessels [Fri, 12 Jul 1996 23:38:11 +0000 (23:38 +0000)]
-fix XMALLOC_DEBUG
-add XMALLOC_COUNT
wessels [Fri, 12 Jul 1996 04:44:11 +0000 (04:44 +0000)]
Added ident_lookup option to config file
wessels [Fri, 12 Jul 1996 04:43:44 +0000 (04:43 +0000)]
- Fixed bug when removing a neighbor. Forgetting to decrement
friends->n causes a duplicate ICP query to be sent in
neighborsUdpPing().
wessels [Thu, 11 Jul 1996 23:42:34 +0000 (23:42 +0000)]
redirector up to snuff
wessels [Thu, 11 Jul 1996 23:26:05 +0000 (23:26 +0000)]
reduce use of proto_id()
wessels [Thu, 11 Jul 1996 23:25:24 +0000 (23:25 +0000)]
add header
wessels [Wed, 10 Jul 1996 05:01:16 +0000 (05:01 +0000)]
clean up fdstat_type muck
wessels [Wed, 10 Jul 1996 05:00:55 +0000 (05:00 +0000)]
mucho cleanup, mostly separate filedescriptor output into separate function
wessels [Wed, 10 Jul 1996 05:00:26 +0000 (05:00 +0000)]
don't read again until the write is fully done
wessels [Wed, 10 Jul 1996 04:59:29 +0000 (04:59 +0000)]
remove copious ident debugging
wessels [Wed, 10 Jul 1996 04:58:27 +0000 (04:58 +0000)]
-clean up fd_note crap
wessels [Wed, 10 Jul 1996 04:58:06 +0000 (04:58 +0000)]
Added filedesciptor and reply_header entries
wessels [Wed, 10 Jul 1996 04:55:14 +0000 (04:55 +0000)]
-Add a function to release an ipcache entry if its negative cached
wessels [Tue, 9 Jul 1996 11:06:16 +0000 (11:06 +0000)]
make native log format the default
wessels [Tue, 9 Jul 1996 10:56:00 +0000 (10:56 +0000)]
fix typedef enum clashes
wessels [Tue, 9 Jul 1996 10:48:13 +0000 (10:48 +0000)]
1.1.alpha3
wessels [Tue, 9 Jul 1996 10:47:16 +0000 (10:47 +0000)]
gindent
wessels [Tue, 9 Jul 1996 10:46:46 +0000 (10:46 +0000)]
Async I/O from Pete Bentley <pete@demon.net>
wessels [Tue, 9 Jul 1996 09:40:58 +0000 (09:40 +0000)]
cleanup after big merge
wessels [Tue, 9 Jul 1996 04:42:53 +0000 (04:42 +0000)]
updating to squid-1.0.1
wessels [Wed, 15 May 1996 11:13:25 +0000 (11:13 +0000)]
From: Hugh Anderson <h_anders@ee.cit.ac.nz>
Thanks for the alpha copy of squid. It certainly is doing identd lookups now,
but it doesn't appear to log the identd names to the access-log file (as the
second field in it).
wessels [Sat, 4 May 1996 05:22:22 +0000 (05:22 +0000)]
adding
wessels [Sat, 4 May 1996 04:57:18 +0000 (04:57 +0000)]
1.1.alpha2
wessels [Sat, 4 May 1996 04:56:14 +0000 (04:56 +0000)]
merging changes from SQUID_1_0 branch
wessels [Thu, 2 May 1996 04:39:27 +0000 (04:39 +0000)]
update
wessels [Thu, 2 May 1996 04:38:55 +0000 (04:38 +0000)]
support for RFC931/ident
wessels [Thu, 2 May 1996 04:37:13 +0000 (04:37 +0000)]
gindent
wessels [Thu, 2 May 1996 04:36:17 +0000 (04:36 +0000)]
merging all changes up to squid-1.0.beta5
wessels [Fri, 19 Apr 1996 02:53:54 +0000 (02:53 +0000)]
1.1.alpha1
wessels [Fri, 19 Apr 1996 02:28:55 +0000 (02:28 +0000)]
separated nconn into TCP and UCP
wessels [Fri, 19 Apr 1996 02:02:02 +0000 (02:02 +0000)]
use storeAppendPrintf() instead of sprintf();storeAppend()
wessels [Thu, 18 Apr 1996 06:03:08 +0000 (06:03 +0000)]
update
wessels [Thu, 18 Apr 1996 05:48:38 +0000 (05:48 +0000)]
change while to do loop
wessels [Thu, 18 Apr 1996 05:48:23 +0000 (05:48 +0000)]
add configurable dns_testnames and remove lazy ipcache initialization checks
wessels [Thu, 18 Apr 1996 05:47:36 +0000 (05:47 +0000)]
update
wessels [Thu, 18 Apr 1996 05:47:19 +0000 (05:47 +0000)]
add configurable shutdown lifetime
wessels [Thu, 18 Apr 1996 05:46:17 +0000 (05:46 +0000)]
add configuration for DNS test names
add configuration for shutdown lifetime value
wessels [Thu, 18 Apr 1996 05:18:49 +0000 (05:18 +0000)]
dont unlink clash files
wessels [Thu, 18 Apr 1996 03:40:27 +0000 (03:40 +0000)]
fix comm_select to actually select() during background processing
wessels [Thu, 18 Apr 1996 03:39:55 +0000 (03:39 +0000)]
time(NULL) nit
wessels [Thu, 18 Apr 1996 03:03:14 +0000 (03:03 +0000)]
gindent
wessels [Thu, 18 Apr 1996 02:59:32 +0000 (02:59 +0000)]
change comments
wessels [Thu, 18 Apr 1996 02:58:48 +0000 (02:58 +0000)]
fix close handler for http
wessels [Thu, 18 Apr 1996 02:58:31 +0000 (02:58 +0000)]
update
wessels [Thu, 18 Apr 1996 01:26:40 +0000 (01:26 +0000)]
fix getopt call for -U
wessels [Thu, 18 Apr 1996 00:14:09 +0000 (00:14 +0000)]
1.0.alpha19
wessels [Thu, 18 Apr 1996 00:13:50 +0000 (00:13 +0000)]
update
wessels [Thu, 18 Apr 1996 00:06:24 +0000 (00:06 +0000)]
use COMM_SELECT_CLOSE handlers for freeing data
wessels [Wed, 17 Apr 1996 23:52:22 +0000 (23:52 +0000)]
change REQ memeber to "request"
wessels [Wed, 17 Apr 1996 23:51:51 +0000 (23:51 +0000)]
make HTTP use select close handler
wessels [Wed, 17 Apr 1996 23:45:13 +0000 (23:45 +0000)]
call disk_init() earlier
wessels [Wed, 17 Apr 1996 23:40:15 +0000 (23:40 +0000)]
add close_handler to comm select stuff
wessels [Wed, 17 Apr 1996 23:16:43 +0000 (23:16 +0000)]
remove fatal check for file_close of swaplog
wessels [Wed, 17 Apr 1996 23:15:23 +0000 (23:15 +0000)]
-change file_close logic for better debugging
-remove lazy disk init checks
wessels [Wed, 17 Apr 1996 23:14:43 +0000 (23:14 +0000)]
dont close stderr
wessels [Wed, 17 Apr 1996 23:14:17 +0000 (23:14 +0000)]
note # connections on shutdown
wessels [Wed, 17 Apr 1996 22:43:37 +0000 (22:43 +0000)]
stupid swaplog problems... grr.
wessels [Wed, 17 Apr 1996 21:59:49 +0000 (21:59 +0000)]
update
wessels [Wed, 17 Apr 1996 21:07:26 +0000 (21:07 +0000)]
gindent
wessels [Wed, 17 Apr 1996 21:02:58 +0000 (21:02 +0000)]
fix swaplog_lock bug
wessels [Wed, 17 Apr 1996 05:06:26 +0000 (05:06 +0000)]
compiler
wessels [Wed, 17 Apr 1996 05:05:43 +0000 (05:05 +0000)]
fix config_file (now ConfigFile) mem problems
wessels [Wed, 17 Apr 1996 04:52:03 +0000 (04:52 +0000)]
Fixed problem with free()'ing config_file
wessels [Wed, 17 Apr 1996 02:53:32 +0000 (02:53 +0000)]
fix setting default SWAP_DIR
wessels [Wed, 17 Apr 1996 02:32:53 +0000 (02:32 +0000)]
set lifetimes for sockets only, and do it in reconfigure() too
wessels [Wed, 17 Apr 1996 02:31:22 +0000 (02:31 +0000)]
dont really close Udp port so we can still send on it; just disable handlers while shutdown is pending
wessels [Wed, 17 Apr 1996 02:30:45 +0000 (02:30 +0000)]
change debug level
wessels [Wed, 17 Apr 1996 02:29:26 +0000 (02:29 +0000)]
break up long comm_select()
wessels [Wed, 17 Apr 1996 00:34:09 +0000 (00:34 +0000)]
dont set -Wall on SunOS
wessels [Wed, 17 Apr 1996 00:32:11 +0000 (00:32 +0000)]
1.0.alpha18
wessels [Wed, 17 Apr 1996 00:31:32 +0000 (00:31 +0000)]
gindent
wessels [Wed, 17 Apr 1996 00:30:54 +0000 (00:30 +0000)]
typo
wessels [Wed, 17 Apr 1996 00:30:45 +0000 (00:30 +0000)]
fix printing method in proxyhttpStart() where there is no request structure
passed in
wessels [Wed, 17 Apr 1996 00:30:06 +0000 (00:30 +0000)]
fix weight parsing
wessels [Wed, 17 Apr 1996 00:29:40 +0000 (00:29 +0000)]
fix accidentally changing getFromDefaultSource() to getFromCache()
wessels [Wed, 17 Apr 1996 00:28:47 +0000 (00:28 +0000)]
add missing "gopher" from list of protocol strings