summaryrefslogtreecommitdiff
path: root/libcli/smb/smb_common.h
AgeCommit message (Collapse)AuthorFilesLines
2013-04-30libsmb: Move "struct smb2_lease" to commonVolker Lendecke1-0/+1
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2012-02-27libcli/smb/smb2_signing: pass down 'protocol' to smb2_signing_[sign|check]_pdu()Stefan Metzmacher1-1/+1
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Feb 27 14:26:32 CET 2012 on sn-devel-104
2011-10-24libcli/smb Move smb_seal.h include to files that use it.Andrew Bartlett1-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>
2011-10-21libcli/smb: move smb_seal.c to the toplevelStefan Metzmacher1-0/+1
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Oct 21 10:22:39 CEST 2011 on sn-devel-104
2011-09-05libcli/smb: move smb2_signing.c to the toplevelStefan Metzmacher1-0/+1
metze
2011-08-18smb_common: Fix include paths.Jelmer Vernooij1-5/+5
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Aug 18 16:54:01 CEST 2011 on sn-devel-104
2011-05-06libcli/smb Move cifs posix helper functions and headers in commonAndrew Bartlett1-0/+1
unix_perms_to_wire() was a duplicate symbol in the top level build. Andrew Bartlett
2011-04-29libcli/smb Move attrib_string in commonAndrew Bartlett1-0/+1
2011-03-25libcli: created smb_constants.hAndrew Tridgell1-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)
2009-08-12libcli/smb: move smb2_create_blob code to libcli/smb/Stefan Metzmacher1-0/+1
I want to use this in source3/smbd/ metze
2009-08-12libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher1-0/+27
This will hold code that's shared between source3 and source4. metze