summaryrefslogtreecommitdiff
path: root/source3/utils/ntlm_auth.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-07lib: Remove unnecessary assignmentsVolker Lendecke1-3/+0
2026-01-07lib: Don't call a function to initialize an empty DATA_BLOBVolker Lendecke1-1/+1
2025-11-19s3:ntlm_auth: Fix typo in error message (protools -> protocols)Frediano Ziglio1-1/+1
2025-10-16s3:util: Pass a memory context to get_challenge for ntlm_auth testsAndreas Schneider1-2/+2
2025-08-25s3:utils: Keep password secret in ntlm_auth get_password()Andreas Schneider1-0/+1
2025-08-05s3:utils: Allow ROLE_IPA_DC to allow to use Kerberos in gensecPavel Filipenský1-1/+5
2025-07-01s3:utils: Allocate memory on the frame in ntlm_auth main function.Andreas Schneider1-3/+6
2025-07-01s3:utils: Fix memory leaks in manage_ntlm_server_1_request()Andreas Schneider1-0/+3
2024-11-19ntlm_auth: Fix Coverity ID 240743 Resource leakVolker Lendecke1-1/+2
2024-10-24s3:utils: Fix memory leak in ntlm_authAndreas Schneider1-1/+1
2024-07-06s3:ntlm_auth: make logs more consistent with length checkJones Syue1-3/+3
2024-05-14s3:gse: Implement gensec_gse_security_by_oid()Andreas Schneider1-2/+2
2024-05-14s3:ntlm_auth: explicitly include default krb5 ccache if no explicit username/...Stefan Metzmacher1-1/+19
2023-10-25s3:utils: Call gfree_all() before exit in ntlm_authAndreas Schneider1-1/+1
2023-09-26libcli/security: Pass in claims evaluation state when building any security t...Andrew Bartlett1-1/+15
2023-08-08s3:utils: Add missing newlines to logging messagesJoseph Sutton1-2/+2
2023-07-21CVE-2022-2127: ntlm_auth: cap lanman response length valueRalph Boehme1-2/+6
2023-05-18s3:utils: Fix typoJoseph Sutton1-1/+1
2022-10-27s3:utils: Fix old-style function definitionAndreas Schneider1-6/+6
2022-09-07ntlm_auth: Remove an unused #includeVolker Lendecke1-1/+0
2022-03-17ntlm_auth: Adapt --diagnostics mode to expect that the DC does not support LA...Andrew Bartlett1-2/+2
2021-11-30s3:ntlm_auth: use wbcRequestResponse[Priv]() instead of winbindd_request_resp...Stefan Metzmacher1-12/+15
2021-11-09CVE-2020-25717: s3:ntlm_auth: let ntlm_auth_generate_session_info_pac() base ...Stefan Metzmacher1-63/+28
2021-11-09CVE-2020-25717: s3:ntlm_auth: fix memory leaks in ntlm_auth_generate_session_...Stefan Metzmacher1-6/+12
2021-11-09CVE-2020-25717: s3:ntlm_auth: start with authoritative = 1Stefan Metzmacher1-2/+2
2021-09-10ntlm_auth: don't ignore unknown optionsRalph Boehme1-0/+6
2021-05-25s3:utils: Migrate ntlm_auth to new cmdline option parserAndreas Schneider1-28/+20
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-2/+6
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider1-2/+2
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-01-09ntlm_auth: Add type-safety instead of a simple castVolker Lendecke1-1/+8
2020-01-09ntlm_auth: Add a NULL checkVolker Lendecke1-0/+4
2020-01-06ntlm_auth: Replace winbind_pw_check() by _send and _recvVolker Lendecke1-34/+122
2020-01-06ntlm_auth: Replace local_pw_check() by _send and _recvVolker Lendecke1-29/+101
2020-01-03ntlm_auth: Fix a DEBUG messageVolker Lendecke1-1/+1
2019-12-10smbdes: convert E_old_pw_hash to use gnutlsIsaac Boukris1-2/+12
2019-11-06ntlm_auth: Fix nonempty line endingsVolker Lendecke1-64/+64
2019-11-06ntlm_auth: Simplify session generationVolker Lendecke1-16/+3
2019-10-24s3: remove now unneeded call to cmdline_messaging_context()Ralph Boehme1-2/+0
2019-08-22s3: free popt context in utilsSwen Schillig1-0/+3
2019-07-26s3:utils: Use GnuTLS RC4 in ntlm_authAndreas Schneider1-3/+42
2019-01-28s3:utils: Use C99 initializer for poptOption in ntlm_authAndreas Schneider1-22/+145
2018-11-28s3:utils: Use #ifdef instead of #if for config.h definitionsAndreas Schneider1-1/+1
2018-09-07s3: ntlm_auth: Use cmdline_messaging_contextChristof Schmitt1-0/+3
2018-08-14CVE-2018-1139 s3-utils: use enum ntlm_auth_level in ntlm_password_check().Günther Deschner1-2/+4
2018-05-12Fix spelling s/retrive/retrieve/Mathieu Parent1-1/+1
2018-04-24ntlm_auth: PAM_AUTH_CRAP needs a privileged socketVolker Lendecke1-1/+5
2018-03-01s3:utils: Add FALL_THROUGH statements in ntlm_auth.cAndreas Schneider1-2/+2
2018-02-22util/rfc1738_unescape(): return end pointer or NULL on errorDouglas Bagnall1-3/+15
2017-11-18ntlm_auth: Use libwbclient in get_winbind_netbios_name()Volker Lendecke1-6/+7