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

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


The branch, v3-3-test has been updated
       via  8fd6dbcd5a61c48953974bf1880375b9dd1c88d6 (commit)
      from  ca2c1eea4a766a3ee0d073520b19ce16f0586678 (commit)

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


- Log -----------------------------------------------------------------
commit 8fd6dbcd5a61c48953974bf1880375b9dd1c88d6
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Feb 17 15:55:36 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 da76c46..3851dce 100644
--- a/source/libsmb/clikrb5.c
+++ b/source/libsmb/clikrb5.c
@@ -1746,6 +1746,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