summaryrefslogtreecommitdiff
path: root/source3/client/smbmount.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-9/+9
2007-10-15Latest ipv6 changes broke (deprecated) smbmount, smbmnt and smbctoolGünter Kukkukk1-5/+5
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23596: Add notes about smbfs/cifs to usage() in smb[u]mountVolker Lendecke1-0/+3
2007-10-10r23567: Fix bug 4721Volker Lendecke1-1/+1
2007-10-10r20124: clean up nested extern declaration warningsHerb Lewis1-3/+2
2007-10-10r17572: Fix the buildVolker Lendecke1-5/+5
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-1/+1
2007-10-10r13486: Two more -- fix bug 3503Volker Lendecke1-0/+2
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r12912: patch from Tony Mountifield <tony@softins.co.uk> for BUG 3327 (fix ba...Gerald Carter1-0/+3
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work.Alexander Bokovoy1-0/+1
2003-08-20metze's autogenerate patch for version.hGerald Carter1-2/+2
2003-08-06Get rid of MAXPATHLEN, move to standard PATH_MAX.Jeremy Allison1-1/+1
2003-07-04More conversions I missed. Thanks metze.Jeremy Allison1-2/+2
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2003-04-08Update smbmount to include unicode and lfs capabilities options -- smbfs supp...Alexander Bokovoy1-9/+16
2003-03-18Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett1-1/+1
2003-02-24Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a shareAndrew Bartlett1-5/+55
2003-01-15s/WIFSIGNALLED/WIFSIGNALED/gGerald Carter1-1/+1
2003-01-15*lots of small merges form HEADGerald Carter1-1/+5
2002-11-13Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx()Jeremy Allison1-1/+1
2002-11-13Bring smbmount.c in line with jra's global-cide. global_scope was used here...Jim McDonough1-2/+1
2002-11-09Merge append_log fix from HEADAndrew Bartlett1-2/+0
2002-08-17sync 3.0 branch with headJelmer Vernooij1-2/+1
2002-03-14getpid() -> sys_getpid()Tim Potter1-20/+20
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-05One line fix to get smbmount working again.Andrew Bartlett1-0/+3
2001-12-19Fix for extra capabilities from Urban Widmark <urban@teststation.com>.Jeremy Allison1-25/+33
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell1-6/+0
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-5/+2
2001-11-26Fixed compiler warnings and dyn_CONFIGFILE related breakage.Tim Potter1-10/+9
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-20Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool1-4/+4
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-8/+17
2001-10-24Remove xstrdup since it was added to lib/util.c. Caused compile failureJim McDonough1-13/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-20smbmount fixes from Urban.Jeremy Allison1-5/+21
2001-09-17move to SAFE_FREE()Simo Sorce1-7/+6
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-1/+1
2001-08-24fixed handling of 139/445 in clientsAndrew Tridgell1-2/+2
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-8/+8
2001-07-04The big character set handling changeover!Andrew Tridgell1-3/+0
2001-04-22a couple of minor merges from 2_2Andrew Tridgell1-2/+4
2001-04-14Patch from Mandrakesoft to ensure we close all files.John Terpstra1-1/+3
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-4/+4
2001-03-10Sync up Urbans changes from 2.2 into HEAD.Jeremy Allison1-1/+4