summaryrefslogtreecommitdiffstats
path: root/libcli/auth/smbencrypt.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/auth/smbencrypt: in E_deshash, use talloc_stackframe instead of "#if _...Michael Adam2011-05-121-8/+4
* Tidy up some missing checks for NULL in strlcpy.Jeremy Allison2011-05-041-1/+1
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-041-1/+1
* libcli: allow exclusion of netbios name in NTLMV2 blobChristian Ambach2011-04-141-5/+12
* s3: Use talloc_tos() in the S3 buildVolker Lendecke2011-04-131-1/+7
* libcli/auth Use convert_string_error to check LM hash calculation.Andrew Bartlett2011-04-131-9/+24
* Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa...Jeremy Allison2011-03-281-2/+4
* s3: Fix Coverity ID 682: NEGATIVE_RETURNSVolker Lendecke2011-03-271-1/+4
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-2/+1
* Simplify E_md5hash a bitVolker Lendecke2010-01-071-6/+2
* libcli/auth: remove trailing whitespace.Günther Deschner2009-09-161-72/+72
* s4: fix the build after ntlmssp header change.Günther Deschner2009-08-281-0/+1
* libcli/auth: remove unused NTLMSSP_NAME_TYPE_ flags.Günther Deschner2009-08-281-3/+3
* Add const to cast, to fix warningAndrew Bartlett2009-06-181-2/+2
* Fix a couple of warningsVolker Lendecke2009-04-231-4/+4
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-141-3/+2
* Port Samba4 to the new combined libcli/auth functionsAndrew Bartlett2009-04-141-1/+1
* Merge smbencrypt.c between Samba3 and Samba4Andrew Bartlett2009-04-141-31/+219
* Move libcli/auth to the top levelAndrew Bartlett2009-04-141-0/+595