Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-test | Gerald (Jerry) Carter | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r22492: Add objectid code. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r22172: FSCTL_RECALL_FILE is 0x90117 according to my traces. Record it here. | Alexander Bokovoy | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r8360: Some ioctl constants, found by Björn Jacke <bj@sernet.de> with | Volker Lendecke | 2007-10-10 | 1 | -1/+3 |
| | | | | | | | | msbackup&filemon. Thanks, Volker | ||||
* | Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adapted | Jeremy Allison | 2003-08-07 | 1 | -0/+19 |
| | | | | | into a patch by "Stefan (metze) Metzmacher" <metze@metzemix.de>. Jeremy. | ||||
* | Add NT quota support. Patch from Stefan (metze) Metzemacher | Alexander Bokovoy | 2003-05-12 | 1 | -1/+43 |
| | | | | | | | 1. Allows to change quota settings for shared mount points from Win2K and WinXP from Explorer properties tab 2. Disabled by default and when requested, will be probed and enabled only on Linux where it works 3. Was tested for approx. two weeks now on Linux by two independent QA teams, have not found any bugs so far Documentation to follow | ||||
* | an initial fix for handling sparse files in smbd | Andrew Tridgell | 2002-07-29 | 1 | -0/+26 |
This gets my test code working, where we previously failed with files above 20G in size. I'm still not completely happy with this. There are just too many fields in trans2.c that we don't fill in. |