]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
29 years agoadd base64.o
wessels [Tue, 16 Jul 1996 07:50:15 +0000 (07:50 +0000)] 
add base64.o

29 years agoAdd XMALLOC_COUNT stuff to figure out where all the memory is going
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

29 years agoset GETTIMEOFDAY_NO_TZP
wessels [Tue, 16 Jul 1996 07:47:16 +0000 (07:47 +0000)] 
set GETTIMEOFDAY_NO_TZP
check for mallocblksize()

29 years agoupdate
wessels [Tue, 16 Jul 1996 07:44:36 +0000 (07:44 +0000)] 
update

29 years agoBy Henrik for FTP auth stuff
wessels [Tue, 16 Jul 1996 06:03:01 +0000 (06:03 +0000)] 
By Henrik for FTP auth stuff

29 years agoHere is my patch to squid-1.1.alpha4 that adds the functionality to
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

29 years agoget ASYNC_IO stuff really working
wessels [Tue, 16 Jul 1996 05:48:27 +0000 (05:48 +0000)] 
get ASYNC_IO stuff really working

29 years agomemory leak when deleting a neighbor
wessels [Tue, 16 Jul 1996 05:18:53 +0000 (05:18 +0000)] 
memory leak when deleting a neighbor

29 years ago-rename 'table' to 'store_table'
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

29 years agobump up MAX_URL size buffers to prevent fencepost problems
wessels [Tue, 16 Jul 1996 05:14:27 +0000 (05:14 +0000)] 
bump up MAX_URL size buffers to prevent fencepost problems

29 years agoadd init debugging
wessels [Tue, 16 Jul 1996 05:13:31 +0000 (05:13 +0000)] 
add init debugging

29 years agoseparate meta_data.misc memory accounting
wessels [Tue, 16 Jul 1996 05:12:36 +0000 (05:12 +0000)] 
separate meta_data.misc memory accounting

29 years agoformatting
wessels [Tue, 16 Jul 1996 05:12:06 +0000 (05:12 +0000)] 
formatting

29 years agogindent
wessels [Tue, 16 Jul 1996 05:11:54 +0000 (05:11 +0000)] 
gindent

29 years ago-Use pointers, not arrays on hp->h_addr_list
wessels [Tue, 16 Jul 1996 05:10:53 +0000 (05:10 +0000)] 
-Use pointers, not arrays on hp->h_addr_list

29 years agocall mallopt() before anything else.
wessels [Sun, 14 Jul 1996 11:35:54 +0000 (11:35 +0000)] 
call mallopt() before anything else.

29 years agoupdate
wessels [Fri, 12 Jul 1996 23:44:35 +0000 (23:44 +0000)] 
update

29 years agoupdate
wessels [Fri, 12 Jul 1996 23:42:47 +0000 (23:42 +0000)] 
update

29 years agoupdate
wessels [Fri, 12 Jul 1996 23:42:02 +0000 (23:42 +0000)] 
update

29 years ago-Changed stack size stuff so now free pages if there are more than
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

29 years ago-add memoryAccounted()
wessels [Fri, 12 Jul 1996 23:40:47 +0000 (23:40 +0000)] 
-add memoryAccounted()
-add mallinfoTotal()

29 years ago-remove ipcache_entry->lock
wessels [Fri, 12 Jul 1996 23:40:27 +0000 (23:40 +0000)] 
-remove ipcache_entry->lock

29 years ago-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

29 years ago-add prototypes for static funcs
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().

29 years ago-fix XMALLOC_DEBUG
wessels [Fri, 12 Jul 1996 23:38:11 +0000 (23:38 +0000)] 
-fix XMALLOC_DEBUG
-add XMALLOC_COUNT

29 years agoAdded ident_lookup option to config file
wessels [Fri, 12 Jul 1996 04:44:11 +0000 (04:44 +0000)] 
Added ident_lookup option to config file

29 years ago - Fixed bug when removing a neighbor. Forgetting to decrement
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().

