summaryrefslogtreecommitdiff
path: root/libcli/auth/schannel_proto.h
AgeCommit message (Collapse)AuthorFilesLines
2013-08-10libcli/auth: add netsec_create_state()Stefan Metzmacher1-0/+3
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2013-04-12libcli/auth: convert to dbwrap.Rusty Russell1-2/+2
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Reviewed-by: Jeremy Allison <jra@samba.org>
2011-10-13libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett1-1/+1
This will allow us to pass this down to the tdb_wrap layer. Andrew Bartlett
2011-08-03gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett1-1/+0
Signed-off-by: Andrew Tridgell <tridge@samba.org>
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