summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: Add SMB_VFS_FCNTLAnoop C S2019-10-081-0/+14
* s3:lib: add update_stat_ex_from_saved_stat()Ralph Boehme2019-09-101-0/+20
* s3: smbd: Add sys_mknodat() wrapper call.Jeremy Allison2019-08-221-0/+15
* s3/lib: add update_stat_ex_file_id()Ralph Boehme2019-07-011-0/+6
* s3/lib: add update_stat_ex_itime()Ralph Boehme2019-07-011-0/+7
* s3: add st_ex_file_id to struct stat_exRalph Boehme2019-07-011-0/+2
* s3: add st_ex_itime to struct stat_exRalph Boehme2019-07-011-0/+3
* s3: convert struct stat_ex st_ex_calculated_birthtime bool to flagsRalph Boehme2019-07-011-5/+6
* s3:lib: Fix checking for config.h #define in system.cAndreas Schneider2018-12-161-1/+1
* s3:lib: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-2/+2
* s3: VFS: Protect errno if sys_getwd() fails across free() call.Jeremy Allison2017-10-041-0/+4
* s3: VFS: Ensure sys_getwd() doesn't leak memory on error on really old systems.Jeremy Allison2017-10-041-1/+6
* configure: Centralize check for posix_fallocateVolker Lendecke2017-08-241-1/+1
* s3:lib: Fix incorrect logic in sys_broken_getgroups()Jeremy Allison2017-04-181-5/+7
* lib: Extract sys_popen()Volker Lendecke2016-02-231-231/+0
* lib: Remove sys_waitpidVolker Lendecke2016-02-231-14/+1
* s3-lib: introduce sys_realpath()Uri Simchoni2016-01-271-0/+25
* Convert all uint32/16/8 to _t in source3/lib.Richard Sharpe2015-05-131-4/+4
* Change all uses of uint32/16/8 in proto.h to uint32_t/16_t/8_t.Richard Sharpe2015-04-291-3/+3
* system: add hole punch support to sys_fallocate()David Disseldorp2015-03-091-2/+9
* s3/vfs: change fallocate mode flags from enum->uint32_tDavid Disseldorp2015-03-091-10/+11
* lib/system: remove useless HAVE_LINUX_FALLOCATE64 logicDavid Disseldorp2015-03-091-3/+1
* lib: Split out sys_[read|write] & friendsVolker Lendecke2014-12-071-90/+0
* Remove a few #ifdef EWOULDBLOCkVolker Lendecke2014-09-181-16/+4
* s3: nmbd: Fix bug 10633 - nmbd denial of serviceJeremy Allison2014-06-251-5/+2
* s3: Add DAC_OVERRIDE capability supportAbhidnya Joshi2013-12-161-0/+4
* debug: remove unused sys_adminlogDavid Disseldorp2013-11-201-25/+0
* s3:lib/system fix build on AIX 7Christian Ambach2013-08-021-3/+12
* Remove dependency on detection of HAVE_DIRFD for use of fdopendir().Jeremy Allison2013-04-121-3/+1
* s3: in sys_popen(), add a debug message for failed forkMichael Adam2012-09-041-0/+1
* s3: in sys_popen(), add a debug message for failed extract_args()Michael Adam2012-09-041-0/+1
* s3: in sys_popen(), untangle function call from result checkMichael Adam2012-09-041-1/+3
* s3: in sys_popen(), untangle assigment from check and add a debug message in ...Michael Adam2012-09-041-1/+4
* s3: in sys_popen(), improve call to pipe and report error to debugMichael Adam2012-09-041-1/+5
* s3: in sys_popen(), validate input before opening the pipe.Michael Adam2012-09-041-5/+5
* s3: in sys_popen(), fix a debug messageMichael Adam2012-09-041-1/+1
* s3: add a debug message for failed execv in sys_popen()Michael Adam2012-08-171-1/+6
* s3-aio: Remove unused VFS functions and moreVolker Lendecke2012-07-181-148/+0
* s3: Make smbd/aio.c not depend on aio.h anymoreVolker Lendecke2012-07-181-0/+4
* Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison2012-06-281-4/+5
* Revert "s3-lib Remove unused sys_fcntl_long()"Stefan Metzmacher2012-06-191-0/+14
* build: Rationalise AIO support in configure, ensure on by defaultAndrew Bartlett2012-06-061-3/+3
* lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett2012-06-021-678/+0
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-5/+5
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-37/+0
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-64/+0
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-29/+0
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-51/+0
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_rewinddir wrapperAndrew Bartlett2012-04-051-8/+0