W3C CVS Root

CVS log for libwww/Library/src/HTAABrow.c

[BACK] Up to [Public] / libwww / Library / src

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.62: download - view: text, markup, annotated - select for diffs
Mon Apr 14 09:00:16 2003 UTC (21 years ago) by kahan
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, HEAD, Amaya
Diff to: previous 2.61: preferred, colored
Changes since revision 2.61: +2 -2 lines
JK: strcasecmp isn't portable.

Revision 2.61: download - view: text, markup, annotated - select for diffs
Thu Apr 10 14:23:06 2003 UTC (21 years ago) by kahan
Branches: MAIN
Diff to: previous 2.60: preferred, colored
Changes since revision 2.60: +8 -1 lines
JK: The generation of a Digest Authentication answer didn't work
if the server sent a QoP with two options. Made auth the only option
we can handle.

Revision 2.60: download - view: text, markup, annotated - select for diffs
Wed Mar 14 16:25:50 2001 UTC (23 years, 1 month ago) by kahan
Branches: MAIN
CVS tags: before_webdav, Release-5-4-0, Amaya-6-3, Amaya-6-1, Amaya-5-2, Amaya-4-3-2, Amaya-4-3-1
Diff to: previous 2.59: preferred, colored
Changes since revision 2.59: +53 -18 lines
JK: Two bug fixes concerning digest authentication and pipelined requests.
See the changelog for a detailed descr.

Revision 2.57.2.1.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 19 15:37:48 2000 UTC (23 years, 10 months ago) by kahan
CVS tags: Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0, Amaya-3-2-1, Amaya-3-2
Diff to: previous 2.57.2.1: preferred, colored; next MAIN 2.58: preferred, colored
Changes since revision 2.57.2.1: +6 -2 lines
JK: Aligning with libwwwv3.0.0

Revision 2.59: download - view: text, markup, annotated - select for diffs
Mon Jun 19 10:00:32 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
CVS tags: Release-5-3-1
Diff to: previous 2.58: preferred, colored
Changes since revision 2.58: +2 -2 lines
JK: when using digest authentication, we were freeing a static allocated
string.

Revision 2.58: download - view: text, markup, annotated - select for diffs
Fri Jun 16 08:07:23 2000 UTC (23 years, 10 months ago) by kahan
Branches: MAIN
Diff to: previous 2.57: preferred, colored
Changes since revision 2.57: +6 -2 lines
JK: Changed the size of the output buffer of HTUU_encode, as recommended
by Heiner Kallweit.

Revision 2.57.2.1: download - view: text, markup, annotated - select for diffs
Wed Mar 22 09:52:50 2000 UTC (24 years, 1 month ago) by kahan
Diff to: previous 2.57: preferred, colored; next MAIN 2.58: preferred, colored
Changes since revision 2.57: +2 -2 lines
JK: If a digest password changed, we had a sigsev.

Revision 2.57: download - view: text, markup, annotated - select for diffs
Tue Jan 4 13:33:35 2000 UTC (24 years, 3 months ago) by kahan
Branches: MAIN
Diff to: previous 2.56: preferred, colored
Changes since revision 2.56: +13 -3 lines
JK: Added two memory leaks submitted by Andy Levine (I slightly modified one).
Using the request-uri instead of the absolute-uri for computing the message
digest, as it was a (my) bad interpretation of the spec.

Revision 2.56: download - view: text, markup, annotated - select for diffs
Mon Feb 22 22:10:10 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8, Release-5-2-6, Amaya_2_4
Diff to: previous 2.55: preferred, colored
Changes since revision 2.55: +18 -23 lines
NEW TRACE MESSAGES - see http://lists.w3.org/Archives/Public/www-lib/1999JanMar/0267.html for details

Revision 2.55: download - view: text, markup, annotated - select for diffs
Mon Feb 22 15:54:19 1999 UTC (25 years, 2 months ago) by kahan
Branches: MAIN
CVS tags: Before-New-Trace-Messages
Diff to: previous 2.54: preferred, colored
Changes since revision 2.54: +1 -2 lines
JK: fixed some bugs. Added support for multi-authentication schemes in
the same server, even if they use the same realm.

Revision 2.54: download - view: text, markup, annotated - select for diffs
Fri Feb 19 23:27:08 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.53: preferred, colored
Changes since revision 2.53: +9 -10 lines
unwrapped trace messages

