aboutsummaryrefslogtreecommitdiff
path: root/contrib/smbfs
Commit message (Expand)AuthorAgeFilesLines
* mount_smbfs: Issue a warning when .nsmbrc section name contains lowercase cha...Gleb Popov2020-01-031-0/+8
* smbutil(1): Improve mdoc formatting.Mateusz Piotrowski2018-11-141-13/+13
* smbutil(1): Reference nsmb.conf(5) and mount_smbfs(8)Mateusz Piotrowski2018-11-011-1/+4
* mount_smbfs(8): Mention /etc/nsmb.conf, smbutil(1) and nsmb.conf(5)Mateusz Piotrowski2018-11-011-3/+9
* mount_smbfs(8): Add the STANDARDS and HISTORY sectionsMateusz Piotrowski2018-11-011-16/+46
* Fix a stack overflow in mount_smbfs when hostname is too long.Brooks Davis2018-06-252-3/+9
* Fix SMBFS when saved passwords are greater than 18 charactersJosh Paetzel2017-06-081-0/+4
* Add #include <string.h> to mute warning from clang/gcc about implicitlyEnji Cooper2016-02-011-0/+1
* Avoid unaligned memory accesses when encoding netbios names in libsmb.Ian Lepore2015-12-211-19/+13
* Assorted grammar, spelling and punctuation fixes.Christian Brueffer2015-12-151-4/+4
* Remove the const qualifier from iconv(3) to comply with POSIX:Tijl Coosemans2015-04-154-16/+16
* Make it possible to use empty user name ("-U ''") for mount_smbfs(8).Edward Tomasz Napierala2014-09-081-9/+0
* Make mount_smbfs(8) preserve the "automounted" mount flag.Edward Tomasz Napierala2014-09-081-1/+8
* Just disable recoding support in libsmb if built WITHOUT_ICONV.Gleb Smirnoff2013-11-121-4/+25
* Use system libiconv, instead of trying to dlopen() it.Gleb Smirnoff2013-11-091-52/+15
* - Trim an unused and bogus Makefile for mount_smbfs.Davide Italiano2013-06-281-18/+0
* Completely rewrite the interface to smbdev switching from dev_cloneDavide Italiano2013-05-042-33/+5
* Bump .Dd date for previous revision.Xin LI2011-09-171-1/+1
* Change the example of using smbfs in fstab to a password-less one,Xin LI2011-09-171-3/+3
* shi1_remark is in little endian format, convert it to host ordering.Pyun YongHyeon2010-01-251-2/+5
* Document the "-U" option. While it is not part of theTom Rhodes2009-01-222-2/+5
* When encoding an smb name, truncate one byte earlier in order than we didRobert Watson2008-11-021-1/+1
* Document default values for timeout and retry count.Alexey Dokuchaev2007-06-161-0/+2
* Spell 'connection options' correctly.Giorgos Keramidas2006-08-112-2/+6
* -mdoc sweep.Ruslan Ermilov2005-11-181-2/+2
* Unbreak on amd64.Ruslan Ermilov2005-11-161-5/+4
* Convert mount_smbfs to use nmount().Craig Rodrigues2005-11-163-261/+67
* Quick kill links to the nsmb(8) manual page, there is no suchTom Rhodes2005-11-011-6/+0
* Allow user to override default port numbers used by communicationBoris Popov2005-10-027-13/+78
* Fix get{w,d}{l,b}e, set{w,d}{l,b}e macros on big endian systems.R. Imura2005-09-191-14/+11
* Remove macrosR. Imura2005-09-194-20/+26
* - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv,R. Imura2005-08-241-1/+1
* Tell nls_setlocale() the very locale name from command line option,R. Imura2005-08-071-1/+1
* Correct argument order of kiconv_add_xlat16_cspairs().R. Imura2005-07-291-1/+1
* Fix core dump when "smbutil lc".R. Imura2005-07-281-1/+5
* Make smbfs capable to use 16bit char set in filenames.Takanori Watanabe2005-05-041-15/+4
* + Get prototypes for libc functions.David E. O'Brien2004-10-194-2/+11
* Size matters. Correctly use a size_t so 64-bit hosts can mount SMB FS'sDavid E. O'Brien2004-10-191-5/+8
* Correctly check the return value of kldload() to determine whether anTim J. Robbins2004-09-051-1/+1
* Do not use casts as lvalues.Alexander Kabaev2004-07-282-2/+4
* Use correct location for nsmb.conf file.Boris Popov2004-07-171-1/+2
* Re-add the code to automatically load the smbfs.ko module if necessary.Maxime Henrion2004-06-201-1/+11
* Fine-tune the last change even more and use the return value as errorLukas Ertl2004-06-191-1/+1
* Don't return NULL when the function is defined to return an integer.Lukas Ertl2004-06-191-1/+1
* Sync with other mount_*fs(8) utilities; we don't need to try toMaxime Henrion2004-04-111-13/+3
* Merge from NetBSD rev. 1.3 (drochner): Use getifaddrs(3) instead ofTim J. Robbins2004-02-261-61/+30
* Merge from NetBSD rev. 1.2 (drochner): Do the address calculations insideTim J. Robbins2004-01-281-13/+23
* Remove the # ("stringify") operator from the printf() arguments inTim J. Robbins2003-08-231-1/+1
* - Correct the path to the dot.nsmbrc sample file.Simon L. B. Nielsen2003-07-311-1/+2
* Fix some off-by-one errors dealing with limits of server names,Tim J. Robbins2003-07-271-5/+5