[SCM] Samba Shared Repository - branch master updated - e311becaad4945c31bc7e3bec5e4be6073c94e82

Andrew Tridgell tridge at samba.org
Fri Oct 31 04:49:34 GMT 2008


The branch, master has been updated
       via  e311becaad4945c31bc7e3bec5e4be6073c94e82 (commit)
      from  55d55d9d9b881b2ec09fa76515cdd1cf6f0e2442 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e311becaad4945c31bc7e3bec5e4be6073c94e82
Author: Andrew Tridgell <tridge at samba.org>
Date:   Fri Oct 31 15:48:47 2008 +1100

    use the new CH_UTF16_MUNGED charset for utf16 password buffers
    
    now to work out how to test this ...

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

Summary of changes:
 source4/dsdb/samdb/ldb_modules/password_hash.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/samdb/ldb_modules/password_hash.c b/source4/dsdb/samdb/ldb_modules/password_hash.c
index fc8fb77..cef1bf7 100644
--- a/source4/dsdb/samdb/ldb_modules/password_hash.c
+++ b/source4/dsdb/samdb/ldb_modules/password_hash.c
@@ -1338,7 +1338,7 @@ static int setup_password_fields(struct setup_password_fields_io *io)
 			return LDB_ERR_OPERATIONS_ERROR;
 		}
 		converted_pw_len = convert_string_talloc_convenience(io->ac, lp_iconv_convenience(ldb_get_opaque(io->ac->module->ldb, "loadparm")), 
-							 CH_UTF16, CH_UTF8, io->n.cleartext_utf16->data, io->n.cleartext_utf16->length, 
+							 CH_UTF16MUNGED, CH_UTF8, io->n.cleartext_utf16->data, io->n.cleartext_utf16->length, 
 							 (void **)&cleartext_utf8_str);
 		if (converted_pw_len == -1) {
 			/* We can't bail out entirely, as these unconvertable passwords are frustratingly valid */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list