summaryrefslogtreecommitdiffstats
path: root/libcli/auth/schannel_proto.h
Commit message (Collapse)AuthorAgeFilesLines
* auth/gensec: move libcli/auth/schannel_sign.c into schannel.cStefan Metzmacher2014-01-071-14/+0
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* libcli/auth: add netsec_create_state()Stefan Metzmacher2013-08-101-0/+3
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* libcli/auth: convert to dbwrap.Rusty Russell2013-04-121-2/+2
| | | | | Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Reviewed-by: Jeremy Allison <jra@samba.org>
* libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett2011-10-131-1/+1
| | | | | | This will allow us to pass this down to the tdb_wrap layer. Andrew Bartlett
* gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett2011-08-031-1/+0
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* 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