summaryrefslogtreecommitdiffstats
path: root/contrib/smbfs/lib/smb/ctx.c
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to use empty user name ("-U ''") for mount_smbfs(8).trasz2014-09-081-9/+0
| | | | | | | | It's just like "-U guest", except that it actually works, at least with Samba 4, which seems to return authentication failure for "-U guest". MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Completely rewrite the interface to smbdev switching from dev_clonedavide2013-05-041-29/+1
| | | | | | | | | to cdevpriv(9). This commit changes the semantic of mount_smbfs in userland as well, which now passes file descriptor in order to to mount a specific filesystem istance. Reviewed by: attilio, ed Tested by: martymac
* Allow user to override default port numbers used by communicationbp2005-10-021-3/+44
| | | | | | protocols. This is very useful for tunneled SMB connections. MFC after: 4 weeks
* Tell nls_setlocale() the very locale name from command line option,imura2005-08-071-1/+1
| | | | rather than using optarg variable which would be allways NULL.
* Correct argument order of kiconv_add_xlat16_cspairs().imura2005-07-291-1/+1
| | | | Security:
* Make smbfs capable to use 16bit char set in filenames.takawata2005-05-041-15/+4
| | | | PR:78110
* Fix some off-by-one errors dealing with limits of server names,tjr2003-07-271-5/+5
| | | | | | | | usernames, workgroup names and passwords. We can now connect to servers with 15-character NetBIOS names. (Some versions of Windows use semi-random 15-char names by default.) PR: 46902
* Fix a typo in the -O parsing code that caused a crash when the -O optiontjr2003-04-121-1/+2
| | | | | | | is used without supplying "sowner:sgroup". Obtained from: NetBSD (jdolecek) PR: 37171
* Import smbfs-1.4.4.sheldonh2002-04-221-5/+13
|
* Import smbfs-1.4.3.sheldonh2001-12-261-3/+3
|
* Import smbfs-1.4.1.sheldonh2001-12-141-0/+773
This is Boris Popov's SMB/CIFS file system implementation for FreeBSD. Obtained from: Boris Popov via ftp://ftp.butya.kz/pub/smbfs/
OpenPOWER on IntegriCloud