summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2008-02-16fixed handling of zero sized buffers versus NULL buffers inAndrew Tridgell1-10/+31
2008-02-14Remove type before variables in data.mkJelmer Vernooij1-1/+1
2008-02-14updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell5-26/+75
2008-02-14A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell3-1/+21
2008-02-14Fixed SMB2 rename operations from Vista clientsAndrew Tridgell4-5/+11
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell15-50/+102
2008-02-13updated SMB2 create operation to match WSPP.Andrew Tridgell3-38/+67
2008-02-13Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell1-18/+13
2008-02-13updated SMB2 tcon as per WSPP docsAndrew Tridgell5-13/+42
2008-02-12[PATCH] composite: make it possible to call composite_is_ok() without callbac...Stefan Metzmacher1-18/+13
2008-02-12updated SMB2 header defines to match WSPP docsAndrew Tridgell8-23/+24
2008-02-12converted SMB2 session setup to use WSPP protocol field namesAndrew Tridgell2-25/+20
2008-02-12converted the out side of SMB2 negprot handlingAndrew Tridgell3-35/+36
2008-02-12added some helper functions for GUID handlingAndrew Tridgell1-0/+41
2008-02-12fixed up the .in side of SMB2 negprotAndrew Tridgell3-13/+39
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-1/+0
2008-01-21python: Reenable modules for libcli_nbt and libcli_smb.Jelmer Vernooij7-446/+317
2008-01-15util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij7-833/+4
2008-01-08r26694: asn1: Fix header and some typo's.Jelmer Vernooij1-6/+6
2008-01-06r26676: libcli: Fill in lp_workgroup() again, should fix my breakage of cifsd...Jelmer Vernooij2-1/+2
2008-01-05r26674: smb_composite: Avoid use of global_loadparm.Jelmer Vernooij1-2/+3
2008-01-05r26670: Janitorial: Remove global_loadparm uses.Jelmer Vernooij1-2/+2
2008-01-05r26669: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij3-6/+5
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij8-53/+20
2008-01-03r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.Jelmer Vernooij1-2/+3
2008-01-03r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij9-9/+19
2008-01-02r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij5-5/+34
2008-01-02r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij9-16/+33
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij13-15/+19
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij10-16/+26
2007-12-27r26613: Add a function to write a DATA_BLOB into an LDAPString.Andrew Bartlett2-3/+10
2007-12-26r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin1-3/+3
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij4-23/+23
2007-12-24r26571: Hide warnings about unused macros and casting qualifiers in autogener...Jelmer Vernooij1-2/+2
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2-46/+32
2007-12-24r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ...Jelmer Vernooij1-0/+2
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij1-1/+1
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij1-1/+1
2007-12-21r26504: Don't rely on system-provided kerberos headers.Jelmer Vernooij1-2/+2
2007-12-21r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2-3/+4
2007-12-21r26464: Tighten dependencies.Jelmer Vernooij2-3/+3
2007-12-21r26463: Tighten dependencies.Jelmer Vernooij1-1/+2
2007-12-21r26461: Tighten dependencies.Jelmer Vernooij1-1/+2
2007-12-21r26459: Build ildap module as shared module by default.Jelmer Vernooij1-1/+1
2007-12-21r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2-77/+80
2007-12-21r26437: remove another use of global_loadparm.Jelmer Vernooij4-14/+54
2007-12-21r26435: Remove global_loadparm instance.Jelmer Vernooij1-2/+4
2007-12-21r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij1-1/+2
2007-12-21r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij1-1/+2
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij4-15/+19