summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* updated SMB2 create operation to match WSPP.Andrew Tridgell2008-02-133-38/+67
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-02-131-18/+13
|\
| * [PATCH] composite: make it possible to call composite_is_ok() without callbac...Stefan Metzmacher2008-02-121-18/+13
* | updated SMB2 tcon as per WSPP docsAndrew Tridgell2008-02-135-13/+42
|/
* updated SMB2 header defines to match WSPP docsAndrew Tridgell2008-02-128-23/+24
* converted SMB2 session setup to use WSPP protocol field namesAndrew Tridgell2008-02-122-25/+20
* converted the out side of SMB2 negprot handlingAndrew Tridgell2008-02-123-35/+36
* added some helper functions for GUID handlingAndrew Tridgell2008-02-121-0/+41
* fixed up the .in side of SMB2 negprotAndrew Tridgell2008-02-123-13/+39
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-01-221-1/+0
* python: Reenable modules for libcli_nbt and libcli_smb.Jelmer Vernooij2008-01-217-446/+317
* util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij2008-01-157-833/+4
* r26694: asn1: Fix header and some typo's.Jelmer Vernooij2008-01-081-6/+6
* r26676: libcli: Fill in lp_workgroup() again, should fix my breakage of cifsd...Jelmer Vernooij2008-01-062-1/+2
* r26674: smb_composite: Avoid use of global_loadparm.Jelmer Vernooij2008-01-051-2/+3
* r26670: Janitorial: Remove global_loadparm uses.Jelmer Vernooij2008-01-051-2/+2
* r26669: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-053-6/+5
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-038-53/+20
* r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.Jelmer Vernooij2008-01-031-2/+3
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-039-9/+19
* r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij2008-01-025-5/+34
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-029-16/+33
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-0113-15/+19
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-0110-16/+26
* r26613: Add a function to write a DATA_BLOB into an LDAPString.Andrew Bartlett2007-12-272-3/+10
* r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin2007-12-261-3/+3
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-244-23/+23
* r26571: Hide warnings about unused macros and casting qualifiers in autogener...Jelmer Vernooij2007-12-241-2/+2
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-242-46/+32
* r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ...Jelmer Vernooij2007-12-241-0/+2
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-1/+1
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-1/+1
* r26504: Don't rely on system-provided kerberos headers.Jelmer Vernooij2007-12-211-2/+2
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-212-3/+4
* r26464: Tighten dependencies.Jelmer Vernooij2007-12-212-3/+3
* r26463: Tighten dependencies.Jelmer Vernooij2007-12-211-1/+2
* r26461: Tighten dependencies.Jelmer Vernooij2007-12-211-1/+2
* r26459: Build ildap module as shared module by default.Jelmer Vernooij2007-12-211-1/+1
* r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2007-12-212-77/+80
* r26437: remove another use of global_loadparm.Jelmer Vernooij2007-12-214-14/+54
* r26435: Remove global_loadparm instance.Jelmer Vernooij2007-12-211-2/+4
* r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij2007-12-211-1/+2
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-211-1/+2
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-214-15/+19
* r26426: Remove uses of global_loadparm.Jelmer Vernooij2007-12-211-5/+6
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-219-39/+29
* r26408: Remove use of global_loadparm.Jelmer Vernooij2007-12-216-9/+19
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-213-3/+4
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-214-7/+17
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-212-85/+112