Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure parameter types match format string | Derrell Lipman | 2009-03-27 | 1 | -7/+14 |
| | |||||
* | [Bug 6069] Add a fstatvfs function for libsmbclient | Derrell Lipman | 2009-02-14 | 1 | -1/+2 |
| | | | | | | | - Revert Tim's changes for the moment. I need to see what the issue is and arrange to use "struct statvfs" if at all possible. Derrell | ||||
* | s3 libsmbclient: Fix fstatvfs to be more portable | Tim Prouty | 2009-02-13 | 1 | -2/+1 |
| | | | | | | | | | | | The statvfs struct isn't guaranteed to be portable across operating systems. Since libsmbclient isn't actually calling statvfs and just using the statvfs struct to store similar information, this patch adds a new portable smbc_statvfs struct. This fixes a few of the failures in the build farm introduced by: ae259575c447e61665c8e7070c476914161b953f Derrell, please check. | ||||
* | [Bug 6069] Add a fstatvfs function for libsmbclient | Derrell Lipman | 2009-02-12 | 1 | -0/+96 |
- port functionality from v3_3_test to master Derrell |