W3C CVS Root

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.39: download - view: text, markup, annotated - select for diffs
Fri Nov 11 14:03:15 2005 UTC (18 years, 5 months ago) by vbancrof
Branches: MAIN
CVS tags: candidate-5-4-1, HEAD
Diff to: previous 2.38: preferred, colored
Changes since revision 2.38: +10 -1 lines
add extern c and HTFile_dirent_buf_size

Revision 2.38: 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
CVS tags: repeat-requests, before_webdav, Release-5-4-0, Release-5-3-1, Release-5-2-8, Release-5-2-6, Before-New-Trace-Messages, 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.37: preferred, colored
Changes since revision 2.37: +10 -1 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.37: 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
CVS tags: Release-5-2
Diff to: previous 2.36: preferred, colored
Changes since revision 2.36: +12 -3 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.36: download - view: text, markup, annotated - select for diffs
Thu May 14 02:10:10 1998 UTC (25 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 2.35: preferred, colored
Changes since revision 2.35: +2 -2 lines
Changing old pub/WWW links

Revision 2.35: download - view: text, markup, annotated - select for diffs
Sun Feb 16 18:41:50 1997 UTC (27 years, 2 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
Diff to: previous 2.34: preferred, colored
Changes since revision 2.34: +3 -3 lines
Changed name of sample coed library

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

Revision 2.33: download - view: text, markup, annotated - select for diffs
Thu Aug 8 02:16:38 1996 UTC (27 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0, Release-4-1b5, Release-4-1b4, Release-4-1b3
Diff to: previous 2.32: preferred, colored
Changes since revision 2.32: +19 -2 lines
Henrik: chunked PUT and proxy authentication

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

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

Revision 2.10.2.1: download - view: text, markup, annotated - select for diffs
Mon Jul 1 00:18:01 1996 UTC (27 years, 10 months ago) by frystyk
Branches: cern-update
Diff to: previous 2.10: preferred, colored; next MAIN 2.11: preferred, colored
Changes since revision 2.10: +3 -0 lines
support for 301 Moved

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

Revision 2.29: download - view: text, markup, annotated - select for diffs
Tue Mar 12 02:47:28 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.28: preferred, colored
Changes since revision 2.28: +3 -4 lines
small ac adjustments

Revision 2.28: download - view: text, markup, annotated - select for diffs
Mon Mar 11 16:53:23 1996 UTC (28 years, 1 month ago) by eric
Branches: MAIN
Diff to: previous 2.27: preferred, colored
Changes since revision 2.27: +8 -15 lines
fixup for WWW_MSWINDOWS after automake port

Revision 2.27: download - view: text, markup, annotated - select for diffs
Sun Mar 10 21:56:49 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.26: preferred, colored
Changes since revision 2.26: +1 -1 lines
4.1 autoconf

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

Revision 2.25: download - view: text, markup, annotated - select for diffs
Tue Feb 20 19:25:00 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: autoconf
Diff to: previous 2.24: preferred, colored
Changes since revision 2.24: +187 -163 lines
new AA

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

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

Revision 2.22: download - view: text, markup, annotated - select for diffs
Fri Sep 8 17:40:08 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.21: preferred, colored
Changes since revision 2.21: +1 -1 lines
new hypertext links in source

Revision 2.21: download - view: text, markup, annotated - select for diffs
Sun Aug 20 06:50:36 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.20: preferred, colored
Changes since revision 2.20: +2 -1 lines
better PUT & POST - work on cache

Revision 2.20: download - view: text, markup, annotated - select for diffs
Sat Jul 8 19:52:19 1995 UTC (28 years, 9 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre3, v3/1, NT1, NNTP
Diff to: previous 2.19: preferred, colored
Changes since revision 2.19: +2 -2 lines
change to W3C Reference Library

Revision 2.19: download - view: text, markup, annotated - select for diffs
Mon Jun 12 04:14:51 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre2, NT
Diff to: previous 2.18: preferred, colored
Changes since revision 2.18: +27 -19 lines
File is now workin for upload + other major changes

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

Revision 2.17: download - view: text, markup, annotated - select for diffs
Thu May 18 14:45:57 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.16: preferred, colored
Changes since revision 2.16: +0 -6 lines
New Bind module

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

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

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

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

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

Revision 2.13: download - view: text, markup, annotated - select for diffs
Thu Nov 24 21:10:06 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.12: preferred, colored
Changes since revision 2.12: +40 -34 lines
New COPYRIGHT HEADERS and BETTER multi :-)

Revision 2.12: download - view: text, markup, annotated - select for diffs
Sun Nov 13 11:28:45 1994 UTC (29 years, 5 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +5 -5 lines
Changes to the html files

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

Revision 2.10: download - view: text, markup, annotated - select for diffs
Wed Apr 27 12:50:33 1994 UTC (30 years ago) by luotonen
Branches: MAIN
CVS tags: v2/17, v2/16pre2, v2/16pre1
Branch point for: cern-update
Diff to: previous 2.9: preferred, colored
Changes since revision 2.9: +1 -0 lines
Some small fixes to make proxy server work better + added no-close
option for HTWriter + fixed conflicts in FTP module after Henrik's
rewrite.

Revision 2.9: download - view: text, markup, annotated - select for diffs
Wed Apr 6 12:10:26 1994 UTC (30 years, 1 month ago) by luotonen
Branches: MAIN
Diff to: previous 2.8: preferred, colored
Changes since revision 2.8: +1 -0 lines
Released version of httpd 2.17beta.

Revision 2.8: download - view: text, markup, annotated - select for diffs
Sun Feb 27 01:50:47 1994 UTC (30 years, 2 months ago) by luotonen
Branches: MAIN
CVS tags: v2/15
Diff to: previous 2.7: preferred, colored
Changes since revision 2.7: +2 -1 lines
Leak fix to HTRequest_free() and some minor stuff.

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

Revision 2.6: download - view: text, markup, annotated - select for diffs
Fri Jan 28 13:29:45 1994 UTC (30 years, 3 months ago) by luotonen
Branches: MAIN
Diff to: previous 2.5: preferred, colored
Changes since revision 2.5: +20 -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.5: download - view: text, markup, annotated - select for diffs
Mon Dec 13 19:35:03 1993 UTC (30 years, 4 months ago) by luotonen
Branches: MAIN
Diff to: previous 2.4: preferred, colored
Changes since revision 2.4: +9 -91 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.4: download - view: text, markup, annotated - select for diffs
Wed Nov 10 15:56:41 1993 UTC (30 years, 5 months ago) by duns
Branches: MAIN
CVS tags: v2/14
Diff to: previous 2.3: preferred, colored
Changes since revision 2.3: +26 -0 lines
VMS update of library: not all AA taken care of yet...
CVS:

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

Revision 2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 5 10:20:27 1993 UTC (30 years, 7 months ago) by timbl
Branches: MAIN
Diff to: previous 2.1: preferred, colored
Changes since revision 2.1: +50 -74 lines
SaveAndExecute not allowed with HTClientHost

Revision 2.1: download - view: text, markup, annotated - select for diffs
Mon Oct 4 19:36:46 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