29 years agoredirector up to snuff
wessels [Thu, 11 Jul 1996 23:42:34 +0000 (23:42 +0000)] 
redirector up to snuff

29 years agoreduce use of proto_id()
wessels [Thu, 11 Jul 1996 23:26:05 +0000 (23:26 +0000)] 
reduce use of proto_id()

29 years agoadd header
wessels [Thu, 11 Jul 1996 23:25:24 +0000 (23:25 +0000)] 
add header

29 years agoclean up fdstat_type muck
wessels [Wed, 10 Jul 1996 05:01:16 +0000 (05:01 +0000)] 
clean up fdstat_type muck

29 years agomucho cleanup, mostly separate filedescriptor output into separate function
wessels [Wed, 10 Jul 1996 05:00:55 +0000 (05:00 +0000)] 
mucho cleanup, mostly separate filedescriptor output into separate function

29 years agodon't read again until the write is fully done
wessels [Wed, 10 Jul 1996 05:00:26 +0000 (05:00 +0000)] 
don't read again until the write is fully done

29 years agoremove copious ident debugging
wessels [Wed, 10 Jul 1996 04:59:29 +0000 (04:59 +0000)] 
remove copious ident debugging

29 years ago-clean up fd_note crap
wessels [Wed, 10 Jul 1996 04:58:27 +0000 (04:58 +0000)] 
-clean up fd_note crap

29 years agoAdded filedesciptor and reply_header entries
wessels [Wed, 10 Jul 1996 04:58:06 +0000 (04:58 +0000)] 
Added filedesciptor and reply_header entries

29 years ago-Add a function to release an ipcache entry if its negative cached
wessels [Wed, 10 Jul 1996 04:55:14 +0000 (04:55 +0000)] 
-Add a function to release an ipcache entry if its negative cached

29 years agomake native log format the default
wessels [Tue, 9 Jul 1996 11:06:16 +0000 (11:06 +0000)] 
make native log format the default

29 years agofix typedef enum clashes
wessels [Tue, 9 Jul 1996 10:56:00 +0000 (10:56 +0000)] 
fix typedef enum clashes

29 years ago1.1.alpha3
wessels [Tue, 9 Jul 1996 10:48:13 +0000 (10:48 +0000)] 
1.1.alpha3

29 years agogindent
wessels [Tue, 9 Jul 1996 10:47:16 +0000 (10:47 +0000)] 
gindent

29 years agoAsync I/O from Pete Bentley <pete@demon.net>
wessels [Tue, 9 Jul 1996 10:46:46 +0000 (10:46 +0000)] 
Async I/O from Pete Bentley <pete@demon.net>

29 years agocleanup after big merge
wessels [Tue, 9 Jul 1996 09:40:58 +0000 (09:40 +0000)] 
cleanup after big merge

29 years agoupdating to squid-1.0.1
wessels [Tue, 9 Jul 1996 04:42:53 +0000 (04:42 +0000)] 
updating to squid-1.0.1

29 years agoFrom: Hugh Anderson <h_anders@ee.cit.ac.nz>
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).

29 years agoadding
wessels [Sat, 4 May 1996 05:22:22 +0000 (05:22 +0000)] 
adding

29 years ago1.1.alpha2
wessels [Sat, 4 May 1996 04:57:18 +0000 (04:57 +0000)] 
1.1.alpha2

29 years agomerging changes from SQUID_1_0 branch
wessels [Sat, 4 May 1996 04:56:14 +0000 (04:56 +0000)] 
merging changes from SQUID_1_0 branch

29 years agoupdate
wessels [Thu, 2 May 1996 04:39:27 +0000 (04:39 +0000)] 
update

29 years agosupport for RFC931/ident
wessels [Thu, 2 May 1996 04:38:55 +0000 (04:38 +0000)] 
support for RFC931/ident

29 years agogindent
wessels [Thu, 2 May 1996 04:37:13 +0000 (04:37 +0000)] 
gindent

29 years agomerging all changes up to squid-1.0.beta5
wessels [Thu, 2 May 1996 04:36:17 +0000 (04:36 +0000)] 
merging all changes up to squid-1.0.beta5

