summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2010-03-21s4:WINREG RPC server - don't check for the "name" size in "EnumValue"Matthias Dieter Wallnöfer1-5/+0
This isn't needed at all since: 1.) a new name object is created and sent back to the client 2.) the "size" seems to be the size of the "name" pointer. On my test with the "regedt32" program this has always been "4".
2010-03-21s4:torture - WINREG RPC - reactivate test "SetValueExtended" for s4Matthias Dieter Wallnöfer1-3/+2
Should be definitely fixed now.
2010-03-21s4:WINREG RPC - we support only non-volatile keysMatthias Dieter Wallnöfer1-0/+5
2010-03-21s4:registry - "LDB backend" - don't test for "0" as string termination on ↵Matthias Dieter Wallnöfer1-2/+1
binary and unknown typed values
2010-03-21s4:WINREG RPC - specify the performed create action for "CreateKey"Matthias Dieter Wallnöfer1-1/+10
To make the WINREG RPC testsuite happy.
2010-03-21s4:registry - handle type "DWORD_BIG_ENDIAN" as type "DWORD"Matthias Dieter Wallnöfer3-16/+5
Further tests show that (at least per default) there aren't any differences between them.
2010-03-21s4:torture WINREG - enhance test for "QWORD" typeMatthias Dieter Wallnöfer1-0/+5
We need to know how this behaves.
2010-03-21s4:torture WINREG - enhance test for "DWORD_BIG_ENDIAN" typeMatthias Dieter Wallnöfer1-0/+2
We need to know how this behaves.
2010-03-21s4:registry - "LDB backend" - fix up memory allocation for dynamic integersMatthias Dieter Wallnöfer1-2/+2
We don't need to reserve memory for NULL termination when storing data as integers.
2010-03-21s4:registry - "LDB backend" - Fix up the storage of binary ↵Matthias Dieter Wallnöfer1-11/+12
REG_SZ/REG_EXPAND_SZ values There seem to exist also UTF16 sequences which have byte sizes of a multiple of two but are invalid (gd's winreg test shows this).
2010-03-20build: useful shell vars for setting up selftestAndrew Tridgell1-0/+9
2010-03-20s4-selftest: skip RPC-DFS for s4 entirely.Günther Deschner2-1/+1
Guenther
2010-03-19s4-smbtorture: rework RPC-DFS test a bit.Günther Deschner2-211/+196
Guenther
2010-03-19s4-smbtorture: put all RPC-SAMB3-X torture tests into their own torture_suite.Günther Deschner2-29/+36
Guenther
2010-03-19s4:librpc/rpc: add NCACN_INTERNAL from s3Stefan Metzmacher1-1/+1
metze
2010-03-19s4-smbtorture: skip RAP netservergetinfo level 1 test against s3.Günther Deschner1-2/+11
Guenther
2010-03-19error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo.Günther Deschner1-1/+1
Metze, please check. Guenther
2010-03-19s4-smbtorture: use torture_context in policy function in RPC-LSA-LOOKUP test.Günther Deschner1-15/+17
Guenther
2010-03-18libcli/util: add more NT_STATUS_RPC_* definesStefan Metzmacher1-0/+8
metze
2010-03-18s4:librpc/rpc: let pyrpc make use of dcerpc_binding_handle stubsStefan Metzmacher3-4/+7
metze
2010-03-18s4:utils/net/drs: make use of dcerpc_binding_handle stubsStefan Metzmacher5-5/+8
metze
2010-03-18s4:torture/rpc/browser.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-8/+9
metze
2010-03-18s4:torture/rpc/ntsvcs.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-9/+13
metze
2010-03-18s4:torture/rpc/frsapi.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-18/+22
metze
2010-03-18s4:torture/rpc/handles.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-36/+53
metze
2010-03-18s4:torture/rpc/handles: check the correct last_fault_codeStefan Metzmacher1-4/+4
metze
2010-03-18s4:dsdb Move rdn_name down the stackAndrew Bartlett1-1/+1
This is done so that it can be (in future) removed when the OpenLDAP backend is in use and the rdn_val module is used, while keeping as similar semantics as possible between the module stacks. Andrew Bartlett
2010-03-18charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell4-12/+20
We had a crash bug where a cached copy of a iconv convenience pointer was used after being freed when loadparm asked for iconv to reload. This could happen if a python module used a iconv based function before loadparm was completed. The fix is to ensure that any use of this pointer remains valid, by reusing the pointer itself when it has already been initialised, but filling in the child elements with the updated values.
2010-03-18Fixed --ol-mmr-url helplineOliver Liebel1-1/+1
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-03-18Fixed OL-MMR make testOliver Liebel1-1/+1
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-03-18Fixed MMR-URL-Split and changed RID-Range OpenLDAP ITS6394Oliver Liebel1-8/+10
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-03-17s4-smbtorture: fix typo in RPC-SAMR-PASSWORDS-LOCKOUT test.Günther Deschner1-1/+1
Guenther
2010-03-17s4-smbtorture: skip BackupLog test against samba in RPC-EVENTLOG.Günther Deschner1-0/+4
Guenther
2010-03-17s4:torture/rpc/samba3rpc.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-71/+125
metze
2010-03-17s4:torture/rpc/samsync.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-30/+38
metze
2010-03-17s4:torture/rpc/samr_accessmask.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-71/+81
metze
2010-03-17s4:torture/rpc/dssetup.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-1/+2
metze
2010-03-17s4:torture/rpc/bench.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-1/+2
metze
2010-03-17s4:torture/rpc/samlogon.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-7/+15
metze
2010-03-17s4:torture/rpc/netlogon.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-61/+99
metze
2010-03-17s4:torture/rpc/schannel.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-9/+12
metze
2010-03-17s4:torture/rpc/testjoin.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-14/+17
metze
2010-03-17s4:torture/rpc/samr.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2-431/+515
metze
2010-03-17s4:librpc/rpc: initialize p->binding_handle in dcerpc_secondary_context()Stefan Metzmacher1-0/+7
metze
2010-03-17s4-smbtorture: workaround broken REG_MULTI_SZ from winreg in s3Günther Deschner1-0/+7
during SetPrinterDataEx SPOOLSS test. Guenther
2010-03-17s4-smbtorture: workaround the fact that you cannot fully rename a printer in ↵Günther Deschner1-3/+8
samba. Guenther
2010-03-17s4-smbtorture: only use "friendly" data in extended SetPrinterDataEx test.Günther Deschner1-1/+18
Passes against windows but not against samba yet :-( Guenther
2010-03-17s4-smbtorture: skip security descriptor tests against Samba in RPC-WINREG.Günther Deschner1-0/+5
Guenther
2010-03-17s4-smbtorture: re-arrange tests in RPC-WINREG.Günther Deschner1-155/+145
Mostly choping test_Open() into smaller parts. Guenther
2010-03-17s4-smbtorture: add test to check different keytypes.Günther Deschner1-0/+153
This test will be skipped for samba. Guenther