summaryrefslogtreecommitdiff
path: root/contrib/smbfs
AgeCommit message (Expand)Author
2025-04-22Search for mntopts.h globally, not locallyBrooks Davis
2024-05-31contrib: Remove various $FreeBSD$ tags not upstreamWarner Losh
2024-05-30smbfs manuals: describe consistentlyAlexander Ziaee
2023-11-27smbfs: remove locally added __FBSDIDBrooks Davis
2023-04-18smbfs: Use C89 function definition for cf_getopt.John Baldwin
2020-01-03mount_smbfs: Issue a warning when .nsmbrc section name contains lowercase cha...Gleb Popov
2018-11-14smbutil(1): Improve mdoc formatting.Mateusz Piotrowski
2018-11-01smbutil(1): Reference nsmb.conf(5) and mount_smbfs(8)Mateusz Piotrowski
2018-11-01mount_smbfs(8): Mention /etc/nsmb.conf, smbutil(1) and nsmb.conf(5)Mateusz Piotrowski
2018-11-01mount_smbfs(8): Add the STANDARDS and HISTORY sectionsMateusz Piotrowski
2018-06-25Fix a stack overflow in mount_smbfs when hostname is too long.Brooks Davis
2017-06-08Fix SMBFS when saved passwords are greater than 18 charactersJosh Paetzel
2016-02-01Add #include <string.h> to mute warning from clang/gcc about implicitlyEnji Cooper
2015-12-21Avoid unaligned memory accesses when encoding netbios names in libsmb.Ian Lepore
2015-12-15Assorted grammar, spelling and punctuation fixes.Christian Brueffer
2015-04-15Remove the const qualifier from iconv(3) to comply with POSIX:Tijl Coosemans
2014-09-08Make it possible to use empty user name ("-U ''") for mount_smbfs(8).Edward Tomasz Napierala
2014-09-08Make mount_smbfs(8) preserve the "automounted" mount flag.Edward Tomasz Napierala
2013-11-12Just disable recoding support in libsmb if built WITHOUT_ICONV.Gleb Smirnoff
2013-11-09Use system libiconv, instead of trying to dlopen() it.Gleb Smirnoff
2013-06-28- Trim an unused and bogus Makefile for mount_smbfs.Davide Italiano
2013-05-04Completely rewrite the interface to smbdev switching from dev_cloneDavide Italiano
2011-09-17Bump .Dd date for previous revision.Xin LI
2011-09-17Change the example of using smbfs in fstab to a password-less one,Xin LI
2010-01-25shi1_remark is in little endian format, convert it to host ordering.Pyun YongHyeon
2009-01-22Document the "-U" option. While it is not part of theTom Rhodes
2008-11-02When encoding an smb name, truncate one byte earlier in order than we didRobert Watson
2007-06-16Document default values for timeout and retry count.Alexey Dokuchaev
2006-08-11Spell 'connection options' correctly.Giorgos Keramidas
2005-11-18-mdoc sweep.Ruslan Ermilov
2005-11-16Unbreak on amd64.Ruslan Ermilov
2005-11-16Convert mount_smbfs to use nmount().Craig Rodrigues
2005-11-01Quick kill links to the nsmb(8) manual page, there is no suchTom Rhodes
2005-10-02Allow user to override default port numbers used by communicationBoris Popov
2005-09-19Fix get{w,d}{l,b}e, set{w,d}{l,b}e macros on big endian systems.R. Imura
2005-09-19Remove macrosR. Imura
2005-08-24- Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv,R. Imura
2005-08-07Tell nls_setlocale() the very locale name from command line option,R. Imura
2005-07-29Correct argument order of kiconv_add_xlat16_cspairs().R. Imura
2005-07-28Fix core dump when "smbutil lc".R. Imura
2005-05-04Make smbfs capable to use 16bit char set in filenames.Takanori Watanabe
2004-10-19+ Get prototypes for libc functions.David E. O'Brien
2004-10-19Size matters. Correctly use a size_t so 64-bit hosts can mount SMB FS'sDavid E. O'Brien
2004-09-05Correctly check the return value of kldload() to determine whether anTim J. Robbins
2004-07-28Do not use casts as lvalues.Alexander Kabaev
2004-07-17Use correct location for nsmb.conf file.Boris Popov
2004-06-20Re-add the code to automatically load the smbfs.ko module if necessary.Maxime Henrion
2004-06-19Fine-tune the last change even more and use the return value as errorLukas Ertl
2004-06-19Don't return NULL when the function is defined to return an integer.Lukas Ertl
2004-04-11Sync with other mount_*fs(8) utilities; we don't need to try toMaxime Henrion