summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/auth_developer.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-14s4:auth/ntlm: simplifiy logic in name_to_ntstatus_check_password()Stefan Metzmacher1-2/+4
2023-08-03s4:auth: Fix code spellingAndreas Schneider1-1/+1
2023-06-25s4:auth: Add audit info parameters to check_password_recv()Joseph Sutton1-0/+4
2023-06-25s4:auth: Set ‘authoritative’ even if there is an errorJoseph Sutton1-1/+2
2023-02-08auth: Shorten long SID flags combinationsJoseph Sutton1-1/+1
2023-02-08auth: Pass through entire PAC flags value in auth_user_infoJoseph Sutton1-1/+1
2023-02-08auth: Store group attributes in auth_user_info_dcJoseph Sutton1-1/+4
2022-07-27CVE-2022-2031 auth: Add ticket type field to auth_user_info_dc and auth_sessi...Joseph Sutton1-1/+1
2021-04-16auth4: Make auth_developer pseudo-asyncVolker Lendecke1-1/+60
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2018-05-21auth: Use DBGC_AUTH as DBGC_CLASS for AD DC NTLM auth code.Andrew Bartlett1-0/+3
2017-05-30auth4: Add authoritative flag to check_passwordGarming Sam1-1/+2
2017-05-11s4: auth: Add TALLOC_CTX * to auth_register()Jeremy Allison1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2012-07-03auth: Remove .get_challenge (only used for security=server)Andrew Bartlett1-54/+0
2011-05-08s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett1-2/+2
2011-03-19source4/auth/ntlm: Fix prototypes for all functions.Jelmer Vernooij1-0/+2
2011-02-09s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett1-39/+43
2011-01-20s4-auth Remove special case for account_sid from auth_serversupplied_infoAndrew Bartlett1-9/+5
2010-04-06s4:auth/ntlm/auth_developer.c - "fixed_challenge_get_challenge" - fix the ass...Matthias Dieter Wallnöfer1-5/+2
2009-10-20s4: ran minimal_includes.pl on source4/auth/ntlmAndrew Tridgell1-1/+0
2008-05-05Fix the build after the auth/ -> auth/ntlm/ renameAndrew Bartlett1-1/+1
2008-05-05Move NTLM authentication details into auth/ntlmAndrew Bartlett1-0/+207