Age | Commit message (Expand) | Author | Files | Lines |
2003-10-21 | Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problems | Jeremy Allison | 1 | -1/+1 |
2003-10-10 | Ensure cancelling a blocking lock returns the correct error message. | Jeremy Allison | 1 | -1/+1 |
2003-10-09 | Changes to allow Samba3 to pass the Samba4 RAW-READ tests. | Jeremy Allison | 1 | -6/+8 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 1 | -1/+1 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 1 | -248/+250 |
2003-04-04 | Fix for very subtle POSIX lock interaction race condition found by | Jeremy Allison | 1 | -6/+6 |
2003-02-27 | Fix to allow blocking lock notification to be done rapidly (no wait | Jeremy Allison | 1 | -7/+71 |
2002-12-03 | Fixed nasty bug where file writes with start offsets in the range | Jeremy Allison | 1 | -8/+8 |
2002-08-18 | added exact timing semantics on blocking locks | Andrew Tridgell | 1 | -5/+25 |
2002-08-17 | get the error code right in case of a blocking lock timeout. | Andrew Tridgell | 1 | -1/+1 |
2002-08-17 | amazing! we've had a reversed comparison in our blocking lock code | Andrew Tridgell | 1 | -1/+1 |
2002-08-12 | Bugfix for problem pointed out by Sean Trace <Sean.Trace@aveva.com>. We can't | Jeremy Allison | 1 | -10/+13 |
2002-03-13 | include/smb_macros.h: Don't round up an allocation if the size is zero. | Jeremy Allison | 1 | -3/+3 |
2002-03-10 | failed timed locks always give LOCK_CONFLICT not LOCK_NOT_GRANTED | Andrew Tridgell | 1 | -0/+6 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-11-05 | Don't put a \n on the end of the arg to exit_server() | Tim Potter | 1 | -2/+2 |
2001-10-18 | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 1 | -5/+5 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -1/+1 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -3/+3 |
2001-08-30 | this was a stupid typo, | Simo Sorce | 1 | -1/+1 |
2001-08-27 | started converting NTSTATUS to be a structure on systems with gcc in order to... | Andrew Tridgell | 1 | -4/+4 |
2001-08-27 | converted smbd to use NTSTATUS by default | Andrew Tridgell | 1 | -243/+231 |
2001-07-02 | Fixed the nastiest locking bug to track down.... smb_pids are sent in the | Jeremy Allison | 1 | -4/+8 |
2001-06-21 | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 1 | -3/+6 |
2001-06-09 | *Wonderful* patch from Andrew Bartlett that will help ensure tdb's are | Jeremy Allison | 1 | -10/+12 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -4/+0 |
2000-05-10 | more merging voodoo | Andrew Tridgell | 1 | -0/+4 |
2000-05-04 | rpc_server/srv_lsa.c: Bring into sync with 2.0.x. | Jeremy Allison | 1 | -2/+2 |
2000-04-11 | include/byteorder.h: ALIGN4/ALIGN2 macros. | Jeremy Allison | 1 | -6/+6 |
2000-04-11 | finally got sick of the "extern int Client" code and the stupid | Andrew Tridgell | 1 | -3/+2 |
2000-01-25 | First set of speed improvements from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 1 | -1/+0 |
2000-01-14 | Added "inherit permissions" patch. | Jeremy Allison | 1 | -1/+7 |
2000-01-13 | changes to reflect the new syntax of the locking calls. | Andrew Tridgell | 1 | -3/+3 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -25/+30 |
1998-09-26 | Small update to clitar.c to omit warnings about servers not | Richard Sharpe | 1 | -3/+3 |
1998-09-11 | Ok - this is the 'expose 64 bit to the clients' checkin. | Jeremy Allison | 1 | -2/+2 |
1998-09-11 | Added ssize_t to configure code. | Jeremy Allison | 1 | -13/+37 |
1998-08-21 | Fixes for the problem in blocking locks with file_fsp returning the | Jeremy Allison | 1 | -29/+40 |
1998-08-20 | Turning on blocking locking code. NB. Blocking lock requests that are not | Jeremy Allison | 1 | -35/+249 |
1998-08-19 | Blocking lock code split out... | Jeremy Allison | 1 | -0/+375 |