summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23658: One pstring a day....Volker Lendecke1-16/+39
2007-10-10r23576: Fix some confusion between HAVE_BROKEN_GETGROUPS and USE_BSD_SETGROUPS.James Peach1-4/+4
2007-10-10r23566: Fix the sys_bsd_setgroups function. The actual workaround was inactive.Michael Adam1-3/+1
2007-10-10r23475: Fix the prototype for sys_broken_setgroups and log *BSD group listJames Peach1-2/+2
2007-10-10r23470: Fix supplementary group list truncation for *BSD. We need to passJames Peach1-2/+8
2007-10-10r23393: Support BSD group semantics by making sure that the effective GID is ...James Peach1-25/+101
2007-10-10r23105: Add lchown to the vfs layer. We need this in the POSIX code.Jeremy Allison1-0/+19
2007-10-10r21725: Fix for memalign used without test guards. WasJeremy Allison1-7/+22
2007-10-10r21526: Fix stray character in sys_memalign() that is onlyGerald Carter1-1/+1
2007-10-10r21525: Go ahead and checkin the mlock() & memalign() fixes soGerald Carter1-0/+21
2007-10-10r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op toJim McDonough1-0/+25
2007-10-10r19241: compile xattr wrappers on mac os 10Stefan Metzmacher1-0/+52
2007-10-10r19102: fix typo, thanks derrell!Stefan Metzmacher1-1/+1
2007-10-10r19101: add sys_recv() wrapperStefan Metzmacher1-1/+14
2007-10-10r17630: Looks like getpeerid() is a system function onJeremy Allison1-1/+1
2007-10-10r17610: Added the ability for firefox to drive the winbinddJeremy Allison1-0/+25
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-0/+78
2007-10-10r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach1-0/+30
2007-10-10r14600: Refactor capability interface from being IRIX-specific to using onlyJames Peach1-54/+68
2007-10-10r13566: Fix EA support for AIX.Günther Deschner1-0/+24
2007-10-10r11845: Removed error code list as it isn't correct for Linux.Jeremy Allison1-8/+0
2007-10-10r11841: Fix #3262 from Timur Bakeyev to improve reporting on FreeBSD DOSJeremy Allison1-33/+41
2007-10-10r11732: Remember to return early if -1 returned from *BSD EA call.Jeremy Allison1-0/+12
2007-10-10r11383: Patch from Alex Masterov <alex@infobit.ru> to fixJeremy Allison1-3/+83
2007-10-10r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.Jeremy Allison1-2/+2
2007-10-10r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison1-6/+6
2007-10-10r8704: Patch from Timur Bakeyev <timur@com.bat.ru> to fix typoJeremy Allison1-1/+1
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-0/+158
2007-10-10r6681: updating copyrights (see bug 2546)Gerald Carter1-1/+2
2007-10-10r6253: Add FreeBSD EA API support. Bug #2576 - patch donated by Timur Bakeyev...Jeremy Allison1-9/+183
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have toJeremy Allison1-0/+65
2007-10-10r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASICJeremy Allison1-0/+26
2004-01-15* Fix sys_chown() when no chown() is presendStefan Metzmacher1-0/+2
2004-01-06Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison1-0/+41
2004-01-05Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked toJeremy Allison1-3/+3
2003-10-01wrap internals of sys_setgroups() so the sys_XX() call can be done unconditio...Gerald Carter1-3/+5
2003-08-15add IRIX EA supportHerb Lewis1-1/+158
2003-06-06Use filedes as first argument to fsetxattr, not the undefined variable 'path'...Jelmer Vernooij1-1/+1
2003-06-05Get ready for EA code... Add Linux interface.Jeremy Allison1-0/+125
2003-03-03dlysym takes a const char *.Jeremy Allison1-1/+1
2003-01-03Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.Andrew Bartlett1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-9/+6
2002-08-17sync 3.0 branch with headJelmer Vernooij1-0/+10
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-101/+115
2002-03-27Added sys_adminlog() system for info the appliance admins reallyJeremy Allison1-0/+28
2002-03-27Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison1-4/+4
2002-03-19Sync up vfs changes from 2.2.x.Jeremy Allison1-0/+15