s3: VFS: Add SMB_VFS_FCNTL
[samba.git] / source3 / lib / system.c
2019-10-08 Anoop C Ss3: VFS: Add SMB_VFS_FCNTL
2019-09-10 Ralph Boehmes3:lib: add update_stat_ex_from_saved_stat()
2019-08-22 Jeremy Allisons3: smbd: Add sys_mknodat() wrapper call.
2019-07-01 Ralph Boehmes3/lib: add update_stat_ex_file_id()
2019-07-01 Ralph Boehmes3/lib: add update_stat_ex_itime()
2019-07-01 Ralph Boehmes3: add st_ex_file_id to struct stat_ex
2019-07-01 Ralph Boehmes3: add st_ex_itime to struct stat_ex
2019-07-01 Ralph Boehmes3: convert struct stat_ex st_ex_calculated_birthtime...
2018-12-16 Andreas Schneiders3:lib: Fix checking for config.h #define in system.c
2018-11-28 Andreas Schneiders3:lib: Use #ifdef instead of #if for config.h definitions
2017-10-04 Jeremy Allisons3: VFS: Protect errno if sys_getwd() fails across...
2017-10-04 Jeremy Allisons3: VFS: Ensure sys_getwd() doesn't leak memory on...
2017-08-23 Volker Lendeckeconfigure: Centralize check for posix_fallocate
2017-04-18 Jeremy Allisons3:lib: Fix incorrect logic in sys_broken_getgroups()
2016-02-23 Volker Lendeckelib: Extract sys_popen()
2016-02-23 Volker Lendeckelib: Remove sys_waitpid
2016-01-26 Uri Simchonis3-lib: introduce sys_realpath()
2015-05-13 Richard SharpeConvert all uint32/16/8 to _t in source3/lib.
2015-04-29 Richard SharpeChange all uses of uint32/16/8 in proto.h to uint32_t...
2015-03-09 David Disseldorpsystem: add hole punch support to sys_fallocate()
2015-03-09 David Disseldorps3/vfs: change fallocate mode flags from enum->uint32_t
2015-03-09 David Disseldorplib/system: remove useless HAVE_LINUX_FALLOCATE64 logic
2014-12-06 Volker Lendeckelib: Split out sys_[read|write] & friends
2014-09-18 Volker LendeckeRemove a few #ifdef EWOULDBLOCk
2014-06-24 Jeremy Allisons3: nmbd: Fix bug 10633 - nmbd denial of service
2013-12-16 Abhidnya Joshis3: Add DAC_OVERRIDE capability support
2013-11-20 David Disseldorpdebug: remove unused sys_adminlog
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-02 Christian Ambachs3:lib/system fix build on AIX 7
2013-04-12 Jeremy AllisonRemove dependency on detection of HAVE_DIRFD for use...
2012-09-04 Michael Adams3: in sys_popen(), add a debug message for failed...
2012-09-04 Michael Adams3: in sys_popen(), add a debug message for failed...
2012-09-04 Michael Adams3: in sys_popen(), untangle function call from result...
2012-09-04 Michael Adams3: in sys_popen(), untangle assigment from check and...
2012-09-04 Michael Adams3: in sys_popen(), improve call to pipe and report...
2012-09-04 Michael Adams3: in sys_popen(), validate input before opening the...
2012-09-04 Michael Adams3: in sys_popen(), fix a debug message
2012-08-17 Michael Adams3: add a debug message for failed execv in sys_popen()
2012-07-18 Volker Lendeckes3-aio: Remove unused VFS functions and more
2012-07-18 Volker Lendeckes3: Make smbd/aio.c not depend on aio.h anymore
2012-06-29 Jeremy AllisonReplace all uses of setXX[ug]id() and setgroups with...
2012-06-19 Stefan MetzmacherRevert "s3-lib Remove unused sys_fcntl_long()"
2012-06-06 Andrew Bartlettbuild: Rationalise AIO support in configure, ensure...
2012-06-02 Andrew Bartlettlib/replace: xattr wrappers in lib/replace rather than...
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartletts3-vfs: Remove unused lremovexattr call from VFS module...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lsetxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused llistxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lgetxattr call from VFS modules...
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove sys_rewinddir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_closedir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_telldir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_seekdir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_readdir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_opendir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_fopen wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_open wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_creat wrapper
2012-04-05 Andrew Bartlettbuild: Remove fallback call to sys_open as HAVE_CREAT...
2012-04-05 Andrew Bartlettbuild: Remove sys_ftell wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_lseek wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_ftruncate wrapper
2012-04-05 Andrew Bartlettbuild: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and...
2012-03-24 Jelmer Vernooijuse usleep rather than sys_usleep in various places...
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-02-17 Andrew Bartlettlib/util: Remove unused sys_sendto()
2012-02-17 Andrew Bartlettlib/util: Remove unused sys_recv()
2012-02-17 Andrew Bartletts3-lib Remove unused sys_fcntl_long()
2012-02-17 Andrew Bartletts3-lib Remove unused sys_fseek()
2012-02-02 Volker Lendeckes3: Use ARRAY_SIZE in bsd_attr_list
2012-01-06 Jeremy AllisonComment out sys_get_number_of_cores() as we're no longe...
2012-01-06 Jeremy AllisonAdd a sys_get_number_of_cores() function that calls...
2011-10-27 Andreas SchneiderInclude uid_wrapper correctly.
2011-10-14 Brad SmithFix sys_fseek wrapper
2011-10-06 Volker Lendeckes3: Use the uid_wrapper
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-10 Richard SharpeExport init_stat_ex_from_stat for use in VFS modules.
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-01 Jeremy AllisonChange sys_getcd() to take no arguments and always...
2011-05-31 Andrew Bartlettlib/util Move sys_memalign into lib/util/system.c
2011-05-04 Jeremy AllisonFold null terminator into listlen length, change to...
2011-05-03 Günther Deschners3-system: move LOCK_ defines to lib/system.c
2011-05-03 Andrew Bartlettlib/util Move more network utility functions from sourc...
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/passwd.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/capability.h when...
2011-03-29 Günther Deschners3-includes: only include system/syslog.h when needed.
2011-03-29 Günther Deschnerlib/util/util_pw: share sys_get{pw,gr} group of calls.
2011-02-26 Jeremy Allisondirfd doesn't exist in some platforms.
2011-02-14 Günther Deschners3: move some defines to a better place.
2011-02-10 Günther Deschners3-system: fix malloc/talloc mismatch in sys_popen().
2011-02-09 Jeremy AllisonFix up some buildfarm warnings.
2011-02-08 Jeremy AllisonAdd fdopendir().
2010-12-21 Jeremy AllisonAdded call out to a Linux-compatible fallocate() when...
2010-12-19 Volker Lendeckes3: FreeBSD has getpeereid(), use it
2010-12-15 Jeremy AllisonFix read/write calls over sockets to cope with EAGAIN...
2010-08-01 Volker Lendeckes3: Fix a C++ warning
2010-06-09 Björn Jackes3: fix calculation of st_blocks in init_stat_ex_from_stat
next