summaryrefslogtreecommitdiffstats
path: root/source3/client/smbmount.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* smbmount fixes from Urban.Jeremy Allison2001-09-201-5/+21
* move to SAFE_FREE()Simo Sorce2001-09-171-7/+6
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-1/+1
* fixed handling of 139/445 in clientsAndrew Tridgell2001-08-241-2/+2
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-8/+8
* The big character set handling changeover!Andrew Tridgell2001-07-041-3/+0
* a couple of minor merges from 2_2Andrew Tridgell2001-04-221-2/+4
* Patch from Mandrakesoft to ensure we close all files.John Terpstra2001-04-141-1/+3
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-4/+4
* Sync up Urbans changes from 2.2 into HEAD.Jeremy Allison2001-03-101-1/+4
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-55/+246
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-2/+2
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-5/+5
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-751/+445
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-1/+1
* Got to the bottom of another weird one...Michael Warfield1999-02-181-1/+5
* Added caching of user password if it was entered via getpass. We were alreadyMichael Warfield1999-02-141-1/+102
* Fixed a glibc glitch in smbumount.c and reenabled some debuggingMichael Warfield1999-02-131-1/+1
* Minor change to bring smbmount in the main branch in line with some bzeroMichael Warfield1999-02-011-3/+3
* Ok... Yet another round of fixes for smbmount and autofs.Michael Warfield1999-01-311-18/+55
* Earlier fix for smbmount timing window was the wrong patch.Michael Warfield1998-11-301-9/+10
* Fixed timing window created by daemonize function. Smbmount was going daemonMichael Warfield1998-11-131-7/+10