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-7-4-3-g50a1c6c


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-7-4-3-g50a1c6c
Date: Tue, 15 May 2012 23:43:20 +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=50a1c6c0a1853347cf85b588b7e94bc9ba6dc438

The branch, master has been updated
       via  50a1c6c0a1853347cf85b588b7e94bc9ba6dc438 (commit)
       via  adec989bca3c66f91de95d5a95cb6c7e3596ecb8 (commit)
       via  69c089443dacf4748895a545331308772267b91f (commit)
      from  75de253f48e230d8a84ec2f6b8eeb9e9fd8fc818 (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 50a1c6c0a1853347cf85b588b7e94bc9ba6dc438
Author: Simon Josefsson <address@hidden>
Date:   Wed May 16 01:42:58 2012 +0200

    Update for 1.7.4.

commit adec989bca3c66f91de95d5a95cb6c7e3596ecb8
Author: Simon Josefsson <address@hidden>
Date:   Wed May 16 01:42:36 2012 +0200

    Update for 1.7.3.

commit 69c089443dacf4748895a545331308772267b91f
Author: Simon Josefsson <address@hidden>
Date:   Wed May 16 01:40:23 2012 +0200

    Mention ncftp.

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

Summary of changes:
 README-alpha     |    2 +-
 doc/announce.txt |   98 +++++++++++++++++++++++++++--------------------------
 2 files changed, 51 insertions(+), 49 deletions(-)

diff --git a/README-alpha b/README-alpha
index cb32120..d3537da 100644
--- a/README-alpha
+++ b/README-alpha
@@ -64,7 +64,7 @@ by putting the following in your ~/.valgrindrc:
 To prepare releases (see rules in cfg.mk) you need some additional
 tools:
 
-sudo apt-get install pmccabe mingw-w64 wine clang lcov doxygen
+sudo apt-get install pmccabe mingw-w64 wine clang lcov doxygen ncftp
 
 Happy hacking!
 
diff --git a/doc/announce.txt b/doc/announce.txt
index 363c0ea..651f41e 100644
--- a/doc/announce.txt
+++ b/doc/announce.txt
@@ -1,46 +1,49 @@
 To: address@hidden, address@hidden
-Subject: GNU SASL 1.7.2 released (development version)
-
+Subject: GNU SASL 1.7.4 released (development version)
 <#part sign=pgpmime>
 GNU SASL is a modern C library that implement the standard network
 security protocol Simple Authentication and Security Layer (SASL).  The
-framework itself and a couple of common SASL mechanisms (including
-SCRAM-SHA-1) are implemented.  GNU SASL can be used by network
-applications for IMAP, SMTP, XMPP and similar protocols to provide
-authentication services.
+framework itself and a couple of common SASL mechanisms are implemented.
+GNU SASL can be used by network applications for IMAP, SMTP, XMPP and
+similar protocols to provide authentication services.  Support for the
+more recent SCRAM-SHA-1, OPENID20 and SAML20 mechanisms is included.
+
+Note!  This is the second release candidate of 1.8.0.  Please test this
+release as if it were a new stable release that replaces the earlier
+1.4.x and 1.6.x branches.  It should be a drop-in.  I plan to make the
+final release later this month.
 
 NEWS entries:
 
-** gsasl: The client lets the server decide when authentication is complete.
-Before the client quit from the authentication loop when the local
-mechanism was finished, but some mechanisms (OPENID20) have optional
-additional round-trips.
+** libgsasl: Reverted unification of OpenID and SAML properties/callbacks.
+The reason was that client and servers needs to know whether it is
+SAML or OpenID that is used, and using the same property and callback
+symbol for both makes this more difficult.
+
+** GSS-API server: Don't output zero-length tokens on context init success.
+Reported by Andreas Oberritter <address@hidden>.
+
+** GSS-API server: Only proceed to next step when context is established.
+Reported by Andreas Oberritter <address@hidden>.
 
-** gsasl: Added OPENID20 support.
+** Doc fixes and updates for the callback/property change in the library.
+See lib/NEWS for details.  This affects SAML and OpenID.
 
-** gsasl: The --no-cb parameter now avoids even attempting to get the
-** channel binding data from GnuTLS.
-Apparently this can avoid issues when GnuTLS fails to provide the CB.
+** Rewrote DIGEST-MD5 code to avoid false positive complaint from valgrind.
 
-** examples: Added stand-alone example SMTP server.
-See examples/smtp-server.c.  This illustrate how to write a server
-using GNU SASL, but it can also be used for interop testing of
-clients.
+** Slight fixes to Windows build script.
 
-** examples: Added example SMTP server with OpenID 2.0 support.
-See examples/openid20/README.
+** i18n: Updated translations.
 
-** libgsasl: Updated OPENID20 implementation.
-Now following draft-ietf-kitten-sasl-openid-08.
+** Update gnulib files.
 
 ** API and ABI modifications.
-GSASL_OPENID20_REDIRECT_URL: Added, new property.
-GSASL_OPENID20_OUTCOME_DATA:: Added, new property.
-GSASL_OPENID20_AUTHENTICATE_IN_BROWSER: Added, new callback.
-GSASL_VALIDATE_OPENID20: Added, new callback.
-GSASL_NO_OPENID20_REDIRECT_URL: Added, new error code.
-GSASL_OPENID20_AUTH_IDENTIFIER: Removed, use GSASL_AUTHID instead.
-GSASL_NO_OPENID20_AUTH_IDENTIFIER: Removed error code.
+GSASL_REDIRECT_URL: Removed.
+GSASL_OPENID20_REDIRECT_URL: Added.
+GSASL_SAML20_REDIRECT_URL: Added.
+GSASL_AUTHENTICATE_IN_BROWSER: Removed.
+GSASL_SAML20_AUTHENTICATE_IN_BROWSER: Added.
+GSASL_OPENID20_AUTHENTICATE_IN_BROWSER: Added.
 
 Improving GNU SASL is costly, but you can help!  We are looking for
 organizations that find GNU SASL useful and wish to contribute back.
@@ -74,20 +77,20 @@ Doxygen documentation:
 
 If you need help to use GNU SASL, or want to help others, you are
 invited to join our help-gsasl mailing list, see:
-<https://lists.gnu.org/mailman/listinfo/help-gsasl>.
+  https://lists.gnu.org/mailman/listinfo/help-gsasl
 
 Here are the compressed sources of the entire package:
-  ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.7.2.tar.gz (4.7MB)
-  ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.7.2.tar.gz.sig (OpenPGP)
+  ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.7.4.tar.gz (4.8MB)
+  ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.7.4.tar.gz.sig (OpenPGP)
 
 Here are the compressed sources of the LGPL library (included above):
-  ftp://alpha.gnu.org/gnu/gsasl/libgsasl-1.7.2.tar.gz (1.2MB)
-  ftp://alpha.gnu.org/gnu/gsasl/libgsasl-1.7.2.tar.gz.sig (OpenPGP)
+  ftp://alpha.gnu.org/gnu/gsasl/libgsasl-1.7.4.tar.gz (1.2MB)
+  ftp://alpha.gnu.org/gnu/gsasl/libgsasl-1.7.4.tar.gz.sig (OpenPGP)
 
 We also provide pre-built Windows binaries:
-  ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.7.2-x86.zip (32-bit)
-  ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.7.2-x64.zip (64-bit)
-  ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.7.2-x86-kfw322.zip (32-bit Kerberos)
+  ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.7.4-x86.zip (32-bit)
+  ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.7.4-x64.zip (64-bit)
+  ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.7.4-x86-kfw322.zip (32-bit Kerberos)
 
 For code coverage, cyclomatic code complexity charts and clang output see:
   https://www.gnu.org/software/gsasl/coverage/
@@ -100,7 +103,6 @@ OpenPGP key identified by the following information:
 pub   1280R/B565716F 2002-05-05 [expires: 2013-05-10]
       Key fingerprint = 0424 D4EE 81A0 E3D1 19C6  F835 EDA2 1E94 B565 716F
 uid                  Simon Josefsson <address@hidden>
-uid                  Simon Josefsson <address@hidden>
 sub   2048R/105E722E 2012-03-13 [expires: 2013-07-26]
 sub   2048R/728AB82C 2012-03-13 [expires: 2013-07-26]
 sub   2048R/9394F626 2012-03-13 [expires: 2013-07-26]
@@ -112,20 +114,20 @@ The key is available from:
 
 Here are the SHA-1 and SHA-224 checksums:
 
-20fa66609a43b357fdd8235a655615cd5b1dba21  gsasl-1.7.2.tar.gz
-f1e4170fec985fe12f6e716f4b59110aeeab0956c394f3f30f556e58  gsasl-1.7.2.tar.gz
+a40dd0d6d8971b1d36f0aa35146b128e87a05ef1  gsasl-1.7.4.tar.gz
+a18adcafd4fec7b537de84f0f85f606bfb4f7c6aad4ad8abbdad0b46  gsasl-1.7.4.tar.gz
 
-fab42a7baf8e820ff940d51afaa9eae9472092c8  libgsasl-1.7.2.tar.gz
-b8a6a5278968407c180dab295c064a6cb72a3b3bb291b58a4dea1b36  libgsasl-1.7.2.tar.gz
+5433b8607f522313b4f355db80dd0e8628948395  libgsasl-1.7.4.tar.gz
+c97656905da77b7ad00a5b8e6894155f09252d6f72228ae1ea0d10bc  libgsasl-1.7.4.tar.gz
 
-21893d29673df7e452c1d9c7d1dd713cf1619533  gsasl-1.7.2-x86.zip
-f9338d443b4765f3b2e08af7769ba548e27e25a7be04d20aed6a26d3  gsasl-1.7.2-x86.zip
+42ba6ef9c08ff2c6e01ddca769c08ce8ac5b12f6  gsasl-1.7.4-x86.zip
+ae5e23f8245ff2e6fabcf371fd60b4f3b967ebdf4205413edb93b684  gsasl-1.7.4-x86.zip
 
-47bfbfaff185b98d55310e13c0062a108cae4956  gsasl-1.7.2-x64.zip
-9f49c9bc5c59bab5f3fe699b40159db069a2c3ec3b9c7483604fdf9e  gsasl-1.7.2-x64.zip
+58dae122bb626102a1cf00c02d63cbd5b71a7f50  gsasl-1.7.4-x64.zip
+4cb83adf2ce21479dacf8f52f449099e3c95262f7ed8fc0c827db131  gsasl-1.7.4-x64.zip
 
-9db4f45f25a4cefa5fe2615f2ecf2cf8b217bb74  gsasl-1.7.2-x86-kfw322.zip
-910a991ae88b43a5f1d36cd09c91a0e088e6ef22cd8dd34976824fb0  
gsasl-1.7.2-x86-kfw322.zip
+b201a7901baf6d8cb8eb159243913821cb1c7ceb  gsasl-1.7.4-x86-kfw322.zip
+735077e75662c0fd8e1f5b17d2a4059d3593653843a205f2380f73ad  
gsasl-1.7.4-x86-kfw322.zip
 
 Happy hacking,
 Simon


hooks/post-receive
-- 
GNU gsasl



reply via email to

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