summaryrefslogtreecommitdiffstats
path: root/source/client/smbmount.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bogus uninitialized variable warningsVolker Lendecke2008-01-251-1/+1
* strtok -> strtok_rVolker Lendecke2008-01-231-1/+3
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-4/+4
* pstring removal.Jeremy Allison2007-12-051-79/+178
* Ensure we have a talloc stackframe (found by Kukks).Jeremy Allison2007-11-201-0/+2
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-091-2/+1
* Fix the smbmount buildVolker Lendecke2007-11-051-1/+1
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-1/+1
* Fix zero_addr(&ip, INADDR_ANY); -> zero_addr(&ip, AF_INET)Jeremy Allison2007-10-271-1/+1
* Two patchesVolker Lendecke2007-10-271-5/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-9/+9
* Latest ipv6 changes broke (deprecated) smbmount, smbmnt and smbctoolGünter Kukkukk2007-10-151-5/+5
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23596: Add notes about smbfs/cifs to usage() in smb[u]mountVolker Lendecke2007-10-101-0/+3
* r23567: Fix bug 4721Volker Lendecke2007-10-101-1/+1
* r20124: clean up nested extern declaration warningsHerb Lewis2007-10-101-3/+2
* r17572: Fix the buildVolker Lendecke2007-10-101-5/+5
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-1/+1
* r13486: Two more -- fix bug 3503Volker Lendecke2007-10-101-0/+2
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r12912: patch from Tony Mountifield <tony@softins.co.uk> for BUG 3327 (fix ba...Gerald Carter2007-10-101-0/+3
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work.Alexander Bokovoy2007-10-101-0/+1
* metze's autogenerate patch for version.hGerald Carter2003-08-201-2/+2
* Get rid of MAXPATHLEN, move to standard PATH_MAX.Jeremy Allison2003-08-061-1/+1
* More conversions I missed. Thanks metze.Jeremy Allison2003-07-041-2/+2
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* Update smbmount to include unicode and lfs capabilities options -- smbfs supp...Alexander Bokovoy2003-04-081-9/+16
* Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett2003-03-181-1/+1
* Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a shareAndrew Bartlett2003-02-241-5/+55
* s/WIFSIGNALLED/WIFSIGNALED/gGerald Carter2003-01-151-1/+1
* *lots of small merges form HEADGerald Carter2003-01-151-1/+5
* Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx()Jeremy Allison2002-11-131-1/+1
* Bring smbmount.c in line with jra's global-cide. global_scope was used here...Jim McDonough2002-11-131-2/+1
* Merge append_log fix from HEADAndrew Bartlett2002-11-091-2/+0
* sync 3.0 branch with headJelmer Vernooij2002-08-171-2/+1
* getpid() -> sys_getpid()Tim Potter2002-03-141-20/+20
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* One line fix to get smbmount working again.Andrew Bartlett2002-01-051-0/+3
* Fix for extra capabilities from Urban Widmark <urban@teststation.com>.Jeremy Allison2001-12-191-25/+33
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-281-6/+0
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-5/+2
* Fixed compiler warnings and dyn_CONFIGFILE related breakage.Tim Potter2001-11-261-10/+9
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool2001-11-201-4/+4
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-8/+17
* Remove xstrdup since it was added to lib/util.c. Caused compile failureJim McDonough2001-10-241-13/+0
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0