[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3473-g9974c09

Jeremy Allison jra at samba.org
Tue Feb 17 23:56:21 GMT 2009


The branch, v3-2-test has been updated
       via  9974c09608d61244133eea8615c37184b0cac57b (commit)
      from  47bbea27c8972ca320e90c7c678fe6da28a269f1 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 9974c09608d61244133eea8615c37184b0cac57b
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Feb 17 15:55:23 2009 -0800

    Don't miss an absolute pathname as a kerberos keytab path. From Glenn Machin <gmachin at sandia.gov>.
    Jeremy.

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

Summary of changes:
 source/libsmb/clikrb5.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/libsmb/clikrb5.c b/source/libsmb/clikrb5.c
index 66dd5f6..9fd4914 100644
--- a/source/libsmb/clikrb5.c
+++ b/source/libsmb/clikrb5.c
@@ -1749,6 +1749,11 @@ done:
 			tmp += 5;
 		}
 
+		if (tmp[0] == '/') {
+			/* Treat as a FILE: keytab definition. */
+			found_valid_name = true;
+		}
+
 		if (found_valid_name) {
 			if (tmp[0] != '/') {
 				ret = KRB5_KT_BADNAME;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list