summaryrefslogtreecommitdiffstats
path: root/contrib/smbfs/smbutil
Commit message (Collapse)AuthorAgeFilesLines
* Add #include <string.h> to mute warning from clang/gcc about implicitlyngie2016-02-011-0/+1
| | | | | | | | declaring strcmp(3) MFC after: 1 month Reported by: Jenkins Sponsored by: EMC / Isilon Storage Division
* shi1_remark is in little endian format, convert it to host ordering.yongari2010-01-251-2/+5
| | | | | | | | | Also remove upper 16bits which always seem to be 0xFFFF. We don't allocate more than 64KB buffer anyway. This change make smbutil work on sparc64. Reviewed by: marius, bp Approved by: bp
* Spell 'connection options' correctly.keramida2006-08-112-2/+6
| | | | Submitted by: Leonidas Tsampros <ltsampros@upnet.gr>
* Remove macrosimura2005-09-191-3/+6
| | | | | htole{s,l,q}, letoh{s,l,q}, htobe{s,l,q}, betoh{s,l,q} and replace it with more standard byteorder macros in our system.
* Fix core dump when "smbutil lc".imura2005-07-281-1/+5
| | | | OK'ed by: bp
* Remove the # ("stringify") operator from the printf() arguments intjr2003-08-231-1/+1
| | | | | | the iprintf macro. It was causing the actual format string and variable names to be written out, instead of substituting the values of the variables into the format string.
* The author wanted stringification, not concatenation.obrien2003-05-031-1/+2
|
* Import smbfs-1.4.4.sheldonh2002-04-222-51/+66
|
* Import smbfs-1.4.2.sheldonh2001-12-206-5/+34
|
* Import smbfs-1.4.1.sheldonh2001-12-149-0/+1030
This is Boris Popov's SMB/CIFS file system implementation for FreeBSD. Obtained from: Boris Popov via ftp://ftp.butya.kz/pub/smbfs/
OpenPOWER on IntegriCloud