s3-build: remove EXEEXT from Makefiles
[gd/samba-autobuild/.git] / source3 / lib / system.c
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
2010-06-07 Björn Jackes3: fix build on platforms without st_blocks and st_blk...
2010-03-09 Karolin SeegerRevert "Fix bug #7067 - Linux asynchronous IO (aio...
2010-02-18 Björn Jackes3: optimize strict allocate for XFS on IRIX
2010-01-27 Jeremy AllisonFix bug #7067 - Linux asynchronous IO (aio) can cause...
2009-12-09 Andrew BartlettMerge commit 'origin/master' into abartlet-devel
2009-12-08 Björn Jackes3: make sys_posix_fallocate more generic
2009-12-05 Volker Lendeckes3: Fix explicit stat64 support
2009-12-04 Björn Jackes3: check if glibc has broken posix_fallocate
2009-12-02 Björn Jackes3: prefer posix_fallocate for doing "strict allocate"
2009-11-29 Volker Lendeckes3: Pass the "fake dir create times" parameter to sys_...
2009-11-17 Jeremy AllisonRemove "store create time" code, cause create time...
2009-11-15 Volker Lendeckes3: Fix a memleak in sys_popen
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-06 Abhidnya P Chirmules3: Add access_mask to the flock VFS call
2009-08-10 Jeremy AllisonRefactor the use of create_time and change time to go
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-18 Jeremy AllisonFix a typo reading uninitialized memory. Caught by...
2009-07-09 Jeremy AllisonRename update_stat_ex_writetime() -> update_stat_ex_mtime()
2009-07-09 Jeremy AllisonThe migration to struct stat_ex broke the calculation of
2009-07-08 Jeremy AllisonWhen faking a create time, use the full timespec values...
2009-06-03 Björn Jackes3: correct check for usleep value boundaries
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeAttempt to fix the build on NetBSD
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-05-14 Volker LendeckeFix some nonempty blank lines
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Steven DannemanRefactored sys_fork() and sys_pid() into shared util...
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMore warning fixes for Solaris.
2008-12-29 Volker LendeckeAdd code to test write_data_iov a bit
2008-12-29 Volker LendeckeAdd sys_writev
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-01 Jelmer VernooijMerge branch 'master' of /home/jelmer/samba3
2008-11-01 Jelmer VernooijUse dup2() replacement from libreplace.
2008-11-01 Jelmer VernooijRemove sys_dl*() - stubs are already provided by librep...
2008-11-01 Jelmer VernooijRemove sys_chroot() - libreplace already provides an...
2008-11-01 Jelmer VernooijMove sys_realpath() to libreplace.
2008-11-01 Jelmer VernooijMove sys_lchown() to libreplace.
2008-11-01 Jelmer VernooijMove sys_symlink() to libreplace.
2008-11-01 Jelmer VernooijMove sys_readlink() to libreplace.
2008-11-01 Jelmer VernooijMove sys_link to libreplace.
2008-11-01 Jelmer VernooijMove sys_chown() to rep_chown().
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-05-30 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-05-28 Günther DeschnerFix Bug #5285. (libcap header mismatch)
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-19 Volker LendeckeSome systems do not have XATTR_ defined
2007-12-09 Jeremy AllisonMany systems don't have sa_len as part of struct sockaddr.
2007-12-09 James PeachChoose a better default for sockaddr length.
2007-12-09 James PeachFix connect(2) callers to use correct sockaddr size.
2007-12-07 Jeremy AllisonDon't build rpctorture anymore - not maintained. Just...
2007-12-03 Michael AdamRemove workaround for broken capabilites.h from lib...
2007-11-26 Tomoki AONO1. lib/system.c (xattr code for Solaris) could not be
2007-11-11 Jeremy AllisonAlways define PATH_MAX. Makes code simpler (removes
2007-11-09 Stefan Metzmacherremove faked_create_user() BUILD_FARM hack as we have...
2007-11-02 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-11-02 Jeremy AllisonFix Solaris by ensuring we use the IPv4 or IPv6 length
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-10-15 Jeremy AllisonMove to protocol independent code in most of lib/util_s...
2007-10-10 Jeremy Allisonr25505: Add a replacement (IPv4 only) implementation...
2007-10-10 Jeremy Allisonr25172: Remove commented out code we will never enable.
2007-10-10 Jeremy Allisonr25117: The mega-patch Jerry was waiting for. Remove...
2007-10-10 Volker Lendecker24547: Fix #4897, patch from David S. Collier-Brown...
2007-10-10 Stefan Metzmacherr24304: patch from Bjoern JAcke <bj@SerNet.DE>:
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
next