summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2008-04-15Fix warnings.Jelmer Vernooij1-0/+2
2008-04-15Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij1-2/+0
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij6-109/+87
2008-04-14fill in unknown fields in SMB2 READ callAndrew Tridgell2-9/+22
2008-04-09Make sure we do not reference req after it has been freedSimo Sorce1-1/+4
2008-04-04Install pidl by default if ExtUtils::MakeMaker is available. This should make...Jelmer Vernooij1-2/+0
2008-04-02wbclient: Add an async winbind client library.Kai Blin4-0/+267
2008-04-02Reintroduce header previously autogenerated but ignored by git.Jelmer Vernooij1-0/+10
2008-04-02Reduce the number of installed headers.Jelmer Vernooij1-2/+2
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij58-94/+371
2008-04-01Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij2-4/+4
2008-03-28libcli/security: fix compiler warningsStefan Metzmacher1-0/+2
2008-03-21Add my copyrightVolker Lendecke1-0/+1
2008-03-20More kludge ACLs!Andrew Bartlett2-0/+35
2008-03-14swig: regenerate _wrap.c filesStefan Metzmacher2-5/+5
2008-03-14swig: make the code more portable and use NT_STATUS_V() and W_ERROR_V()Stefan Metzmacher1-2/+2
2008-03-11libcli/raw: add RAW_RENAME_NTTRANS supportStefan Metzmacher2-1/+38
2008-03-06libcli/raw: make it possible to not send CAP_LEVEL_II_OPLOCKSStefan Metzmacher1-0/+4
2008-02-29Change remaining prototype headers to be private.Jelmer Vernooij1-1/+1
2008-02-29Move public header accumulation out of the perl code.Jelmer Vernooij3-7/+14
2008-02-28Remove use of global_loadparm.Jelmer Vernooij1-2/+9
2008-02-28Remove use of global_loadparm.Jelmer Vernooij2-1/+2
2008-02-25Remove uses of global_loadparm.Jelmer Vernooij1-1/+3
2008-02-21Remove another global_loadparm instance.Jelmer Vernooij1-6/+8
2008-02-21Fix the build.Jelmer Vernooij2-2/+4
2008-02-21Remove yet more global_loadparm instances.Jelmer Vernooij3-6/+14
2008-02-21Remove more global_loadparm instance.sJelmer Vernooij2-2/+5
2008-02-21Remove yet more uses of global_loadparm.Jelmer Vernooij11-28/+68
2008-02-21Remove more global_loadparm uses.Jelmer Vernooij2-3/+5
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij2-4/+5
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij10-19/+25
2008-02-18Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij1-4/+4
2008-02-18Fix build with partial linking.Jelmer Vernooij1-1/+1
2008-02-18Avoid redetermining paths; use already stored values.Jelmer Vernooij1-1/+1
2008-02-18Reenable partial linkingJelmer Vernooij1-1/+1
2008-02-18handle pushing of zero length smb2 stringsAndrew Tridgell1-0/+6
2008-02-16fixed RAW-READ after the bufinfo changes. Thanks to Metze for spottingAndrew Tridgell1-0/+3
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