29 years ago1.1.alpha1
wessels [Fri, 19 Apr 1996 02:53:54 +0000 (02:53 +0000)] 
1.1.alpha1

29 years agoseparated nconn into TCP and UCP
wessels [Fri, 19 Apr 1996 02:28:55 +0000 (02:28 +0000)] 
separated nconn into TCP and UCP

29 years agouse storeAppendPrintf() instead of sprintf();storeAppend()
wessels [Fri, 19 Apr 1996 02:02:02 +0000 (02:02 +0000)] 
use storeAppendPrintf() instead of sprintf();storeAppend()

29 years agoupdate
wessels [Thu, 18 Apr 1996 06:03:08 +0000 (06:03 +0000)] 
update

29 years agochange while to do loop
wessels [Thu, 18 Apr 1996 05:48:38 +0000 (05:48 +0000)] 
change while to do loop

29 years agoadd configurable dns_testnames and remove lazy ipcache initialization checks
wessels [Thu, 18 Apr 1996 05:48:23 +0000 (05:48 +0000)] 
add configurable dns_testnames and remove lazy ipcache initialization checks

29 years agoupdate
wessels [Thu, 18 Apr 1996 05:47:36 +0000 (05:47 +0000)] 
update

29 years agoadd configurable shutdown lifetime
wessels [Thu, 18 Apr 1996 05:47:19 +0000 (05:47 +0000)] 
add configurable shutdown lifetime

29 years agoadd configuration for DNS test names
wessels [Thu, 18 Apr 1996 05:46:17 +0000 (05:46 +0000)] 
add configuration for DNS test names
add configuration for shutdown lifetime value

29 years agodont unlink clash files
wessels [Thu, 18 Apr 1996 05:18:49 +0000 (05:18 +0000)] 
dont unlink clash files

29 years agofix comm_select to actually select() during background processing
wessels [Thu, 18 Apr 1996 03:40:27 +0000 (03:40 +0000)] 
fix comm_select to actually select() during background processing

29 years agotime(NULL) nit
wessels [Thu, 18 Apr 1996 03:39:55 +0000 (03:39 +0000)] 
time(NULL) nit

29 years agogindent
wessels [Thu, 18 Apr 1996 03:03:14 +0000 (03:03 +0000)] 
gindent

29 years agochange comments
wessels [Thu, 18 Apr 1996 02:59:32 +0000 (02:59 +0000)] 
change comments

29 years agofix close handler for http
wessels [Thu, 18 Apr 1996 02:58:48 +0000 (02:58 +0000)] 
fix close handler for http

29 years agoupdate
wessels [Thu, 18 Apr 1996 02:58:31 +0000 (02:58 +0000)] 
update

29 years agofix getopt call for -U
wessels [Thu, 18 Apr 1996 01:26:40 +0000 (01:26 +0000)] 
fix getopt call for -U

29 years ago1.0.alpha19
wessels [Thu, 18 Apr 1996 00:14:09 +0000 (00:14 +0000)] 
1.0.alpha19

29 years agoupdate
wessels [Thu, 18 Apr 1996 00:13:50 +0000 (00:13 +0000)] 
update

29 years agouse COMM_SELECT_CLOSE handlers for freeing data
wessels [Thu, 18 Apr 1996 00:06:24 +0000 (00:06 +0000)] 
use COMM_SELECT_CLOSE handlers for freeing data

29 years agochange REQ memeber to "request"
wessels [Wed, 17 Apr 1996 23:52:22 +0000 (23:52 +0000)] 
change REQ memeber to "request"

29 years agomake HTTP use select close handler
wessels [Wed, 17 Apr 1996 23:51:51 +0000 (23:51 +0000)] 
make HTTP use select close handler

29 years agocall disk_init() earlier
wessels [Wed, 17 Apr 1996 23:45:13 +0000 (23:45 +0000)] 
call disk_init() earlier