Revision 2.53: download - view: text, markup, annotated - select for diffs
Mon Feb 1 18:31:52 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.52: preferred, colored
Changes since revision 2.52: +13 -3 lines
Avoided a loop if in non-interactive mode and had to ask for credentials for authentication

Revision 2.52: download - view: text, markup, annotated - select for diffs
Wed Jan 27 08:52:02 1999 UTC (25 years, 3 months ago) by kahan
Branches: MAIN
Diff to: previous 2.51: preferred, colored
Changes since revision 2.51: +30 -13 lines
* Modified the authentication module interface so that it's possible to use a
  filter for authentication information. This removed the dependency problems
  we had with the Windows DLLs

Note that the API for HTAA_newModule changed to allow registering the filter
for the authentication information. If you were previously
 using the library's initialization functions (e.g., HTAAInit), the change will
be transparent for you. Otherwise, you'll have to take into account the new
interface:

==============
PUBLIC HTAAModule * HTAA_newModule (const char *        scheme,
                                    HTNetBefore *       before,
                                    HTNetAfter *        after,
                                    HTNetAfter *        update,
                                    HTUTree_gc *        gc)
==============

If you don't have a filter for the authentication information, just use the NULL
parameter. You may look at HTInit.c:HTAAInit() to see how it is done.

-Jose Kahan

