Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 3430cc60972b94d0d238bc39f473feed96949c5d) | |||||
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 4 | -5/+6 | |
(This used to be commit a1715b1f48ba44bd94844418cc9299649aaf1a5e) | |||||
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 2 | -11/+18 | |
(This used to be commit 58a5b1de2b093fe642eb11d76d12db0edf60c25c) | |||||
2008-02-21 | Avoid use of global_loadparm. | Jelmer Vernooij | 1 | -3/+4 | |
(This used to be commit c5a95bbe0ce55c29e135a9c6058bf192ec3bb546) | |||||
2008-02-19 | initshutdown.idl: get rid of initshutdown_String and use lsa_StringLarge | Stefan Metzmacher | 1 | -7/+6 | |
metze (This used to be commit d9303cb08324db5ceb89f69a1a71cc3e16fdf250) | |||||
2008-02-19 | winreg.idl: get rid of initshutdown_String and use lsa_StringLarge | Stefan Metzmacher | 1 | -9/+6 | |
metze (This used to be commit 1ccea2a260de83b2e3137f762716ae67070c7024) | |||||
2008-02-19 | samba3rpc: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -31/+42 | |
(This used to be commit b3d084170e01fc678f9be6c280c52763ead52959) | |||||
2008-02-19 | Avoid use of global_loadparm. | Jelmer Vernooij | 1 | -6/+7 | |
(This used to be commit e6751a3ca40d968f084642229845a729bd916222) | |||||
2008-02-13 | torture/eventlog: the NTSTATUS of dcerpc_ functions is the same as r.out.result | Stefan Metzmacher | 1 | -2/+0 | |
metze (This used to be commit 0c5539e5fedd4123f61d50ee29acdc5a5f0faf76) | |||||
2008-02-13 | torture/eventlog: fix crash bugs! | Stefan Metzmacher | 1 | -0/+8 | |
This bug was introduced in 92b8bde561277a6b83048ce003cc29ff1b380255 and this shows that we need to be very, very careful in changing idl elements from scalars to [ref] pointers! metze (This used to be commit 3ec4bce0b64764e364aedea2800eed296805c51e) | |||||
2008-02-13 | spoolss.idl: improve idl for EnumPrinterData and not use 'lstring' any more | Stefan Metzmacher | 1 | -7/+15 | |
metze (This used to be commit d6cdddbcf37d120cb365bc7f8188858c8776e2e0) | |||||
2008-01-28 | torture: Fix too early free in spoolss notify test. | Jelmer Vernooij | 1 | -5/+6 | |
(This used to be commit f5ea5de797f4fe35baf4f2bcd2913902c6703f44) | |||||
2008-01-17 | Fix an output message in samba3rpc torture test. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit bf957bcb835a2c7c903f60dfa8f9a7e41997c5af) | |||||
2008-01-14 | python: Fix rpcecho tests. | Jelmer Vernooij | 1 | -39/+0 | |
(This used to be commit ebb78ea4232c1614755844849580e3697b0a53fa) | |||||
2008-01-14 | pidl/python: Fix use of pointers. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 13f2b0380f310b101975d709361a29d4032c3689) | |||||
2008-01-14 | python: Add some more rpc/echo tests. | Jelmer Vernooij | 1 | -0/+11 | |
(This used to be commit b4840d1ae283a3853d041f3a9a848aec991e81a6) | |||||
2008-01-14 | python: Add simple tests for the DCE/RPC echo interface. | Jelmer Vernooij | 1 | -0/+28 | |
(This used to be commit 8523740796f3cd739bdc338b5e2855a01bafa540) | |||||
2008-01-11 | Native move servers will refuse these SamSync operations, so don't | Andrew Bartlett | 1 | -0/+9 | |
count them as errors. Andrew Bartlett (This used to be commit 5c39f3135666854b57a7d2643f59feee7ceeabc8) | |||||
2008-01-06 | r26685: Fix bug 5137 by Mark Ridley. The RPC-ATSVC test is not tested, so was | Andrew Bartlett | 1 | -0/+5 | |
broken by 'ref' changes long ago. We need a working script to aim against windows. Andrew Bartlett (This used to be commit d6b863453dcda85e02e53c44d68272bf2ef95d19) | |||||
2008-01-03 | r26654: libcli/smb_composite: Rather than specifying each of the gazillion ↵ | Jelmer Vernooij | 2 | -8/+26 | |
options for SMB individually, just specify the smbcli_options struct. (This used to be commit 8a97886e24a4b969aa91409c06f423b71a45f6eb) | |||||
2008-01-02 | r26644: Janitorial: Pass resolve_context explicitly to various SMB ↵ | Jelmer Vernooij | 2 | -4/+18 | |
functions, should help fix the build for OpenChange. (This used to be commit 385ffe4f4cc9a21a760c0f00410f56e2592fd507) | |||||
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵ | Jelmer Vernooij | 3 | -11/+20 | |
library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce) | |||||
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ↵ | Jelmer Vernooij | 2 | -3/+3 | |
ndr_struct_push_blob(). (This used to be commit 61ad78ac98937ef7a9aa32075a91a1c95b7606b3) | |||||
2007-12-26 | r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const. | Kai Blin | 1 | -1/+2 | |
Also rename the corresponding wrap_ functions. (This used to be commit e59c2eaf681f076d175b9779d1c27b5f74a57c96) | |||||
2007-12-21 | r26453: Janitorial: Don't use a static char[] in smb_readline_replacement. | Kai Blin | 1 | -0/+1 | |
Fix up callers to free the memory returned, as that is needed if we use the original readline function as well. (This used to be commit c81ead1c38f417d442157b21d0d389f6a540c6f9) | |||||
2007-12-21 | r26438: Store iconv convenience in tdr push contexts. | Jelmer Vernooij | 2 | -2/+2 | |
(This used to be commit dffef3162778aebe2f8d77e2da60b22adb7d60ef) | |||||
2007-12-21 | r26432: Require ndr_pull users to specify iconv_convenience. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 28b1d36551b75241c1cf9fca5d74f45a6dc884ab) | |||||
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 4 | -5/+5 | |
(This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c) | |||||
2007-12-21 | r26428: spoolss: Fix a typo. | Kai Blin | 1 | -1/+1 | |
(This used to be commit 5a3a851dc73bb054f036425b2663a187f283803f) | |||||
2007-12-21 | r26426: Remove uses of global_loadparm. | Jelmer Vernooij | 2 | -2/+4 | |
(This used to be commit e1d177c8c1101965479f7ade2270490cd6fae4f2) | |||||
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 3 | -1/+12 | |
(This used to be commit 2833f320de1f1fd39c710ad0a61c3fa1bb1df31f) | |||||
2007-12-21 | r26402: Require a talloc context in libnetif. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit a35e51871bbf1ab33fc316fa59e597b722769c50) | |||||
2007-12-21 | r26401: Don't cache interfaces context in libnetif. | Jelmer Vernooij | 1 | -1/+3 | |
(This used to be commit 9f975417cc66bfd4589da38bfd23731dbe0e6153) | |||||
2007-12-21 | r26395: spoolss: Add WinXP-like printer browsing test. | Kai Blin | 2 | -0/+579 | |
(This used to be commit 2ccc4d2af58b49ab1319ce87e0f15591b40db06f) | |||||
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 2 | -9/+11 | |
(This used to be commit 5d589a0d94bd76a9b4c9fc748854e8098ea43c4d) | |||||
2007-12-21 | r26354: In trying to chase down why we have reports that WinXP won't join | Andrew Bartlett | 1 | -11/+87 | |
Samba4, rule out incorrect sid types in LSA LookupName returns. Also fix the test to pass against Win2k3 Native mode. Andrew Bartlett (This used to be commit ca89dff45c62fab7092868c5b588326de5a4b197) | |||||
2007-12-21 | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 17637e4490e42db6cdef619286c4d5a0982e9d1a) | |||||
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 14 | -70/+70 | |
(This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07) | |||||
2007-12-21 | r26325: Remove use of global_loadparm in netif. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit e452cb28594f23add7c00247ed39e8323aea78a6) | |||||
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 3 | -7/+11 | |
(This used to be commit f6420d933b5b011d428974f3a2a57edf19e6f482) | |||||
2007-12-21 | r26296: Store loadparm context in DCE/RPC server context. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit fc1f4d2d65d4c983cba5421e7ffb64dd75482860) | |||||
2007-12-21 | r26286: IDL and torture test for netr_ServerTrustPasswordsGet(). | Günther Deschner | 1 | -0/+35 | |
Guenther (This used to be commit 231fe8826b7d8b0f4307ffbb3cd71b4c7723a290) | |||||
2007-12-21 | r26285: Add IDL and torture test for netr_ServerPasswordGet(). | Günther Deschner | 1 | -0/+30 | |
Guenther (This used to be commit d64244cfe871cd549a991ac2a708263fc77d2fef) | |||||
2007-12-21 | r26273: Add IDL and torture test for netr_NetrEnumerateTurstedDomains() and | Günther Deschner | 1 | -0/+37 | |
netr_NetrEnumerateTurstedDomainsEx(). Guenther (This used to be commit 32a189e85026f5b54f82df88306005d9a9f50beb) | |||||
2007-12-21 | r26272: Remove global_loadparm in some more places. | Jelmer Vernooij | 2 | -5/+6 | |
(This used to be commit 1ab76ecc5311fa863e5d04899b6f110899818f55) | |||||
2007-12-21 | r26271: Remove some more uses of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit e9875fcd56de0748ed78d7e3c9cdb4919cd96d3c) | |||||
2007-12-21 | r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and ↵ | Jelmer Vernooij | 1 | -19/+11 | |
wbsrv_connection. (This used to be commit 7c008664238ed966cb82adf5b25b22157bb50730) | |||||
2007-12-21 | r26264: pass name resolve order explicitly, use torture context for settings ↵ | Jelmer Vernooij | 1 | -27/+29 | |
in dssync tests. (This used to be commit c7eae1c7842f9ff8b70cce9e5d6f3ebbbe78e83b) | |||||
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 5 | -65/+65 | |
(This used to be commit 7280c1e9415daabb2712db1372e23f9846272ede) | |||||
2007-12-21 | r26250: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 4 | -140/+135 | |
(This used to be commit 2c6b755309fdf685cd0b0564272bf83038574a43) |