Stefan Metzmacher
4e459f1fb3
[PATCH] composite: make it possible to call composite_is_ok() without callback fn
...
metze
2008-02-12 12:49:43 +01:00
Andrew Tridgell
d2c6ad55ec
updated SMB2 header defines to match WSPP docs
2008-02-12 17:00:35 +11:00
Andrew Tridgell
3c2af0fdc4
converted SMB2 session setup to use WSPP protocol field names
2008-02-12 16:43:38 +11:00
Andrew Tridgell
9dc284770d
converted the out side of SMB2 negprot handling
...
This follows the SMB2 PFIF docs. Current versions of Vista can now connect to Samba4 as a SMB2 server
and do basic operations
2008-02-12 16:20:13 +11:00
Andrew Tridgell
7d3ffd4d2b
added some helper functions for GUID handling
2008-02-12 16:18:51 +11:00
Andrew Tridgell
55af8acc7b
fixed up the .in side of SMB2 negprot
...
fixed the input side of the SMB2 negprot structure and parsers according to the documentation
2008-02-12 12:54:44 +11:00
Jelmer Vernooij
91d7ba5202
build: Remove support for DESCRIPTION setting that is now unused.
2008-01-22 18:49:51 +01:00
Jelmer Vernooij
4fa8a2789c
python: Reenable modules for libcli_nbt and libcli_smb.
2008-01-21 03:54:42 +01:00
Jelmer Vernooij
44e1cfd2d0
util: Move asn1 to lib/util to trim down the number of subsystems.
2008-01-15 01:04:38 +01:00
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