Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spell 'connection options' correctly. | keramida | 2006-08-11 | 2 | -2/+6 |
| | | | | Submitted by: Leonidas Tsampros <ltsampros@upnet.gr> | ||||
* | -mdoc sweep. | ru | 2005-11-18 | 1 | -2/+2 |
| | |||||
* | Unbreak on amd64. | ru | 2005-11-16 | 1 | -5/+4 |
| | |||||
* | Convert mount_smbfs to use nmount(). | rodrigc | 2005-11-16 | 3 | -261/+67 |
| | | | | Reviewed by: bp (smbfs maintainer) | ||||
* | Quick kill links to the nsmb(8) manual page, there is no such | trhodes | 2005-11-01 | 1 | -6/+0 |
| | | | | utility that I can find. | ||||
* | Allow user to override default port numbers used by communication | bp | 2005-10-02 | 7 | -13/+78 |
| | | | | | | protocols. This is very useful for tunneled SMB connections. MFC after: 4 weeks | ||||
* | Fix get{w,d}{l,b}e, set{w,d}{l,b}e macros on big endian systems. | imura | 2005-09-19 | 1 | -14/+11 |
| | | | | Obtained from: NetBSD | ||||
* | Remove macros | imura | 2005-09-19 | 4 | -20/+26 |
| | | | | | 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 checking range of strings of struct iconv_add_in in libsmb and libkiconv, | imura | 2005-08-24 | 1 | -1/+1 |
| | | | | | | - Add checking range of strings to iconv_sysctl_add(). Submitted by: Rudolf Cejka | ||||
* | Tell nls_setlocale() the very locale name from command line option, | imura | 2005-08-07 | 1 | -1/+1 |
| | | | | rather than using optarg variable which would be allways NULL. | ||||
* | Correct argument order of kiconv_add_xlat16_cspairs(). | imura | 2005-07-29 | 1 | -1/+1 |
| | | | | Security: | ||||
* | Fix core dump when "smbutil lc". | imura | 2005-07-28 | 1 | -1/+5 |
| | | | | OK'ed by: bp | ||||
* | Make smbfs capable to use 16bit char set in filenames. | takawata | 2005-05-04 | 1 | -15/+4 |
| | | | | PR:78110 | ||||
* | + Get prototypes for libc functions. | obrien | 2004-10-19 | 4 | -2/+11 |
| | | | | + Use the correct printf format for size_t. | ||||
* | Size matters. Correctly use a size_t so 64-bit hosts can mount SMB FS's | obrien | 2004-10-19 | 1 | -5/+8 |
| | | | | | | | | | | when using character set conversions. Also include POSIX <string.h> vs. BSD <strings.h> now that we've broken traditional BSD behavior [and compatibility with our BSD brethren]. PR: 72445 Submitted by: Vladimir Nechitailo <nechit@lpi.ru> Patch by: Stasys Smailys <ssmailys@komvista.lt> | ||||
* | Correctly check the return value of kldload() to determine whether an | tjr | 2004-09-05 | 1 | -1/+1 |
| | | | | error occurred. | ||||
* | Do not use casts as lvalues. | kan | 2004-07-28 | 2 | -2/+4 |
| | |||||
* | Use correct location for nsmb.conf file. | bp | 2004-07-17 | 1 | -1/+2 |
| | | | | PR: misc/45273 | ||||
* | Re-add the code to automatically load the smbfs.ko module if necessary. | mux | 2004-06-20 | 1 | -1/+11 |
| | | | | | | | | | We can't realy on the mount(2) system call to do it for us here because smb_lib_init() needs the module and we call it before mount(). The old code has been slightly modified to not use the getvfsent(3) API which is now retired. Noticed by: many | ||||
* | Fine-tune the last change even more and use the return value as error | le | 2004-06-19 | 1 | -1/+1 |
| | | | | | | indicator, as it is expected. Spotted by: Christoph Mallon <christoph.mallon@gmx.de> | ||||
* | Don't return NULL when the function is defined to return an integer. | le | 2004-06-19 | 1 | -1/+1 |
| | | | | OK'ed by: tjr | ||||
* | Sync with other mount_*fs(8) utilities; we don't need to try to | mux | 2004-04-11 | 1 | -13/+3 |
| | | | | | load the smbfs module because the mount(2) syscall will do it if it's needed. | ||||
* | Merge from NetBSD rev. 1.3 (drochner): Use getifaddrs(3) instead of | tjr | 2004-02-26 | 1 | -61/+30 |
| | | | | SIOCGIFCONF. | ||||
* | Merge from NetBSD rev. 1.2 (drochner): Do the address calculations inside | tjr | 2004-01-28 | 1 | -13/+23 |
| | | | | | the data delivered by SIOCGIFCONF correctly (this isn't a plain array!), and sort the checks a bit to avoid duplicates in the interface list. | ||||
* | Remove the # ("stringify") operator from the printf() arguments in | tjr | 2003-08-23 | 1 | -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. | ||||
* | - Correct the path to the dot.nsmbrc sample file. | simon | 2003-07-31 | 1 | -1/+2 |
| | | | | | | | | - Add FreeBSD CVS tag. PR: docs/35649 Submitted by: roam Approved by: ceri (mentor) | ||||
* | Fix some off-by-one errors dealing with limits of server names, | tjr | 2003-07-27 | 1 | -5/+5 |
| | | | | | | | | usernames, workgroup names and passwords. We can now connect to servers with 15-character NetBIOS names. (Some versions of Windows use semi-random 15-char names by default.) PR: 46902 | ||||
* | Fixes for 64 bit cleanliness. The length arg to sysctl is a pointer to | peter | 2003-07-26 | 1 | -1/+2 |
| | | | | | | size_t not int. Reviewed by: bp | ||||
* | Use #include <string.h> rather than <strings.h> so that the strdup() | peter | 2003-07-26 | 1 | -1/+2 |
| | | | | | | | prototype gets brought into scope. This is a big deal for 64 bit systems where the default return value of 'int' is != pointer. Reviewed by: bp | ||||
* | Pass getvfsbyname() the address of a struct xvfsconf instead of | tjr | 2003-07-20 | 1 | -1/+2 |
| | | | | | | | | struct vfsconf. This silences a warning, but could also prevent stack corruption problems if xvfsconf ever became larger than vfsconf. PR: 53863 Submitted by: Lukas Ertl | ||||
* | The author wanted stringification, not concatenation. | obrien | 2003-05-03 | 1 | -1/+2 |
| | |||||
* | Fix a typo in the -O parsing code that caused a crash when the -O option | tjr | 2003-04-12 | 1 | -1/+2 |
| | | | | | | | is used without supplying "sowner:sgroup". Obtained from: NetBSD (jdolecek) PR: 37171 | ||||
* | This commit was generated by cvs2svn to compensate for changes in r100490, | bp | 2002-07-22 | 2 | -5/+25 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import smbfs 1.4.5. This release intended to fix problem with iconv | bp | 2002-07-22 | 2 | -5/+25 |
| | | | | | | | | | | | | library. MFC after: 1 week | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r95267, | sheldonh | 2002-04-22 | 9 | -102/+135 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import smbfs-1.4.4. | sheldonh | 2002-04-22 | 9 | -102/+135 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r88492, | sheldonh | 2001-12-26 | 3 | -9/+13 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import smbfs-1.4.3. | sheldonh | 2001-12-26 | 3 | -9/+13 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r88282, | sheldonh | 2001-12-20 | 18 | -29/+254 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import smbfs-1.4.2. | sheldonh | 2001-12-20 | 18 | -29/+254 |
| | | |||||
* | | Detail the smbfs-1.4.1 import. | sheldonh | 2001-12-14 | 1 | -0/+6 |
|/ | |||||
* | Import smbfs-1.4.1. | sheldonh | 2001-12-14 | 52 | -0/+7041 |
This is Boris Popov's SMB/CIFS file system implementation for FreeBSD. Obtained from: Boris Popov via ftp://ftp.butya.kz/pub/smbfs/ |