summaryrefslogtreecommitdiff
path: root/dist/smbfs
AgeCommit message (Expand)Author
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-05-10Fix a bunch of cast lvalues.skrll
2006-05-02Cast precision argument for sprintf() to int to fix build problemstron
2006-05-01Use the sizeof the field instead of the #define constant. Fixes off-by-onechristos
2006-03-25Coverity CID 2783: Fix dereference of a freed pointer.peter
2006-03-22Coverity CID 2060: Fix memory leak.christos
2004-10-29Add (unsigned char) cast to ctype functiondsl
2004-08-02revert the last all changes related to iconv(3).tshiozak
2004-08-01make sure that the iconv(3) follows the POSIX specification;tshiozak
2004-03-21make the fallback to *SMBSERVER actually work (tested against Windows NTjdolecek
2004-03-21change the default SMB share owner - when run by non-root, use same uid asjdolecek
2004-03-21clarify the error message when the open of /dev/nsmb* failsjdolecek
2004-03-20automatically fallback to server name *SMBSERVER if using -I and initialjdolecek
2004-03-01convert to using the libc iconv rather than trying to load libiconv.sojdolecek
2004-02-21switch nb_resolvehost_in() to getaddrinfo()jdolecek
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-11-09Ar -I -> Fl I; bump date for previous.wiz
2003-11-09Document the special server name "*SMBSERVER"hubertf
2003-10-21Don't return NULL as an int.fvdl
2003-08-13make this compile again.christos
2003-08-10Remove unessecary intermediate void* casts.martin
2003-07-26add an extra cast to quiet gcc3mrg
2003-07-04terminate Xo/Xc, they are not needed with groff and new tmac macrosjdolecek
2003-04-11don't print any warning message when no config file is foundjdolecek
2003-04-11use Xo/Xc for the //user@server/share part of synopsis, to avoidjdolecek
2003-04-09if the share name contains a dot, assume it's actually a server namejdolecek
2003-04-07fix a fatal pasto in -O parsing code - if only the 'cowner:cgroup'jdolecek
2003-04-04sprinle __RCSID()jdolecek
2003-04-04add /etc/nsmb.conf to FILESjdolecek
2003-04-04fix the name of global configuration file - it's /etc/nsmb.conf, notjdolecek
2003-04-04use /etc/nsmb.conf rather than /usr/local/etc/nsmb.conf by defaultjdolecek
2003-04-04add NetBSD RCS Idjdolecek
2003-04-01there is no nsmb(8), so don't xref it herejdolecek
2003-03-31remove BUGS section & don't Xr send-pr(1) - the code seems to be generallyjdolecek
2003-03-31Use getifaddrs(3) instead of SIOCGIFCONF.drochner
2003-03-28Do the address calculations inside the data delivered by SIOCGIFCONFdrochner
2003-03-28memsetw(): fix mistake where the 'word' value would get written byteswappedjdolecek
2003-03-03Sort sections.wiz
2003-02-24print also the description of error if mount(2) failsjdolecek
2003-02-23change smbfs_args:jdolecek
2003-02-23do not initialize/use member 'mount_point' of struct smbfs_argsjdolecek
2003-02-20Avoid lots of stupid alignement problems.martin
2003-02-19Since size_t is unsigned, better use (unsigned long) and %lu to printmartin
2003-02-19Replace some int's with size_t. Use %ld and cast to long when printingmartin
2003-02-19Make this at least compile on BE platforms.scw
2003-02-18add TNF copyright and $NetBSD$ RCS Idjdolecek
2003-02-18use Xo/Xc to work-around our current tmac macro limitation of ninejdolecek
2003-02-18g/c code not used by NetBSDjdolecek
2003-02-18make compile on NetBSD - <sys/endian.h> instead of <sys/mchain.h>, usejdolecek
2003-02-18no need for iconv.h include herejdolecek