summaryrefslogtreecommitdiff
path: root/source3/rpc_server/dcesrv_spnego.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-23Fix bug 7694 - Crash bug with invalid SPNEGO token.Jeremy Allison1-1/+1
Found by the CodeNomicon test suites at the SNIA plugfest. http://www.codenomicon.com/ If an invalid SPNEGO packet contains no OIDs we crash in the SMB1/SMB2 server as we indirect the first returned value OIDs[0], which is returned as NULL. Jeremy.
2010-09-23s3-dcerpc: add spnego server helpersSimo Sorce1-0/+308
squashed: add michlistMIC signature checks Signed-off-by: Günther Deschner <gd@samba.org>