index
:
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
ntlm_auth_diagnostics.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-16
s3:util: Pass a memory context to get_challenge for ntlm_auth tests
Andreas Schneider
1
-4
/
+4
2025-10-16
s3:utils: Use a talloc stackframe for diagnose_ntlm_auth()
Andreas Schneider
1
-0
/
+3
2025-07-01
s3:utils: Fix memory leaks in test_ntlm_in_lm()
Andreas Schneider
1
-5
/
+7
2025-07-01
s3:utils: Fix memory leaks in test_lmv2_ntlmv2_broken()
Andreas Schneider
1
-8
/
+10
2025-07-01
s3:utils: Fix memory leaks in test_lm_ntlm_broken()
Andreas Schneider
1
-8
/
+8
2025-07-01
s3:utils: Fix memory leaks in test_ntlm_in_both()
Andreas Schneider
1
-5
/
+7
2024-11-19
ntlm_auth: Fix Coverity ID 240750 Resource leak
Volker Lendecke
1
-1
/
+2
2024-11-19
ntlm_auth: Fix Coverity ID 240749 Resource leak
Volker Lendecke
1
-1
/
+2
2024-11-19
ntlm_auth: Fix Coverity ID 240748 Resource leak
Volker Lendecke
1
-1
/
+2
2024-11-19
ntlm_auth: Fix Coverity ID 240747 Resource leak
Volker Lendecke
1
-1
/
+3
2024-10-24
s3:utils: Fix memory leak in test_lmv2_ntlmv2_broken()
Andreas Schneider
1
-0
/
+2
2024-10-24
s3:utils: Fix memory leak in ntlm_auth_diagnostics
Andreas Schneider
1
-0
/
+5
2024-10-24
s3:utils: Remove trailing spaces in ntlm_auth_diagnostics.c
Andreas Schneider
1
-51
/
+51
2023-09-11
s3:utils: Fix code spelling
Joseph Sutton
1
-1
/
+1
2022-03-17
ntlm_auth: Adapt --diagnostics mode to expect that the DC does not support LA...
Andrew Bartlett
1
-61
/
+120
2022-03-17
s3-ntlm_auth: Convert table of tests in --diagnostics to designated initialisers
Andrew Bartlett
1
-17
/
+68
2021-11-09
CVE-2020-25717: s3:ntlm_auth: start with authoritative = 1
Stefan Metzmacher
1
-5
/
+5
2017-03-24
ntlm_auth3: let contact_winbind_auth_crap() return pauthoritative
Stefan Metzmacher
1
-5
/
+10
2015-05-07
s3: utils: Convert all uses of uint32/16/8 to _t.
Richard Sharpe
1
-9
/
+9
2012-02-20
s3-ntlm_auth: allow ntlm_auth --diagnostics to pass again
Andrew Bartlett
1
-5
/
+5
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
1
-1
/
+1
2010-08-26
s3-build: only include nsswitch header where needed.
Günther Deschner
1
-0
/
+1
2009-09-04
s3-ntlm_auth: fix two segfaults in diagnostics mode.
Günther Deschner
1
-2
/
+2
2009-04-14
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
1
-5
/
+6
2009-04-14
Add some harmless use of talloc_tos() in ntlm_auth
Andrew Bartlett
1
-3
/
+3
2009-04-14
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
1
-13
/
+13
2008-05-20
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
1
-1
/
+4
2008-04-11
Cleanup size_t return values in convert_string_allocate
Tim Prouty
1
-4
/
+3
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-27
/
+27
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
1
-5
/
+5
2007-10-10
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
1
-13
/
+13
2007-10-10
r22000: remove useless casts
Stefan Metzmacher
1
-9
/
+9
2007-10-10
r18029: More C++ stuff
Volker Lendecke
1
-1
/
+1
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-3
/
+5
2007-10-10
r16363: Fix Klocwork ID 981 1652
Volker Lendecke
1
-1
/
+4
2007-10-10
r16219: BUG 3836, 3837, 3004: compile warning fixes from Jason Mader.
Gerald Carter
1
-1
/
+1
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-1
/
+1
2007-10-10
r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of
Tim Potter
1
-1
/
+1
2007-10-10
r780: Fix segfault in ntlm_auth --diagnostics
Andrew Bartlett
1
-1
/
+2
2007-10-10
r177: Split ntlm_auth --diagnostics into a seperate file, so as not to clutter
Andrew Bartlett
1
-0
/
+600