summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsmbfs/smb/ntlmssp.c
AgeCommit message (Collapse)AuthorFilesLines
2019-03-149875 SMB client connection setup reworkGordon Ross1-55/+58
Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Matt Barden <matt.barden@nexenta.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2014-11-125308 Unable to join AD domain (with NtlmMinSeverSec set in the registry)Gordon Ross1-75/+182
Reviewed by: Bayard Bell <bayard.bell@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2011-11-151720 join domain fails with INVALID_PARAMETERGordon Ross1-0/+6
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2010-04-126935517 NTLMSSP Type 3 message header is missing two fieldsGordon Ross1-25/+25
6936620 should preserve the username case in session setup 6939738 Need a way to specify authentication types for testing 6939914 avoid fragmenting session setup 6939297 krb5 AP_REQ checksum is incorrect 6939356 system/filesystem-smb lacks dependency on system/library/iconv/utf-8
2009-12-166650611 Attribute cache logic needs improvementGordon Ross1-25/+25
6876185 common I/F for net message build/parse in kernel vs user code 6891728 syslog shows: smbfs_close: error 9 closing /dirname 6906037 smbfs_mount() doesn't ASSERT the return value of smbfs_make_node() 6607536 the size of a dir on smbfs is not correct 6648146 smbfs should implement reclaim from node cache --HG-- rename : usr/src/lib/libsmbfs/smb/acl_conv.c => usr/src/common/smbclnt/smbfs_ntacl.c rename : usr/src/lib/libsmbfs/smb/acl_nt.h => usr/src/common/smbclnt/smbfs_ntacl.h
2009-07-026584198 SMB Client needs authentication improvementsGordon Ross1-0/+634
6587713 Need to reconnect after server disconnect --HG-- rename : usr/src/lib/libsmbfs/netsmb/smbfs_isec.h => usr/src/lib/libsmbfs/smb/acl_nt.h