Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r26438: Store iconv convenience in tdr push contexts. | Jelmer Vernooij | 5 | -5/+5 |
2007-12-21 | r26432: Require ndr_pull users to specify iconv_convenience. | Jelmer Vernooij | 3 | -6/+10 |
2007-12-21 | r26431: Require ndr_push creators to specify a iconv_convenience context. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 10 | -20/+22 |
2007-12-21 | r26428: spoolss: Fix a typo. | Kai Blin | 1 | -1/+1 |
2007-12-21 | r26426: Remove uses of global_loadparm. | Jelmer Vernooij | 3 | -3/+5 |
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 16 | -33/+53 |
2007-12-21 | r26408: Remove use of global_loadparm. | Jelmer Vernooij | 3 | -1/+7 |
2007-12-21 | r26402: Require a talloc context in libnetif. | Jelmer Vernooij | 6 | -9/+9 |
2007-12-21 | r26401: Don't cache interfaces context in libnetif. | Jelmer Vernooij | 6 | -14/+41 |
2007-12-21 | r26395: spoolss: Add WinXP-like printer browsing test. | Kai Blin | 3 | -0/+580 |
2007-12-21 | r26382: Remove more uses of global_loadparm. | Jelmer Vernooij | 2 | -8/+6 |
2007-12-21 | r26381: Move global_loadparm higher up the call stack. | Jelmer Vernooij | 3 | -0/+4 |
2007-12-21 | r26380: Specify port number higher up the call stack. | Jelmer Vernooij | 1 | -0/+2 |
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 7 | -11/+13 |
2007-12-21 | r26362: Fix segfault in NET-API-DELSHARE torture test. | Andrew Bartlett | 1 | -0/+1 |
2007-12-21 | r26361: Ensure this test cannot proceed if the pipe connection failed. | Andrew Bartlett | 1 | -0/+2 |
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 10 | -36/+40 |
2007-12-21 | r26354: In trying to chase down why we have reports that WinXP won't join | Andrew Bartlett | 1 | -11/+87 |
2007-12-21 | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 3 | -4/+7 |
2007-12-21 | r26352: Don't make lp_load create a new context. | Jelmer Vernooij | 4 | -4/+8 |
2007-12-21 | r26346: Add tests for loadparm. | Jelmer Vernooij | 2 | -0/+2 |
2007-12-21 | r26339: Make loadparm talloc-allocated. | Jelmer Vernooij | 4 | -4/+4 |
2007-12-21 | r26329: Fix more loadparm_context references. Only about a 100 left now. | Jelmer Vernooij | 2 | -8/+11 |
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 22 | -94/+94 |
2007-12-21 | r26326: Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -6/+9 |
2007-12-21 | r26325: Remove use of global_loadparm in netif. | Jelmer Vernooij | 6 | -14/+14 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 7 | -17/+21 |
2007-12-21 | r26315: Avoid using lp_ functions in libcharset. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26311: Move port number specification higher up the call stack. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26310: Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26309: Move specification of port higher up the all stack. | Jelmer Vernooij | 3 | -0/+6 |
2007-12-21 | r26307: BASE-DELAYWRITE: only set the write time | Stefan Metzmacher | 1 | -3/+3 |
2007-12-21 | r26306: BASE-DELAYWRITE: print access time stamps and test fileinfo and pathi... | Stefan Metzmacher | 1 | -3/+36 |
2007-12-21 | r26296: Store loadparm context in DCE/RPC server context. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26286: IDL and torture test for netr_ServerTrustPasswordsGet(). | Günther Deschner | 1 | -0/+35 |
2007-12-21 | r26285: Add IDL and torture test for netr_ServerPasswordGet(). | Günther Deschner | 1 | -0/+30 |
2007-12-21 | r26278: Tallocify convenience table for iconv handles. | Jelmer Vernooij | 2 | -4/+4 |
2007-12-21 | r26275: return loadparm context in lp_load. | Jelmer Vernooij | 4 | -15/+19 |
2007-12-21 | r26273: Add IDL and torture test for netr_NetrEnumerateTurstedDomains() and | Günther Deschner | 1 | -0/+37 |
2007-12-21 | r26272: Remove global_loadparm in some more places. | Jelmer Vernooij | 4 | -9/+13 |
2007-12-21 | r26271: Remove some more uses of global_loadparm. | Jelmer Vernooij | 4 | -25/+29 |
2007-12-21 | r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu... | Jelmer Vernooij | 3 | -5/+5 |
2007-12-21 | r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr... | Jelmer Vernooij | 2 | -20/+12 |
2007-12-21 | r26267: Fix two calls of smb2_connect I missed. | Jelmer Vernooij | 2 | -3/+10 |
2007-12-21 | r26266: Remove more global_loadparm uses. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26264: pass name resolve order explicitly, use torture context for settings ... | Jelmer Vernooij | 4 | -32/+36 |
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 3 | -6/+6 |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 8 | -70/+70 |
2007-12-21 | r26250: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 8 | -147/+142 |