summaryrefslogtreecommitdiff
path: root/libcli/smb/smb_seal.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-01Fix the build without kerberosVolker Lendecke1-0/+2
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jan 1 23:56:24 CET 2012 on sn-devel-104
2011-10-24libcli/smb Move smb_seal.h include to files that use it.Andrew Bartlett1-0/+1
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/+428
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Oct 21 10:22:39 CEST 2011 on sn-devel-104