summaryrefslogtreecommitdiff
path: root/source3/librpc/rpc/dcerpc_gssapi.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-23s3-dcerpc: move crypto stuff in /librpc/cryptoSimo Sorce1-1034/+0
2010-08-30dcerpc-gssapi: fix "shadows a global declaration" warning when gssapi is unav...Günther Deschner1-1/+1
2010-08-30dcerpc-gssapi: add function to retrieve client nameSimo Sorce1-0/+42
2010-08-30dcerpc-gssapi: add function to extract authtimeSimo Sorce1-0/+53
2010-08-30dcerpc-gssapi: add function to extract authorization data (PAC) form gssapi c...Simo Sorce1-4/+61
2010-08-30dcerpc-gssapi: add function to check flagsSimo Sorce1-2/+30
2010-08-30dcerpc-gssapi: add initial server side codeSimo Sorce1-11/+216
2010-08-17s3-dcerpc: try to fix the non gssapi build.Günther Deschner1-1/+2
2010-08-17s3-dcerpc: fix c++ build warning.Günther Deschner1-1/+1
2010-08-17s3-dcerpc: properly implement gse/spnego_get_session_keySimo Sorce1-4/+47
2010-08-02s3-build: fix some c++ build warnings.Günther Deschner1-2/+2
2010-07-28s3-dcerpc: Try to fix build when gssapi_ext.h is not availableSimo Sorce1-43/+39
2010-07-28Do not refernece pipe_auth_data directly in dcerpc_gssapi.cSimo Sorce1-38/+10
2010-07-28s3-dcerpc: Add sign/seal with gssapiSimo Sorce1-0/+222
2010-07-28s3-dcerpc: Add next authentication step with gssapiSimo Sorce1-2/+13
2010-07-28s3-decrpc: Introduce gssapi support for dcerpc krb5 authSimo Sorce1-0/+404