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-3-90-3-g98ac72b


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-3-90-3-g98ac72b
Date: Fri, 06 Nov 2009 11:18:15 +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=98ac72bca7b29c93025f97d6d13986baffc792cb

The branch, master has been updated
       via  98ac72bca7b29c93025f97d6d13986baffc792cb (commit)
       via  313202b474b84ea4135789d0c52661cd86ef92f1 (commit)
       via  9682584073f47d9f0c2eba1869820355559aae56 (commit)
      from  04a1a4ee415a821d382a4ba6a678cf042993e728 (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 98ac72bca7b29c93025f97d6d13986baffc792cb
Author: Simon Josefsson <address@hidden>
Date:   Fri Nov 6 12:18:09 2009 +0100

    Add new definitions.
    
    Suggested by Lothar May <address@hidden> in
    <http://permalink.gmane.org/gmane.comp.gnu.gsasl.general/254>.

commit 313202b474b84ea4135789d0c52661cd86ef92f1
Author: Simon Josefsson <address@hidden>
Date:   Fri Nov 6 12:17:42 2009 +0100

    Add more files.
    
    Suggested by Lothar May <address@hidden>
    in <http://permalink.gmane.org/gmane.comp.gnu.gsasl.general/254>.

commit 9682584073f47d9f0c2eba1869820355559aae56
Author: Simon Josefsson <address@hidden>
Date:   Fri Nov 6 12:16:29 2009 +0100

    Doc fix.

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

Summary of changes:
 lib/scram/parser.c         |    2 +-
 lib/win32/include/config.h |    3 +++
 lib/win32/libgsasl.vcproj  |   44 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 48 insertions(+), 1 deletions(-)

diff --git a/lib/scram/parser.c b/lib/scram/parser.c
index 0f2fa2c..9551b36 100644
--- a/lib/scram/parser.c
+++ b/lib/scram/parser.c
@@ -30,7 +30,7 @@
 /* Get malloc, free. */
 #include <stdlib.h>
 
-/* Get memcpy, strlen, strchrnul. */
+/* Get memcpy, strlen. */
 #include <string.h>
 
 /* Get validator. */
diff --git a/lib/win32/include/config.h b/lib/win32/include/config.h
index a0b19ed..9adaad8 100644
--- a/lib/win32/include/config.h
+++ b/lib/win32/include/config.h
@@ -15,6 +15,8 @@
 #define GNULIB_GC_HMAC_MD5 1
 #define GNULIB_GC_MD5 1
 #define GNULIB_GC_RANDOM 1
+#define GNULIB_GC_SHA1 1
+#define GNULIB_GC_HMAC_SHA1 1
 #define HAVE_ALLOCA 1
 #define HAVE_DECL_GETDELIM 0
 #define HAVE_DECL_GETLINE 0
@@ -59,6 +61,7 @@
 #define USE_PLAIN 1
 #define USE_SECURID 1
 #define USE_SERVER 1
+#define USE_SCRAM_SHA1 1
 
 #define restrict
 #define __attribute__(x)
diff --git a/lib/win32/libgsasl.vcproj b/lib/win32/libgsasl.vcproj
index 4e71cc7..f0be123 100644
--- a/lib/win32/libgsasl.vcproj
+++ b/lib/win32/libgsasl.vcproj
@@ -762,6 +762,38 @@
                                </File>
                        </Filter>
                        <Filter
+                               Name="scram"
+                               >
+                               <File
+                                       RelativePath="..\scram\client.c"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath="..\scram\mechinfo.c"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath="..\scram\parser.c"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath="..\scram\printer.c"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath="..\scram\server.c"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath="..\scram\tokens.c"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath="..\scram\validate.c"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
                                Name="gl"
                                >
                                <File
@@ -799,6 +831,10 @@
                                        >
                                </File>
                                <File
+                                       RelativePath="..\gl\gc-pbkdf2-sha1.c"
+                                       >
+                               </File>
+                               <File
                                        RelativePath="..\gl\getdelim.c"
                                        >
                                </File>
@@ -811,6 +847,10 @@
                                        >
                                </File>
                                <File
+                                       RelativePath="..\gl\hmac-sha1.c"
+                                       >
+                               </File>
+                               <File
                                        RelativePath="..\gl\md5.c"
                                        >
                                </File>
@@ -831,6 +871,10 @@
                                        >
                                </File>
                                <File
+                                       RelativePath="..\gl\sha1.c"
+                                       >
+                               </File>
+                               <File
                                        RelativePath="..\gl\strverscmp.c"
                                        >
                                </File>


hooks/post-receive
-- 
GNU gsasl




reply via email to

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