Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r25387: Sync with 3.2.0 svn tree | Gerald Carter | 2007-09-27 | 1 | -31/+79 |
| | |||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-07-10 | 1 | -2/+1 |
| | |||||
* | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 2007-07-09 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r23761: Rename reduce_name to check_reduced_name | Volker Lendecke | 2007-07-09 | 1 | -1/+1 |
| | | | | | The function name reduce_name is misleading, making the user believe it changes an argument. | ||||
* | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 2007-04-27 | 1 | -1/+1 |
| | | | | | calls. No functional changes. Looks bigger than it is :-). Jeremy. | ||||
* | r22132: I hate inefficiency. Don't call conv_str_size() | Jeremy Allison | 2007-04-08 | 1 | -1/+1 |
| | | | | | | | on every pread/sendfile call, initialize these variables in an allocated struct at connection time and just refer to them directly. Jeremy. | ||||
* | r21322: No feedback means consent :-) | Volker Lendecke | 2007-02-13 | 1 | -26/+6 |
| | | | | | | | | | | | It does not matter if I screw up 3.0.25 or 3.0.26 with this, so do it rather sooner than later. Add the notify support that already exists in 3_0 to 3_0_25. If you want to see this patch dissected into digestable parts, look at 3_0, revisions at about 20800 and following. Volker | ||||
* | r21063: All case statements are now NTSTATUS returning | Jeremy Allison | 2007-01-30 | 1 | -0/+1 |
| | | | | | | | functions. Now to factor out the post processing and make all cases behave the same (no mixture of "early returns" and "break"s. Jeremy | ||||
* | r20844: Somewhat radical change - this may break the build (I will | Jeremy Allison | 2007-01-17 | 1 | -23/+17 |
| | | | | | | | | | | | | watch carefully - so I'm doing it in one transaction so I can roll back). Change check_name(), reduce_name() and dptr_create() to return NTSTATUS. This helps a lot in error path processing and especially in reduce_name() allows us to ditch the flaky and error-prone saving of errno and return errors directly. Jeremy. | ||||
* | r20413: Merge Volker's open directory changes to 3.0.24. | Jeremy Allison | 2006-12-30 | 1 | -25/+0 |
| | | | | | | I think they're correct, modulo more testing of error codes. Jeremy. | ||||
* | r19810: more merge work....does not compile currently. Working on smbd merge | Gerald Carter | 2006-11-21 | 1 | -139/+81 |
| | |||||
* | r19654: merge GPFS vfs support from 3.0, including adding kernel_flock vfs op. | Jim McDonough | 2006-11-10 | 1 | -0/+1 |
| | |||||
* | r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822) | Gerald Carter | 2006-05-23 | 1 | -0/+2 |
| | |||||
* | r15018: Merge Volker's ipc/trans2/nttrans changes over | Jeremy Allison | 2006-04-10 | 1 | -0/+1 |
| | | | | | | | | into 3.0. Also merge the new POSIX lock code - this is not enabled unless -DDEVELOPER is defined. This doesn't yet map onto underlying system POSIX locks. Updates vfs to allow lock queries. Jeremy. | ||||
* | r14746: Add the Samba4 replacements for opendir/readdir etc. to | Jeremy Allison | 2006-03-27 | 1 | -1/+1 |
| | | | | | | | Samba3 - with some 64-bit macro madness. Attempt to fix the broken directory handling in the *BSD-of-the-month club. Jeremy. | ||||
* | r11428: Fix bug #3192 by actually hooking up the dfree caching | Jeremy Allison | 2005-10-31 | 1 | -1/+1 |
| | | | | | function. Oops. Jeremy. | ||||
* | r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab. | Jeremy Allison | 2005-10-20 | 1 | -0/+1 |
| | | | | Jeremy. | ||||
* | r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture | Jeremy Allison | 2005-07-08 | 1 | -10/+10 |
| | | | | | | | | | tests on this as it's very late NY time (just wanted to get this work into the tree). I'll test this over the weekend.... Jerry - in looking at the difference between the two trees there seem to be some printing/ntprinting.c and registry changes we might want to examine to try keep in sync. Jeremy. | ||||
* | r7963: Add aio support to 3.0. | Jeremy Allison | 2005-06-27 | 1 | -15/+24 |
| | | | | Jeremy. | ||||
* | r6841: Attempt to fix buf #2681. With "strict allocate = yes" we now zero | Jeremy Allison | 2005-05-17 | 1 | -0/+66 |
| | | | | | | fill when a file is extended. Should catch disk full errors on write from MS-Office. Jeremy. | ||||
* | r6633: Added "check_path_syntax_posix()" in preparation for handling | Jeremy Allison | 2005-05-06 | 1 | -2/+4 |
| | | | | | POSIX pathnames. Not yet used. Jeremy. | ||||
* | r6408: Fix compile error lurking where PATH_MAX is not defined. Bugzilla #2560. | Tim Potter | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | r6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.au | Jeremy Allison | 2005-04-07 | 1 | -1/+3 |
| | | | | Jeremy. | ||||
* | r5825: Fix one more DISK_FREE call - spotted by Ying Li <ying.li2@hp.com>. | Jeremy Allison | 2005-03-16 | 1 | -0/+3 |
| | | | | Jeremy. | ||||
* | r5757: Fix erroneous debug message - noticed by William Jojo <jojowil@hvcc.edu>. | Jeremy Allison | 2005-03-11 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵ | Jeremy Allison | 2004-12-07 | 1 | -4/+4 |
| | | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy. | ||||
* | r3823: Fix bug reported by Tom Dickson <tdickson@inostor.com> with | Jeremy Allison | 2004-11-17 | 1 | -1/+2 |
| | | | | | | follow symlinks = no reporting an incorrect error when it should be access denied. Jeremy. | ||||
* | r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have to | Jeremy Allison | 2004-11-09 | 1 | -2/+5 |
| | | | | | | fix the modules too... First step in fixing out large directories problem. Jeremy. | ||||
* | r2152: Fix for bug #1674, move the symlinks checks into reduce_name(). | Jeremy Allison | 2004-08-31 | 1 | -23/+19 |
| | | | | Jeremy. | ||||
* | r1866: Fix for bug #1602 reported by <m.proehl@science-computing.de>. | Jeremy Allison | 2004-08-17 | 1 | -2/+6 |
| | | | | | | | | Access to a share with wide links = No follow symlinks = No Was failing with access denied. Jeremy. | ||||
* | r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all | Jeremy Allison | 2004-06-11 | 1 | -0/+9 |
| | | | | | our pathname parsing is consistent. Jeremy. | ||||
* | r933: When using widelinks = no, use realpath to canonicalize the | Jeremy Allison | 2004-05-28 | 1 | -1/+26 |
| | | | | | | connection path on connection create for the user. We'll be checking all symlinked paths are below this directory. Jeremy. | ||||
* | r658: Oops - make smbclient work again with widelinks = no :-). | Jeremy Allison | 2004-05-13 | 1 | -0/+4 |
| | | | | Jeremy. | ||||
* | r656: Make widelinks use realpath(). Tidy up cases where we need to become a ↵ | Jeremy Allison | 2004-05-13 | 1 | -141/+96 |
| | | | | | | service. Jeremy. | ||||
* | r421: Fix debug message. Closes bugzilla #1305. | Tim Potter | 2004-04-30 | 1 | -1/+1 |
| | |||||
* | r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunk | CVS Import User | 2004-04-04 | 1 | -0/+951 |
metze |