summaryrefslogtreecommitdiff
path: root/source3/utils/ntlm_auth_diagnostics.c
AgeCommit message (Expand)AuthorFilesLines
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