summaryrefslogtreecommitdiff
path: root/source3/utils/ntlm_auth_diagnostics.c
Commit message (Expand)AuthorAgeFilesLines
* ntlm_auth3: let contact_winbind_auth_crap() return pauthoritativeStefan Metzmacher2017-03-241-5/+10
* s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe2015-05-071-9/+9
* s3-ntlm_auth: allow ntlm_auth --diagnostics to pass againAndrew Bartlett2012-02-201-5/+5
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-1/+1
* s3-build: only include nsswitch header where needed.Günther Deschner2010-08-261-0/+1
* s3-ntlm_auth: fix two segfaults in diagnostics mode.Günther Deschner2009-09-041-2/+2
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-5/+6
* Add some harmless use of talloc_tos() in ntlm_authAndrew Bartlett2009-04-141-3/+3
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-141-13/+13
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-1/+4
* Cleanup size_t return values in convert_string_allocateTim Prouty2008-04-111-4/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-27/+27
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-5/+5
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-13/+13
* r22000: remove useless castsStefan Metzmacher2007-10-101-9/+9
* r18029: More C++ stuffVolker Lendecke2007-10-101-1/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-3/+5
* r16363: Fix Klocwork ID 981 1652Volker Lendecke2007-10-101-1/+4
* r16219: BUG 3836, 3837, 3004: compile warning fixes from Jason Mader.Gerald Carter2007-10-101-1/+1
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-101-1/+1
* r780: Fix segfault in ntlm_auth --diagnosticsAndrew Bartlett2007-10-101-1/+2
* r177: Split ntlm_auth --diagnostics into a seperate file, so as not to clutterAndrew Bartlett2007-10-101-0/+600