summaryrefslogtreecommitdiff
path: root/source3/lib/smbrun.c
Commit message (Expand)AuthorAgeFilesLines
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-131-7/+14
* lib: Remove sys_waitpidVolker Lendecke2016-02-231-2/+2
* s3: lib: Signal handling - ensure smbrun and change password code save and re...Jeremy Allison2014-09-301-8/+10
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-061-0/+4
* build: Remove sys_lseek wrapperAndrew Bartlett2012-04-051-1/+1
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-2/+2
* Add checks for non_root mode to help buildfarm spoolss tests.Jeremy Allison2009-05-111-14/+18
* Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij2009-04-201-1/+1
* S3: Fixes for coverity issues.todd stecher2009-02-101-4/+10
* Use dup2() replacement from libreplace.Jelmer Vernooij2008-11-011-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r25171: More pstring removal.Jeremy Allison2007-10-101-9/+19
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter2007-10-101-4/+27
* r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach2007-10-101-2/+4
* r14600: Refactor capability interface from being IRIX-specific to using onlyJames Peach2007-10-101-2/+2
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2007-10-101-4/+4
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+7
* r10234: Add new auth module "auth_script" to allow valid users toJeremy Allison2007-10-101-2/+2
* r2331: check password script code and example from trunkSimo Sorce2007-10-101-1/+122
* sync 3.0 branch with headJelmer Vernooij2002-08-171-1/+1
* 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