summaryrefslogtreecommitdiffstats
path: root/source3/librpc/crypto
Commit message (Expand)AuthorAgeFilesLines
* s3-ntlmssp Remove auth_ntlmssp_and_flags()Andrew Bartlett2011-08-031-7/+0
* s3-ntlmssp Remove auth_ntlmssp_or_flagsAndrew Bartlett2011-08-031-5/+4
* s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the serverAndrew Bartlett2011-08-031-0/+1
* s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_updateAndrew Bartlett2011-08-031-1/+1
* s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_get_session_key()Andrew Bartlett2011-08-031-3/+2
* s3-gse Work around the MIT 1.9 gss_krb5_import_credAndrew Bartlett2011-07-201-6/+16
* s3-gse Allow printing the partial error stringAndrew Bartlett2011-07-201-6/+6
* s3-auth: Added remote_address to ntlmssp server.Andreas Schneider2011-07-041-0/+2
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-092-2/+2
* s3:librpc: remove unneded gssapi includes from source3/librpc/crypto/gse.cMichael Adam2011-05-101-6/+0
* Fix many const compiler warnings.Jeremy Allison2011-05-051-21/+23
* s3-rpc_server Fix compile without kerberosAndrew Bartlett2011-04-271-1/+2
* s3-gse: Don't release the mech OID from gss_accept_security_contextAndrew Bartlett2011-04-271-4/+31
* auth/kerberos: Create common helper to get the verified PAC from GSSAPIAndrew Bartlett2011-04-272-43/+7
* s3-gse: Allow the GSSAPI wrapper to load a keytab using gss_krb5_import_cred()Andrew Bartlett2011-04-202-22/+29
* s3-gse Allow GSSAPI wrapper to compile against HeimdalAndrew Bartlett2011-04-161-1/+3
* s3-librpc Fix creation of in-memory keytab for previous passwordAndrew Bartlett2011-04-061-1/+1
* s3-dcerpc: add spnego server helpersSimo Sorce2010-09-232-1/+110
* spnego: make spnego_context publicSimo Sorce2010-09-232-21/+19
* s3-dcerpc: move client spnego stuff in /librpc/cryptoSimo Sorce2010-09-232-0/+430
* gssapi: remove unused function argumentSimo Sorce2010-09-232-3/+0
* gssapi: avoid explicit dependency on dcerpc specific structuresSimo Sorce2010-09-232-37/+12
* s3-dcerpc: move crypto stuff in /librpc/cryptoSimo Sorce2010-09-234-0/+1529