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
/
system.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
s3: lib: Add sys_fstatat() wrapper.
Jeremy Allison
1
-0
/
+26
2021-02-09
s3 lib system: Change signature of sys_proc_fd_path
Gary Lockyer
1
-1
/
+1
2021-02-09
s3 lib system: Fix clang compilation error
Gary Lockyer
1
-0
/
+7
2020-12-16
s3/lib: add proc fds infrastructure
Ralph Boehme
1
-0
/
+56
2020-11-10
lib: Fix a theoretical out-of-bounds write
Volker Lendecke
1
-3
/
+8
2020-11-10
lib: Fix a signed/unsigned warning
Volker Lendecke
1
-1
/
+1
2020-08-15
lib/util: Standardize use of st_[acm]time ns
Matthew DeVore
1
-118
/
+1
2020-08-15
s3: lib: Fix unneeded relative path in #include.
Matthew DeVore
1
-1
/
+1
2020-01-08
system: Rename argument for kernel_flock function
Christof Schmitt
1
-4
/
+4
2019-10-08
s3: VFS: Add SMB_VFS_FCNTL
Anoop C S
1
-0
/
+14
2019-09-10
s3:lib: add update_stat_ex_from_saved_stat()
Ralph Boehme
1
-0
/
+20
2019-08-22
s3: smbd: Add sys_mknodat() wrapper call.
Jeremy Allison
1
-0
/
+15
2019-07-01
s3/lib: add update_stat_ex_file_id()
Ralph Boehme
1
-0
/
+6
2019-07-01
s3/lib: add update_stat_ex_itime()
Ralph Boehme
1
-0
/
+7
2019-07-01
s3: add st_ex_file_id to struct stat_ex
Ralph Boehme
1
-0
/
+2
2019-07-01
s3: add st_ex_itime to struct stat_ex
Ralph Boehme
1
-0
/
+3
2019-07-01
s3: convert struct stat_ex st_ex_calculated_birthtime bool to flags
Ralph Boehme
1
-5
/
+6
2018-12-16
s3:lib: Fix checking for config.h #define in system.c
Andreas Schneider
1
-1
/
+1
2018-11-28
s3:lib: Use #ifdef instead of #if for config.h definitions
Andreas Schneider
1
-2
/
+2
2017-10-04
s3: VFS: Protect errno if sys_getwd() fails across free() call.
Jeremy Allison
1
-0
/
+4
2017-10-04
s3: VFS: Ensure sys_getwd() doesn't leak memory on error on really old systems.
Jeremy Allison
1
-1
/
+6
2017-08-24
configure: Centralize check for posix_fallocate
Volker Lendecke
1
-1
/
+1
2017-04-18
s3:lib: Fix incorrect logic in sys_broken_getgroups()
Jeremy Allison
1
-5
/
+7
2016-02-23
lib: Extract sys_popen()
Volker Lendecke
1
-231
/
+0
2016-02-23
lib: Remove sys_waitpid
Volker Lendecke
1
-14
/
+1
2016-01-27
s3-lib: introduce sys_realpath()
Uri Simchoni
1
-0
/
+25
2015-05-13
Convert all uint32/16/8 to _t in source3/lib.
Richard Sharpe
1
-4
/
+4
2015-04-29
Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.
Richard Sharpe
1
-3
/
+3
2015-03-09
system: add hole punch support to sys_fallocate()
David Disseldorp
1
-2
/
+9
2015-03-09
s3/vfs: change fallocate mode flags from enum->uint32_t
David Disseldorp
1
-10
/
+11
2015-03-09
lib/system: remove useless HAVE_LINUX_FALLOCATE64 logic
David Disseldorp
1
-3
/
+1
2014-12-07
lib: Split out sys_[read|write] & friends
Volker Lendecke
1
-90
/
+0
2014-09-18
Remove a few #ifdef EWOULDBLOCk
Volker Lendecke
1
-16
/
+4
2014-06-25
s3: nmbd: Fix bug 10633 - nmbd denial of service
Jeremy Allison
1
-5
/
+2
2013-12-16
s3: Add DAC_OVERRIDE capability support
Abhidnya Joshi
1
-0
/
+4
2013-11-20
debug: remove unused sys_adminlog
David Disseldorp
1
-25
/
+0
2013-08-02
s3:lib/system fix build on AIX 7
Christian Ambach
1
-3
/
+12
2013-04-12
Remove dependency on detection of HAVE_DIRFD for use of fdopendir().
Jeremy Allison
1
-3
/
+1
2012-09-04
s3: in sys_popen(), add a debug message for failed fork
Michael Adam
1
-0
/
+1
2012-09-04
s3: in sys_popen(), add a debug message for failed extract_args()
Michael Adam
1
-0
/
+1
2012-09-04
s3: in sys_popen(), untangle function call from result check
Michael Adam
1
-1
/
+3
2012-09-04
s3: in sys_popen(), untangle assigment from check and add a debug message in ...
Michael Adam
1
-1
/
+4
2012-09-04
s3: in sys_popen(), improve call to pipe and report error to debug
Michael Adam
1
-1
/
+5
2012-09-04
s3: in sys_popen(), validate input before opening the pipe.
Michael Adam
1
-5
/
+5
2012-09-04
s3: in sys_popen(), fix a debug message
Michael Adam
1
-1
/
+1
2012-08-17
s3: add a debug message for failed execv in sys_popen()
Michael Adam
1
-1
/
+6
2012-07-18
s3-aio: Remove unused VFS functions and more
Volker Lendecke
1
-148
/
+0
2012-07-18
s3: Make smbd/aio.c not depend on aio.h anymore
Volker Lendecke
1
-0
/
+4
2012-06-28
Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.
Jeremy Allison
1
-4
/
+5
2012-06-19
Revert "s3-lib Remove unused sys_fcntl_long()"
Stefan Metzmacher
1
-0
/
+14
[next]