summaryrefslogtreecommitdiff
path: root/source3/client/smbmount.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-55/+246
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-2/+2
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-5/+5
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-751/+445
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-1/+1
1999-02-18Got to the bottom of another weird one...Michael Warfield1-1/+5
1999-02-14Added caching of user password if it was entered via getpass. We were alreadyMichael Warfield1-1/+102
1999-02-13 Fixed a glibc glitch in smbumount.c and reenabled some debuggingMichael Warfield1-1/+1
1999-02-01Minor change to bring smbmount in the main branch in line with some bzeroMichael Warfield1-3/+3
1999-01-31Ok... Yet another round of fixes for smbmount and autofs.Michael Warfield1-18/+55
1998-11-30 Earlier fix for smbmount timing window was the wrong patch.Michael Warfield1-9/+10
1998-11-13Fixed timing window created by daemonize function. Smbmount was going daemonMichael Warfield1-7/+10
1998-09-30Fixed uid->vuid confusion in smbmount (hopefully).Jeremy Allison1-2/+2
1998-09-29Got very strict about the differences and uses ofJeremy Allison1-10/+7
1998-09-28Two changes in this ball...Michael Warfield1-0/+2
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1-5/+5