index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth/credentials: Add NULL check in free_mccache()
Andreas Schneider
2016-12-20
1
-1
/
+5
*
auth/credentials: Move function to free ccaches to the top
Andreas Schneider
2016-12-20
1
-15
/
+15
*
auth/credentials: Add talloc NULL check in cli_credentials_set_principal()
Andreas Schneider
2016-12-20
1
-0
/
+4
*
CVE-2016-2126: auth/kerberos: only allow known checksum types in check_pac_ch...
Stefan Metzmacher
2016-12-20
1
-0
/
+22
*
auth/credentials: change the parsing order of cli_credentials_parse_file()
Stefan Metzmacher
2016-12-20
1
-5
/
+49
*
auth/credentials: let cli_credentials_parse_file() handle 'username' with cli...
Stefan Metzmacher
2016-12-20
1
-1
/
+1
*
auth/credentials: let cli_credentials_parse_string() always reset principal a...
Stefan Metzmacher
2016-12-20
1
-1
/
+32
*
auth/credentials: let cli_credentials_parse_string() always reset username an...
Stefan Metzmacher
2016-12-20
1
-0
/
+8
*
auth/credentials: handle situations without a configured (default) realm
Stefan Metzmacher
2016-12-20
1
-9
/
+34
*
auth/credentials: add python bindings for enum credentials_obtained
Stefan Metzmacher
2016-12-20
1
-10
/
+17
*
auth/credentials: add py_creds_parse_file()
Stefan Metzmacher
2016-12-20
1
-0
/
+18
*
auth/credentials: add cli_credentials_set_password_will_be_nt_hash() and the ...
Stefan Metzmacher
2016-12-20
5
-15
/
+135
*
auth/credentials: let cli_credentials_set_password() fail if talloc_strdup() ...
Stefan Metzmacher
2016-12-20
1
-7
/
+20
*
auth/credentials: make use of talloc_zero() in cli_credentials_init()
Stefan Metzmacher
2016-12-20
1
-75
/
+1
*
auth/credentials: clear all unused blobs in cli_credentials_get_ntlm_response()
Stefan Metzmacher
2016-12-09
1
-4
/
+12
*
auth/credentials: fix cut'n'paste error in cli_credentials_get_principal_and_...
Stefan Metzmacher
2016-12-09
1
-1
/
+1
*
auth/credentials: let cli_credentials_parse_string() handle the "winbind sepa...
Stefan Metzmacher
2016-12-09
2
-1
/
+15
*
auth/credentials: make cli_credentials_get_ntlm_response() more robust
Stefan Metzmacher
2016-11-15
1
-73
/
+131
*
auth/credentials: anonymous should not have a user principal
Stefan Metzmacher
2016-11-15
1
-0
/
+1
*
pycredentials: Add bindings for {get,set}_principal, get_ntlm_username_domain
Andrew Bartlett
2016-11-06
1
-0
/
+45
*
auth/gensec: handle DCERPC_AUTH_LEVEL_PACKET similar to DCERPC_AUTH_LEVEL_INT...
Stefan Metzmacher
2016-10-26
1
-0
/
+8
*
auth/gensec: only require GENSEC_FEATURE_SIGN for DCERPC_AUTH_LEVEL_INTEGRITY...
Stefan Metzmacher
2016-10-26
1
-1
/
+3
*
auth/gensec: always verify the wanted SIGN/SEAL flags
Stefan Metzmacher
2016-10-26
1
-28
/
+15
*
auth/ntlmssp: always allow NTLMSSP_NEGOTIATE_{SIGN,SEAL} in gensec_ntlmssp_se...
Stefan Metzmacher
2016-10-26
1
-0
/
+8
*
gensec/spnego: remember the wanted features also on the main gensec context
Stefan Metzmacher
2016-10-26
1
-1
/
+1
*
mit: make it possible to build with MIT kerberos and --picky-developer
Günther Deschner
2016-09-29
2
-2
/
+4
*
auth: One const is enough...
Volker Lendecke
2016-09-09
1
-1
/
+1
*
gensec/spnego: work around missing server mechListMIC in SMB servers
Stefan Metzmacher
2016-09-02
1
-1
/
+68
*
krb5_wrap: Rename get_kerberos_allowed_etypes()
Andreas Schneider
2016-08-31
1
-1
/
+1
*
Wrap krb5_cc_copy_creds and krb5_cc_copy_cache
Alexander Bokovoy
2016-07-25
1
-2
/
+2
*
auth/auth_sam_reply: fill user_principal_* and dns_domain_name in make_user_i...
Stefan Metzmacher
2016-07-22
2
-0
/
+23
*
auth/credentials: also do a shallow copy of the krb5_ccache.
Stefan Metzmacher
2016-07-22
4
-18
/
+71
*
pycredentials: add set_utf16_[old_]password()
Stefan Metzmacher
2016-07-22
1
-0
/
+59
*
pycredentials: add {get,set}_old_password()
Stefan Metzmacher
2016-07-22
1
-1
/
+25
*
gensec: Change log level for message when obtaining PAC from gss_get_name_att...
Christof Schmitt
2016-07-06
1
-6
/
+4
*
auth: fix a memory leak in gssapi_get_session_key()
Uri Simchoni
2016-07-06
1
-6
/
+1
*
typo: mandetory -> mandatory
Garming Sam
2016-07-05
1
-3
/
+3
*
krb5pac.idl: introduce PAC_DOMAIN_GROUP_MEMBERSHIP to handle the resource groups
Stefan Metzmacher
2016-06-30
1
-9
/
+25
*
auth/auth_sam_reply: make auth_convert_user_info_dc_sambaseinfo() a private h...
Stefan Metzmacher
2016-06-30
2
-17
/
+12
*
auth/auth_sam_reply: do a real copy of strings in auth_convert_user_info_dc_s...
Stefan Metzmacher
2016-06-30
1
-8
/
+17
*
auth/auth_sam_reply: add auth_convert_user_info_dc_saminfo2() helper function
Stefan Metzmacher
2016-06-30
2
-0
/
+29
*
auth/auth_sam_reply: add auth_convert_user_info_dc_saminfo6() and implement l...
Stefan Metzmacher
2016-06-30
2
-25
/
+75
*
auth/wbc_auth_util: change wbcAuthUserInfo_to_netr_SamInfo* from level 3 to 6
Stefan Metzmacher
2016-06-30
2
-58
/
+68
*
auth/wbc_auth_util: fill in base.logon_domain in wbcAuthUserInfo_to_netr_SamI...
Stefan Metzmacher
2016-06-30
1
-0
/
+5
*
auth/auth_sam_reply: let make_user_info_dc_netlogon_validation() correctly ha...
Stefan Metzmacher
2016-06-30
1
-18
/
+47
*
auth/auth_sam_reply: add some const to input parameters
Stefan Metzmacher
2016-06-30
2
-13
/
+13
*
lib: Give base64.c its own .h
Volker Lendecke
2016-05-04
2
-0
/
+2
*
gensec: Change log level of message when no PAC is found
Christof Schmitt
2016-04-30
1
-2
/
+2
*
auth/ntlmssp: add ntlmssp_{client,server}:force_old_spnego option for testing
Stefan Metzmacher
2016-04-28
2
-0
/
+10
*
auth/spnego: add spnego:simulate_w2k option for testing
Stefan Metzmacher
2016-04-28
1
-1
/
+27
[next]