1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

7 Commits

Author SHA1 Message Date
Jeremy Allison
d3b9384308 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.
(This used to be commit f82c273a42f930c7152cfab84394781744815e0e)
2003-09-25 21:26:16 +00:00
Tim Potter
43b0404154 Merge.
(This used to be commit d3e88cb96f4140a116067449c73479e15946135d)
2002-10-21 04:50:32 +00:00
Tim Potter
d4410a5758 Merge of validiation cleanups from head.
(This used to be commit 174c8ca814cbb63425207d51f21cf5f80932f743)
2002-10-21 04:21:05 +00:00
Tim Potter
3ec6d94f95 Fixed compiler warning.
(This used to be commit 736eb3c7485c0e65a463f14f27ada55a1a3fd453)
2002-05-27 06:28:45 +00:00
Tim Potter
641d6dc79e Remove level and name fields from dictionary copy in py_to_FORM()
(This used to be commit ac15442579848f145dbdce6d51207321c4150c25)
2002-05-20 08:09:19 +00:00
Tim Potter
296583a5e1 Add level field when converting FORM_1 to dict.
More error checking when converting from dict to FORM_1.
(This used to be commit 608b9ab29dca820d29a40a2c5df86c1ff7e751a9)
2002-05-17 02:34:49 +00:00
Tim Potter
f9b571811d Converted drivers, forms and ports functions to use new conversion routines
and exception throwing.
(This used to be commit ed0a6480f75b3eefc52bc3311d8c3816abefcff2)
2002-04-05 05:48:01 +00:00