summaryrefslogtreecommitdiff
path: root/libcli/auth/schannel_proto.h
AgeCommit message (Collapse)AuthorFilesLines
2011-01-03libcli/auth: add netsec_outgoing_sig_size()Stefan Metzmacher1-0/+1
The size of the signature blob depends on the used algorithm. metze
2010-09-23libcli: fix compile warningSimo Sorce1-0/+2
Signed-off-by: Günther Deschner <gd@samba.org>
2010-06-25libcli/auth make open_schannel_session_store() publicAndrew Bartlett1-0/+3
This will allow TDB_CLEAR_IF_FIRST to be used Signed-off-by: Jeremy Allison <jra@samba.org>
2009-09-16libcli/auth: rewrite schannel sign/seal code to be more genericStefan Metzmacher1-13/+8
This prepares support for HMAC-SHA256/AES. metze
2009-09-16schannel: move schannel_sign to main directory.Günther Deschner1-0/+42
Guenther