index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
smbrun.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-12
lib: Remove explicitly dropping capabilities before exec
Volker Lendecke
1
-12
/
+0
2026-01-07
lib: Fix some whitespace
Volker Lendecke
1
-13
/
+13
2020-01-19
lib: Use closefrom() in smbrun.c
Volker Lendecke
1
-12
/
+2
2016-10-13
Update smbrun to allow for settings environment variables.
Trever L. Adams
1
-7
/
+14
2016-02-23
lib: Remove sys_waitpid
Volker Lendecke
1
-2
/
+2
2014-09-30
s3: lib: Signal handling - ensure smbrun and change password code save and re...
Jeremy Allison
1
-8
/
+10
2013-03-06
Make sure to set umask() before calling mkstemp().
Andreas Schneider
1
-0
/
+4
2012-04-05
build: Remove sys_lseek wrapper
Andrew Bartlett
1
-1
/
+1
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
1
-2
/
+2
2009-05-11
Add checks for non_root mode to help buildfarm spoolss tests.
Jeremy Allison
1
-14
/
+18
2009-04-20
Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if
Jelmer Vernooij
1
-1
/
+1
2009-02-10
S3: Fixes for coverity issues.
todd stecher
1
-4
/
+10
2008-11-01
Use dup2() replacement from libreplace.
Jelmer Vernooij
1
-2
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-1
/
+1
2007-10-10
r25171: More pstring removal.
Jeremy Allison
1
-9
/
+19
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branches
Gerald Carter
1
-4
/
+27
2007-10-10
r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-based
James Peach
1
-2
/
+4
2007-10-10
r14600: Refactor capability interface from being IRIX-specific to using only
James Peach
1
-2
/
+2
2007-10-10
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
1
-4
/
+4
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-1
/
+7
2007-10-10
r10234: Add new auth module "auth_script" to allow valid users to
Jeremy Allison
1
-2
/
+2
2007-10-10
r2331: check password script code and example from trunk
Simo Sorce
1
-1
/
+122
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-1
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-04-13
Merge of Andrew's changes in 2.2.
Jeremy Allison
1
-6
/
+4
2001-04-13
As Andrew suggested, make smbrun return a fd for a deleted file which can then
Jeremy Allison
1
-63
/
+53
2001-04-11
To stop people complaining about the mktemp call, move it into lib/util.c. Th...
Jeremy Allison
1
-1
/
+1
2001-04-05
Fix from Michael Davidson <md@sco.COM> to merge Solaris and UnixWare ACLs.
Jeremy Allison
1
-1
/
+0
2001-04-05
Tidy up tmp file handling.
Jeremy Allison
1
-7
/
+2
2000-10-28
Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. IBM...
Jeremy Allison
1
-1
/
+1
2000-06-09
clean up oplock capability code ready for Linux code
Andrew Tridgell
1
-6
/
+5
2000-05-08
Fix for VMS platforms from "John E. Malmberg" <wb8tyw@qsl.net>
Jeremy Allison
1
-0
/
+2
2000-05-02
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
1
-1
/
+1
2000-04-23
don't close high fd's in smbrun when using insure (prevents closing
Andrew Tridgell
1
-1
/
+3
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-33
/
+53
1998-11-17
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1
-1
/
+1
1998-09-25
Makefile.in: Fixed bug with continuation line causing proto to fail.
Jeremy Allison
1
-0
/
+6
1998-09-03
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1
-1
/
+1
1998-09-01
More abstraction of file system data types, to move to a 64
Jeremy Allison
1
-1
/
+1
1998-08-15
configure: Changes for extra headers.
Jeremy Allison
1
-1
/
+0
1998-08-14
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1
-0
/
+173