Usae more intuitive class name for http authentication management.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23091 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-06-20 09:56:36 +00:00
parent cae764e6ec
commit 8ee213f83b
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
2006-06-20 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GSHTTPDigest.m: deleted
* Source/GSHTTPAuthentication.m: added
* Source/GNUmakefile: build GSHTTPAuthentication
* Source/GSHTTPURLHandle.m: use GSHTTPAuthentication
Change class name to something more intuitive and add class methods
for mapping domains/URLs to protection space objects.
2006-06-19 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GSURLPrivate.h: Add GSHTTPDigest interface.

View file

@ -138,7 +138,7 @@ GSCountedSet.m \
GSDictionary.m \
GSFormat.m \
GSFTPURLHandle.m \
GSHTTPDigest.m \
GSHTTPAuthentication.m \
GSHTTPURLHandle.m \
GSRunLoopWatcher.m \
GSSet.m \