summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-09Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison13-111/+198
2010-04-09s4:LDB - fix up "LDAPI" testMatthias Dieter Wallnöfer1-1/+3
2010-04-09s4-smbtorture: skip winreg symlink test against Samba in RPC-SPOOLSS.Günther Deschner1-0/+4
2010-04-09s4-smbtorture: make sure to check for result of spoolss_GetJob tests.Günther Deschner1-4/+5
2010-04-09s3-spoolss: Fix two uninitialized vars in spoolss util code.Günther Deschner1-1/+2
2010-04-09s3: re-run make samba3-idl.Günther Deschner5-4/+306
2010-04-09s4-smbtorture: display helpful error message when winreg_QueryMultipleValues ...Günther Deschner1-5/+3
2010-04-09winreg: move REG_OPTION_NON_VOLATILE out of option bitmask.Günther Deschner1-1/+2
2010-04-09winreg: fill in IDL for winreg_QueryMultipleValues2.Günther Deschner1-1/+7
2010-04-09s3: add iconv_convenience handle to pull/push sz helpers.Günther Deschner15-50/+58
2010-04-09s3: Fix a typoVolker Lendecke1-1/+1
2010-04-09selftest: make sure filter-subunit and format-subunit use unbuffered ioStefan Metzmacher2-4/+4
2010-04-09s4:selftest: mark some smb2.compound tests as knownfailStefan Metzmacher1-0/+3
2010-04-09RPC-ALTERCONTEXT: let the test pass against w2k3 and w2k8Stefan Metzmacher1-0/+30
2010-04-09s4:torture/rpc/lsa.c: add test_lsa_OpenPolicy2_ex() that takes an expected st...Stefan Metzmacher1-4/+17
2010-04-09s4:librpc/rpc: correctly initialize last_fault_code for bind and alter_contex...Stefan Metzmacher1-0/+9
2010-04-09librpc/rpc: fix typo DERPC_ => DCERPC_Stefan Metzmacher1-47/+47
2010-04-09librpc: rerun make idlStefan Metzmacher2-141/+141
2010-04-09dcerpc.idl: fix typo DERPC_ => DCERPC_Stefan Metzmacher1-47/+47
2010-04-09lib/torture: also print intergers as HEX values in the torture_assert macrosStefan Metzmacher1-6/+8
2010-04-09s4:heimdal_build/wscript_build: we don't need separate subsystems just for op...Stefan Metzmacher1-40/+11
2010-04-09s4:heimdal_build/wscript_build: remove useless dependecies of HEIMDAL_ROKEN_HStefan Metzmacher1-3/+4
2010-04-09s4:heimdal_build/wscript_build: create a HEIMDAL_ROKEN*_SOURCE variableStefan Metzmacher1-3/+40
2010-04-09s4-smbtorture: add test to check for registry symlinks in RPC-SPOOLSS-PRINTER.Günther Deschner1-6/+66
2010-04-09s4-smbtorture: fix build after winreg IDL renames, sorry..Günther Deschner1-1/+1
2010-04-09s4-build: Fix autoconf build (net_machinepw.c is no longer present)Jelmer Vernooij2-1/+1
2010-04-09s3: Use talloc_tos() as talloc ctx for fd_lines_load() in map_username()Volker Lendecke1-1/+1
2010-04-09s3: TALLOC_FREE(command) correctly in map_username()Volker Lendecke1-0/+2
2010-04-09s4-smbtorture: Fix winreg test after keytype renameing.Günther Deschner1-21/+21
2010-04-09s4-winreg: Fix dcesrv_winreg_CreateKey after rename.Günther Deschner1-1/+1
2010-04-09s3: re-run make samba3-idl.Günther Deschner3-17/+21
2010-04-09winreg: rename winreg_KeyType to winreg_KeyOptions.Günther Deschner1-6/+8
2010-04-09s4-smbtorture: when creating winreg-symlinks during a test, it is very wise t...Günther Deschner1-2/+2
2010-04-09s4-smbtorture: winreg keytype options is a bitmask.Günther Deschner1-2/+2
2010-04-09s3: re-run make samba3-idl.Günther Deschner5-35/+23
2010-04-09winreg: keytype options is a bitmask.Günther Deschner1-1/+1
2010-04-09s4-smbtorture: more work on registry REG_LINK (in-registry symlinks) test.Günther Deschner1-0/+14
2010-04-09s4-waf: only enable the python uuid module if python <= 2.4Andrew Tridgell1-1/+2
2010-04-09libwbclient: Fix some memleaks in the testsVolker Lendecke1-0/+7
2010-04-09build: use Logs.error() and Logs.info() instead of print()Andrew Tridgell6-27/+29
2010-04-09build: nicer error message on missing file in waf distAndrew Tridgell1-2/+6
2010-04-09s4-waf: added --gdbtest option for waf testAndrew Tridgell1-1/+7
2010-04-09build: no need to re-create the lib and bin symlinks if they existAndrew Tridgell1-0/+6
2010-04-09build: added --picky-developer and --fatal-errorsAndrew Tridgell2-1/+13
2010-04-09s4-net: Cope with options without arguments.Jelmer Vernooij1-1/+2
2010-04-09s4-net: 'net user create' -> 'net user add', for backwards compatibility.Jelmer Vernooij1-3/+3
2010-04-09Support --version in python scripts.Jelmer Vernooij1-0/+8
2010-04-09s4-net: Convert machinepw command to python.Jelmer Vernooij7-156/+115
2010-04-09s4-net: Convert vampire command over to Python.Jelmer Vernooij5-68/+173
2010-04-09s4-net: Convert user subcommand to Python.Jelmer Vernooij7-129/+148