Age | Commit message (Expand) | Author | Files | Lines |
2003-10-16 | Fix buggy data_len calculation in echo. Add paranoia debug message. | Jeremy Allison | 1 | -1/+5 |
2003-10-10 | Make us pass Samba4 lock tester (with one different error message). | Jeremy Allison | 1 | -0/+3 |
2003-10-09 | Match W2K insanty w.r.t. writelock and writeclose. Samba4 torture tester. | Jeremy Allison | 1 | -9/+20 |
2003-10-09 | At least give a message if we're returning a short read for W2K compatibility. | Jeremy Allison | 1 | -2/+12 |
2003-10-09 | Changes to allow Samba3 to pass the Samba4 RAW-READ tests. | Jeremy Allison | 1 | -8/+39 |
2003-10-08 | Fixup error code returns from Samba4 tester. Ensure invalid paths are | Jeremy Allison | 1 | -32/+128 |
2003-09-29 | Take care of condition where DOS and NT error codes must differ. Found by | Jeremy Allison | 1 | -1/+1 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 1 | -63/+244 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 1 | -21/+37 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -41/+45 |
2003-04-12 | strncat get sometimes optimized to strcat by glibc and that triggers our | Simo Sorce | 1 | -4/+3 |
2003-04-11 | * We must return 0x2 as the majorversion for nt4 to upload drivers | Gerald Carter | 1 | -10/+15 |
2003-04-11 | cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L. | Gerald Carter | 1 | -1/+1 |
2003-03-31 | NT4 is particularly fussy about getting this right. | Andrew Bartlett | 1 | -1/+0 |
2003-03-28 | fix up IPC/LPT:/A: devicetype in tcon_and_X | Gerald Carter | 1 | -21/+20 |
2003-03-26 | Fix DOS del command with widelinks = False. | Jeremy Allison | 1 | -1/+2 |
2003-03-25 | win9x was suffered a case of the blues during a domain logon. | Gerald Carter | 1 | -1/+14 |
2003-03-20 | NT4 as well as W2k respond with IPC regardless of what service | Volker Lendecke | 1 | -1/+1 |
2003-03-17 | Fix const warnings. | Andrew Bartlett | 1 | -5/+5 |
2003-03-16 | Make sure we mark the assumption of a fstring parameter for 'devicetype' | Andrew Bartlett | 1 | -2/+2 |
2003-03-15 | Found by my new checking code (yet to be commited): | Andrew Bartlett | 1 | -1/+1 |
2003-03-08 | Make sure that the 'remote' machine name can only be set once. For some weird | Andrew Bartlett | 1 | -2/+2 |
2003-02-27 | Fix to allow blocking lock notification to be done rapidly (no wait | Jeremy Allison | 1 | -3/+4 |
2003-01-12 | Make the 'service' in make_connection() use an fstrcpy(), and an fstring, | Andrew Bartlett | 1 | -1/+1 |
2003-01-08 | Ensure we return disk full by default on short writes. | Jeremy Allison | 1 | -6/+6 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -1/+1 |
2002-12-31 | fix for bad check spotted by Ray Simard <ray@sylvan-glade.com> | Simo Sorce | 1 | -1/+1 |
2002-12-13 | Fix for old DOS client when veto files is set to /.*/ | Jeremy Allison | 1 | -1/+1 |
2002-12-05 | The element in fsp->print_job should be a RAP jobid, not a uint32 RPC | Jeremy Allison | 1 | -2/+1 |
2002-12-04 | Added Volker's directory fix - save the attributes | Jeremy Allison | 1 | -0/+3 |
2002-12-03 | Reformat of reply.c before Volker's patch. | Jeremy Allison | 1 | -1059/+1029 |
2002-12-03 | Fixed nasty bug where file writes with start offsets in the range | Jeremy Allison | 1 | -13/+14 |
2002-12-01 | As per Jeremy's request back this out, so as to re-gain the implicit length | Andrew Bartlett | 1 | -7/+5 |
2002-12-01 | No need for fstring manipulation here (Tcon&X), just use string pointers. | Andrew Bartlett | 1 | -5/+7 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -2/+1 |
2002-11-05 | Ensure can_delete returns correct error code. | Jeremy Allison | 1 | -1/+4 |
2002-09-19 | Use sendfile in readbraw. | Jeremy Allison | 1 | -11/+56 |
2002-09-18 | Added "use sendfile" per share option. | Jeremy Allison | 1 | -1/+1 |
2002-09-17 | Actually use sendfile if selected. | Jeremy Allison | 1 | -1/+1 |
2002-09-17 | Attempt to make broken Linux sendfile work.... Still in progress. | Jeremy Allison | 1 | -1/+1 |
2002-09-14 | Added fix for broken Linux (no sendfile64). When offset + count > 2GB | Jeremy Allison | 1 | -0/+7 |
2002-09-12 | First cut at portable sendfile code. Only used in readX at the moment | Jeremy Allison | 1 | -16/+87 |
2002-09-11 | Formatting tidyups before I look at implementing the sendfile in READX. | Jeremy Allison | 1 | -194/+185 |
2002-09-11 | Ensure we've failed a lock with a lock denied message before automatically | Jeremy Allison | 1 | -3/+3 |
2002-09-11 | Fix missing braces around push lock call. | Jeremy Allison | 1 | -2/+3 |
2002-09-10 | Added final Steve French patch for "required" attributes with old | Jeremy Allison | 1 | -2/+6 |
2002-09-05 | We shouldn't add printing flag here. | Jeremy Allison | 1 | -1/+1 |
2002-09-04 | Add bcast_msg_flags to connection struct. Allows sender to filter when | Jeremy Allison | 1 | -1/+1 |
2002-08-18 | round lock timeouts in lockingX upwards to multiples of 1 second, so a | Andrew Tridgell | 1 | -1/+1 |
2002-08-12 | Add RESOLVE_DFSPATH to mkdir operations in HEAD. | Shirish Kalele | 1 | -0/+2 |