summaryrefslogtreecommitdiffstats
path: root/source/lib/smbrun.c
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-6/+4
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-131-63/+53
* To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison2001-04-111-1/+1
* Fix from Michael Davidson <md@sco.COM> to merge Solaris and UnixWare ACLs.Jeremy Allison2001-04-051-1/+0
* Tidy up tmp file handling.Jeremy Allison2001-04-051-7/+2
* Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. IBM...Jeremy Allison2000-10-281-1/+1
* clean up oplock capability code ready for Linux codeAndrew Tridgell2000-06-091-6/+5
* Fix for VMS platforms from "John E. Malmberg" <wb8tyw@qsl.net>Jeremy Allison2000-05-081-0/+2
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* don't close high fd's in smbrun when using insure (prevents closingAndrew Tridgell2000-04-231-1/+3
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-33/+53
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-1/+1
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-0/+6
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-1/+1
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-1/+1
* configure: Changes for extra headers.Jeremy Allison1998-08-151-1/+0
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-0/+173