shishi-commit
[Top][All Lists]
Advanced

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

[SCM] GNU shishi branch, master, updated. shishi-1-0-1-24-gfadd291


From: Simon Josefsson
Subject: [SCM] GNU shishi branch, master, updated. shishi-1-0-1-24-gfadd291
Date: Thu, 16 Aug 2012 06:45:09 +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 shishi".

http://git.savannah.gnu.org/cgit/shishi.git/commit/?id=fadd291c7c2654c0b89394b57bda0c54ec0cde17

The branch, master has been updated
       via  fadd291c7c2654c0b89394b57bda0c54ec0cde17 (commit)
       via  bbd5bd23e54c2332be4177c152e6f5c6c56a3b64 (commit)
      from  a545f50e89e74149a2dfcbfb89a571cb00a439ef (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 fadd291c7c2654c0b89394b57bda0c54ec0cde17
Author: Simon Josefsson <address@hidden>
Date:   Thu Aug 16 08:44:51 2012 +0200

    Use LOG_AUTHPRIV for shishid.

commit bbd5bd23e54c2332be4177c152e6f5c6c56a3b64
Author: Simon Josefsson <address@hidden>
Date:   Thu Aug 16 08:36:14 2012 +0200

    Doc fix.

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

Summary of changes:
 NEWS          |   14 ++++++++++++++
 THANKS        |    2 ++
 src/shishid.c |    4 ++--
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index d87a76c..f481c12 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,20 @@ See the end for copying conditions.
 
 * Version 1.0.2 (unreleased)
 
+** libshishi: Fix salt derivation for principals with multiple components.
+Before, when adding a principal such as "user/admin" using shisa it
+would use the wrong salt.  Reported by Mats Erik Andersson
+<address@hidden>.
+
+** libshishi: Fix setting principals with multiple components in encticketpart.
+Before, the shishid KDC would return the wrong client principal name
+in a KDC-REP when principals such as "user/admin" were used.  That
+would lead to errors when getting a ticket for such principals.
+Reported by Mats Erik Andersson <address@hidden>.
+
+** shishid: The syslog facility is now LOG_AUTHPRIV instead of LOG_DAEMON.
+Suggested by Mats Erik Andersson <address@hidden>.
+
 ** minitasn1: Internal copy upgraded to GNU Libtasn1 v2.13.
 
 ** Update gnulib files.
diff --git a/THANKS b/THANKS
index 75f4f49..aca5201 100644
--- a/THANKS
+++ b/THANKS
@@ -25,6 +25,8 @@ Alberto Fondi
 Jack Bates
 Graham Shaw
 Johan van Selst
+Mats Erik Andersson
+Eray Aslan
 
 ----------------------------------------------------------------------
 Copying and distribution of this file, with or without modification,
diff --git a/src/shishid.c b/src/shishid.c
index ec3500e..3f093d9 100644
--- a/src/shishid.c
+++ b/src/shishid.c
@@ -337,10 +337,10 @@ doit (void)
 
 #ifdef LOG_PERROR
     if (arg.verbose_given > 0)
-      openlog (shortname, LOG_CONS | LOG_PERROR, LOG_DAEMON);
+      openlog (shortname, LOG_CONS | LOG_PERROR, LOG_AUTHPRIV);
     else
 #endif
-      openlog (shortname, LOG_CONS, LOG_DAEMON);
+      openlog (shortname, LOG_CONS, LOG_AUTHPRIV);
   }
 
   kdc_setuid ();


hooks/post-receive
-- 
GNU shishi



reply via email to

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