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
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gensec: inline gensec_generate_session_info() into only caller
Andrew Bartlett
2012-01-30
2
-34
/
+0
*
auth: Make check_password and generate_session_info hook generic
Andrew Bartlett
2012-01-30
2
-6
/
+4
*
auth: provide private pointer and do not return original PAC signatures
Andrew Bartlett
2012-01-29
1
-0
/
+3
*
auth/gensec_gssapi: sync gensec_gssapi_state with gse_context
Stefan Metzmacher
2012-01-25
1
-1
/
+2
*
auth/gensec: align common elements between gse_context and gensec_gssapi_state
Andrew Bartlett
2012-01-18
1
-3
/
+5
*
s3:build: add auth/gensec/spnego.o
Stefan Metzmacher
2012-01-13
1
-0
/
+2
*
auth/gensec: move spnego.c to the toplevel
Stefan Metzmacher
2012-01-13
2
-0
/
+1407
*
auth/gensec: common helper functions should be in gensec_util.c
Stefan Metzmacher
2012-01-13
1
-0
/
+116
*
auth/gensec: add some more functions from gensec_start.c to gensec.h
Stefan Metzmacher
2012-01-13
2
-16
/
+37
*
auth/gensec: make sure functions from gensec.c are in gensec.h
Stefan Metzmacher
2012-01-13
2
-5
/
+7
*
s4:auth/gensec/spnego: add support for fragmented spnego messages
Stefan Metzmacher
2012-01-12
1
-1
/
+1
*
auth/gensec: add gensec_*max_update_size()
Stefan Metzmacher
2012-01-12
3
-0
/
+22
*
auth/kerberos: Remove unused TALLOC_CTX argument to check_pac_checksum
Andrew Bartlett
2012-01-12
1
-6
/
+3
*
gensec: Make sure to check the optional auth_context hooks before using them
Andrew Bartlett
2012-01-11
1
-1
/
+1
*
gensec: Rename want_flags and got_flags in gensec_gssapi
Andrew Bartlett
2012-01-11
1
-1
/
+1
*
gensec: make gensec_gssapi.h common
Andrew Bartlett
2012-01-11
1
-0
/
+67
*
gensec: move gensec_util.c to the top level
Andrew Bartlett
2012-01-11
4
-1
/
+115
*
auth: make auth4_context common to provide access to generate_session_info_pac()
Andrew Bartlett
2012-01-11
1
-0
/
+59
*
auth/kerberos: Remove unused headers from gssapi_parse.c
Andrew Bartlett
2012-01-11
1
-2
/
+0
*
auth/credentials Remove debug that prints in normal operation
Andrew Bartlett
2012-01-09
1
-1
/
+0
*
auth/kerberos: Rename memory contexts for greater clarity
Andrew Bartlett
2011-12-29
1
-34
/
+34
*
s4-gensec: Move parsing of the PAC blob and creating the session_info into auth
Andrew Bartlett
2011-12-29
1
-0
/
+1
*
auth/kerberos: Make pac_data_out in kerberos_decode_pac() optional
Andrew Bartlett
2011-12-29
1
-3
/
+32
*
auth/kerberos: Move gssapi_parse.c to the top level
Andrew Bartlett
2011-12-28
2
-2
/
+121
*
credentials: Always honour the return value of E_deshash()
Andrew Bartlett
2011-12-28
1
-4
/
+2
*
gensec: Allow an alternate set of modules to be specified
Andrew Bartlett
2011-12-28
2
-1
/
+11
*
s4-dns Use match-by-key in GSSAPI server if principal is not specified
Andrew Bartlett
2011-12-07
1
-3
/
+9
*
Revert making public of the samba-module library.
Jelmer Vernooij
2011-12-03
2
-8
/
+8
*
Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...
Jeremy Allison
2011-11-21
2
-4
/
+2
*
test: fixed several tests to use samba.tests
Andrew Tridgell
2011-11-10
1
-2
/
+2
[next]