summaryrefslogtreecommitdiffstats
path: root/source/smbd/statvfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in filesystem capabilities bits.James Peach2007-12-201-3/+1
|
* Attempt to fix the buildVolker Lendecke2007-12-201-0/+2
| | | | | | | | | | | James, at least on my Linux system neither FILE_CASE_SENSITIVE_SEARCH nor FILE_CASE_PRESERVING_NAMES seem to be defined anywhere. Is it possible that this is a MacOS/X specific thing? If so, could you add configure tests for this? Thanks, Volker
* Add filesystem capabilities bitmask to statfs info.James Peach2007-12-191-0/+85
| | | | | | This patch adds Darwin support for the Samba statfs VFS call. It also adds a filesystem capabilities bitmask to the information returned by the call.
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
|
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-2/+2
| | | | | | | to do the upper layer directories but this is what everyone is waiting for.... Jeremy.
* r11233: Forgot to add the statvfs file. Oops.Jeremy Allison2007-10-101-0/+65
Jeremy.