29 years agoadd close_handler to comm select stuff
wessels [Wed, 17 Apr 1996 23:40:15 +0000 (23:40 +0000)] 
add close_handler to comm select stuff

29 years agoremove fatal check for file_close of swaplog
wessels [Wed, 17 Apr 1996 23:16:43 +0000 (23:16 +0000)] 
remove fatal check for file_close of swaplog

29 years ago-change file_close logic for better debugging
wessels [Wed, 17 Apr 1996 23:15:23 +0000 (23:15 +0000)] 
-change file_close logic for better debugging
-remove lazy disk init checks

29 years agodont close stderr
wessels [Wed, 17 Apr 1996 23:14:43 +0000 (23:14 +0000)] 
dont close stderr

29 years agonote # connections on shutdown
wessels [Wed, 17 Apr 1996 23:14:17 +0000 (23:14 +0000)] 
note # connections on shutdown

29 years agostupid swaplog problems... grr.
wessels [Wed, 17 Apr 1996 22:43:37 +0000 (22:43 +0000)] 
stupid swaplog problems... grr.

29 years agoupdate
wessels [Wed, 17 Apr 1996 21:59:49 +0000 (21:59 +0000)] 
update

29 years agogindent
wessels [Wed, 17 Apr 1996 21:07:26 +0000 (21:07 +0000)] 
gindent

29 years agofix swaplog_lock bug
wessels [Wed, 17 Apr 1996 21:02:58 +0000 (21:02 +0000)] 
fix swaplog_lock bug

29 years agocompiler
wessels [Wed, 17 Apr 1996 05:06:26 +0000 (05:06 +0000)] 
compiler

29 years agofix config_file (now ConfigFile) mem problems
wessels [Wed, 17 Apr 1996 05:05:43 +0000 (05:05 +0000)] 
fix config_file (now ConfigFile) mem problems

29 years agoFixed problem with free()'ing config_file
wessels [Wed, 17 Apr 1996 04:52:03 +0000 (04:52 +0000)] 
Fixed problem with free()'ing config_file

29 years agofix setting default SWAP_DIR
wessels [Wed, 17 Apr 1996 02:53:32 +0000 (02:53 +0000)] 
fix setting default SWAP_DIR

29 years agoset lifetimes for sockets only, and do it in reconfigure() too
wessels [Wed, 17 Apr 1996 02:32:53 +0000 (02:32 +0000)] 
set lifetimes for sockets only, and do it in reconfigure() too

29 years agodont really close Udp port so we can still send on it; just disable handlers while...
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

29 years agochange debug level
wessels [Wed, 17 Apr 1996 02:30:45 +0000 (02:30 +0000)] 
change debug level

29 years agobreak up long comm_select()
wessels [Wed, 17 Apr 1996 02:29:26 +0000 (02:29 +0000)] 
break up long comm_select()

29 years agodont set -Wall on SunOS
wessels [Wed, 17 Apr 1996 00:34:09 +0000 (00:34 +0000)] 
dont set -Wall on SunOS

29 years ago1.0.alpha18
wessels [Wed, 17 Apr 1996 00:32:11 +0000 (00:32 +0000)] 
1.0.alpha18

29 years agogindent
wessels [Wed, 17 Apr 1996 00:31:32 +0000 (00:31 +0000)] 
gindent

29 years agotypo
wessels [Wed, 17 Apr 1996 00:30:54 +0000 (00:30 +0000)] 
typo

29 years agofix printing method in proxyhttpStart() where there is no request structure
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

29 years agofix weight parsing
wessels [Wed, 17 Apr 1996 00:30:06 +0000 (00:30 +0000)] 
fix weight parsing

29 years agofix accidentally changing getFromDefaultSource() to getFromCache()
wessels [Wed, 17 Apr 1996 00:29:40 +0000 (00:29 +0000)] 
fix accidentally changing getFromDefaultSource() to getFromCache()

29 years agoadd missing "gopher" from list of protocol strings
wessels [Wed, 17 Apr 1996 00:28:47 +0000 (00:28 +0000)] 
add missing "gopher" from list of protocol strings