summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/auth_simple.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-25auth: Add functionality to log client and server policy informationJoseph Sutton1-2/+6
2023-02-08auth: Pass through entire PAC flags value in auth_user_infoJoseph Sutton1-1/+1
2022-03-10s4:auth: let authenticate_ldap_simple_bind() pass down the mapped nt4namesStefan Metzmacher1-2/+3
2022-03-10s4:auth: rename user_info->mapped_state to user_info->cracknames_calledStefan Metzmacher1-1/+1
2022-03-10s4:auth: a simple bind uses the DCs name as workstationStefan Metzmacher1-1/+2
2022-01-26s4/auth/simple_bind: correctly report TLS stateDouglas Bagnall1-2/+2
2021-11-09CVE-2020-25717: s4:auth_simple: start with authoritative = 1Stefan Metzmacher1-1/+1
2019-06-13auth auth_log: csbuild unused parm unix_usernameGary Lockyer1-1/+1
2018-06-25auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett1-0/+1
2018-05-21auth: Use DBGC_AUTH as DBGC_CLASS for AD DC NTLM auth code.Andrew Bartlett1-0/+3
2017-06-26s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_auto_name_to_nt...Stefan Metzmacher1-2/+2
2017-06-15s4:auth: make authenticate_ldap_simple_bind*() use auth_check_password_send/recvStefan Metzmacher1-82/+77
2017-06-15s4:auth: add authenticate_ldap_simple_bind_send/recvStefan Metzmacher1-0/+60
2017-03-29ldap_server: Log failures to find a valid user in the simple bindGary Lockyer1-12/+23
2017-03-29auth: Add hooks for notification of authentication events over the message busAndrew Bartlett1-1/+3
2017-03-29auth: Log the transport connection for the authorizationAndrew Bartlett1-1/+11
2017-03-29ldap_server: Log authorization for simple bindsAndrew Bartlett1-20/+21
2017-03-29auth: Add "auth_description" to allow logs to distinguish simple bind (etc)Andrew Bartlett1-1/+3
2017-03-29ldap_server: Move code into authenticate_ldap_simple_bind()Andrew Bartlett1-13/+29
2017-03-24auth4: let auth_check_password* return pauthoritativeStefan Metzmacher1-1/+3
2012-02-18auth: Reorder arguments to generate_session_infoAndrew Bartlett1-1/+2
2012-02-13auth: Pass in the SMB username (for %U) into generate_session_infoAndrew Bartlett1-0/+1
2011-05-08s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett1-1/+1
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett1-1/+1
2011-02-09s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett1-4/+4
2010-11-05s4/auth: Add logon_parameters to authenticate_username_pwAnatoliy Atanasov1-1/+4
2010-08-14s4:auth Move struct auth_usersupplied_info to a common locationAndrew Bartlett1-1/+1
2010-05-20s4:auth Change auth_generate_session_info to take flagsAndrew Bartlett1-1/+7
2010-04-14s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett1-1/+2
2009-10-20s4: ran minimal_includes.pl on source4/auth/ntlmAndrew Tridgell1-3/+0
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-05-05Move NTLM authentication details into auth/ntlmAndrew Bartlett1-0/+103