Move sys_chown() to rep_chown().
[kai/samba.git] / source3 / lib / system.c
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...
2003-10-01 Gerald Cartermerge of parameter changes from 3.0 and fix for bug 550
2003-10-01 Gerald Carterwrap internals of sys_setgroups() so the sys_XX() call...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-15 Herb Lewisadd IRIX EA support
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-06 Jelmer VernooijUse filedes as first argument to fsetxattr, not the...
2003-06-05 Jeremy AllisonGet ready for EA code... Add Linux interface.
2003-03-03 Jeremy Allisondlsym takes a const char *.
2003-03-03 Jeremy Allisondlysym takes a const char *.
2003-01-03 Andrew BartlettMerge from HEAD - add PRINTF_ATTRIBUTE to a few more...
2003-01-02 Andrew BartlettAdd PRINTF_ATTRIBUTE() to a few more printf() style...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-22 Gerald Carterfix a few segfaults
2002-08-19 Jelmer Vernooijremove 'admin log' parameter (discussed with Jeremy)
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-20 Andrew BartlettAdd a wrapper for dup2() to our system.c
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-15 Andrew BartlettAdd back sys_getpwnam() and freinds to the system.c...
2002-05-22 Andrew BartlettAdd a bit more const, and kill of (finally!) sys_getpwn...
2002-04-24 Andrew Tridgellpatch from Alexander Bokovoy needed for dlopen on bsd...
2002-04-19 Jeremy AllisonWe cannot set errno=0 in any of the wrapper calls as...
2002-04-19 Jeremy AllisonFix different args to sys_fcntl without going varargs....
2002-04-19 Jeremy AllisonAdded sys_fcntl (not to be used everywhere). Added...
2002-04-19 Jeremy AllisonFixed sendto in oplock code.
2002-04-19 Jeremy AllisonFix send and recvfrom.
2002-04-19 Jeremy AllisonFirst cut at fix for the EINTR problem... More needs...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
next