1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/torture/ndr
Günther Deschner 8a18edf1c2 samr: filterModuleName is a lsa_String in userPwdChangeFailureInformation.
The entire marshalling of samr_ChangePasswordUser3 broke with c2685cdedb.

Matthias, the bad effect of this change was that actually all failed password
change attempts will always return NT_STATUS_OK because the last 4 bytes (the
resulting status code) were not marshalled anymore.

Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Nov  9 00:41:13 CET 2011 on sn-devel-104
2011-11-09 00:41:13 +01:00
..
atsvc.c source4/torture/ndr: Fix prototypes for all functions. 2011-03-19 03:20:05 +01:00
backupkey.c source4/torture/ndr: Fix prototypes for all functions. 2011-03-19 03:20:05 +01:00
dfs.c source4/torture/ndr: Fix prototypes for all functions. 2011-03-19 03:20:05 +01:00
dfsblob.c torture-ndr: fixed NDR tests for DFS blobs 2011-09-08 03:35:27 +02:00
drsblobs.c torture-drs: fixed NDR tests for DRS blobs 2011-09-08 03:35:27 +02:00
drsuapi.c source4/torture/ndr: Fix prototypes for all functions. 2011-03-19 03:20:05 +01:00
epmap.c source4/torture/ndr: Fix prototypes for all functions. 2011-03-19 03:20:05 +01:00
lsa.c source4/torture/ndr: Fix prototypes for all functions. 2011-03-19 03:20:05 +01:00
nbt.c s4-smbtorture: add some ndr validation tests for netlogon_samlogon_response structs. 2011-11-03 20:08:20 +01:00
ndr.c torture-ndr: added support for testing push functions 2011-09-08 03:35:27 +02:00
ndr.h torture-ndr: added support for testing push functions 2011-09-08 03:35:27 +02:00
netlogon.c source4/torture/ndr: Fix prototypes for all functions. 2011-03-19 03:20:05 +01:00
ntlmssp.c torture-ndr: fixed NDR tests for NTLMSSP blobs 2011-09-08 03:35:27 +02:00
README s4-smbtorture: mention -v switch for hexdump imports into the NDR testsuites. 2010-09-16 14:41:37 +02:00
samr.c samr: filterModuleName is a lsa_String in userPwdChangeFailureInformation. 2011-11-09 00:41:13 +01:00
spoolss.c source4/torture/ndr: Fix prototypes for all functions. 2011-03-19 03:20:05 +01:00
string.c s4-torture: fixed a ndr string error 2011-09-05 11:19:25 +02:00
winreg.c source4/torture/ndr: Fix prototypes for all functions. 2011-03-19 03:20:05 +01:00

use
	hexdump -v -e '12/1 "0x%02x, " "\n"' infile|outfile

to import ndr dumps