summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsmbfs/smb/ctx.c
AgeCommit message (Collapse)AuthorFilesLines
2014-11-125308 Unable to join AD domain (with NtlmMinSeverSec set in the registry)Gordon Ross1-7/+1
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>
2014-11-125307 AD join with lmauth_level=2 failsGordon Ross1-2/+5
Reviewed by: Boris Protopopov <boris.protopopov@nexenta.com> Reviewed by: Alek Pinchuk <pinchuk.alek@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2011-06-301120 Use real file descriptors for smbfs named pipes.Gordon Ross1-200/+188
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2010-07-276955216 Negotiate Protocol fails with latest NetApp serverGordon Ross1-1/+2
6962072 Tree connect may fail if addr-to-name lookup fails 6962091 Log messages like: ... smb_maperr32: no direct map for... 6962125 Tree connect failed with latest Isilon server 6972321 improve some error messages
2010-04-126935517 NTLMSSP Type 3 message header is missing two fieldsGordon Ross1-36/+74
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
2010-03-266905120 mount -F smbfs as the Primary Administrator renders the mount point ↵Gordon Ross1-1/+9
owned by root. 6912466 mount of share from Quantel server fails 6927024 Should defend against opens without closes 6935160 smbfs does not compile with gcc
2009-12-166650611 Attribute cache logic needs improvementGordon Ross1-9/+18
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-08-316877284 More libsmbfs config interfacesGordon Ross1-8/+19
2009-08-216873601 Allow starting IOD separately from session requestGordon Ross1-4/+13
6873656 error message inaccurate when host name resolution fails
2009-07-026584198 SMB Client needs authentication improvementsGordon Ross1-1267/+613
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
2008-12-046565868 Client should do packet signingGordon Ross1-19/+47
6673604 libshare_smbfs initprotofromdefaults() leaks memory 6684418 smbfs seems to ignore O_*SYNC open flags 6710493 smbfs doesn't interoperate with a MacOS share 6750718 move CIFS client kmdb modules to /usr/kernel/kmdb 6759403 various fixes for named-pipe support
2008-03-266637108 It still prompt for a password if the session is not expired when ↵bs1353831-0/+26
using Kerberos authentication.
2008-02-13PSARC 2005/695 CIFS Client on Solaristhurlow1-0/+2140
PSARC 2007/303 pam_smb_login PSARC 2008/073 CIFS Client on Solaris - Updates 6651904 CIFS Client - PSARC 2005/695