mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-13 17:40:54 +00:00
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:
parent
cae764e6ec
commit
8ee213f83b
3 changed files with 10 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -138,7 +138,7 @@ GSCountedSet.m \
|
|||
GSDictionary.m \
|
||||
GSFormat.m \
|
||||
GSFTPURLHandle.m \
|
||||
GSHTTPDigest.m \
|
||||
GSHTTPAuthentication.m \
|
||||
GSHTTPURLHandle.m \
|
||||
GSRunLoopWatcher.m \
|
||||
GSSet.m \
|
||||
|
|
Loading…
Reference in a new issue