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-5-4-5-g3989a8c


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-5-4-5-g3989a8c
Date: Thu, 09 Dec 2010 17:00: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=3989a8c75ec01b87d41119cb75c95a16380a3341

The branch, master has been updated
       via  3989a8c75ec01b87d41119cb75c95a16380a3341 (commit)
       via  200f66d14b02e6efd92fd07668cd0d283d93f9e1 (commit)
      from  abe825ca9574647796a532497ea441e6a393bba4 (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 3989a8c75ec01b87d41119cb75c95a16380a3341
Author: Simon Josefsson <address@hidden>
Date:   Thu Dec 9 17:59:33 2010 +0100

    Add.

commit 200f66d14b02e6efd92fd07668cd0d283d93f9e1
Author: Simon Josefsson <address@hidden>
Date:   Thu Dec 9 17:59:03 2010 +0100

    Fix crash for non-TLS.

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

Summary of changes:
 .gitignore      |    4 ++++
 src/callbacks.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9c984c8..182f337 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,6 +58,7 @@ doc/reference/gsasl-unused.txt
 doc/reference/gsasl.args
 doc/reference/gsasl.hierarchy
 doc/reference/gsasl.interfaces
+doc/reference/gsasl.pdf
 doc/reference/gsasl.prerequisites
 doc/reference/gsasl.signals
 doc/reference/gsasl.types
@@ -120,6 +121,7 @@ gl/libgl.la
 gl/localcharset.lo
 gl/localcharset.o
 gl/netdb.h
+gl/poll.h
 gl/printf-args.lo
 gl/printf-args.o
 gl/printf-parse.lo
@@ -402,6 +404,8 @@ lib/gl/gc-libgcrypt.o
 lib/gl/gc-pbkdf2-sha1.lo
 lib/gl/gc-pbkdf2-sha1.o
 lib/gl/libgl.la
+lib/gl/memmem.lo
+lib/gl/memmem.o
 lib/gl/memxor.lo
 lib/gl/memxor.o
 lib/gl/printf-args.lo
diff --git a/src/callbacks.c b/src/callbacks.c
index 52f4767..c21aecd 100644
--- a/src/callbacks.c
+++ b/src/callbacks.c
@@ -87,7 +87,7 @@ callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property 
prop)
       if (b64cbtlsunique == NULL && args_info.hostname_arg == NULL)
        b64cbtlsunique =
          readutf8line ("Enter base64 encoded tls-unique channel binding: ");
-      if (*b64cbtlsunique)
+      if (b64cbtlsunique && *b64cbtlsunique)
        gsasl_property_set (sctx, prop, b64cbtlsunique);
       rc = GSASL_OK;
       break;


hooks/post-receive
-- 
GNU gsasl



reply via email to

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