summaryrefslogtreecommitdiff
path: root/source3/lib/smbrun.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-06Make sure to set umask() before calling mkstemp().Andreas Schneider1-0/+4
2012-04-05build: Remove sys_lseek wrapperAndrew Bartlett1-1/+1
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-2/+2
2009-05-11Add checks for non_root mode to help buildfarm spoolss tests.Jeremy Allison1-14/+18
2009-04-20Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij1-1/+1
2009-02-10S3: Fixes for coverity issues.todd stecher1-4/+10
2008-11-01Use dup2() replacement from libreplace.Jelmer Vernooij1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r25171: More pstring removal.Jeremy Allison1-9/+19
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter1-4/+27
2007-10-10r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach1-2/+4
2007-10-10r14600: Refactor capability interface from being IRIX-specific to using onlyJames Peach1-2/+2
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-4/+4
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+7
2007-10-10r10234: Add new auth module "auth_script" to allow valid users toJeremy Allison1-2/+2
2007-10-10r2331: check password script code and example from trunkSimo Sorce1-1/+122
2002-08-17sync 3.0 branch with headJelmer Vernooij1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-6/+4
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison1-63/+53
2001-04-11To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison1-1/+1
2001-04-05Fix from Michael Davidson <md@sco.COM> to merge Solaris and UnixWare ACLs.Jeremy Allison1-1/+0
2001-04-05Tidy up tmp file handling.Jeremy Allison1-7/+2
2000-10-28Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. IBM...Jeremy Allison1-1/+1
2000-06-09clean up oplock capability code ready for Linux codeAndrew Tridgell1-6/+5
2000-05-08Fix for VMS platforms from "John E. Malmberg" <wb8tyw@qsl.net>Jeremy Allison1-0/+2
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-04-23don't close high fd's in smbrun when using insure (prevents closingAndrew Tridgell1-1/+3
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-33/+53
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-1/+1
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-0/+6
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-1/+1
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-1/+1
1998-08-15configure: Changes for extra headers.Jeremy Allison1-1/+0
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-0/+173