summaryrefslogtreecommitdiffstats
path: root/source3/client/smbmnt.c
Commit message (Collapse)AuthorAgeFilesLines
* r7835: Add the forgotten GPL header. This source code file is distributed ↵Volker Lendecke2007-10-101-0/+14
| | | | | | | | | | | with Samba and interfaces to the Linux kernel (both GPL programs), so it was always our (Paal-Kr. Engstad and Volker Lendecke) intent that this program is covered by the GPL. Volker (This used to be commit 72bc9de68646a8a9a4787d6681524f1a77cf2cdf)
* r6634: merge smbmount malloc checker fixes from trunkGerald Carter2007-10-101-0/+2
| | | | (This used to be commit ca678b9690c9487af7004c09e696ba0f11121683)
* r5263: bug 2249: patch from Manuel Baena <mbaena@lcc.uma.es> to print error ↵Gerald Carter2007-10-101-1/+2
| | | | | | message in fullpath() (This used to be commit 0f66db48b09adc5b78a10e5023604c333684cbb3)
* r5207: patches from Jay Fenlason @ RedHat (scooped from their Fedora packages)Gerald Carter2007-10-101-2/+2
| | | | (This used to be commit 9019a8436162d3606f6b8584701b0832cf5a7439)
* urban's changes for nosuid,nodevGerald Carter2004-02-131-1/+1
| | | | (This used to be commit ed46d9aef3b423f583475da77db672b685ddf531)
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
| | | | (This used to be commit ae452e51b02672a56adf18aa7a7e365eeaba9272)
* Get rid of MAXPATHLEN, move to standard PATH_MAX.Jeremy Allison2003-08-061-2/+2
| | | | | Jeremy. (This used to be commit 455ed2d51d86f39ce0fa6e6abca31a5425d2ea17)
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+2
| | | | (This used to be commit 65e7b5273bb58802bf0c389b77f7fcae0a1f6139)
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-2/+2
| | | | (This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1
| | | | | Jeremy. (This used to be commit 94747b4639ed9b19f7d0fb896e43aa392a84989a)
* Sync up Urbans changes from 2.2 into HEAD.Jeremy Allison2001-03-101-4/+42
| | | | | Jeremy. (This used to be commit d0fcd9144363acb4136af9d82f25980bd837d73c)
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-109/+92
| | | | (This used to be commit 453a822a76780063dff23526c35408866d0c0154)
* Two changes in this ball...Michael Warfield1998-09-281-22/+12
| | | | | | | | | | | | | 1) Changes to smbmnt.c, smbmount.c, and smbumount.c allow them to compile on both RedHat 4.x (libc 4.x) systems and RedHat 5.x (glibc 2) systems. 2) Changes to Makefile.in and configure.in (and subsequently configure) are to configure for smbmount, smbumount, and smbmnt to compile. This adds a "--with(out)-smbmount" option to configure. Sanity checking is not present yet. You can specify this if you are not on linux, it just won't compile. (This used to be commit 8a4730f61923577b0bd9e09ef1a00538f7dfb0de)
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | to check for stat64 and friends, and then changes much of Samba to use the data type SMB_OFF_T for file size information. stat/fstat/lstat/lseek/ftruncate have now become sys_stat etc. to hide the 64 bit calls if needed. Note that this still does not expose 64 bit functionality to the client, as the changes to the reply_xxx smb's are not yet done. This code change should make these changes possible. Still to do before full 64 bit-ness to the client: fcntl lock code. statfs code widening of dev_t and ino_t (now possible due to SMB_DEV_T and SMB_OFF_T types being in place). Let me know if wierd things happen after this check-in and I'll fix them :-). Jeremy. (This used to be commit 14500936c321d15995c963766aac67bf1f4e3824)
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | bit file interface for the NT SMB's. Created a new define, SMB_STRUCT_STAT that currently is defined to be struct stat - this wil change to a user defined type containing 64 bit info when the correct wrappers are written for 64 bit stat(), fstat() and lstat() calls. Also changed all sys_xxxx() calls that were previously just wrappers to the same call prefixed by a dos_to_unix() call into dos_xxxx() calls. This makes it explicit when a pathname translation is being done, and when it is not. Now, all sys_xxx() calls are meant to be wrappers to mask OS differences, and not silently converting filenames on the fly. Jeremy. (This used to be commit 28aa182dbffaa4ffd86047e608400de4b26e80eb)
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
| | | | | | | | This is merely updating the Copyright statements from 1997 to 1998. It's a once a year thing :-). NO OTHER CHANGES WERE MADE. Jeremy. (This used to be commit b9c16977231efb274e08856f7f3f4408dad6d96c)
* *** empty log message ***Volker Lendecke1998-01-221-19/+17
| | | | (This used to be commit 1e1b0c80f84657f89ffcd4132887cd9f8a26885a)
* the real source code for the smbfs utilities. Forgot to doVolker Lendecke1998-01-051-0/+297
cvs add first. Volker (This used to be commit 65406a546e15e53fcb0b724d0df3bc56a784edff)