summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-2115-70/+33
* libcli/smb2: make it possible to handle incoming oplock requestsStefan Metzmacher2008-04-192-0/+54
* libcli/smb2: add smb2_break() callsStefan Metzmacher2008-04-192-1/+75
* libcli: define structure for SMB2 BreakStefan Metzmacher2008-04-191-1/+16
* fix the overflow/wrap checks in Samba4 for new gcc optimisation behaviorAndrew Tridgell2008-04-173-10/+10
* libcli/smb2: make it possible to pass additional extra blobs in smb2_create()Stefan Metzmacher2008-04-172-23/+79
* libcli/smb2: also offer the SMB2 dialect that what used in longhorn beta3Stefan Metzmacher2008-04-171-3/+4
* Fix warnings.Jelmer Vernooij2008-04-151-0/+2
* Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij2008-04-151-2/+0
* Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-146-109/+87
* fill in unknown fields in SMB2 READ callAndrew Tridgell2008-04-142-9/+22
* Make sure we do not reference req after it has been freedSimo Sorce2008-04-091-1/+4
* Install pidl by default if ExtUtils::MakeMaker is available. This should make...Jelmer Vernooij2008-04-041-2/+0
* wbclient: Add an async winbind client library.Kai Blin2008-04-024-0/+267
* Reintroduce header previously autogenerated but ignored by git.Jelmer Vernooij2008-04-021-0/+10
* Reduce the number of installed headers.Jelmer Vernooij2008-04-021-2/+2
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-0258-94/+371
* Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij2008-04-012-4/+4
* libcli/security: fix compiler warningsStefan Metzmacher2008-03-281-0/+2
* Add my copyrightVolker Lendecke2008-03-211-0/+1
* More kludge ACLs!Andrew Bartlett2008-03-202-0/+35
* swig: regenerate _wrap.c filesStefan Metzmacher2008-03-142-5/+5
* swig: make the code more portable and use NT_STATUS_V() and W_ERROR_V()Stefan Metzmacher2008-03-141-2/+2
* libcli/raw: add RAW_RENAME_NTTRANS supportStefan Metzmacher2008-03-112-1/+38
* libcli/raw: make it possible to not send CAP_LEVEL_II_OPLOCKSStefan Metzmacher2008-03-061-0/+4
* Change remaining prototype headers to be private.Jelmer Vernooij2008-02-291-1/+1
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-293-7/+14
* Remove use of global_loadparm.Jelmer Vernooij2008-02-281-2/+9
* Remove use of global_loadparm.Jelmer Vernooij2008-02-282-1/+2
* 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