summaryrefslogtreecommitdiffstats
path: root/source3/include/smb_crypt.h
Commit message (Collapse)AuthorAgeFilesLines
* libcli/smb: move smb_seal.c to the toplevelStefan Metzmacher2011-10-211-71/+0
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Oct 21 10:22:39 CEST 2011 on sn-devel-104
* s3-ntlmssp Remove references to auth_ntlmssp_context from the smb sealing codeAndrew Bartlett2011-10-211-1/+1
| | | | | | Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:libsmb/smb_seal: s/uint16/uint16_tStefan Metzmacher2011-10-191-2/+2
| | | | metze
* s3:include: move smb_seal.c prototypes to smb_crypt.hStefan Metzmacher2011-10-191-0/+9
| | | | metze
* s3-ntlmssp Use auth_ntlmssp_*() functions in more placesAndrew Bartlett2011-08-031-1/+1
| | | | | | | | This allows auth_ntlmssp_get_ntlmssp_state() to be removed. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3-libsmb: move smb encryption structs into own header.Günther Deschner2011-03-161-0/+62
Guenther