index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth/credentials: 'workgroup' set via command line will not drop existing ccache
Alexander Bokovoy
2012-05-24
2
-13
/
+7
*
gse: Use the smb_gss_oid_equal wrapper.
Andreas Schneider
2012-05-23
1
-1
/
+1
*
auth-credentials: Support using pre-fetched ccache when obtaining kerberos cr...
Alexander Bokovoy
2012-05-23
1
-2
/
+12
*
auth and s4-rpc_server: Do not use features we currently can't implement with...
Simo Sorce
2012-05-23
1
-1
/
+4
*
auth/gensec: implement gensec_spnego_expire_time()
Stefan Metzmacher
2012-05-17
1
-0
/
+12
*
auth/gensec: add gensec_expire_time()
Stefan Metzmacher
2012-05-17
2
-0
/
+12
*
s4-auth: Use smb_krb5_cc_get_lifetime() wrapper.
Andreas Schneider
2012-05-04
1
-2
/
+2
*
lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...
Alexander Bokovoy
2012-04-25
3
-1
/
+3
*
Make krb5 wrapper library common so they can be used all over
Simo Sorce
2012-04-23
4
-4
/
+56
*
srv_keytab: Pass krb5_context directly, it's all we use anyways.
Simo Sorce
2012-04-12
1
-1
/
+2
*
auth-krb: Move pac related util functions in a single place.
Simo Sorce
2012-04-12
4
-11
/
+78
*
auth-krb: Make functions static.
Simo Sorce
2012-04-12
3
-100
/
+2
*
auth-krb: Use simpler method to extract keytype.
Simo Sorce
2012-04-12
1
-19
/
+12
*
auth-krb: Nove oid packet check to gensec_util.
Simo Sorce
2012-04-12
4
-21
/
+47
*
s4-auth-krb: Remove dependency on credentials too.
Simo Sorce
2012-04-12
1
-3
/
+6
*
s4-auth-krb: Remove unneded dependency on kerberos_util.
Simo Sorce
2012-04-12
1
-3
/
+13
*
s4-auth-krb: Move keytab functions in a separate file.
Simo Sorce
2012-04-12
2
-2
/
+3
*
s4-auth-krb: Move function into more appropriate header.
Simo Sorce
2012-04-12
1
-8
/
+0
*
s4-auth-krb: Make cli_credentials_invalidate_client_gss_creds static.
Simo Sorce
2012-04-12
2
-2
/
+4
*
s4-auth-krb: Make impersonate_principal_from_credentials static.
Simo Sorce
2012-04-12
1
-6
/
+0
*
gensec_gssapi: keep private header file close to the actual code
Simo Sorce
2012-04-12
1
-70
/
+0
*
auth/gensec_gssapi: gss_krb5_lucid_context_v1_t is not shared with the gse co...
Stefan Metzmacher
2012-03-15
1
-1
/
+1
*
auth/ntlmssp: Remove reference to struct ntlmssp_state
Andrew Bartlett
2012-03-09
1
-6
/
+1
*
auth/ntlmssp: Remove gensec_security element from gensec_ntlmssp_state
Andrew Bartlett
2012-03-09
4
-8
/
+5
*
auth/kerberos: Fall back to gsskrb5_get_subkey if we did not get the key type
Andrew Bartlett
2012-03-08
1
-4
/
+23
*
auth/kerberos: Ensure we do not print invalid memory in failure case
Andrew Bartlett
2012-03-08
1
-4
/
+1
*
auth: Remove plugable password-check functions from gensec_ntlmssp
Andrew Bartlett
2012-02-24
5
-228
/
+105
*
auth: consolidate gensec_ntlmssp_server wrapper functions
Andrew Bartlett
2012-02-24
2
-50
/
+18
*
s3-ntlm_auth: Convert ntlm_auth to use gensec_ntlmssp server-side
Andrew Bartlett
2012-02-24
2
-0
/
+13
*
auth: Rename some elements of auth4_context
Andrew Bartlett
2012-02-24
2
-17
/
+17
*
auth: Reorder arguments to generate_session_info
Andrew Bartlett
2012-02-18
2
-3
/
+3
*
auth: Allow the netbios name and domain to be set from winbindd in ntlm_auth3
Andrew Bartlett
2012-02-17
2
-2
/
+13
*
auth: Make more of the ntlmssp code private or static
Andrew Bartlett
2012-02-17
3
-96
/
+64
*
auth: Provide a way to specify the NTLMSSP server name to GENSEC
Andrew Bartlett
2012-02-17
2
-17
/
+40
*
auth: Rearrange ntlmssp code for clarity
Andrew Bartlett
2012-02-17
1
-9
/
+8
*
auth: Set NTLMSSP_NEGOTIATE_SIGN when session key support is required
Andrew Bartlett
2012-02-17
1
-0
/
+3
*
s3-auth Use the common gensec_ntlmssp_update in gensec_ntlmssp3_server
Andrew Bartlett
2012-02-17
2
-4
/
+11
*
s3-auth: Use common gensec_ntlmssp server functions for more of gensec_ntlmss...
Andrew Bartlett
2012-02-17
2
-7
/
+47
*
s3-auth: Add extra error messages on authentication or authorization failure
Andrew Bartlett
2012-02-17
1
-0
/
+4
*
auth: Cope with NO_USER_SESSION_KEY from security=server
Andrew Bartlett
2012-02-17
1
-2
/
+8
*
auth: Move the rest of the source4 gensec_ntlmssp code to the top level
Andrew Bartlett
2012-02-17
6
-2
/
+1099
*
s3-auth Hook checking passwords and generating session_info via the auth4_con...
Andrew Bartlett
2012-02-17
1
-3
/
+0
*
auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...
Andrew Bartlett
2012-02-17
1
-0
/
+113
*
auth: Pass in the SMB username (for %U) into generate_session_info
Andrew Bartlett
2012-02-13
1
-0
/
+1
*
gensec: explain gensec_use_kerberos_mechs() logic
Andrew Bartlett
2012-02-10
1
-1
/
+16
*
gensec: set flag to continue in outer for loop in gensec_use_kerberos_mechs
Andrew Bartlett
2012-02-10
1
-1
/
+5
*
Revert "gensec: Fix a memory corruption in gensec_use_kerberos_mechs"
Andrew Bartlett
2012-02-10
1
-2
/
+1
*
credentials: Show returned error_string in debug message
Andrew Bartlett
2012-02-10
1
-2
/
+2
*
gensec: Fix a memory corruption in gensec_use_kerberos_mechs
Volker Lendecke
2012-02-09
1
-1
/
+2
*
auth: rename ntlmssp.c to ntlmssp_util.c
Andrew Bartlett
2012-02-08
2
-1
/
+1
[next]