summaryrefslogtreecommitdiffstats
path: root/libcli/smb/smb_common.h
Commit message (Collapse)AuthorAgeFilesLines
* libsmb: Move "struct smb2_lease" to commonVolker Lendecke2013-04-301-0/+1
| | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* libcli/smb/smb2_signing: pass down 'protocol' to smb2_signing_[sign|check]_pdu()Stefan Metzmacher2012-02-271-1/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Feb 27 14:26:32 CET 2012 on sn-devel-104
* libcli/smb Move smb_seal.h include to files that use it.Andrew Bartlett2011-10-241-1/+0
| | | | | | | | | | This is required because at the moment, smb_seal.h includes references to gssapi structures and this causes issues with header dependencies on subsystems that otherwise do not need a gssapi dependency. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libcli/smb: move smb_seal.c to the toplevelStefan Metzmacher2011-10-211-0/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Oct 21 10:22:39 CEST 2011 on sn-devel-104
* libcli/smb: move smb2_signing.c to the toplevelStefan Metzmacher2011-09-051-0/+1
| | | | metze
* smb_common: Fix include paths.Jelmer Vernooij2011-08-181-5/+5
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Aug 18 16:54:01 CEST 2011 on sn-devel-104
* libcli/smb Move cifs posix helper functions and headers in commonAndrew Bartlett2011-05-061-0/+1
| | | | | | unix_perms_to_wire() was a duplicate symbol in the top level build. Andrew Bartlett
* libcli/smb Move attrib_string in commonAndrew Bartlett2011-04-291-0/+1
|
* libcli: created smb_constants.hAndrew Tridgell2011-03-251-0/+1
| | | | | | this starts the (long!) process of moving some of the SMB constants into common files. This just moves the FLAGS2_ defines, which are needed for common string routines (for FLAGS2_UNICODE_STRINGS)
* libcli/smb: move smb2_create_blob code to libcli/smb/Stefan Metzmacher2009-08-121-0/+1
| | | | | | I want to use this in source3/smbd/ metze
* libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher2009-08-121-0/+27
This will hold code that's shared between source3 and source4. metze