summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-08s3: VFS: Add SMB_VFS_FCNTLAnoop C S1-0/+14
2019-09-10s3:lib: add update_stat_ex_from_saved_stat()Ralph Boehme1-0/+20
2019-08-22s3: smbd: Add sys_mknodat() wrapper call.Jeremy Allison1-0/+15
2019-07-01s3/lib: add update_stat_ex_file_id()Ralph Boehme1-0/+6
2019-07-01s3/lib: add update_stat_ex_itime()Ralph Boehme1-0/+7
2019-07-01s3: add st_ex_file_id to struct stat_exRalph Boehme1-0/+2
2019-07-01s3: add st_ex_itime to struct stat_exRalph Boehme1-0/+3
2019-07-01s3: convert struct stat_ex st_ex_calculated_birthtime bool to flagsRalph Boehme1-5/+6
2018-12-16s3:lib: Fix checking for config.h #define in system.cAndreas Schneider1-1/+1
2018-11-28s3:lib: Use #ifdef instead of #if for config.h definitionsAndreas Schneider1-2/+2
2017-10-04s3: VFS: Protect errno if sys_getwd() fails across free() call.Jeremy Allison1-0/+4
2017-10-04s3: VFS: Ensure sys_getwd() doesn't leak memory on error on really old systems.Jeremy Allison1-1/+6
2017-08-24configure: Centralize check for posix_fallocateVolker Lendecke1-1/+1
2017-04-18s3:lib: Fix incorrect logic in sys_broken_getgroups()Jeremy Allison1-5/+7
2016-02-23lib: Extract sys_popen()Volker Lendecke1-231/+0
2016-02-23lib: Remove sys_waitpidVolker Lendecke1-14/+1
2016-01-27s3-lib: introduce sys_realpath()Uri Simchoni1-0/+25
2015-05-13Convert all uint32/16/8 to _t in source3/lib.Richard Sharpe1-4/+4
2015-04-29Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.Richard Sharpe1-3/+3
2015-03-09system: add hole punch support to sys_fallocate()David Disseldorp1-2/+9
2015-03-09s3/vfs: change fallocate mode flags from enum->uint32_tDavid Disseldorp1-10/+11
2015-03-09lib/system: remove useless HAVE_LINUX_FALLOCATE64 logicDavid Disseldorp1-3/+1
2014-12-07lib: Split out sys_[read|write] & friendsVolker Lendecke1-90/+0
2014-09-18Remove a few #ifdef EWOULDBLOCkVolker Lendecke1-16/+4
2014-06-25s3: nmbd: Fix bug 10633 - nmbd denial of serviceJeremy Allison1-5/+2
2013-12-16s3: Add DAC_OVERRIDE capability supportAbhidnya Joshi1-0/+4
2013-11-20debug: remove unused sys_adminlogDavid Disseldorp1-25/+0
2013-08-02s3:lib/system fix build on AIX 7Christian Ambach1-3/+12
2013-04-12Remove dependency on detection of HAVE_DIRFD for use of fdopendir().Jeremy Allison1-3/+1
2012-09-04s3: in sys_popen(), add a debug message for failed forkMichael Adam1-0/+1
2012-09-04s3: in sys_popen(), add a debug message for failed extract_args()Michael Adam1-0/+1
2012-09-04s3: in sys_popen(), untangle function call from result checkMichael Adam1-1/+3
2012-09-04s3: in sys_popen(), untangle assigment from check and add a debug message in ...Michael Adam1-1/+4
2012-09-04s3: in sys_popen(), improve call to pipe and report error to debugMichael Adam1-1/+5
2012-09-04s3: in sys_popen(), validate input before opening the pipe.Michael Adam1-5/+5
2012-09-04s3: in sys_popen(), fix a debug messageMichael Adam1-1/+1
2012-08-17s3: add a debug message for failed execv in sys_popen()Michael Adam1-1/+6
2012-07-18s3-aio: Remove unused VFS functions and moreVolker Lendecke1-148/+0
2012-07-18s3: Make smbd/aio.c not depend on aio.h anymoreVolker Lendecke1-0/+4
2012-06-28Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison1-4/+5
2012-06-19Revert "s3-lib Remove unused sys_fcntl_long()"Stefan Metzmacher1-0/+14
2012-06-06build: Rationalise AIO support in configure, ensure on by defaultAndrew Bartlett1-3/+3
2012-06-02lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett1-678/+0
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-5/+5
2012-04-05s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett1-37/+0
2012-04-05s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett1-64/+0
2012-04-05s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett1-29/+0
2012-04-05s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett1-51/+0
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_rewinddir wrapperAndrew Bartlett1-8/+0