summaryrefslogtreecommitdiffstats
path: root/libcli/auth/schannel_proto.h
Commit message (Collapse)AuthorAgeFilesLines
* libcli/auth: add netsec_outgoing_sig_size()Stefan Metzmacher2011-01-031-0/+1
| | | | | | | The size of the signature blob depends on the used algorithm. metze
* libcli: fix compile warningSimo Sorce2010-09-231-0/+2
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* libcli/auth make open_schannel_session_store() publicAndrew Bartlett2010-06-251-0/+3
| | | | | | This will allow TDB_CLEAR_IF_FIRST to be used Signed-off-by: Jeremy Allison <jra@samba.org>
* libcli/auth: rewrite schannel sign/seal code to be more genericStefan Metzmacher2009-09-161-13/+8
| | | | | | This prepares support for HMAC-SHA256/AES. metze
* schannel: move schannel_sign to main directory.Günther Deschner2009-09-161-0/+42
Guenther