summaryrefslogtreecommitdiff
path: root/libcli/auth/smbencrypt.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-19build: Build with system md5.h on OpenIndianaAndrew Bartlett1-4/+4
2012-08-24Remove useless bool "upper_case_domain" parameter from ntv2_owf_gen().Jeremy Allison1-10/+1
2011-09-14libcli/auth: add some const to SMBNTencrypt_hash() and SMBNTencrypt()Stefan Metzmacher1-2/+2
2011-05-12libcli/auth/smbencrypt: in E_deshash, use talloc_stackframe instead of "#if _...Michael Adam1-8/+4
2011-05-04Tidy up some missing checks for NULL in strlcpy.Jeremy Allison1-1/+1
2011-05-04Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison1-1/+1
2011-04-14libcli: allow exclusion of netbios name in NTLMV2 blobChristian Ambach1-5/+12
2011-04-13s3: Use talloc_tos() in the S3 buildVolker Lendecke1-1/+7
2011-04-13libcli/auth Use convert_string_error to check LM hash calculation.Andrew Bartlett1-9/+24
2011-03-28Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa...Jeremy Allison1-2/+4
2011-03-27s3: Fix Coverity ID 682: NEGATIVE_RETURNSVolker Lendecke1-1/+4
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-2/+1
2010-01-07Simplify E_md5hash a bitVolker Lendecke1-6/+2
2009-09-16libcli/auth: remove trailing whitespace.Günther Deschner1-72/+72
2009-08-28s4: fix the build after ntlmssp header change.Günther Deschner1-0/+1
2009-08-28libcli/auth: remove unused NTLMSSP_NAME_TYPE_ flags.Günther Deschner1-3/+3
2009-06-18Add const to cast, to fix warningAndrew Bartlett1-2/+2
2009-04-23Fix a couple of warningsVolker Lendecke1-4/+4
2009-04-14Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett1-3/+2
2009-04-14Port Samba4 to the new combined libcli/auth functionsAndrew Bartlett1-1/+1
2009-04-14Merge smbencrypt.c between Samba3 and Samba4Andrew Bartlett1-31/+219
2009-04-14Move libcli/auth to the top levelAndrew Bartlett1-0/+595