1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/dsdb
Andrew Bartlett 78928f5956 s4-dsdb Remove incorrectly declared ** variable used as *.
The cleartext_utf16_str variable was declared char **, but due to the
cast on convert_string_talloc() and the lack of type checking here and
on data_blob_const (due to void *) it was able to be used as if it was
a char *.

The simple solution seems to be to fill in cleartext_utf16 blob directly.

Andrew Bartlett
2010-11-11 09:55:06 +00:00
..
common s4:dsdb - proof against empty RDN values where expected 2010-11-11 10:03:40 +01:00
dns s4-dns: ensure we get the right case on the grant rule for administrator 2010-11-08 01:41:42 +00:00
kcc s4-debug: lowered the debug level of some unimportant messages 2010-11-08 06:16:04 +00:00
repl s4-drs: reduce verbosity of dreplsrv_out_connection_attach 2010-11-08 23:23:07 +00:00
samdb s4-dsdb Remove incorrectly declared ** variable used as *. 2010-11-11 09:55:06 +00:00
schema s4:dsdb/schema/schema_filtered.c: make never_in_filtered_attrs static const 2010-11-09 22:52:59 +01:00
tests/python Cannot create OU using custom Schema class 2010-11-11 10:03:40 +01:00
pydsdb.c s4-pydsdb: py_dsdb_am_rodc() may call samdb_rodc() only once to get the job done :) 2010-11-10 10:20:02 +02:00
wscript_build credentials: Lowercase library name, 2010-11-07 01:48:44 +00:00