| Commit message (Expand) | Author | Age | Files | Lines |
* | mount_smbfs: Issue a warning when .nsmbrc section name contains lowercase cha... | Gleb Popov | 2020-01-03 | 1 | -0/+8 |
* | smbutil(1): Improve mdoc formatting. | Mateusz Piotrowski | 2018-11-14 | 1 | -13/+13 |
* | smbutil(1): Reference nsmb.conf(5) and mount_smbfs(8) | Mateusz Piotrowski | 2018-11-01 | 1 | -1/+4 |
* | mount_smbfs(8): Mention /etc/nsmb.conf, smbutil(1) and nsmb.conf(5) | Mateusz Piotrowski | 2018-11-01 | 1 | -3/+9 |
* | mount_smbfs(8): Add the STANDARDS and HISTORY sections | Mateusz Piotrowski | 2018-11-01 | 1 | -16/+46 |
* | Fix a stack overflow in mount_smbfs when hostname is too long. | Brooks Davis | 2018-06-25 | 2 | -3/+9 |
* | Fix SMBFS when saved passwords are greater than 18 characters | Josh Paetzel | 2017-06-08 | 1 | -0/+4 |
* | Add #include <string.h> to mute warning from clang/gcc about implicitly | Enji Cooper | 2016-02-01 | 1 | -0/+1 |
* | Avoid unaligned memory accesses when encoding netbios names in libsmb. | Ian Lepore | 2015-12-21 | 1 | -19/+13 |
* | Assorted grammar, spelling and punctuation fixes. | Christian Brueffer | 2015-12-15 | 1 | -4/+4 |
* | Remove the const qualifier from iconv(3) to comply with POSIX: | Tijl Coosemans | 2015-04-15 | 4 | -16/+16 |
* | Make it possible to use empty user name ("-U ''") for mount_smbfs(8). | Edward Tomasz Napierala | 2014-09-08 | 1 | -9/+0 |
* | Make mount_smbfs(8) preserve the "automounted" mount flag. | Edward Tomasz Napierala | 2014-09-08 | 1 | -1/+8 |
* | Just disable recoding support in libsmb if built WITHOUT_ICONV. | Gleb Smirnoff | 2013-11-12 | 1 | -4/+25 |
* | Use system libiconv, instead of trying to dlopen() it. | Gleb Smirnoff | 2013-11-09 | 1 | -52/+15 |
* | - Trim an unused and bogus Makefile for mount_smbfs. | Davide Italiano | 2013-06-28 | 1 | -18/+0 |
* | Completely rewrite the interface to smbdev switching from dev_clone | Davide Italiano | 2013-05-04 | 2 | -33/+5 |
* | Bump .Dd date for previous revision. | Xin LI | 2011-09-17 | 1 | -1/+1 |
* | Change the example of using smbfs in fstab to a password-less one, | Xin LI | 2011-09-17 | 1 | -3/+3 |
* | shi1_remark is in little endian format, convert it to host ordering. | Pyun YongHyeon | 2010-01-25 | 1 | -2/+5 |
* | Document the "-U" option. While it is not part of the | Tom Rhodes | 2009-01-22 | 2 | -2/+5 |
* | When encoding an smb name, truncate one byte earlier in order than we did | Robert Watson | 2008-11-02 | 1 | -1/+1 |
* | Document default values for timeout and retry count. | Alexey Dokuchaev | 2007-06-16 | 1 | -0/+2 |
* | Spell 'connection options' correctly. | Giorgos Keramidas | 2006-08-11 | 2 | -2/+6 |
* | -mdoc sweep. | Ruslan Ermilov | 2005-11-18 | 1 | -2/+2 |
* | Unbreak on amd64. | Ruslan Ermilov | 2005-11-16 | 1 | -5/+4 |
* | Convert mount_smbfs to use nmount(). | Craig Rodrigues | 2005-11-16 | 3 | -261/+67 |
* | Quick kill links to the nsmb(8) manual page, there is no such | Tom Rhodes | 2005-11-01 | 1 | -6/+0 |
* | Allow user to override default port numbers used by communication | Boris Popov | 2005-10-02 | 7 | -13/+78 |
* | Fix get{w,d}{l,b}e, set{w,d}{l,b}e macros on big endian systems. | R. Imura | 2005-09-19 | 1 | -14/+11 |
* | Remove macros | R. Imura | 2005-09-19 | 4 | -20/+26 |
* | - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv, | R. Imura | 2005-08-24 | 1 | -1/+1 |
* | Tell nls_setlocale() the very locale name from command line option, | R. Imura | 2005-08-07 | 1 | -1/+1 |
* | Correct argument order of kiconv_add_xlat16_cspairs(). | R. Imura | 2005-07-29 | 1 | -1/+1 |
* | Fix core dump when "smbutil lc". | R. Imura | 2005-07-28 | 1 | -1/+5 |
* | Make smbfs capable to use 16bit char set in filenames. | Takanori Watanabe | 2005-05-04 | 1 | -15/+4 |
* | + Get prototypes for libc functions. | David E. O'Brien | 2004-10-19 | 4 | -2/+11 |
* | Size matters. Correctly use a size_t so 64-bit hosts can mount SMB FS's | David E. O'Brien | 2004-10-19 | 1 | -5/+8 |
* | Correctly check the return value of kldload() to determine whether an | Tim J. Robbins | 2004-09-05 | 1 | -1/+1 |
* | Do not use casts as lvalues. | Alexander Kabaev | 2004-07-28 | 2 | -2/+4 |
* | Use correct location for nsmb.conf file. | Boris Popov | 2004-07-17 | 1 | -1/+2 |
* | Re-add the code to automatically load the smbfs.ko module if necessary. | Maxime Henrion | 2004-06-20 | 1 | -1/+11 |
* | Fine-tune the last change even more and use the return value as error | Lukas Ertl | 2004-06-19 | 1 | -1/+1 |
* | Don't return NULL when the function is defined to return an integer. | Lukas Ertl | 2004-06-19 | 1 | -1/+1 |
* | Sync with other mount_*fs(8) utilities; we don't need to try to | Maxime Henrion | 2004-04-11 | 1 | -13/+3 |
* | Merge from NetBSD rev. 1.3 (drochner): Use getifaddrs(3) instead of | Tim J. Robbins | 2004-02-26 | 1 | -61/+30 |
* | Merge from NetBSD rev. 1.2 (drochner): Do the address calculations inside | Tim J. Robbins | 2004-01-28 | 1 | -13/+23 |
* | Remove the # ("stringify") operator from the printf() arguments in | Tim J. Robbins | 2003-08-23 | 1 | -1/+1 |
* | - Correct the path to the dot.nsmbrc sample file. | Simon L. B. Nielsen | 2003-07-31 | 1 | -1/+2 |
* | Fix some off-by-one errors dealing with limits of server names, | Tim J. Robbins | 2003-07-27 | 1 | -5/+5 |