summaryrefslogtreecommitdiff
path: root/source3/utils/ntlm_auth_diagnostics.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-16s3:util: Pass a memory context to get_challenge for ntlm_auth testsAndreas Schneider1-4/+4
2025-10-16s3:utils: Use a talloc stackframe for diagnose_ntlm_auth()Andreas Schneider1-0/+3
2025-07-01s3:utils: Fix memory leaks in test_ntlm_in_lm()Andreas Schneider1-5/+7
2025-07-01s3:utils: Fix memory leaks in test_lmv2_ntlmv2_broken()Andreas Schneider1-8/+10
2025-07-01s3:utils: Fix memory leaks in test_lm_ntlm_broken()Andreas Schneider1-8/+8
2025-07-01s3:utils: Fix memory leaks in test_ntlm_in_both()Andreas Schneider1-5/+7
2024-11-19ntlm_auth: Fix Coverity ID 240750 Resource leakVolker Lendecke1-1/+2
2024-11-19ntlm_auth: Fix Coverity ID 240749 Resource leakVolker Lendecke1-1/+2
2024-11-19ntlm_auth: Fix Coverity ID 240748 Resource leakVolker Lendecke1-1/+2
2024-11-19ntlm_auth: Fix Coverity ID 240747 Resource leakVolker Lendecke1-1/+3
2024-10-24s3:utils: Fix memory leak in test_lmv2_ntlmv2_broken()Andreas Schneider1-0/+2
2024-10-24s3:utils: Fix memory leak in ntlm_auth_diagnosticsAndreas Schneider1-0/+5
2024-10-24s3:utils: Remove trailing spaces in ntlm_auth_diagnostics.cAndreas Schneider1-51/+51
2023-09-11s3:utils: Fix code spellingJoseph Sutton1-1/+1
2022-03-17ntlm_auth: Adapt --diagnostics mode to expect that the DC does not support LA...Andrew Bartlett1-61/+120
2022-03-17s3-ntlm_auth: Convert table of tests in --diagnostics to designated initialisersAndrew Bartlett1-17/+68
2021-11-09CVE-2020-25717: s3:ntlm_auth: start with authoritative = 1Stefan Metzmacher1-5/+5
2017-03-24ntlm_auth3: let contact_winbind_auth_crap() return pauthoritativeStefan Metzmacher1-5/+10
2015-05-07s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe1-9/+9
2012-02-20s3-ntlm_auth: allow ntlm_auth --diagnostics to pass againAndrew Bartlett1-5/+5
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-1/+1
2010-08-26s3-build: only include nsswitch header where needed.Günther Deschner1-0/+1
2009-09-04s3-ntlm_auth: fix two segfaults in diagnostics mode.Günther Deschner1-2/+2
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-5/+6
2009-04-14Add some harmless use of talloc_tos() in ntlm_authAndrew Bartlett1-3/+3
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett1-13/+13
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-1/+4
2008-04-11Cleanup size_t return values in convert_string_allocateTim Prouty1-4/+3
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-27/+27
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-5/+5
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-13/+13
2007-10-10r22000: remove useless castsStefan Metzmacher1-9/+9
2007-10-10r18029: More C++ stuffVolker Lendecke1-1/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-3/+5
2007-10-10r16363: Fix Klocwork ID 981 1652Volker Lendecke1-1/+4
2007-10-10r16219: BUG 3836, 3837, 3004: compile warning fixes from Jason Mader.Gerald Carter1-1/+1
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-1/+1
2007-10-10r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter1-1/+1
2007-10-10r780: Fix segfault in ntlm_auth --diagnosticsAndrew Bartlett1-1/+2
2007-10-10r177: Split ntlm_auth --diagnostics into a seperate file, so as not to clutterAndrew Bartlett1-0/+600