Age | Commit message (Expand) | Author | Files | Lines |
2008-03-21 | On Solaris, size_t seems to be only 32 bit. | Volker Lendecke | 1 | -5/+7 |
2008-03-19 | !NT_STATUS_IS_OK != NT_STATUS_IS_ERR | Volker Lendecke | 1 | -1/+1 |
2008-03-18 | Fix bug 5334 | Volker Lendecke | 1 | -0/+8 |
2008-03-08 | Correctly calculate the max read size | Volker Lendecke | 1 | -1/+1 |
2008-03-06 | Convert cli_read to use cli_pull | Volker Lendecke | 1 | -163/+15 |
2008-03-06 | Add async cli_pull support | Volker Lendecke | 1 | -0/+425 |
2008-01-16 | Fix bug found by Derrell - windows returns an read return | Jeremy Allison | 1 | -21/+28 |
2008-01-14 | Windows insists on write sizes < max_xmit on signed connections. | Jeremy Allison | 1 | -3/+6 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -14/+17 |
2007-11-06 | Ensure we don't use massive writes in pipe mode. | Jeremy Allison | 1 | -2/+3 |
2007-11-02 | Change the client library to write directly out of | Jeremy Allison | 1 | -32/+74 |
2007-10-30 | Our userlevel SMBwriteX call is non-standard in that it | Jeremy Allison | 1 | -8/+10 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -7/+7 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -8/+6 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23148: Fix old old bug in cli_smbwrite() (not incrementing | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22920: Add in the UNIX capability for 24-bit readX, as discussed | Jeremy Allison | 1 | -10/+40 |
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r17333: Some C++ warnings | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r15162: Patch for bug #3668. Windows has a bug with LARGE_READX | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -1/+6 |
2007-10-10 | r13119: Fix for #1779 from William Jojo <jojowil@hvcc.edu> | Jeremy Allison | 1 | -4/+6 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -6/+6 |
2007-10-10 | r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore. | Tim Potter | 1 | -2/+0 |
2007-10-10 | r4212: Ensure we only look at the bottom bit of large_readx. | Jeremy Allison | 1 | -5/+6 |
2007-10-10 | r4188: Ensure we add in the upper length in the right place ! | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r4186: Fix client & server to allow 127k READX calls. | Jeremy Allison | 1 | -1/+7 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r2959: If we want to support writes >= 65536 with cli_write, then it had better | Richard Sharpe | 1 | -4/+4 |
2007-10-10 | r2373: Fix typo. | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r2371: Fix for talking to OS/2 clients (max_mux ignored) by Guenter Kukkukk <... | Jeremy Allison | 1 | -1/+7 |
2003-08-08 | RPC fix from Ronan Waide <waider@waider.ie>. Tested with rpcecho. | Jeremy Allison | 1 | -1/+1 |
2003-01-15 | *lots of small merges form HEAD | Gerald Carter | 1 | -2/+5 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -2/+3 |
2002-12-30 | Merge Richard's write > 4Gb fix. | Jeremy Allison | 1 | -2/+12 |
2002-12-19 | merge from 2.2 fix for smbclient large files | Herb Lewis | 1 | -1/+9 |
2002-11-27 | Test was reversed for ERRmoredata in cli_read. | Jeremy Allison | 1 | -0/+10 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -1/+1 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -26/+38 |
2002-03-20 | Correctly increment offset in cli_smbwrite. | Jeremy Allison | 1 | -0/+2 |
2002-03-20 | Test against W2K that we're doing large read/writes correctly (we are). | Jeremy Allison | 1 | -0/+9 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-11 | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 1 | -6/+6 |
2001-09-05 | use cli_is_error() instead of looking in smb_rcls, otherwise NT status | Andrew Tridgell | 1 | -2/+2 |
2001-08-27 | started converting NTSTATUS to be a structure on systems with gcc in order to... | Andrew Tridgell | 1 | -4/+5 |
2001-08-24 | Re-added readbraw call to test with smbtorture. This code not yet | Jeremy Allison | 1 | -1/+88 |
2001-08-10 | A rewrite of the error handling in the libsmb client code. I've separated | Tim Potter | 1 | -10/+14 |
2001-07-01 | cli_read() was reading too many bytes. | Andrew Tridgell | 1 | -2/+1 |
2001-06-29 | Use a logical cli_read(), removed the cli_read_one() hack. | Jeremy Allison | 1 | -124/+61 |