aboutsummaryrefslogtreecommitdiff
path: root/contrib/smbfs/lib/smb
Commit message (Expand)AuthorAgeFilesLines
* smbfs: remove locally added __FBSDIDBrooks Davis2023-11-274-12/+0
* smbfs: Use C89 function definition for cf_getopt.John Baldwin2023-04-181-4/+1
* mount_smbfs: Issue a warning when .nsmbrc section name contains lowercase cha...Gleb Popov2020-01-031-0/+8
* Fix a stack overflow in mount_smbfs when hostname is too long.Brooks Davis2018-06-252-3/+9
* Fix SMBFS when saved passwords are greater than 18 charactersJosh Paetzel2017-06-081-0/+4
* Avoid unaligned memory accesses when encoding netbios names in libsmb.Ian Lepore2015-12-211-19/+13
* Remove the const qualifier from iconv(3) to comply with POSIX:Tijl Coosemans2015-04-153-9/+9
* Make it possible to use empty user name ("-U ''") for mount_smbfs(8).Edward Tomasz Napierala2014-09-081-9/+0
* Just disable recoding support in libsmb if built WITHOUT_ICONV.Gleb Smirnoff2013-11-121-4/+25
* Use system libiconv, instead of trying to dlopen() it.Gleb Smirnoff2013-11-091-52/+15
* Completely rewrite the interface to smbdev switching from dev_cloneDavide Italiano2013-05-041-29/+1
* When encoding an smb name, truncate one byte earlier in order than we didRobert Watson2008-11-021-1/+1
* Allow user to override default port numbers used by communicationBoris Popov2005-10-024-10/+56
* Remove macrosR. Imura2005-09-193-17/+20
* - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv,R. Imura2005-08-241-1/+1
* Tell nls_setlocale() the very locale name from command line option,R. Imura2005-08-071-1/+1
* Correct argument order of kiconv_add_xlat16_cspairs().R. Imura2005-07-291-1/+1
* Make smbfs capable to use 16bit char set in filenames.Takanori Watanabe2005-05-041-15/+4
* + Get prototypes for libc functions.David E. O'Brien2004-10-194-2/+11
* Size matters. Correctly use a size_t so 64-bit hosts can mount SMB FS'sDavid E. O'Brien2004-10-191-5/+8
* Do not use casts as lvalues.Alexander Kabaev2004-07-282-2/+4
* Fine-tune the last change even more and use the return value as errorLukas Ertl2004-06-191-1/+1
* Don't return NULL when the function is defined to return an integer.Lukas Ertl2004-06-191-1/+1
* Merge from NetBSD rev. 1.3 (drochner): Use getifaddrs(3) instead ofTim J. Robbins2004-02-261-61/+30
* Merge from NetBSD rev. 1.2 (drochner): Do the address calculations insideTim J. Robbins2004-01-281-13/+23
* Fix some off-by-one errors dealing with limits of server names,Tim J. Robbins2003-07-271-5/+5
* Fixes for 64 bit cleanliness. The length arg to sysctl is a pointer toPeter Wemm2003-07-261-1/+2
* Use #include <string.h> rather than <strings.h> so that the strdup()Peter Wemm2003-07-261-1/+2
* Fix a typo in the -O parsing code that caused a crash when the -O optionTim J. Robbins2003-04-121-1/+2
* Import smbfs 1.4.5. This release intended to fix problem with iconvvendor/smbfs/1.4.5vendor/smbfsBoris Popov2002-07-221-5/+21
* Import smbfs-1.4.4.vendor/smbfs/1.4.4Sheldon Hearn2002-04-221-5/+13
* Import smbfs-1.4.3.vendor/smbfs/1.4.3Sheldon Hearn2001-12-261-3/+3
* Import smbfs-1.4.2.vendor/smbfs/1.4.2Sheldon Hearn2001-12-204-8/+162
* Import smbfs-1.4.1.vendor/smbfs/1.4.1Sheldon Hearn2001-12-1417-0/+4180