]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
29 years agocall aio_init() only if it exists, and after leave_suid()
wessels [Fri, 19 Jul 1996 23:35:13 +0000 (23:35 +0000)] 
call aio_init() only if it exists, and after leave_suid()

29 years agocasts, lint cleanup
wessels [Fri, 19 Jul 1996 23:34:45 +0000 (23:34 +0000)] 
casts, lint cleanup

29 years agoinsert admin email in error pages
wessels [Fri, 19 Jul 1996 23:34:08 +0000 (23:34 +0000)] 
insert admin email in error pages

29 years agoClean up AIO variables, set from configure
wessels [Fri, 19 Jul 1996 23:33:29 +0000 (23:33 +0000)] 
Clean up AIO variables, set from configure

29 years agoFix FTP transfer type from 1.0.3
wessels [Fri, 19 Jul 1996 08:42:21 +0000 (08:42 +0000)] 
Fix FTP transfer type from 1.0.3

29 years agouse LOCAL_ARRAY macro
wessels [Fri, 19 Jul 1996 02:26:59 +0000 (02:26 +0000)] 
use LOCAL_ARRAY macro

29 years agoadd admin_email to access denied message
wessels [Fri, 19 Jul 1996 02:26:13 +0000 (02:26 +0000)] 
add admin_email to access denied message

29 years agoadd client_netmask
wessels [Fri, 19 Jul 1996 02:25:37 +0000 (02:25 +0000)] 
add client_netmask
use LOCAL_ARRAY stuff

29 years agoadd client_netmask
wessels [Fri, 19 Jul 1996 02:25:17 +0000 (02:25 +0000)] 
add client_netmask

29 years agodecrement after delete bugfix
wessels [Wed, 17 Jul 1996 23:50:07 +0000 (23:50 +0000)] 
decrement after delete bugfix

29 years agosquid-1.0.2 update
wessels [Wed, 17 Jul 1996 23:49:10 +0000 (23:49 +0000)] 
squid-1.0.2 update

29 years agoupdate
wessels [Wed, 17 Jul 1996 23:48:34 +0000 (23:48 +0000)] 
update

29 years agoupdate
wessels [Wed, 17 Jul 1996 23:24:15 +0000 (23:24 +0000)] 
update

29 years ago1.1.alpha5
wessels [Wed, 17 Jul 1996 23:11:56 +0000 (23:11 +0000)] 
1.1.alpha5

29 years agoupdate
wessels [Wed, 17 Jul 1996 23:11:45 +0000 (23:11 +0000)] 
update

29 years ago-add free arg to file_write()
wessels [Wed, 17 Jul 1996 23:10:00 +0000 (23:10 +0000)] 
-add free arg to file_write()
-remove excessive debugging from storeAppend().
-Since no more O_RDWR files, break mem_obj->swap_fd into swapin_fd and
 swapout_fd
-Use some mem=e->mem_obj for shortcuts
-Added diskWriteIsComplete() because now with aio*() stuff, we don't want
 to close the swaplog until everything has been written.

29 years agoUse void*, not char* or generic_ptr
wessels [Wed, 17 Jul 1996 23:03:45 +0000 (23:03 +0000)] 
Use void*, not char* or generic_ptr

29 years ago-No more O_RDWR files, now open two FDs if need to read and write from
wessels [Wed, 17 Jul 1996 23:03:20 +0000 (23:03 +0000)] 
-No more O_RDWR files, now open two FDs if need to read and write from
same file.

29 years ago-O_APPEND now added by file_open()
wessels [Wed, 17 Jul 1996 23:01:37 +0000 (23:01 +0000)] 
-O_APPEND now added by file_open()

29 years ago-Do not allow O_RDWR files to be opened
wessels [Wed, 17 Jul 1996 22:59:59 +0000 (22:59 +0000)] 
-Do not allow O_RDWR files to be opened
-comment out file_update_open()
-clean up diskHandleWrite() mess.
-Added free() field to dwrite_q structure so memory can be freed
 by diskHandleWrite().

29 years agocompiler
wessels [Tue, 16 Jul 1996 07:51:23 +0000 (07:51 +0000)] 
compiler

29 years agoabort if all the redirectors close
wessels [Tue, 16 Jul 1996 07:51:14 +0000 (07:51 +0000)] 
abort if all the redirectors close

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