Revision 2.51: download - view: text, markup, annotated - select for diffs
Tue Jan 19 11:41:11 1999 UTC (25 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.50: preferred, colored
Changes since revision 2.50: +3 -3 lines
Changed the use of strcasecmp which is an OD specific function to strcasecomp which is provided by libwww

Revision 2.50: download - view: text, markup, annotated - select for diffs
Wed Dec 16 10:59:08 1998 UTC (25 years, 4 months ago) by kahan
Branches: MAIN
Diff to: previous 2.49: preferred, colored
Changes since revision 2.49: +487 -88 lines
Jose Kahan: message digest authentication

Revision 2.49: download - view: text, markup, annotated - select for diffs
Fri Oct 23 18:26:42 1998 UTC (25 years, 6 months ago) by kahan
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 2.48: preferred, colored
Changes since revision 2.48: +16 -6 lines
JK: Fix to the multiple authentication problem.
I added a new AARetry element to the req structure and some logic to
make it smarter.

Revision 2.48: download - view: text, markup, annotated - select for diffs
Thu Sep 10 03:18:40 1998 UTC (25 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.47: preferred, colored
Changes since revision 2.47: +6 -2 lines
Changed the auth module so that nodes are deleted if the user cancels entering username/password. This avoids a problem where the user can be asked for credentials with no realm attached

Revision 2.47: download - view: text, markup, annotated - select for diffs
Mon Jul 6 19:43:12 1998 UTC (25 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.46: preferred, colored
Changes since revision 2.46: +9 -1 lines
Fixed problem in the template generation in the access authentication module. This can cause the authentication module to keep asking for credentials.

Revision 2.46: download - view: text, markup, annotated - select for diffs
Wed Nov 26 16:05:07 1997 UTC (26 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m, Release-5-1l, Release-5-1k, Release-5-1j, Release-5-1g, Release-5-1e, Release-5-1d
Diff to: previous 2.45: preferred, colored
Changes since revision 2.45: +13 -1 lines
version 5.1c

Revision 2.45: download - view: text, markup, annotated - select for diffs
Mon Oct 7 02:04:10 1996 UTC (27 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1b, Release-5-1a, Release-5-1, Release-5-0a, PIPELINE1
Diff to: previous 2.44: preferred, colored
Changes since revision 2.44: +11 -9 lines
libvwww 5.0a

Revision 2.44: download - view: text, markup, annotated - select for diffs
Sun Sep 8 22:08:02 1996 UTC (27 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0
Diff to: previous 2.43: preferred, colored
Changes since revision 2.43: +349 -51 lines
Persistent Cache

Revision 2.43: download - view: text, markup, annotated - select for diffs
Sat Aug 24 18:09:39 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b5
Diff to: previous 2.42: preferred, colored
Changes since revision 2.42: +2 -2 lines
updates from test against CL server

Revision 2.42: download - view: text, markup, annotated - select for diffs
Tue Aug 13 02:17:06 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b4
Diff to: previous 2.41: preferred, colored
Changes since revision 2.41: +18 -16 lines
Fix in proxy authentication and local file name conversion on Windows

Revision 2.41: download - view: text, markup, annotated - select for diffs
Thu Aug 8 16:40:51 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b3
Diff to: previous 2.40: preferred, colored
Changes since revision 2.40: +3 -3 lines
Ajustments because of compiler errors

Revision 2.40: download - view: text, markup, annotated - select for diffs
Thu Aug 8 02:16:36 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.39: preferred, colored
Changes since revision 2.39: +51 -12 lines
Henrik: chunked PUT and proxy authentication

Revision 2.39: download - view: text, markup, annotated - select for diffs
Mon Aug 5 17:22:01 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.38: preferred, colored
Changes since revision 2.38: +23 -15 lines
Recovery from a weird crash in Library and LineMode volumes

Revision 2.38: download - view: text, markup, annotated - select for diffs
Tue Jul 16 02:26:29 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.37: preferred, colored
Changes since revision 2.37: +27 -13 lines
a lot of new things

Revision 2.37: download - view: text, markup, annotated - select for diffs
Tue Jul 9 18:05:32 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.36: preferred, colored
Changes since revision 2.36: +9 -6 lines
 Basic AA bug

Revision 2.36: download - view: text, markup, annotated - select for diffs
Mon Jul 8 19:10:35 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.35: preferred, colored
Changes since revision 2.35: +82 -170 lines
a first version of PEP

Revision 2.35: download - view: text, markup, annotated - select for diffs
Tue Jul 2 22:54:07 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.34: preferred, colored
Changes since revision 2.34: +4 -4 lines
4.1b2

Revision 2.34: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:45:24 1996 UTC (28 years ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b1
Diff to: previous 2.33: preferred, colored
Changes since revision 2.33: +1 -0 lines
new transport and Content Coding support

Revision 2.33: download - view: text, markup, annotated - select for diffs
Mon Mar 4 03:11:49 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.32: preferred, colored
Changes since revision 2.32: +9 -9 lines
Autoconf

Revision 2.32: download - view: text, markup, annotated - select for diffs
Tue Feb 20 19:24:56 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: autoconf
Diff to: previous 2.31: preferred, colored
Changes since revision 2.31: +247 -736 lines
new AA

Revision 2.31: download - view: text, markup, annotated - select for diffs
Wed Feb 14 00:33:03 1996 UTC (28 years, 2 months ago) by eric
Branches: MAIN
Diff to: previous 2.30: preferred, colored
Changes since revision 2.30: +8 -8 lines
Substituted HTTrace for TTYPrint. -egp
Invented HTView for LineMode. -egp
Windows LineMode has dialogs. -egp

Revision 2.30: download - view: text, markup, annotated - select for diffs
Fri Feb 9 19:25:30 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0D
Diff to: previous 2.29: preferred, colored
Changes since revision 2.29: +31 -33 lines
post HT_Mem

Revision 2.29: download - view: text, markup, annotated - select for diffs
Wed Jan 24 20:11:50 1996 UTC (28 years, 3 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.28: preferred, colored
Changes since revision 2.28: +40 -0 lines
merge between main branch and 4.0 branch

Revision 2.28.4.1: download - view: text, markup, annotated - select for diffs
Tue Jan 23 20:07:21 1996 UTC (28 years, 3 months ago) by frystyk
Branches: v4/0B
CVS tags: v4/0C
Diff to: previous 2.28: preferred, colored; next MAIN 2.29: preferred, colored
Changes since revision 2.28: +40 -0 lines
4.0C

Revision 2.28: download - view: text, markup, annotated - select for diffs
Mon Nov 20 17:56:57 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre6, v4/0
Branch point for: v4/0B
Diff to: previous 2.27: preferred, colored
Changes since revision 2.27: +1 -0 lines
DLL version ready

Revision 2.27: download - view: text, markup, annotated - select for diffs
Mon Nov 20 00:13:18 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.26: preferred, colored
Changes since revision 2.26: +44 -100 lines
Merged Error and Dialog system

Revision 2.26: download - view: text, markup, annotated - select for diffs
Tue Nov 14 23:28:32 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.25: preferred, colored
Changes since revision 2.25: +0 -41 lines
Better interface for DLL

Revision 2.25: download - view: text, markup, annotated - select for diffs
Sun Nov 5 20:12:37 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre5
Diff to: previous 2.24: preferred, colored
Changes since revision 2.24: +7 -7 lines
fprintf replaced with TTYPrint for windows

Revision 2.24: download - view: text, markup, annotated - select for diffs
Sun Oct 15 03:25:38 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre4
Diff to: previous 2.23: preferred, colored
Changes since revision 2.23: +10 -10 lines
TRACE changed to WWWTRACE)

Revision 2.23: download - view: text, markup, annotated - select for diffs
Tue Sep 12 23:37:49 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre3
Diff to: previous 2.22: preferred, colored
Changes since revision 2.22: +1 -1 lines
Most of new version

Revision 2.22: download - view: text, markup, annotated - select for diffs
Thu Aug 24 17:08:42 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.21: preferred, colored
Changes since revision 2.21: +6 -5 lines
Changes to HTAlert and context swapping

Revision 2.21: download - view: text, markup, annotated - select for diffs
Thu Jul 13 22:40:47 1995 UTC (28 years, 9 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre3, v3/1
Diff to: previous 2.20: preferred, colored
Changes since revision 2.20: +13 -15 lines
Most of 3.1pre3

Revision 2.20: download - view: text, markup, annotated - select for diffs
Tue Jun 27 20:20:23 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre2, NT1, NT, NNTP
Diff to: previous 2.19: preferred, colored
Changes since revision 2.19: +2 -2 lines
most of 3.1pre2

Revision 2.19: download - view: text, markup, annotated - select for diffs
Fri May 19 02:04:04 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre1, WinNT
Diff to: previous 2.18: preferred, colored
Changes since revision 2.18: +1 -1 lines
final swap to MIT statements

Revision 2.18: download - view: text, markup, annotated - select for diffs
Tue Mar 21 20:43:12 1995 UTC (29 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: v3/0, WindowsNT
Diff to: previous 2.17: preferred, colored
Changes since revision 2.17: +1 -1 lines
Official version

Revision 2.17: download - view: text, markup, annotated - select for diffs
Tue Mar 21 17:32:16 1995 UTC (29 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.16: preferred, colored
Changes since revision 2.16: +8 -17 lines
Getting Library back on main branch

Revision 2.15.2.1: download - view: text, markup, annotated - select for diffs
Thu Mar 9 18:14:23 1995 UTC (29 years, 1 month ago) by frystyk
Branches: without-configure
CVS tags: v3/0pre3
Diff to: previous 2.15: preferred, colored; next MAIN 2.16: preferred, colored
Changes since revision 2.15: +8 -17 lines
Library version 3.0beta

Revision 2.16: download - view: text, markup, annotated - select for diffs
Tue Dec 6 14:26:54 1994 UTC (29 years, 4 months ago) by roeber
Branches: MAIN
CVS tags: with-configure
Diff to: previous 2.15: preferred, colored
Changes since revision 2.15: +1 -1 lines
Now uses GNU Autoconf

Revision 2.15: download - view: text, markup, annotated - select for diffs
Thu Nov 24 21:10:03 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v3/0pre2, v3/0pre1
Branch point for: without-configure
Diff to: previous 2.14: preferred, colored
Changes since revision 2.14: +4 -2 lines
New COPYRIGHT HEADERS and BETTER multi :-)

Revision 2.14: download - view: text, markup, annotated - select for diffs
Wed Nov 9 14:43:27 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.13: preferred, colored
Changes since revision 2.13: +15 -27 lines
MULTI-THREADED VERSION

Revision 2.13: download - view: text, markup, annotated - select for diffs
Sat Oct 1 10:27:03 1994 UTC (29 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +14 -13 lines
It now compilen using g++

Revision 2.12: download - view: text, markup, annotated - select for diffs
Thu Jun 23 22:10:33 1994 UTC (29 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v2/17, v2/16pre2, cern-update
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +5 -1 lines
Bug fixed in HTWAIS, Host cache and AA

Revision 2.11: download - view: text, markup, annotated - select for diffs
Mon Mar 14 20:06:54 1994 UTC (30 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: v2/16pre1, v2/15
Diff to: previous 2.10: preferred, colored
Changes since revision 2.10: +38 -0 lines
no more tmpnam(); Introduced HTFormat_delete(); Mem-fix in AA; no more printf()

Revision 2.10: download - view: text, markup, annotated - select for diffs
Sun Mar 13 17:33:27 1994 UTC (30 years, 1 month ago) by luotonen
Branches: MAIN
Diff to: previous 2.9: preferred, colored
Changes since revision 2.9: +2 -42 lines
Fixed AA, Welcome pages, and some minor fixes.

Revision 2.9: download - view: text, markup, annotated - select for diffs
Mon Feb 21 15:07:37 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
Diff to: previous 2.8: preferred, colored
Changes since revision 2.8: +13 -28 lines
Took daemon-specific stuff away from HTRequest structure.

Revision 2.8: download - view: text, markup, annotated - select for diffs
Fri Jan 28 13:29:41 1994 UTC (30 years, 3 months ago) by luotonen
Branches: MAIN
Diff to: previous 2.7: preferred, colored
Changes since revision 2.7: +7 -0 lines
- moved daemon-access-authorization files to daemon
- fixed directory indexing with trailing slash
- access authorization now works through firewalls
- Users and Anybody now special predifined group names
- multilanguage/encoding handling -- intelligent algorithm still
  missing
- so suffixes now handle also encoding/language
- content-length, last-modified

Revision 2.7: download - view: text, markup, annotated - select for diffs
Mon Dec 13 19:34:51 1993 UTC (30 years, 4 months ago) by luotonen
Branches: MAIN
Diff to: previous 2.6: preferred, colored
Changes since revision 2.6: +256 -293 lines
First version having AA using HTRequest structure.  This seems to work
pretty well with server, but I've been unable to test it with linemode
which doesn't compile currently, so prepare yourself for client
coredumps. :-(  It may also be that AA just simply doesn't let you know
about itself at all -- so it may also appear to be dead instead of
killing the whole client.  Now I'm going home to get some sleep --
staying up 34 hours is starting to get to me.

Revision 2.6: download - view: text, markup, annotated - select for diffs
Fri Nov 12 11:34:33 1993 UTC (30 years, 5 months ago) by luotonen
Branches: MAIN
CVS tags: v2/14
Diff to: previous 2.5: preferred, colored
Changes since revision 2.5: +2 -2 lines
Added Content-Type wildcard matching to HTAtom.c.
Added Search rule (?? or was it already in the previous version...??).

Revision 2.5: download - view: text, markup, annotated - select for diffs
Fri Oct 29 16:06:14 1993 UTC (30 years, 6 months ago) by luotonen
Branches: MAIN
CVS tags: v2/13
Diff to: previous 2.4: preferred, colored
Changes since revision 2.4: +75 -16 lines
Added some minor bug fixes and stuff suggested by marca:
	* added a new function HTPromptUsernameAndPassword()
	  so that GUI clients can have just a single authentication
	  dialog box
	* nobody and nogroup are looked up by name (no longer
	  hardcoded values)
	* understands also negative uid/gid values
	* added /../ check also in the AA package
	* AA now takes place only if accessing a local file (otherwise
	  what the daemon does when running as a gateway is funny...)
	* broken fail rule hanling by AA fixed
	* some ""s to NULLs and other minor things

Revision 2.4: download - view: text, markup, annotated - select for diffs
Thu Oct 7 12:54:00 1993 UTC (30 years, 6 months ago) by luotonen
Branches: MAIN
CVS tags: v2/12a
Diff to: previous 2.3: preferred, colored
Changes since revision 2.3: +29 -19 lines
Fixed security hole in HTAABrow.c (now realm names or server-ids or
whatever you want to call them are only machine-wide, and other
servers cannot fool browsers to give their passwords by giving a fake
server-id).

Revision 2.3: download - view: text, markup, annotated - select for diffs
Wed Oct 6 17:41:24 1993 UTC (30 years, 6 months ago) by luotonen
Branches: MAIN
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +2 -2 lines
Changed NULLs to (char)0's :-(.

Revision 2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 5 10:27:40 1993 UTC (30 years, 6 months ago) by luotonen
Branches: MAIN
Diff to: previous 2.1: preferred, colored
Changes since revision 2.1: +65 -57 lines
Fixed the mixup with HTAA_Arg <--> HTAssocList.

Revision 2.1: download - view: text, markup, annotated - select for diffs
Mon Oct 4 19:36:25 1993 UTC (30 years, 6 months ago) by luotonen
Branches: MAIN
Added first version of access authorization in.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Webmaster