Age | Commit message (Expand) | Author | Files | Lines |
2009-04-14 | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 1 | -5/+5 |
2009-04-06 | Convert cli_trans to tevent_req | Volker Lendecke | 1 | -382/+272 |
2009-04-05 | Remove async_req dependency from cli_pull_trans | Volker Lendecke | 1 | -23/+25 |
2009-03-31 | Fix an uninitialized variable valgrind error | Volker Lendecke | 1 | -2/+2 |
2009-03-23 | s3:libsmb: use new simplified smb_signing code for the client side | Stefan Metzmacher | 1 | -21/+33 |
2009-03-19 | s3:libsmb: always create bytes array in cli_trans code | Stefan Metzmacher | 1 | -5/+14 |
2009-03-19 | s3:libsmb: fix smb signing for fragmented trans/trans2/nttrans requests | Stefan Metzmacher | 1 | -23/+7 |
2009-02-01 | Split up async_req into a generic and a NTSTATUS specific part | Volker Lendecke | 1 | -7/+7 |
2009-01-29 | Add the strlen to push to smb_bytes_push_str, return the converted size | Volker Lendecke | 1 | -3/+3 |
2008-12-19 | Pass "bytes_alignment" up through cli_request_send | Volker Lendecke | 1 | -3/+3 |
2008-12-08 | Simplify async programming a bit with helper routines | Volker Lendecke | 1 | -3/+3 |
2008-11-28 | Move cli_trans_oob to lib/util.c | Volker Lendecke | 1 | -17/+4 |
2008-09-10 | Fix some bogus compiler warnings | Volker Lendecke | 1 | -5/+10 |
2008-09-09 | Add async trans/trans2/nttrans calls to libsmb | Volker Lendecke | 1 | -0/+701 |
2008-05-13 | Fix signing problem in the client with transs requests | Volker Lendecke | 1 | -0/+3 |
2008-05-13 | Revert "Fix signing bug found by Volker. That one was *subtle*." | Volker Lendecke | 1 | -0/+14 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -4/+4 |
2007-12-04 | Fix signing bug found by Volker. That one was *subtle*. | Jeremy Allison | 1 | -14/+0 |
2007-11-30 | Ensure we have 2 bytes of zeros as a pad-buffer at the | Jeremy Allison | 1 | -40/+85 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -6/+6 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -4/+4 |
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 | r22732: - Testing of libsmbclient against Vista revealed what is likely a bug in | Derrell Lipman | 1 | -1/+8 |
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r21899: At least we're getting to stage 2 of the blob | Jeremy Allison | 1 | -4/+10 |
2007-10-10 | r17333: Some C++ warnings | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r17292: Try and fix bug #3967 - signing problems on trans | Jeremy Allison | 1 | -40/+61 |
2007-10-10 | r15018: Merge Volker's ipc/trans2/nttrans changes over | Jeremy Allison | 1 | -36/+2 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -20/+8 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -4/+15 |
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 | r7415: * big change -- volker's new async winbindd from trunk | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r5840: Fix findfirst/findnext with protocol level < NT1. | Jeremy Allison | 1 | -2/+3 |
2007-10-10 | r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for each | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -4/+4 |
2003-12-01 | Ensure we use the same mid for the secondary trans requests, W2K3 | Jeremy Allison | 1 | -0/+6 |
2003-12-01 | Better fix for client signing bug. Ensure we don't malloc/free trans signing | Jeremy Allison | 1 | -30/+26 |
2003-11-30 | Fix signing bug with secondary client trans requests. Turns out the last | Jeremy Allison | 1 | -0/+20 |
2003-10-20 | We are doing NT error codes now.... If we have an NT error, report that | Volker Lendecke | 1 | -0/+11 |
2003-08-02 | More fixes for client and server side signing. Ensure sequence numbers | Jeremy Allison | 1 | -17/+61 |
2003-08-02 | Correct fix (removed the earlier band-aid) for what I thought was a signing | Jeremy Allison | 1 | -0/+18 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 1 | -3/+3 |
2003-03-13 | Change size parameters from signed to unsigned to fix up warnings. | Jeremy Allison | 1 | -69/+164 |
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 | -4/+4 |
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 | -20/+6 |
2001-08-27 | converted smbd to use NTSTATUS by default | Andrew Tridgell | 1 | -12/+17 |
2001-08-20 | a bunch of fixes from the sflight to seattle | Andrew Tridgell | 1 | -7/+10 |