index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
librpc
/
crypto
/
gse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth/gensec: introduce gensec_internal.h
Stefan Metzmacher
2013-08-10
1
-0
/
+1
*
gse: Use the smb_gss_oid_equal wrapper.
Andreas Schneider
2012-05-23
1
-20
/
+3
*
s3:gse: implement gensec_gse_expire_time()
Stefan Metzmacher
2012-05-17
1
-0
/
+12
*
s3:gse: remember the expire time
Stefan Metzmacher
2012-05-17
1
-2
/
+15
*
s3: Attempt to fix the build without kerberos
Volker Lendecke
2012-04-24
1
-1
/
+1
*
Make krb5 wrapper library common so they can be used all over
Simo Sorce
2012-04-23
1
-3
/
+3
*
gse: Remove unnecessary header.
Simo Sorce
2012-04-12
1
-1
/
+0
*
auth-krb: Nove oid packet check to gensec_util.
Simo Sorce
2012-04-12
1
-21
/
+1
*
s3:gse: fix debug message in gse_get_server_auth_token()
Stefan Metzmacher
2012-03-17
1
-1
/
+1
*
s3-krb5: Remove GSS_WRAP_IOV conditional
Andrew Bartlett
2012-03-15
1
-2
/
+2
*
Fix a bunch of "unused variable" warnings.
Jeremy Allison
2012-02-18
1
-6
/
+6
*
auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...
Andrew Bartlett
2012-02-17
1
-113
/
+3
*
s3-gse: Allow kerberos key type OID to be optional
Andrew Bartlett
2012-02-17
1
-4
/
+11
*
s3-gse: Fix OID to read for kerberos key type
Andrew Bartlett
2012-02-17
1
-2
/
+2
*
s3-librpc: Remove backup declaration of GSS_C_DCE_STYLE
Andrew Bartlett
2012-02-17
1
-4
/
+0
*
s3-gse: Remove unused OID declaration
Andrew Bartlett
2012-02-17
1
-9
/
+0
*
s3-librpc: Remove gse_verify_server_auth_flags
Andrew Bartlett
2012-02-16
1
-50
/
+0
*
s3-gse: Use the session key type, not the lucid context to set NEW_SPNEGO
Andrew Bartlett
2012-02-16
1
-67
/
+69
*
s3:gse: return NT_STATUS_LOGON_FAILURE instead of NT_STATUS_INTERNAL_ERROR
Stefan Metzmacher
2012-01-26
1
-2
/
+2
*
s3-gse: add GENSEC_FEATURE_NEW_SPNEGO detection in gensec_gse_have_feature()
Stefan Metzmacher
2012-01-25
1
-0
/
+55
*
s3-gse: make sure GSS_C_CONF_FLAG implies GSS_C_INTEG_FLAG
Stefan Metzmacher
2012-01-20
1
-0
/
+6
*
s3-gse: align common elements between gse_context and gensec_gssapi_state
Andrew Bartlett
2012-01-18
1
-7
/
+8
*
s3-gse: Make gensec_gse cope with non-DCE GSSAPI
Andrew Bartlett
2012-01-18
1
-5
/
+8
*
s3-gse: the server should not check for GSS_C_MUTUAL_FLAG
Stefan Metzmacher
2012-01-18
1
-6
/
+0
*
s3-gse: verify that we got GSS_C_DCE_STYLE when expected
Stefan Metzmacher
2012-01-18
1
-0
/
+11
*
s3-gse Remove authenticated flag from gse
Andrew Bartlett
2012-01-18
1
-7
/
+0
*
s3-gse remove special more_processing hook from gse
Andrew Bartlett
2012-01-18
1
-12
/
+2
*
s3-gse Rename gss_c_flags and ret_flags in gse
Andrew Bartlett
2012-01-18
1
-18
/
+18
*
s3-gse Rename gss_ctx to match gensec_gssapi_context
Andrew Bartlett
2012-01-18
1
-17
/
+17
*
s3-gse Rename delegated_creds to match gensec_gssapi_context
Andrew Bartlett
2012-01-18
1
-4
/
+4
*
s3-gse gss_wrap_iov_length() only needs the type and length
Stefan Metzmacher
2012-01-18
1
-2
/
+4
*
s3-gse Make seal parameter a boolean for clarity
Andrew Bartlett
2012-01-18
1
-2
/
+2
*
s3-gse Move GSS_C_DCE_STYLE backup definition to gse.c
Andrew Bartlett
2012-01-18
1
-0
/
+4
*
s3-gse Add const
Andrew Bartlett
2012-01-18
1
-4
/
+4
*
s3-gse Remove or make static unused/local-only GSE functions
Andrew Bartlett
2012-01-18
1
-225
/
+33
*
s3-gse Make gse available as a gensec client module
Andrew Bartlett
2012-01-18
1
-1
/
+1
*
s3-gse: Add gensec wrapper for gse GSSAPI client
Andrew Bartlett
2012-01-18
1
-0
/
+440
*
s3-librpc Return user principal name on supplied mem_ctx
Andrew Bartlett
2012-01-11
1
-3
/
+3
*
s3:gse: MIT krb5 1.8.1 has a bug in gss_wrap_iov()
Stefan Metzmacher
2012-01-05
1
-1
/
+1
*
s3-librpc store the sign/seal flags we got in the gssapi client
Andrew Bartlett
2012-01-05
1
-1
/
+1
*
s3-libads Factor out a new routine kerberos_get_principal_from_service_hostna...
Andrew Bartlett
2012-01-05
1
-3
/
+11
*
s3-librpc Use gsskrb5_get_subkey() where available to get the session key
Andrew Bartlett
2012-01-05
1
-0
/
+15
*
s3-gse Work around the MIT 1.9 gss_krb5_import_cred
Andrew Bartlett
2011-07-20
1
-6
/
+16
*
s3-gse Allow printing the partial error string
Andrew Bartlett
2011-07-20
1
-6
/
+6
*
s3:librpc: remove unneded gssapi includes from source3/librpc/crypto/gse.c
Michael Adam
2011-05-10
1
-6
/
+0
*
Fix many const compiler warnings.
Jeremy Allison
2011-05-05
1
-21
/
+23
*
s3-rpc_server Fix compile without kerberos
Andrew Bartlett
2011-04-27
1
-1
/
+2
*
s3-gse: Don't release the mech OID from gss_accept_security_context
Andrew Bartlett
2011-04-27
1
-4
/
+31
*
auth/kerberos: Create common helper to get the verified PAC from GSSAPI
Andrew Bartlett
2011-04-27
1
-42
/
+5
*
s3-gse: Allow the GSSAPI wrapper to load a keytab using gss_krb5_import_cred()
Andrew Bartlett
2011-04-20
1
-21
/
+29
[next]