summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* s4:WINREG RPC - specify the performed create action for "CreateKey"Matthias Dieter Wallnöfer2010-03-211-1/+10
* s4:registry - handle type "DWORD_BIG_ENDIAN" as type "DWORD"Matthias Dieter Wallnöfer2010-03-213-16/+5
* s4:torture WINREG - enhance test for "QWORD" typeMatthias Dieter Wallnöfer2010-03-211-0/+5
* s4:torture WINREG - enhance test for "DWORD_BIG_ENDIAN" typeMatthias Dieter Wallnöfer2010-03-211-0/+2
* s4:registry - "LDB backend" - fix up memory allocation for dynamic integersMatthias Dieter Wallnöfer2010-03-211-2/+2
* s4:registry - "LDB backend" - Fix up the storage of binary REG_SZ/REG_EXPAND_...Matthias Dieter Wallnöfer2010-03-211-11/+12
* build: useful shell vars for setting up selftestAndrew Tridgell2010-03-201-0/+9
* s4-selftest: skip RPC-DFS for s4 entirely.Günther Deschner2010-03-202-1/+1
* s4-smbtorture: rework RPC-DFS test a bit.Günther Deschner2010-03-192-211/+196
* s4-smbtorture: put all RPC-SAMB3-X torture tests into their own torture_suite.Günther Deschner2010-03-192-29/+36
* s4:librpc/rpc: add NCACN_INTERNAL from s3Stefan Metzmacher2010-03-191-1/+1
* s4-smbtorture: skip RAP netservergetinfo level 1 test against s3.Günther Deschner2010-03-191-2/+11
* error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo.Günther Deschner2010-03-191-1/+1
* s4-smbtorture: use torture_context in policy function in RPC-LSA-LOOKUP test.Günther Deschner2010-03-191-15/+17
* libcli/util: add more NT_STATUS_RPC_* definesStefan Metzmacher2010-03-181-0/+8
* s4:librpc/rpc: let pyrpc make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-183-4/+7
* s4:utils/net/drs: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-185-5/+8
* s4:torture/rpc/browser.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-8/+9
* s4:torture/rpc/ntsvcs.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-9/+13
* s4:torture/rpc/frsapi.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-18/+22
* s4:torture/rpc/handles.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-36/+53
* s4:torture/rpc/handles: check the correct last_fault_codeStefan Metzmacher2010-03-181-4/+4
* s4:dsdb Move rdn_name down the stackAndrew Bartlett2010-03-181-1/+1
* charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell2010-03-184-12/+20
* Fixed --ol-mmr-url helplineOliver Liebel2010-03-181-1/+1
* Fixed OL-MMR make testOliver Liebel2010-03-181-1/+1
* Fixed MMR-URL-Split and changed RID-Range OpenLDAP ITS6394Oliver Liebel2010-03-181-8/+10
* s4-smbtorture: fix typo in RPC-SAMR-PASSWORDS-LOCKOUT test.Günther Deschner2010-03-171-1/+1
* s4-smbtorture: skip BackupLog test against samba in RPC-EVENTLOG.Günther Deschner2010-03-171-0/+4
* s4:torture/rpc/samba3rpc.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-71/+125
* s4:torture/rpc/samsync.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-30/+38
* s4:torture/rpc/samr_accessmask.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-71/+81
* s4:torture/rpc/dssetup.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-1/+2
* s4:torture/rpc/bench.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-1/+2
* s4:torture/rpc/samlogon.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-7/+15
* s4:torture/rpc/netlogon.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-61/+99
* s4:torture/rpc/schannel.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-9/+12
* s4:torture/rpc/testjoin.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-14/+17
* s4:torture/rpc/samr.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-172-431/+515
* s4:librpc/rpc: initialize p->binding_handle in dcerpc_secondary_context()Stefan Metzmacher2010-03-171-0/+7
* s4-smbtorture: workaround broken REG_MULTI_SZ from winreg in s3Günther Deschner2010-03-171-0/+7
* s4-smbtorture: workaround the fact that you cannot fully rename a printer in ...Günther Deschner2010-03-171-3/+8
* s4-smbtorture: only use "friendly" data in extended SetPrinterDataEx test.Günther Deschner2010-03-171-1/+18
* s4-smbtorture: skip security descriptor tests against Samba in RPC-WINREG.Günther Deschner2010-03-171-0/+5
* s4-smbtorture: re-arrange tests in RPC-WINREG.Günther Deschner2010-03-171-155/+145
* s4-smbtorture: add test to check different keytypes.Günther Deschner2010-03-171-0/+153
* s4-smbtorture: add test_DeleteKey_opts to RPC-WINREG.Günther Deschner2010-03-171-8/+18
* s4-smbtorture: add test_OpenKey_opts() to RPC-WINREG.Günther Deschner2010-03-171-47/+55
* s4-smbtorture: add test_CreateKey_opts() to RPC-WINREG test.Günther Deschner2010-03-171-9/+35
* s4-smbtorture: put HKLM current_version test into an own function.Günther Deschner2010-03-171-18/+33