From e79850ae3e722ddb7960fbf2d5a15d8481e580a9 Mon Sep 17 00:00:00 2001 From: rfm Date: Tue, 20 Jun 2006 09:56:36 +0000 Subject: [PATCH] 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 --- ChangeLog | 9 +++++++++ Source/GNUmakefile | 2 +- Source/{GSHTTPDigest.m => GSHTTPAuthentication.m} | 0 3 files changed, 10 insertions(+), 1 deletion(-) rename Source/{GSHTTPDigest.m => GSHTTPAuthentication.m} (100%) diff --git a/ChangeLog b/ChangeLog index 8d7d8db99..2b982e7d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-06-20 Richard Frith-Macdonald + + * 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 * Source/GSURLPrivate.h: Add GSHTTPDigest interface. diff --git a/Source/GNUmakefile b/Source/GNUmakefile index f5618a6a4..accff0355 100644 --- a/Source/GNUmakefile +++ b/Source/GNUmakefile @@ -138,7 +138,7 @@ GSCountedSet.m \ GSDictionary.m \ GSFormat.m \ GSFTPURLHandle.m \ -GSHTTPDigest.m \ +GSHTTPAuthentication.m \ GSHTTPURLHandle.m \ GSRunLoopWatcher.m \ GSSet.m \ diff --git a/Source/GSHTTPDigest.m b/Source/GSHTTPAuthentication.m similarity index 100% rename from Source/GSHTTPDigest.m rename to Source/GSHTTPAuthentication.m