Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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) | |||||
2007-12-21 | r26249: Remove a couple more uses of global_loadparm. | Jelmer Vernooij | 2 | -12/+15 | |
(This used to be commit 80a61200508a00d5b16a3e748ce92d54b9fefcd2) | |||||
2007-12-21 | r26240: We now actually use torture_context pointers for more than just ↵ | Jelmer Vernooij | 2 | -42/+35 | |
allocation. Fix a few places where we were passing talloc contexts that were not torture contexts. (This used to be commit 9d12fc7dc5abc82c8ad189420db1f85a89c71e4f) | |||||
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more ↵ | Jelmer Vernooij | 17 | -77/+77 | |
uses of global_loadparm. (This used to be commit a33a5530545086b81a3b205aa109dff11c546926) | |||||
2007-12-21 | r26236: Remove more uses of global_loadparm or specify loadparm_context ↵ | Jelmer Vernooij | 1 | -15/+5 | |
explicitly. (This used to be commit 5b29ef7c03d9ae76b0ca909e9f03a58e1bad3521) | |||||
2007-12-21 | r26217: Let encode_wkssvc_join_password_buffer() take the session key as ↵ | Günther Deschner | 1 | -20/+17 | |
parameter. Guenther (This used to be commit f8a247d00ed4c7ea30c28cb61975c6845b5afb69) | |||||
2007-12-21 | r26216: Add very basic torture test for wkssvc_NetrUnjoinDomain2(). | Günther Deschner | 1 | -0/+90 | |
Guenther (This used to be commit f82116b6d793a0d676524fac6abcc8ec5e69c321) | |||||
2007-12-21 | r26215: Verify that test_NetrJoinDomain2() has suceeded. | Günther Deschner | 1 | -0/+12 | |
Guenther (This used to be commit 16ef4564b25e562b9eb0162541dd571ce14b4344) | |||||
2007-12-21 | r26214: Add note about remotely joining an unjoined XP SP2 workstation. | Günther Deschner | 1 | -0/+9 | |
Guenther (This used to be commit 2dd98c2333d5b55ac0ad6b7a2d25c8e092ccfc1d) | |||||
2007-12-21 | r26213: Trying to fix confusing inline comment about wkssvc_PasswordBuffer. | Günther Deschner | 1 | -2/+3 | |
Guenther (This used to be commit e3ce22107efe5758817a7f969c8a31e434c6ccb5) | |||||
2007-12-21 | r26212: Make test_NetrJoinDomain2() a little more robust against missing ↵ | Günther Deschner | 1 | -2/+16 | |
parameters. Guenther (This used to be commit 08aad347e8fd25f480ecf9b1283575012792cf71) | |||||
2007-12-21 | r26211: Add very basic test_NetrJoinDomain2() test which can join xp ↵ | Günther Deschner | 1 | -1/+99 | |
workstations into an AD domain. Guenther (This used to be commit 3fd5f3628cb015f61455b4ad87bf8adb8d2392b8) | |||||
2007-12-21 | r26210: w00t! | Günther Deschner | 1 | -0/+44 | |
Solved the nasty crypto problem of the 524 byte wkssvc_PasswordBuffer for wkssvc_JoinDomain()/wkssvc_UnjoinDomain(). Very soon we will be able to remotely join windows workstations into AD domains using smbtorture :-) Guenther (This used to be commit 37469ed34c5ee031dc8cf31ea7efbfacf279878a) | |||||
2007-12-21 | r26208: Add torture test for (unsupported) wkssvc_NetrJoinDomain() and | Günther Deschner | 1 | -0/+67 | |
wkssvc_NetrUnjoinDomain(). Guenther (This used to be commit 77c161b776de143aeb23894b3c821fbe4f40ac44) | |||||
2007-12-21 | r26171: Add my copyright. | Günther Deschner | 1 | -0/+1 | |
Guenther (This used to be commit 556d00d6a26f70d03a8c1b1bdea752f525a611e1) | |||||
2007-12-21 | r26170: Put test_NetrUseGetInfo() in the correct order of tests. | Günther Deschner | 1 | -5/+8 | |
Guenther (This used to be commit 239749d81150c522e39612c53b9df880cb68209b) | |||||
2007-12-21 | r26165: Add IDL and torture test for wkssvc_NetrGetJoinableOus() and | Günther Deschner | 1 | -0/+55 | |
wkssvc_NetrGetJoinableOus2() (both unavailable remotely). Guenther (This used to be commit 256d0a15f50b38aec9505e6431d05c6f715df971) | |||||
2007-12-21 | r26163: Add IDL and torture test for wkssvc_NetrGetJoinInformation(). | Günther Deschner | 1 | -0/+25 | |
Guenther (This used to be commit 234b380669a146cfe4a8a28d66c4efafcae93446) | |||||
2007-12-21 | r26162: Remove accidental commit. | Günther Deschner | 1 | -2/+0 | |
Guenther (This used to be commit 78ea5664850139f8faac5abdbb4a4d52ad4a6b8a) | |||||
2007-12-21 | r26161: Add (dangerous) torture tests for wkssvc_NetrRenameMachineInDomain() and | Günther Deschner | 1 | -0/+120 | |
wkssvc_NetrRenameMachineInDomain2(). Guenther (This used to be commit e105fb59b1d020713ebafac1db544e6c848ff15a) | |||||
2007-12-21 | r26157: Add IDL and torture test for wkssvc_NetrSetPrimaryComputername(). | Günther Deschner | 1 | -0/+100 | |
Guenther (This used to be commit 1c50b9754e2745525e7c7cd577dba7e8744e6bd4) | |||||
2007-12-21 | r26156: Choose a more speaking message in test_NetrMessageBufferSend(). | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit f7f474c6c77c2235685f44fa4e663c8173010949) | |||||
2007-12-21 | r26155: Add IDL and torture teset for wkssvc_NetrMessageBufferSend(). | Günther Deschner | 1 | -0/+32 | |
Guenther (This used to be commit 9de2f59d2b82b789c99fb82965b37b305c43b8fc) | |||||
2007-12-21 | r26154: Add IDL and torture test for wkssvc_NetrWorkstationStatistics(). A ↵ | Günther Deschner | 1 | -0/+27 | |
lot of unknowns, I know... Guenther (This used to be commit de2c5d702ef6b14cb8ddf926f4c7e417ea9ebd5a) | |||||
2007-12-21 | r26153: Add torture test for NetrAddAlternateComputerName() and | Günther Deschner | 1 | -2/+105 | |
NetrRemoveAlternateComputerName(). Guenther (This used to be commit 77f0b962d6e4eaade039604ad224d802c2302435) |