Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-14 | libcli/auth: add some const to SMBNTencrypt_hash() and SMBNTencrypt() | Stefan Metzmacher | 1 | -2/+2 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Sep 14 19:49:24 CEST 2011 on sn-devel-104 | |||||
2011-05-12 | libcli/auth/smbencrypt: in E_deshash, use talloc_stackframe instead of "#if ↵ | Michael Adam | 1 | -8/+4 | |
_SAMBA_BUILD_ == 3" and talloc_tos() talloc_stackframe() is used in other shared components already, and if the stack is a talloc_pool, then in most cases, it should also not be more expensive than directly using talloc_tos(). Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu May 12 12:52:02 CEST 2011 on sn-devel-104 | |||||
2011-05-04 | Tidy up some missing checks for NULL in strlcpy. | Jeremy Allison | 1 | -1/+1 | |
2011-05-04 | Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1. | Jeremy Allison | 1 | -1/+1 | |
2011-04-14 | libcli: allow exclusion of netbios name in NTLMV2 blob | Christian Ambach | 1 | -5/+12 | |
when no hostname is given, leave away the MsvAvNbComputerName part of the ntlmv2 blob Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2011-04-13 | s3: Use talloc_tos() in the S3 build | Volker Lendecke | 1 | -1/+7 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Apr 13 09:30:55 CEST 2011 on sn-devel-104 | |||||
2011-04-13 | libcli/auth Use convert_string_error to check LM hash calculation. | Andrew Bartlett | 1 | -9/+24 | |
This allows us to know if the LM hash was built correctly or not. NOTE: talloc_tos() is not available in the common code at this time. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-03-28 | Fix inspired by work done by David Disseldorp for bug #8040 - smbclient ↵ | Jeremy Allison | 1 | -2/+4 | |
segfaults when a Cyrillic netbios name or workgroup is configured. Change msrpc_gen to return NTSTATUS and ensure everywhere this is used it is correctly checked to return that status. Jeremy. | |||||
2011-03-27 | s3: Fix Coverity ID 682: NEGATIVE_RETURNS | Volker Lendecke | 1 | -1/+4 | |
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵ | Andrew Tridgell | 1 | -2/+1 | |
convert_string*() we shouldn't accept bad multi-byte strings, it just hides problems Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104 | |||||
2010-01-07 | Simplify E_md5hash a bit | Volker Lendecke | 1 | -6/+2 | |
2009-09-16 | libcli/auth: remove trailing whitespace. | Günther Deschner | 1 | -72/+72 | |
Guenther | |||||
2009-08-28 | s4: fix the build after ntlmssp header change. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-08-28 | libcli/auth: remove unused NTLMSSP_NAME_TYPE_ flags. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2009-06-18 | Add const to cast, to fix warning | Andrew Bartlett | 1 | -2/+2 | |
2009-04-23 | Fix a couple of warnings | Volker Lendecke | 1 | -4/+4 | |
2009-04-14 | Rework Samba4 to use the new common libcli/auth code | Andrew Bartlett | 1 | -3/+2 | |
In particular, this is the rename from creds_ to netlogon_creds_, as well as other links to use the new common crypto. Andrew Bartlett | |||||
2009-04-14 | Port Samba4 to the new combined libcli/auth functions | Andrew Bartlett | 1 | -1/+1 | |
For example, some of the new shared functionality was previously in the wkssvc torture test. Andrew Bartlett | |||||
2009-04-14 | Merge smbencrypt.c between Samba3 and Samba4 | Andrew Bartlett | 1 | -31/+219 | |
2009-04-14 | Move libcli/auth to the top level | Andrew Bartlett | 1 | -0/+595 | |