W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.35: 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: repeat-requests, candidate-5-4-1, before_webdav, Release-5-4-0, Release-5-3-1, Release-5-2-8, Release-5-2-6, HEAD, Amaya_2_4, Amaya-6-3, Amaya-6-1, Amaya-5-2, Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0, Amaya-3-2-1, Amaya-3-2, Amaya
Diff to: previous 2.34: preferred, colored
Changes since revision 2.34: +28 -32 lines
NEW TRACE MESSAGES - see http://lists.w3.org/Archives/Public/www-lib/1999JanMar/0267.html for details

Revision 2.34: 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.33: preferred, colored
Changes since revision 2.33: +3 -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.33: 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.32: preferred, colored
Changes since revision 2.32: +42 -2 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.32: 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.31: preferred, colored
Changes since revision 2.31: +5 -3 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.31: 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.30: preferred, colored
Changes since revision 2.30: +51 -1 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.30: download - view: text, markup, annotated - select for diffs
Mon May 4 19:36:06 1998 UTC (26 years ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 2.29: preferred, colored
Changes since revision 2.29: +2 -2 lines
version 5.1m

Revision 2.29: download - view: text, markup, annotated - select for diffs
Mon Oct 7 02:04:13 1996 UTC (27 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1l, Release-5-1k, Release-5-1j, Release-5-1g, Release-5-1e, Release-5-1d, Release-5-1b, Release-5-1a, Release-5-1, Release-5-0a, PIPELINE1
Diff to: previous 2.28: preferred, colored
Changes since revision 2.28: +15 -20 lines
libvwww 5.0a

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

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

Revision 2.26: download - view: text, markup, annotated - select for diffs
Thu Aug 8 02:16:37 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b3
Diff to: previous 2.25: preferred, colored
Changes since revision 2.25: +41 -8 lines
Henrik: chunked PUT and proxy authentication

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

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

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

Revision 2.22: download - view: text, markup, annotated - select for diffs
Fri Jun 28 16:30:46 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.21: preferred, colored
Changes since revision 2.21: +2 -2 lines
version 4.1b2

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

Revision 2.20: download - view: text, markup, annotated - select for diffs
Mon Mar 4 03:11:50 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.19: preferred, colored
Changes since revision 2.19: +12 -12 lines
Autoconf

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

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

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

Revision 2.16: download - view: text, markup, annotated - select for diffs
Mon Nov 20 00:13:23 1995 UTC (28 years, 5 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre6, v4/0C, v4/0B, v4/0
Diff to: previous 2.15: preferred, colored
Changes since revision 2.15: +8 -8 lines
Merged Error and Dialog system

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

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

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

Revision 2.11.2.1: download - view: text, markup, annotated - select for diffs
Wed May 17 22:28:58 1995 UTC (28 years, 11 months ago) by frystyk
Branches: WindowsNT
Diff to: previous 2.11: preferred, colored; next MAIN 2.12: preferred, colored
Changes since revision 2.11: +1 -1 lines
merging with rest of 3.1

Revision 2.12: download - view: text, markup, annotated - select for diffs
Thu May 4 22:07:10 1995 UTC (29 years ago) by frystyk
Branches: MAIN
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +1 -1 lines
Basics of release 3.1

Revision 2.11: download - view: text, markup, annotated - select for diffs
Tue Mar 21 17:32:37 1995 UTC (29 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: v3/0
Branch point for: WindowsNT
Diff to: previous 2.10: preferred, colored
Changes since revision 2.10: +6 -5 lines
Getting Library back on main branch

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

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

Revision 2.9: download - view: text, markup, annotated - select for diffs
Thu Nov 24 21:10:05 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.8: preferred, colored
Changes since revision 2.8: +6 -4 lines
New COPYRIGHT HEADERS and BETTER multi :-)

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

Revision 2.7: download - view: text, markup, annotated - select for diffs
Sun Sep 25 13:49:05 1994 UTC (29 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: v2/17, cern-update
Diff to: previous 2.6: preferred, colored
Changes since revision 2.6: +0 -2 lines
A whole bunch of changes

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

Revision 2.5: download - view: text, markup, annotated - select for diffs
Wed Feb 2 03:24:28 1994 UTC (30 years, 3 months ago) by luotonen
Branches: MAIN
Diff to: previous 2.4: preferred, colored
Changes since revision 2.4: +0 -34 lines
Multiformat handling works!

Revision 2.4: download - view: text, markup, annotated - select for diffs
Mon Dec 13 19:35:01 1993 UTC (30 years, 4 months ago) by luotonen
Branches: MAIN
Diff to: previous 2.3: preferred, colored
Changes since revision 2.3: +35 -220 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.3: download - view: text, markup, annotated - select for diffs
Wed Nov 10 15:56:39 1993 UTC (30 years, 5 months ago) by duns
Branches: MAIN
CVS tags: v2/14
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +50 -2 lines
VMS update of library: not all AA taken care of yet...
CVS:

Revision 2.2: download - view: text, markup, annotated - select for diffs
Wed Oct 6 17:41:31 1993 UTC (30 years, 6 months ago) by luotonen
Branches: MAIN
CVS tags: v2/13, v2/12a
Diff to: previous 2.1: preferred, colored
Changes since revision 2.1: +12 -12 lines
Changed NULLs to (char)0's :-(.

Revision 2.1: download - view: text, markup, annotated - select for diffs
Mon Oct 4 19:36:44 1993 UTC (30 years, 7 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