r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
[tprouty/samba.git] / source / lib / system.c
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...
2002-03-27 Jeremy AllisonAdded sys_adminlog() system for info the appliance...
2002-03-27 Jeremy AllisonRemoved HAVE_LIBDL from most places (except system...
2002-03-19 Jeremy AllisonSync up vfs changes from 2.2.x.
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-10 Jeremy AllisonGetting ready to add UNIX extensions in HEAD also.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-07-06 Jeremy AllisonWrapped dlerror() in the same way as the other dlxxx...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-29 Jeremy AllisonEnsured all the system calls in msdfs.c go through...
2001-04-30 Jeremy AllisonFixed password entry caching bug pointed out by Elrond.
2001-03-23 Jeremy AllisonSync up with 2.2 ACL code.
2001-03-19 Jeremy AllisonAdded sys_dlopen/sys_dlsym/sys_dlclose.
2001-03-17 Andrew Tridgellremoved useless debug msg
2001-03-17 Jeremy Allisonlib/system.c (Finally) fixed all insure errors in passw...
2001-02-13 Gerald Carterchange pstrcpy() in setup_pwret() to fstrcpy() since...
2001-01-31 Jeremy Allisonlib/system.c: Fix for pw caching.
2001-01-24 Jeremy AllisonFix insure problems with passwd caching code.
2001-01-24 Jeremy AllisonAdded modification to Richard Bollinger getpw[nam|uid...
2001-01-24 Gerald Cartergetpw[nam|uid] caching patch from "Richard Bollinger"
2000-10-08 Jeremy Allisonsys_popen got damaged when converted from FILE * to...
2000-09-29 Andrew Tridgelladded a hack to get 64 bit locking working with the...
2000-06-12 Andrew Tridgelltotally rewrote the async signal, notification and...
2000-06-11 Andrew TridgellLinux kernel oplocks now seem to work, but need a _lot_...
2000-06-10 Andrew Tridgellcontinued the split of the kernel level oplocks code...
2000-06-09 Andrew Tridgellclean up oplock capability code ready for Linux code
next