summaryrefslogtreecommitdiff
path: root/source3/client/smbmount.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-08-28This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1-1/+1
1998-08-12Changed a call to fflush(dbg) to dbgflush().Christopher R. Hertel1-1/+1
1998-07-31As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1-1/+1
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-60/+2
1998-05-12includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1-2/+2
1998-05-12This is a security audit change of the main source.Jeremy Allison1-23/+23
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-2/+2
1998-04-25This looks like a big change but really isn't.Jeremy Allison1-4/+4
1998-03-19Adding the same changes to HEAD as were added to BRANCH_1_9_18.Jeremy Allison1-25/+0
1998-03-14another makeover of loadparm to support new stuff in swat andAndrew Tridgell1-1/+1
1998-03-03Change the multibyte character set support so thatJeremy Allison1-16/+3
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1998-01-22*** empty log message ***Volker Lendecke1-36/+36
1998-01-06Added manpages.Volker Lendecke1-4/+0