Remove "store create time" code, cause create time to be stored
[ira/wip.git] / source3 / lib / system.c
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...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23658: One pstring a day....
2007-10-10 James Peachr23576: Fix some confusion between HAVE_BROKEN_GETGROUP...
2007-10-10 Michael Adamr23566: Fix the sys_bsd_setgroups function. The actual...
2007-10-10 James Peachr23475: Fix the prototype for sys_broken_setgroups...
2007-10-10 James Peachr23470: Fix supplementary group list truncation for...
2007-10-10 James Peachr23393: Support BSD group semantics by making sure...
2007-10-10 Jeremy Allisonr23105: Add lchown to the vfs layer. We need this in...
2007-10-10 Jeremy Allisonr21725: Fix for memalign used without test guards. Was
2007-10-10 Gerald Carterr21526: Fix stray character in sys_memalign() that...
2007-10-10 Gerald Carterr21525: Go ahead and checkin the mlock() & memalign...
2007-10-10 Jim McDonoughr19647: Add some GPFS support in a vfs mod. Also adds...
2007-10-10 Stefan Metzmacherr19241: compile xattr wrappers on mac os 10
2007-10-10 Stefan Metzmacherr19102: fix typo, thanks derrell!
2007-10-10 Stefan Metzmacherr19101: add sys_recv() wrapper
2007-10-10 Jeremy Allisonr17630: Looks like getpeerid() is a system function on
2007-10-10 Jeremy Allisonr17610: Added the ability for firefox to drive the...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 James Peachr14668: Set the FILE_STATUS_OFFLINE bit by observing...
2007-10-10 James Peachr14600: Refactor capability interface from being IRIX...
2007-10-10 Günther Deschnerr13566: Fix EA support for AIX.
2007-10-10 Jeremy Allisonr11845: Removed error code list as it isn't correct...
2007-10-10 Jeremy Allisonr11841: Fix #3262 from Timur Bakeyev to improve reporti...
2007-10-10 Jeremy Allisonr11732: Remember to return early if -1 returned from...
2007-10-10 Jeremy Allisonr11383: Patch from Alex Masterov <alex@infobit.ru>...
2007-10-10 Jeremy Allisonr9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT...
2007-10-10 Jeremy Allisonr9483: Changed DIR to SMB_STRUCT_DIR because of the...
2007-10-10 Jeremy Allisonr8704: Patch from Timur Bakeyev <timur@com.bat.ru>...
2007-10-10 Jeremy Allisonr7963: Add aio support to 3.0.
2007-10-10 Gerald Carterr6681: updating copyrights (see bug 2546)
2007-10-10 Jeremy Allisonr6253: Add FreeBSD EA API support. Bug #2576 - patch...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr3642: Extend vfs to add seekdir/telldir/rewinddir...
2007-10-10 Jeremy Allisonr2651: Added 'stat' command to smbclient to exercise...
2004-01-15 Stefan Metzmachermerge:
2004-01-15 Stefan Metzmacher* Fix sys_chown() when no chown() is presend
2004-01-06 Jeremy AllisonPatch based on work from James Peach <jpeach@sgi.com...
2004-01-06 Jeremy AllisonPatch based on work from James Peach <jpeach@sgi.com...
2004-01-05 Jeremy AllisonFix from James Flemer <jflemer@uvm.edu> to make HAVE_AT...
2004-01-05 Jeremy AllisonFix from James Flemer <jflemer@uvm.edu> to make HAVE_AT...
next