summaryrefslogtreecommitdiffstats
path: root/source/lib/system.c
Commit message (Collapse)AuthorAgeFilesLines
* r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach2006-03-221-0/+30
| | | | HSM is interested in. Tested on both IRIX and SLES9.
* r14600: Refactor capability interface from being IRIX-specific to using onlyJames Peach2006-03-211-54/+68
| | | | | the POSIX interface. Note that this removes support for inherited capabilities. This wasn't used, and probably should not be.
* r13566: Fix EA support for AIX. Günther Deschner2006-02-201-0/+24
| | | | | | Patch from Bjoern Jacke <bjacke-at-sernet-dot-de>. Guenther
* r11845: Removed error code list as it isn't correct for Linux.Jeremy Allison2005-11-221-8/+0
| | | | Jeremy.
* r11841: Fix #3262 from Timur Bakeyev to improve reporting on FreeBSD DOSJeremy Allison2005-11-221-33/+41
| | | | | attribute errors. Jeremy.
* r11732: Remember to return early if -1 returned from *BSD EA call.Jeremy Allison2005-11-151-0/+12
| | | | | Pointed out by timur@com.bat.ru. Jeremy.
* r11383: Patch from Alex Masterov <alex@infobit.ru> to fixJeremy Allison2005-10-281-3/+83
| | | | | XATTR calls on *BSD systems (bug #3218). Jeremy.
* r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.Jeremy Allison2005-08-231-2/+2
| | | | Jeremy.
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a ↵Jeremy Allison2005-08-221-6/+6
| | | | | | | UNIX vendor not understanding abstract data types :-(. Jeremy.
* r8704: Patch from Timur Bakeyev <timur@com.bat.ru> to fix typoJeremy Allison2005-07-221-1/+1
| | | | | calling wrong aio_fsync function. Bugid #2909. Jeremy.
* r7963: Add aio support to 3.0.Jeremy Allison2005-06-271-0/+158
| | | | Jeremy.
* r6681: updating copyrights (see bug 2546)Gerald Carter2005-05-091-1/+2
|
* r6253: Add FreeBSD EA API support. Bug #2576 - patch donated by Timur ↵Jeremy Allison2005-04-081-9/+183
| | | | | | Bakeyev <timur@com.bat.ru> Jeremy.
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-071-2/+2
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have toJeremy Allison2004-11-091-0/+65
| | | | | | fix the modules too... First step in fixing out large directories problem. Jeremy.
* r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASICJeremy Allison2004-09-261-0/+26
| | | | | | | | info level. Outputs data on the file in the same format the the stat command in Linux. Should be useful to people wanting to learn how to parse the UNIX extension output. Yes I will add the docs later :-). Jeremy.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+1582
metze