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