fileserver:sysquotas: remove wrong cast
[kai/samba.git] / source3 / lib / system.c
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... save-diskspace-tags/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.
next