Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-08 | r26694: asn1: Fix header and some typo's. | Jelmer Vernooij | 1 | -6/+6 | |
(This used to be commit f9988734bb8a1d823e14b6bff5c4d55d75471f18) | |||||
2008-01-06 | r26676: libcli: Fill in lp_workgroup() again, should fix my breakage of ↵ | Jelmer Vernooij | 2 | -1/+2 | |
cifsdd tests. Thanks to Andrew for catching this. Also fixes a typo in sessetup.c. (This used to be commit b97de4a655b989a481d5d001ce9a5d3969d2909c) | |||||
2008-01-05 | r26674: smb_composite: Avoid use of global_loadparm. | Jelmer Vernooij | 1 | -2/+3 | |
Hopefully this fixes OpenChange's mapiadmin. (This used to be commit 2df0f7016e27705c3799b2f6bb20fcc17b103c36) | |||||
2008-01-05 | r26670: Janitorial: Remove global_loadparm uses. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 13cc6ca1d3c2b5899bdd02c4c7306a92baa260f5) | |||||
2008-01-05 | r26669: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 3 | -6/+5 | |
(This used to be commit 50c46160d997e0448f51ae09e0f3c79e8519fa41) | |||||
2008-01-03 | r26654: libcli/smb_composite: Rather than specifying each of the gazillion ↵ | Jelmer Vernooij | 8 | -53/+20 | |
options for SMB individually, just specify the smbcli_options struct. (This used to be commit 8a97886e24a4b969aa91409c06f423b71a45f6eb) | |||||
2008-01-03 | r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument. | Jelmer Vernooij | 1 | -2/+3 | |
(This used to be commit e886f1bc0dc694971979716d1991535c7d2e08de) | |||||
2008-01-03 | r26651: libsmb: Allow specifying signing policy from higher up. | Jelmer Vernooij | 9 | -9/+19 | |
The number of arguments is getting a bit excessive now, so it probably makes sense to pass in the smbcli_options struct rather than all members individually and add a convenience function for obtaining a smbcli_options struct from a loadparm context. (This used to be commit 9f64213463b5bf3bcbf36913139e9a5042e967a2) | |||||
2008-01-02 | r26646: libcli/smb_composite: Allow specifying SMB parameters in ↵ | Jelmer Vernooij | 5 | -5/+34 | |
smb_composite_connect structure. AFAIK no global variables will now be used when doing RPC client connections. (This used to be commit 0ef75e4e3cb0e1bd10e367a00f5e9b725587c40a) | |||||
2008-01-02 | r26644: Janitorial: Pass resolve_context explicitly to various SMB ↵ | Jelmer Vernooij | 9 | -16/+33 | |
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 | 13 | -15/+19 | |
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 | 10 | -16/+26 | |
ndr_struct_push_blob(). (This used to be commit 61ad78ac98937ef7a9aa32075a91a1c95b7606b3) | |||||
2007-12-27 | r26613: Add a function to write a DATA_BLOB into an LDAPString. | Andrew Bartlett | 2 | -3/+10 | |
This respects the length set in the DATA_BLOB, rather than hoping to see NULL termination of the data pointer. (found testing the Ambigious Name Resolution code against OpenLDAP). Andrew Bartlett (This used to be commit bc0022e8c7357b126dc91a945f0e53e4e4108e7d) | |||||
2007-12-26 | r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const. | Kai Blin | 1 | -3/+3 | |
Also rename the corresponding wrap_ functions. (This used to be commit e59c2eaf681f076d175b9779d1c27b5f74a57c96) | |||||
2007-12-24 | r26572: Fix warnings in the Python code. | Jelmer Vernooij | 4 | -23/+23 | |
(This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28) | |||||
2007-12-24 | r26571: Hide warnings about unused macros and casting qualifiers in ↵ | Jelmer Vernooij | 1 | -2/+2 | |
autogenerated files. (This used to be commit cb76c60007ae1254181c09ba1ab09c419f500bc5) | |||||
2007-12-24 | r26570: - Trim size of the swig-generated Python bindings by removing a ↵ | Jelmer Vernooij | 2 | -46/+32 | |
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852) | |||||
2007-12-24 | r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ↵ | Jelmer Vernooij | 1 | -0/+2 | |
now. (This used to be commit 485d1fa3d17fe6cc7a0ecd80e8bac42d173bbb19) | |||||
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 6ac86f8be7d9a8c5ab396a93e6d1e6819e11f173) | |||||
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit e53e79eebef3ece6978f0a2b4a1ee0a0814bb5d2) | |||||
2007-12-21 | r26504: Don't rely on system-provided kerberos headers. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit c4b1df047663519300370508761c70b0c096b7f2) | |||||
2007-12-21 | r26483: Merge ldb module dependency fixes, fix auth python module. | Jelmer Vernooij | 2 | -3/+4 | |
(This used to be commit 85eeecf997a071ca7e7ad0247e8d34d49b7ffcbb) | |||||
2007-12-21 | r26464: Tighten dependencies. | Jelmer Vernooij | 2 | -3/+3 | |
(This used to be commit 2b7cfa5d9ab94e1ff2d60719cd3749810463ab15) | |||||
2007-12-21 | r26463: Tighten dependencies. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit d98ac96dfe7bb055f9ad49bc6864890285aa59ed) | |||||
2007-12-21 | r26461: Tighten dependencies. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit a07050be33d9c8e8033063b393162884075fa2af) | |||||
2007-12-21 | r26459: Build ildap module as shared module by default. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 91cff7dad2eb0467e6b9a86963859e99ded137f8) | |||||
2007-12-21 | r26454: Add simple SWIG macro for wrapping talloced types. | Jelmer Vernooij | 2 | -77/+80 | |
(This used to be commit 760fcc8bfa2a7cd7641465cb3bae889e9e0fbc75) | |||||
2007-12-21 | r26437: remove another use of global_loadparm. | Jelmer Vernooij | 4 | -14/+54 | |
(This used to be commit 703f17bc0986775bf3fe489eb5c876937dabaa9d) | |||||
2007-12-21 | r26435: Remove global_loadparm instance. | Jelmer Vernooij | 1 | -2/+4 | |
(This used to be commit 66fd8d480bdfeb1c95da8843da3d18abe3f997e1) | |||||
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 | r26431: Require ndr_push creators to specify a iconv_convenience context. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 7352206f4450fdf881b95bda064cedd9d2477e4c) | |||||
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 4 | -15/+19 | |
(This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c) | |||||
2007-12-21 | r26426: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -5/+6 | |
(This used to be commit e1d177c8c1101965479f7ade2270490cd6fae4f2) | |||||
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 9 | -39/+29 | |
(This used to be commit 2833f320de1f1fd39c710ad0a61c3fa1bb1df31f) | |||||
2007-12-21 | r26408: Remove use of global_loadparm. | Jelmer Vernooij | 6 | -9/+19 | |
(This used to be commit f933b4362124bfdd25544b4e27992d9ca4405848) | |||||
2007-12-21 | r26402: Require a talloc context in libnetif. | Jelmer Vernooij | 3 | -3/+4 | |
(This used to be commit a35e51871bbf1ab33fc316fa59e597b722769c50) | |||||
2007-12-21 | r26401: Don't cache interfaces context in libnetif. | Jelmer Vernooij | 4 | -7/+17 | |
(This used to be commit 9f975417cc66bfd4589da38bfd23731dbe0e6153) | |||||
2007-12-21 | r26399: Use -O option for SWIG (less evil generated code). | Jelmer Vernooij | 2 | -85/+112 | |
(This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41) | |||||
2007-12-21 | r26397: Fix circular dependency in samba-socket. | Jelmer Vernooij | 5 | -27/+57 | |
(This used to be commit 801c8c766cb6a104751be8829593e0e123508134) | |||||
2007-12-21 | r26391: samba4 doesn't support 'lmhosts' as resolve module | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit cdb64b41018928122898257f65d2573109b473cc) | |||||
2007-12-21 | r26385: Integrate gensec-socket into gensec. | Jelmer Vernooij | 2 | -3/+4 | |
(This used to be commit 78bb444b4b73df9a84f8702814f9b30b32ffd885) | |||||
2007-12-21 | r26384: Fix another global_loadparm instance. | Jelmer Vernooij | 1 | -2/+3 | |
(This used to be commit 881ec40d7a4c97863abee5740187e9aa0a1801bb) | |||||
2007-12-21 | r26382: Remove more uses of global_loadparm. | Jelmer Vernooij | 2 | -3/+7 | |
(This used to be commit 6d4c59853481855c232e7cf97264a391f40af2b5) | |||||
2007-12-21 | r26381: Move global_loadparm higher up the call stack. | Jelmer Vernooij | 2 | -1/+5 | |
(This used to be commit 992296767492ecd7d21b06f4a08a5b8d73d00740) | |||||
2007-12-21 | r26380: Specify port number higher up the call stack. | Jelmer Vernooij | 2 | -2/+5 | |
(This used to be commit 77273e250cacb1df0e8bd676e0948175ccd2330a) | |||||
2007-12-21 | r26378: Remove use of global_loadparm. | Jelmer Vernooij | 2 | -5/+6 | |
(This used to be commit 81333de5353ce70512a3ed1d4960c09aa78954c6) | |||||
2007-12-21 | r26377: Specify port explicitly. | Jelmer Vernooij | 3 | -1/+3 | |
(This used to be commit 8c767ca13906966cd6cccbeaef3c50033d46f206) | |||||
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 15 | -63/+133 | |
(This used to be commit 459e1466a411d6f83b7372e248566e6e71c745fc) | |||||
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 3 | -6/+11 | |
(This used to be commit 5d589a0d94bd76a9b4c9fc748854e8098ea43c4d) | |||||
2007-12-21 | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -3/+5 | |
(This used to be commit 17637e4490e42db6cdef619286c4d5a0982e9d1a) |