Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-08-11 | Make 'remote_machine' private to lib/substitute.c, and fix all the user to use | Andrew Bartlett | 1 | -2/+1 |
2002-08-10 | Fix the %m security bug again - and try to make it harder to reintroduce in | Andrew Bartlett | 1 | -14/+8 |
2002-07-20 | Make it clear that the 'service' isn't to be touched. (Make it const). | Andrew Bartlett | 1 | -1/+1 |
2002-07-20 | Update the smbd reply code a little: | Andrew Bartlett | 1 | -5/+16 |
2002-07-17 | Gone back to explicit queue number passing as snum - removed encoding of | Jeremy Allison | 1 | -1/+4 |
2002-04-16 | make sure we don't walk past the end of the current SMB buffer when | Andrew Tridgell | 1 | -21/+21 |
2002-04-15 | this fixes the displaying of free disk space for DOS6 clients. Win2000 | Andrew Tridgell | 1 | -14/+37 |
2002-04-11 | This split the mangling code up to allow for the possibility of multiple | Andrew Tridgell | 1 | -33/+10 |
2002-04-10 | Added Shirish's client side caching policy change. | Jeremy Allison | 1 | -1/+2 |
2002-04-08 | Reintroduce the 2.2 name mangling code, until we get are more flexible solution. | Andrew Bartlett | 1 | -5/+6 |
2002-04-02 | Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works. | Jeremy Allison | 1 | -43/+13 |
2002-03-26 | Removed unused variable. | Jeremy Allison | 1 | -3/+0 |
2002-03-23 | Fix the mp3 rename bug - also tidy up our open code and remove the special | Jeremy Allison | 1 | -20/+61 |
2002-03-20 | Remove the "stat open" code - make it inline. This should fix the | Jeremy Allison | 1 | -76/+80 |
2002-03-19 | Sync up vfs changes from 2.2.x. | Jeremy Allison | 1 | -1/+1 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -3/+3 |
2002-03-15 | syncing up printing code with SAMBA_2_2 (already done some merges | Gerald Carter | 1 | -1/+1 |
2002-03-13 | Fixed bodgy printf arguments in debug statment. | Tim Potter | 1 | -1/+1 |
2002-03-13 | include/smb_macros.h: Don't round up an allocation if the size is zero. | Jeremy Allison | 1 | -5/+7 |
2002-03-11 | make sure we give an error for unknown lockingX locktype bits | Andrew Tridgell | 1 | -0/+7 |
2002-03-05 | Mask off the aDIR on setfileinfo. | Jeremy Allison | 1 | -0/+3 |
2002-02-27 | Added "nt status support" parameter. Fix offline synchronisation. | Jeremy Allison | 1 | -6/+4 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |