summaryrefslogtreecommitdiffstats
path: root/contrib/smbfs
Commit message (Expand)AuthorAgeFilesLines
* MFC 319670jpaetzel2017-06-151-0/+4
* Add #include <string.h> to mute warning from clang/gcc about implicitlyngie2016-02-011-0/+1
* Avoid unaligned memory accesses when encoding netbios names in libsmb.ian2015-12-211-19/+13
* Assorted grammar, spelling and punctuation fixes.brueffer2015-12-151-4/+4
* Remove the const qualifier from iconv(3) to comply with POSIX:tijl2015-04-154-16/+16
* Make it possible to use empty user name ("-U ''") for mount_smbfs(8).trasz2014-09-081-9/+0
* Make mount_smbfs(8) preserve the "automounted" mount flag.trasz2014-09-081-1/+8
* Just disable recoding support in libsmb if built WITHOUT_ICONV.glebius2013-11-121-4/+25
* Use system libiconv, instead of trying to dlopen() it.glebius2013-11-091-52/+15
* - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-281-18/+0
* Completely rewrite the interface to smbdev switching from dev_clonedavide2013-05-042-33/+5
* Bump .Dd date for previous revision.delphij2011-09-171-1/+1
* Change the example of using smbfs in fstab to a password-less one,delphij2011-09-171-3/+3
* shi1_remark is in little endian format, convert it to host ordering.yongari2010-01-251-2/+5
* Document the "-U" option. While it is not part of thetrhodes2009-01-222-2/+5
* When encoding an smb name, truncate one byte earlier in order than we didrwatson2008-11-021-1/+1
* Document default values for timeout and retry count.danfe2007-06-161-0/+2
* Spell 'connection options' correctly.keramida2006-08-112-2/+6
* -mdoc sweep.ru2005-11-181-2/+2
* Unbreak on amd64.ru2005-11-161-5/+4
* Convert mount_smbfs to use nmount().rodrigc2005-11-163-261/+67
* Quick kill links to the nsmb(8) manual page, there is no suchtrhodes2005-11-011-6/+0
* Allow user to override default port numbers used by communicationbp2005-10-027-13/+78
* Fix get{w,d}{l,b}e, set{w,d}{l,b}e macros on big endian systems.imura2005-09-191-14/+11
* Remove macrosimura2005-09-194-20/+26
* - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv,imura2005-08-241-1/+1
* Tell nls_setlocale() the very locale name from command line option,imura2005-08-071-1/+1
* Correct argument order of kiconv_add_xlat16_cspairs().imura2005-07-291-1/+1
* Fix core dump when "smbutil lc".imura2005-07-281-1/+5
* Make smbfs capable to use 16bit char set in filenames.takawata2005-05-041-15/+4
* + Get prototypes for libc functions.obrien2004-10-194-2/+11
* Size matters. Correctly use a size_t so 64-bit hosts can mount SMB FS'sobrien2004-10-191-5/+8
* Correctly check the return value of kldload() to determine whether antjr2004-09-051-1/+1
* Do not use casts as lvalues.kan2004-07-282-2/+4
* Use correct location for nsmb.conf file.bp2004-07-171-1/+2
* Re-add the code to automatically load the smbfs.ko module if necessary.mux2004-06-201-1/+11
* Fine-tune the last change even more and use the return value as errorle2004-06-191-1/+1
* Don't return NULL when the function is defined to return an integer.le2004-06-191-1/+1
* Sync with other mount_*fs(8) utilities; we don't need to try tomux2004-04-111-13/+3
* Merge from NetBSD rev. 1.3 (drochner): Use getifaddrs(3) instead oftjr2004-02-261-61/+30
* Merge from NetBSD rev. 1.2 (drochner): Do the address calculations insidetjr2004-01-281-13/+23
* Remove the # ("stringify") operator from the printf() arguments intjr2003-08-231-1/+1
* - Correct the path to the dot.nsmbrc sample file.simon2003-07-311-1/+2
* Fix some off-by-one errors dealing with limits of server names,tjr2003-07-271-5/+5
* Fixes for 64 bit cleanliness. The length arg to sysctl is a pointer topeter2003-07-261-1/+2
* Use #include <string.h> rather than <strings.h> so that the strdup()peter2003-07-261-1/+2
* Pass getvfsbyname() the address of a struct xvfsconf instead oftjr2003-07-201-1/+2
* The author wanted stringification, not concatenation.obrien2003-05-031-1/+2
* Fix a typo in the -O parsing code that caused a crash when the -O optiontjr2003-04-121-1/+2
* This commit was generated by cvs2svn to compensate for changes in r100490,bp2002-07-222-5/+25
|\
OpenPOWER on IntegriCloud