Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r21585: Start syncing the monster that will become 3.0.25pre1 | Gerald Carter | 2007-02-28 | 1 | -32/+40 |
| | | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages | ||||
* | r16472: final pass for 3.0.23rc3 I think. Current with SAMBA_3_0 r16471 | Gerald Carter | 2006-06-22 | 1 | -0/+2 |
| | |||||
* | r16104: Set version to 3.0.23rc2 | Gerald Carter | 2006-06-08 | 1 | -0/+1 |
| | | | | | Bring release tree up to current 3.0 tree (svn merge -r15845:16103 $SVNURL/branches/SAMBA_3_0) | ||||
* | r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822) | Gerald Carter | 2006-05-23 | 1 | -20/+24 |
| | |||||
* | r15088: Remove all time() and gettimeofday() calls out of the mainline | Jeremy Allison | 2006-04-15 | 1 | -15/+3 |
| | | | | | | packet processing code. Only do these when needed (ie. in the idle timeout code). We drop an unneccessary global here too. Jeremy. | ||||
* | r13916: Fix Coverity bug #29. Looks like my code. I wonder how much there is ↵ | Volker Lendecke | 2006-03-07 | 1 | -0/+1 |
| | | | | | | | | still lurking... Volker | ||||
* | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 2006-02-20 | 1 | -8/+8 |
| | | | | macro which sets the freed pointer to NULL. | ||||
* | r13498: Fix the kernel oplocks code for IRIX. Should fix #3515. | Jeremy Allison | 2006-02-14 | 1 | -16/+7 |
| | | | | Jeremy. | ||||
* | r13482: Push the FAM notification file descriptor into the select | James Peach | 2006-02-13 | 1 | -10/+5 |
| | | | | set to avoid unnecessary polling. | ||||
* | r13233: build fixes for smbmnt; remove unused variable; ready to ship ↵ | Gerald Carter | 2006-01-30 | 1 | -1/+0 |
| | | | | 3.0.21b now | ||||
* | r13198: Fix issues exposed by Jerry's testing on 64-bit Solaris | Jeremy Allison | 2006-01-27 | 1 | -55/+138 |
| | | | | | (I hope). Separate 3.0.21b patch sent to Jerry. Jeremy. | ||||
* | r13192: Fix up alignment issues when printing share mode | Jeremy Allison | 2006-01-27 | 1 | -0/+9 |
| | | | | | | entries. Add paranioa to debug so we know when an entry is unused. Jeremy. | ||||
* | r12877: Stop passing structs around in smb messages, instead | Jeremy Allison | 2006-01-12 | 1 | -55/+133 |
| | | | | | | | | | always linearize into little-endian. Should fix all Solaris issues with this, plus provide a cleaner base moving forward for cluster-aware Samba where smbd's can communicate across different compilers/architectures (eventually these message will have to go cross-machine). Jeremy. | ||||
* | r12713: Remove use of uint8_t -> uint8. | Jeremy Allison | 2006-01-04 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r12460: Fixes for bug 3349 | Volker Lendecke | 2005-12-24 | 1 | -0/+8 |
| | |||||
* | r12203: Add the share path into the sharemode db. This involves | Jeremy Allison | 2005-12-12 | 1 | -3/+3 |
| | | | | | | | | | | revving the minor version number for libsmbsharemodes (we now have a new _ex interface that takes the share path as well as the filename). Needed for #3303. Some code written by SATOH Fumiyasu <fumiya@samba.gr.jp> included in the changes to locking/locking.c. The smbstatus output is a bit of a mess and needs overhauling... Jeremy. | ||||
* | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 2005-09-30 | 1 | -1010/+321 |
| | | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck) | ||||
* | r9126: Fix valgrind bug Volker found in interaction with new aio buffer | Jeremy Allison | 2005-08-05 | 1 | -5/+7 |
| | | | | | flipping and oplocks. Jeremy. | ||||
* | r8545: Fix oplock bug introduced by oplock code "simplification" :-). | Jeremy Allison | 2005-07-18 | 1 | -5/+5 |
| | | | | | | We *always* reply to an exclusive oplock break message even if we have no record of the oplock (and we always did before 3.0.20pre2). Jeremy. | ||||
* | r8521: Another micro-step: Don't pass down a flag where not necessary. | Volker Lendecke | 2005-07-17 | 1 | -14/+16 |
| | | | | Volker | ||||
* | r8508: Rename EXCLUSIVE_BREAK_SENT to BREAK_TO_NONE_SENT. | Volker Lendecke | 2005-07-15 | 1 | -2/+2 |
| | | | | Volker | ||||
* | r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture | Jeremy Allison | 2005-07-08 | 1 | -29/+38 |
| | | | | | | | | | 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 | -6/+20 |
| | | | | Jeremy. | ||||
* | r6252: Re-order position of become_root() to allow directory to be | Jeremy Allison | 2005-04-08 | 1 | -3/+4 |
| | | | | | read first. Jeremy. | ||||
* | r6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.au | Jeremy Allison | 2005-04-07 | 1 | -0/+6 |
| | | | | Jeremy. | ||||
* | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 2005-04-06 | 1 | -5/+3 |
| | |||||
* | r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global ↵ | Jeremy Allison | 2005-04-01 | 1 | -0/+3 |
| | | | | | | nastyness. Jeremy. | ||||
* | r5014: Split out the request to send an async level II oplock break into a | Jeremy Allison | 2005-01-26 | 1 | -17/+58 |
| | | | | | | | new function to make it clear when it's called. Remove async parameter that had been overloaded into request_oplock_break. Inspired by work from Nadav Danieli <nadavd@exanet.com>. Jeremy. | ||||
* | r5002: Ensure we can't remove a level II oplock without having the | Jeremy Allison | 2005-01-26 | 1 | -17/+19 |
| | | | | | | shared memory area locked. This need to be in 3.0.11. Pointed out by Nadav Danieli <nadavd@exanet.com>. Jeremy. | ||||
* | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵ | Jeremy Allison | 2004-12-07 | 1 | -2/+2 |
| | | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy. | ||||
* | r1117: Doh ! Remember to turn off signing when sending a "break to level II" ↵ | Jeremy Allison | 2004-06-11 | 1 | -1/+9 |
| | | | | | | | | | | | | oplock message, or we mess up the signing sequence number.... Also improve sign error reporting. Also when deferring an open that had been deferred due to an oplock break, don't re-add the mid to the pending sign queue or we increment the sequence number twice and mess up signing again... I can now bounce between 2 WinXP/Win2003 boxes opening Excel spreadsheets with signing turned on and get correct "file in use" messages. Jeremy. | ||||
* | r1089: Removed spurious oplock message in deferred open processing. | Jeremy Allison | 2004-06-08 | 1 | -1/+1 |
| | | | | | Fix smb signing sequence counts. Jeremy. | ||||
* | r1085: Now it's had some proper user testing, merge in the deferred open ↵ | Jeremy Allison | 2004-06-08 | 1 | -1/+69 |
| | | | | | | | | fix. I'm still doing more testing, but it fixes a behaviour that we've been wrong on ever since the start of Samba. Jeremy. | ||||
* | r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunk | CVS Import User | 2004-04-04 | 1 | -0/+1260 |
metze |