1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-13 08:23:49 +03:00
Commit Graph

1456 Commits

Author SHA1 Message Date
Jelmer Vernooij
f9988734bb r26694: asn1: Fix header and some typo's. 2008-01-08 08:33:04 -06:00
Jelmer Vernooij
b97de4a655 r26676: libcli: Fill in lp_workgroup() again, should fix my breakage of cifsdd tests. Thanks to Andrew for catching this.
Also fixes a typo in sessetup.c.
2008-01-06 16:06:04 -06:00
Jelmer Vernooij
2df0f7016e r26674: smb_composite: Avoid use of global_loadparm.
Hopefully this fixes OpenChange's mapiadmin.
2008-01-05 13:36:02 -06:00
Jelmer Vernooij
13cc6ca1d3 r26670: Janitorial: Remove global_loadparm uses. 2008-01-05 09:42:02 -06:00
Jelmer Vernooij
50c46160d9 r26669: Janitorial: Remove uses of global_loadparm. 2008-01-05 09:42:02 -06:00
Jelmer Vernooij
8a97886e24 r26654: libcli/smb_composite: Rather than specifying each of the gazillion options for SMB individually, just specify the smbcli_options struct. 2008-01-03 12:33:36 -06:00
Jelmer Vernooij
e886f1bc0d r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument. 2008-01-03 12:33:36 -06:00
Jelmer Vernooij
9f64213463 r26651: libsmb: Allow specifying signing policy from higher up.
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.
2008-01-03 12:33:36 -06:00
Jelmer Vernooij
0ef75e4e3c r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composite_connect structure. AFAIK no global variables will now be used when doing RPC client connections. 2008-01-02 12:48:04 -06:00
Jelmer Vernooij
385ffe4f4c r26644: Janitorial: Pass resolve_context explicitly to various SMB functions, should help fix the build for OpenChange. 2008-01-02 12:48:03 -06:00
Jelmer Vernooij
2f29f80e07 r26639: librpc: Pass iconv convenience on from RPC connection to NDR library, so it can be overridden by OpenChange. 2008-01-01 16:12:15 -06:00
Jelmer Vernooij
61ad78ac98 r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struct_push_blob(). 2008-01-01 16:12:11 -06:00
Andrew Bartlett
bc0022e8c7 r26613: Add a function to write a DATA_BLOB into an LDAPString.
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
2007-12-27 01:51:05 -06:00
Kai Blin
e59c2eaf68 r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.
Also rename the corresponding wrap_ functions.
2007-12-26 11:57:05 -06:00
Jelmer Vernooij
15038d9586 r26572: Fix warnings in the Python code. 2007-12-24 01:51:04 -06:00
Jelmer Vernooij
cb76c60007 r26571: Hide warnings about unused macros and casting qualifiers in autogenerated files. 2007-12-24 01:51:03 -06:00
Jelmer Vernooij
c550c03372 r26570: - Trim size of the swig-generated Python bindings by removing a bunch of {}'s.
- Start working on Python equivalents for various EJS tests.
- Fix regression in argument order for reg_diff_apply() in EJS bindings.
2007-12-24 01:51:03 -06:00
Jelmer Vernooij
485d1fa3d1 r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works now. 2007-12-24 01:51:01 -06:00
Jelmer Vernooij
6ac86f8be7 r26540: Revert my previous commit after concerns raised by Andrew. 2007-12-21 05:52:06 +01:00
Jelmer Vernooij
e53e79eebe r26539: Remove unnecessary statics. 2007-12-21 05:52:05 +01:00
Jelmer Vernooij
c4b1df0476 r26504: Don't rely on system-provided kerberos headers. 2007-12-21 05:51:07 +01:00
Jelmer Vernooij
85eeecf997 r26483: Merge ldb module dependency fixes, fix auth python module. 2007-12-21 05:50:41 +01:00
Jelmer Vernooij
2b7cfa5d9a r26464: Tighten dependencies. 2007-12-21 05:50:29 +01:00
Jelmer Vernooij
d98ac96dfe r26463: Tighten dependencies. 2007-12-21 05:50:28 +01:00
Jelmer Vernooij
a07050be33 r26461: Tighten dependencies. 2007-12-21 05:50:27 +01:00
Jelmer Vernooij
91cff7dad2 r26459: Build ildap module as shared module by default. 2007-12-21 05:50:26 +01:00
Jelmer Vernooij
760fcc8bfa r26454: Add simple SWIG macro for wrapping talloced types. 2007-12-21 05:50:22 +01:00
Jelmer Vernooij
703f17bc09 r26437: remove another use of global_loadparm. 2007-12-21 05:50:05 +01:00
Jelmer Vernooij
66fd8d480b r26435: Remove global_loadparm instance. 2007-12-21 05:50:04 +01:00
Jelmer Vernooij
28b1d36551 r26432: Require ndr_pull users to specify iconv_convenience. 2007-12-21 05:50:02 +01:00
Jelmer Vernooij
7352206f44 r26431: Require ndr_push creators to specify a iconv_convenience context. 2007-12-21 05:50:00 +01:00
Jelmer Vernooij
d37136b7ab r26429: Avoid use of global_smb_iconv_convenience. 2007-12-21 05:49:56 +01:00
Jelmer Vernooij
e1d177c8c1 r26426: Remove uses of global_loadparm. 2007-12-21 05:49:52 +01:00
Jelmer Vernooij
2833f320de r26409: Pass smb ports along. 2007-12-21 05:49:42 +01:00
Jelmer Vernooij
f933b43621 r26408: Remove use of global_loadparm. 2007-12-21 05:49:39 +01:00
Jelmer Vernooij
a35e51871b r26402: Require a talloc context in libnetif. 2007-12-21 05:49:33 +01:00
Jelmer Vernooij
9f975417cc r26401: Don't cache interfaces context in libnetif. 2007-12-21 05:49:32 +01:00
Jelmer Vernooij
3378b6a559 r26399: Use -O option for SWIG (less evil generated code). 2007-12-21 05:49:29 +01:00
Jelmer Vernooij
801c8c766c r26397: Fix circular dependency in samba-socket. 2007-12-21 05:49:26 +01:00
Stefan Metzmacher
cdb64b4101 r26391: samba4 doesn't support 'lmhosts' as resolve module
metze
2007-12-21 05:49:21 +01:00
Jelmer Vernooij
78bb444b4b r26385: Integrate gensec-socket into gensec. 2007-12-21 05:49:19 +01:00
Jelmer Vernooij
881ec40d7a r26384: Fix another global_loadparm instance. 2007-12-21 05:49:18 +01:00
Jelmer Vernooij
6d4c598534 r26382: Remove more uses of global_loadparm. 2007-12-21 05:49:17 +01:00
Jelmer Vernooij
9922967674 r26381: Move global_loadparm higher up the call stack. 2007-12-21 05:49:16 +01:00
Jelmer Vernooij
77273e250c r26380: Specify port number higher up the call stack. 2007-12-21 05:49:13 +01:00
Jelmer Vernooij
81333de535 r26378: Remove use of global_loadparm. 2007-12-21 05:49:12 +01:00
Jelmer Vernooij
8c767ca139 r26377: Specify port explicitly. 2007-12-21 05:49:12 +01:00
Jelmer Vernooij
459e1466a4 r26376: Add context for libcli_resolve. 2007-12-21 05:49:12 +01:00
Jelmer Vernooij
5d589a0d94 r26355: Eliminate global_loadparm in more places. 2007-12-21 05:49:01 +01:00
Jelmer Vernooij
17637e4490 r26353: Remove use of global_loadparm. 2007-12-21 05:48:57 +01:00