gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gsasl branch, master, updated. gsasl-1-4-1-14-g078cf64


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-4-1-14-g078cf64
Date: Wed, 03 Mar 2010 00:07:36 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gsasl".

http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=078cf64351d81b0ec7fa54925788424dcf4b0845

The branch, master has been updated
       via  078cf64351d81b0ec7fa54925788424dcf4b0845 (commit)
       via  153e8329684c2229337522d32198e0c2650a45e7 (commit)
       via  ff6bc2206b1f21b05d2a0204bf8c0865538539c2 (commit)
      from  1e997246848357390e65b09244efc351d300393e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 078cf64351d81b0ec7fa54925788424dcf4b0845
Author: Simon Josefsson <address@hidden>
Date:   Wed Mar 3 00:40:20 2010 +0100

    Fix.

commit 153e8329684c2229337522d32198e0c2650a45e7
Author: Simon Josefsson <address@hidden>
Date:   Wed Mar 3 00:39:21 2010 +0100

    Add.

commit ff6bc2206b1f21b05d2a0204bf8c0865538539c2
Author: Simon Josefsson <address@hidden>
Date:   Wed Mar 3 00:38:10 2010 +0100

    Enable GS2 by default.

-----------------------------------------------------------------------

Summary of changes:
 lib/NEWS         |    8 ++++++++
 lib/configure.ac |    8 ++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/lib/NEWS b/lib/NEWS
index d0b7107..5c6fa05 100644
--- a/lib/NEWS
+++ b/lib/NEWS
@@ -4,6 +4,14 @@ See the end for copying conditions.
 
 * Version 1.5.0 (unreleased) [beta]
 
+** GS2: New mechanism, supported for Kerberos V5.
+The supported GSS-API implementations are (like for GSS-API) GNU GSS,
+MIT Kerberos or Heimdal.  Channel bindings or not support yet.
+
+** Detecting GSS-API implementation simplified.
+MIT Kerberos and Heimdal are now treated the same, it appears as if
+they are compatible in modern releases.
+
 ** API and ABI modifications.
 No changes since last version.
 
diff --git a/lib/configure.ac b/lib/configure.ac
index b86434b..89181c7 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -167,10 +167,10 @@ AM_CONDITIONAL(SCRAM, test "$scram_sha1" != "no")
 
 # GS2, first part
 AC_ARG_ENABLE(gs2,
-  AS_HELP_STRING([--enable-gs2], [use the GS2 mechanism]),
-  gs2=$enableval, gs2=no)
+  AS_HELP_STRING([--disable-gs2], [don't use the GS2 mechanism]),
+  gs2=$enableval)
 if test "$gs2" != "no" ; then
-       gs2=yes
+  gs2=yes
 fi
 
 # GSSAPI, first part
@@ -178,7 +178,7 @@ AC_ARG_ENABLE(gssapi,
   AS_HELP_STRING([--disable-gssapi], [don't use the GSSAPI mechanism]),
   gssapi=$enableval)
 if test "$gssapi" != "no" ; then
-       gssapi=yes
+  gssapi=yes
 fi
 
 # GSSAPI.


hooks/post-receive
-- 
GNU gsasl




reply via email to

[Prev in Thread] Current Thread [Next in Thread]