1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-19 23:17:05 +03:00

7 Commits

Author SHA1 Message Date
Jeremy Allison
f82c273a42 Fix for #480. Change the interface for init_unistr2 to not take a length
but a flags field. We were assuming that 2*strlen(mb_string) == length of ucs2-le string.
This is not the case. Count it after conversion.
Jeremy.
-
Tim Potter
d3e88cb96f Merge. -
Tim Potter
174c8ca814 Merge of validiation cleanups from head. -
Tim Potter
736eb3c748 Fixed compiler warning. -
Tim Potter
ac15442579 Remove level and name fields from dictionary copy in py_to_FORM() -
Tim Potter
608b9ab29d Add level field when converting FORM_1 to dict.
More error checking when converting from dict to FORM_1.
-
Tim Potter
ed0a6480f7 Converted drivers, forms and ports functions to use new conversion routines
and exception throwing.
-