Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3: Make login_cache_write take a pointer | Volker Lendecke | 2010-03-16 | 3 | -8/+10 |
| | |||||
* | s3: Make login_cache_read take a pointer, avoid a malloc | Volker Lendecke | 2010-03-16 | 3 | -25/+17 |
| | |||||
* | s3: Remove a typedef | Volker Lendecke | 2010-03-16 | 4 | -10/+11 |
| | |||||
* | s3: Fix some nonempty blank lines | Volker Lendecke | 2010-03-16 | 1 | -7/+7 |
| | |||||
* | s3: fix buildwarning in smbta-util. | Günther Deschner | 2010-03-16 | 1 | -3/+5 |
| | | | | Guenther | ||||
* | s4-smbtorture: add lsa_SetTrustedDomainInfoByName NDR test. | Günther Deschner | 2010-03-16 | 1 | -1/+101 |
| | | | | | | Thanks Simo for providing the data and pointing out the IDL failure. Guenther | ||||
* | s3: re-run make samba3-idl. | Günther Deschner | 2010-03-16 | 5 | -35/+42 |
| | | | | Guenther | ||||
* | lsa: fix IDL for lsa_SetTrustedDomainInfoByName. | Günther Deschner | 2010-03-16 | 1 | -3/+3 |
| | | | | Guenther | ||||
* | Fix developer build, remove malloc | Andreas Schneider | 2010-03-16 | 1 | -11/+7 |
| | |||||
* | kerberos - set the memory to "0"s before freeing the password to prevent ↵ | Matthias Dieter Wallnöfer | 2010-03-16 | 1 | -2/+6 |
| | | | | security issues | ||||
* | heimdal - remove unused variable | Matthias Dieter Wallnöfer | 2010-03-16 | 1 | -1/+0 |
| | |||||
* | heimdal - fix overlapped identifiers in the "krb5" library | Matthias Dieter Wallnöfer | 2010-03-16 | 3 | -11/+11 |
| | |||||
* | heimdal - free always "ctx->password" when it isn't needed anymore | Matthias Dieter Wallnöfer | 2010-03-16 | 1 | -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 leak | Matthias Dieter Wallnöfer | 2010-03-16 | 1 | -0/+1 |
| | | | | The options need to be freed also on this error case. | ||||
* | libcli/auth/schannel_state_tdb.c - fix a memory leak | Matthias Dieter Wallnöfer | 2010-03-16 | 1 | -0/+1 |
| | |||||
* | s4:wb_cmd_getgroups - fix failure in s4 winbind's "getgroups" | Matthias Dieter Wallnöfer | 2010-03-16 | 1 | -1/+1 |
| | |||||
* | s4-smbtorture: use random buffer for extended SetValue test in RPC-WINREG. | Günther Deschner | 2010-03-16 | 1 | -6/+11 |
| | | | | Guenther | ||||
* | s4:torture/rpc/winreg.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 1 | -145/+174 |
| | | | | metze | ||||
* | s4:torture/rpc/spoolss_win.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 1 | -86/+89 |
| | | | | metze | ||||
* | s4:torture/rpc/spoolss_notify.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 1 | -15/+19 |
| | | | | metze | ||||
* | s4:torture/rpc/spoolss_notify.c: fix compiler warnings | Stefan Metzmacher | 2010-03-16 | 1 | -1/+5 |
| | | | | metze | ||||
* | s4:torture/rpc/spoolss.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 2 | -314/+342 |
| | | | | metze | ||||
* | s4:tortore/rpc/spoolss.c: fix compiler warning | Stefan Metzmacher | 2010-03-16 | 1 | -1/+0 |
| | | | | metze | ||||
* | s4:torture/rpc/autoidl.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 1 | -6/+7 |
| | | | | metze | ||||
* | s4:torture/rpc/mgmt.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 2 | -16/+20 |
| | | | | metze | ||||
* | s4:torture/rpc/remact.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 1 | -2/+3 |
| | | | | metze | ||||
* | s4:torture/rpc/oxidresolve.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 1 | -7/+15 |
| | | | | metze | ||||
* | s4:torture/rpc/initshutdown.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 1 | -3/+6 |
| | | | | metze | ||||
* | s4:torture/rpc/epmapper.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 1 | -12/+18 |
| | | | | metze | ||||
* | s4:torture/rpc/eventlog.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 1 | -33/+41 |
| | | | | metze | ||||
* | s4:tortore/rpc/eventlog.c: rename variable 'b' => 'br' | Stefan Metzmacher | 2010-03-16 | 1 | -7/+7 |
| | | | | metze | ||||
* | s4:torture/rpc/svcctl.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 1 | -63/+80 |
| | | | | metze | ||||
* | s4:torture/rpc/atsvc.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 1 | -4/+8 |
| | | | | metze | ||||
* | s4:torture/rpc/wkssvc.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 1 | -32/+63 |
| | | | | metze | ||||
* | s4:torture/rpc/srvsvc.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 1 | -23/+42 |
| | | | | metze | ||||
* | s4:torture/rpc/dsgetinfo.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 1 | -3/+6 |
| | | | | metze | ||||
* | s4:torture/rpc/dssync.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 1 | -6/+8 |
| | | | | metze | ||||
* | s4:torture/rpc/drsuapi*: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 2 | -24/+25 |
| | | | | metze | ||||
* | s4:torture/rpc/unixinfo.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-16 | 1 | -5/+10 |
| | | | | metze | ||||
* | s4-smbtorture: remove NotifyChangeKeyValue s3 skip in RPC-WINREG: | Günther Deschner | 2010-03-16 | 1 | -4/+0 |
| | | | | Guenther | ||||
* | s3-winreg: change notify call has no meaning when called remotely. | Günther Deschner | 2010-03-16 | 1 | -4/+0 |
| | | | | | | Just return not supported to make smbtorture happy. Guenther | ||||
* | s3-registry: make sure root has full registry access (in particular for make ↵ | Günther Deschner | 2010-03-16 | 1 | -0/+6 |
| | | | | | | test). Guenther | ||||
* | s4-smbtorture: make it a bit easier to track failures in RPC-SPOOLSS-PRINTER. | Günther Deschner | 2010-03-16 | 1 | -5/+15 |
| | | | | Guenther | ||||
* | s4:torture-ndr add lsarSetForestTrustInformation ndr test | Simo Sorce | 2010-03-16 | 1 | -0/+51 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s4-lsa: fix dcesrv_lsa_lsaRSetForestTrustInformation server stub. | Günther Deschner | 2010-03-16 | 1 | -3/+3 |
| | | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-lsa: fix _lsa_lsaRSetForestTrustInformation server stub. | Günther Deschner | 2010-03-16 | 1 | -1/+1 |
| | | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3: re-run make samba3-idl. | Günther Deschner | 2010-03-16 | 7 | -47/+579 |
| | | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s4:idl add lsaRSetForestTrustInformation | Simo Sorce | 2010-03-16 | 1 | -2/+50 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Revert "Revert "s4-smbtorture: skip extended SetValue test against Samba ↵ | Stefan Metzmacher | 2010-03-16 | 1 | -9/+5 |
| | | | | | | | | | | | | | (both dont survive)."" This reverts commit 508c218eb2f4bf8c45dc9d481576c87ed4fecbd3. This lets make test fail. Matthias: please make sure make test still passes when you change things like this...(maybe add something to knownfail or so) metze | ||||
* | s4:torture/rpc/dsgetinfo.c: fix name resolving for ldap_url | Stefan Metzmacher | 2010-03-16 | 1 | -1/+6 |
| | | | | metze |