summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* Remove uses of global_loadparm.Jelmer Vernooij2008-02-251-1/+3
* Remove another global_loadparm instance.Jelmer Vernooij2008-02-211-6/+8
* Fix the build.Jelmer Vernooij2008-02-212-2/+4
* Remove yet more global_loadparm instances.Jelmer Vernooij2008-02-213-6/+14
* Remove more global_loadparm instance.sJelmer Vernooij2008-02-212-2/+5
* Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-2111-28/+68
* Remove more global_loadparm uses.Jelmer Vernooij2008-02-212-3/+5
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-212-4/+5
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-2110-19/+25
* Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-181-4/+4
* Fix build with partial linking.Jelmer Vernooij2008-02-181-1/+1
* Avoid redetermining paths; use already stored values.Jelmer Vernooij2008-02-181-1/+1
* Reenable partial linkingJelmer Vernooij2008-02-181-1/+1
* handle pushing of zero length smb2 stringsAndrew Tridgell2008-02-181-0/+6
* fixed RAW-READ after the bufinfo changes. Thanks to Metze for spottingAndrew Tridgell2008-02-161-0/+3
* fixed handling of zero sized buffers versus NULL buffers inAndrew Tridgell2008-02-161-10/+31
* Remove type before variables in data.mkJelmer Vernooij2008-02-141-1/+1
* updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell2008-02-145-26/+75
* A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell2008-02-143-1/+21
* Fixed SMB2 rename operations from Vista clientsAndrew Tridgell2008-02-144-5/+11
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-1415-50/+102
* 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