summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* s4-smbtorture: skip RAP netservergetinfo level 1 test against s3.Günther Deschner2010-03-191-2/+11
| | | | Guenther
* error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo.Günther Deschner2010-03-191-1/+1
| | | | | | Metze, please check. Guenther
* s4-smbtorture: use torture_context in policy function in RPC-LSA-LOOKUP test.Günther Deschner2010-03-191-15/+17
| | | | Guenther
* libcli/util: add more NT_STATUS_RPC_* definesStefan Metzmacher2010-03-181-0/+8
| | | | metze
* s4:librpc/rpc: let pyrpc make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-183-4/+7
| | | | metze
* s4:utils/net/drs: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-185-5/+8
| | | | metze
* s4:torture/rpc/browser.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-8/+9
| | | | metze
* s4:torture/rpc/ntsvcs.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-9/+13
| | | | metze
* s4:torture/rpc/frsapi.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-18/+22
| | | | metze
* s4:torture/rpc/handles.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-36/+53
| | | | metze
* s4:torture/rpc/handles: check the correct last_fault_codeStefan Metzmacher2010-03-181-4/+4
| | | | metze
* s4:dsdb Move rdn_name down the stackAndrew Bartlett2010-03-181-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
* charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell2010-03-184-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.
* Fixed --ol-mmr-url helplineOliver Liebel2010-03-181-1/+1
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* Fixed OL-MMR make testOliver Liebel2010-03-181-1/+1
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* Fixed MMR-URL-Split and changed RID-Range OpenLDAP ITS6394Oliver Liebel2010-03-181-8/+10
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-smbtorture: fix typo in RPC-SAMR-PASSWORDS-LOCKOUT test.Günther Deschner2010-03-171-1/+1
| | | | Guenther
* s4-smbtorture: skip BackupLog test against samba in RPC-EVENTLOG.Günther Deschner2010-03-171-0/+4
| | | | Guenther
* s4:torture/rpc/samba3rpc.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-71/+125
| | | | metze
* s4:torture/rpc/samsync.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-30/+38
| | | | metze
* s4:torture/rpc/samr_accessmask.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-71/+81
| | | | metze
* s4:torture/rpc/dssetup.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-1/+2
| | | | metze
* s4:torture/rpc/bench.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-1/+2
| | | | metze
* s4:torture/rpc/samlogon.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-7/+15
| | | | metze
* s4:torture/rpc/netlogon.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-61/+99
| | | | metze
* s4:torture/rpc/schannel.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-9/+12
| | | | metze
* s4:torture/rpc/testjoin.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-14/+17
| | | | metze
* s4:torture/rpc/samr.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-172-431/+515
| | | | metze
* s4:librpc/rpc: initialize p->binding_handle in dcerpc_secondary_context()Stefan Metzmacher2010-03-171-0/+7
| | | | metze
* s4-smbtorture: workaround broken REG_MULTI_SZ from winreg in s3Günther Deschner2010-03-171-0/+7
| | | | | | during SetPrinterDataEx SPOOLSS test. Guenther
* s4-smbtorture: workaround the fact that you cannot fully rename a printer in ↵Günther Deschner2010-03-171-3/+8
| | | | | | samba. Guenther
* s4-smbtorture: only use "friendly" data in extended SetPrinterDataEx test.Günther Deschner2010-03-171-1/+18
| | | | | | Passes against windows but not against samba yet :-( Guenther
* s4-smbtorture: skip security descriptor tests against Samba in RPC-WINREG.Günther Deschner2010-03-171-0/+5
| | | | Guenther
* s4-smbtorture: re-arrange tests in RPC-WINREG.Günther Deschner2010-03-171-155/+145
| | | | | | Mostly choping test_Open() into smaller parts. Guenther
* s4-smbtorture: add test to check different keytypes.Günther Deschner2010-03-171-0/+153
| | | | | | This test will be skipped for samba. Guenther
* s4-smbtorture: add test_DeleteKey_opts to RPC-WINREG.Günther Deschner2010-03-171-8/+18
| | | | Guenther
* s4-smbtorture: add test_OpenKey_opts() to RPC-WINREG.Günther Deschner2010-03-171-47/+55
| | | | Guenther
* s4-smbtorture: add test_CreateKey_opts() to RPC-WINREG test.Günther Deschner2010-03-171-9/+35
| | | | Guenther
* s4-smbtorture: put HKLM current_version test into an own function.Günther Deschner2010-03-171-18/+33
| | | | Guenther
* s4-smbtorture: use binding handle for simple SetValue winreg test.Günther Deschner2010-03-171-3/+2
| | | | Guenther
* s4:torture/rpc/lsa*: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-175-236/+252
| | | | metze
* s4:torture/rpc/remote_pac.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-5/+6
| | | | metze
* s4-smbtorture: add lsa_SetTrustedDomainInfoByName NDR test.Günther Deschner2010-03-161-1/+101
| | | | | | Thanks Simo for providing the data and pointing out the IDL failure. Guenther
* kerberos - set the memory to "0"s before freeing the password to prevent ↵Matthias Dieter Wallnöfer2010-03-161-2/+6
| | | | security issues
* heimdal - remove unused variableMatthias Dieter Wallnöfer2010-03-161-1/+0
|
* heimdal - fix overlapped identifiers in the "krb5" libraryMatthias Dieter Wallnöfer2010-03-163-11/+11
|
* heimdal - free always "ctx->password" when it isn't needed anymoreMatthias Dieter Wallnöfer2010-03-161-1/+3
| | | | | "strdup" does always create a new object in the memory (through "malloc") which needs to be freed if it isn't used anymore.
* s4:auth/kerberos/kerberos.c - fix also here a memory leakMatthias Dieter Wallnöfer2010-03-161-0/+1
| | | | The options need to be freed also on this error case.
* s4:wb_cmd_getgroups - fix failure in s4 winbind's "getgroups"Matthias Dieter Wallnöfer2010-03-161-1/+1
|
* s4-smbtorture: use random buffer for extended SetValue test in RPC-WINREG.Günther Deschner2010-03-161-6/+11
| | | | Guenther