Age | Commit message (Expand) | Author | Files | Lines |
2009-02-09 | S3: New module interface for SMB message statistics gathering | todd stecher | 1 | -1/+2 |
2009-01-31 | Make reply_pipe_read_andx async | Volker Lendecke | 1 | -13/+57 |
2009-01-31 | Make reply_pipe_write async | Volker Lendecke | 1 | -13/+48 |
2009-01-31 | Make reply_pipe_write_and_X async | Volker Lendecke | 1 | -20/+52 |
2009-01-31 | Make-np_write-handle-0-byte-writes-as-NT_STATUS_OK | Volker Lendecke | 1 | -43/+27 |
2009-01-20 | Remove some smb fsp knowledge from rpc_server/ | Volker Lendecke | 1 | -4/+50 |
2009-01-16 | Correctly calculate the offset for read&x | Volker Lendecke | 1 | -2/+6 |
2008-12-07 | Replace some pointless variables in reply_open_pipe_and_X by comments | Volker Lendecke | 1 | -12/+6 |
2008-11-28 | Remove "conn" parameter from np_open, smb_request contains it | Volker Lendecke | 1 | -1/+1 |
2008-11-02 | Remove a bunch of direct inbuf references by adding "vwv" to smb_request | Volker Lendecke | 1 | -11/+10 |
2008-11-02 | Simplify params of srvstr_pull_buf_talloc() | Volker Lendecke | 1 | -2/+1 |
2008-11-01 | Remove a bunch of direct inbuf references by adding "buf" to smb_request | Volker Lendecke | 1 | -3/+3 |
2008-10-25 | Move the is_known_pipename check into np_open | Volker Lendecke | 1 | -11/+5 |
2008-10-14 | Remove unused stuff | Volker Lendecke | 1 | -12/+0 |
2008-10-13 | Remove smb_np_struct | Volker Lendecke | 1 | -26/+0 |
2008-10-13 | Use "struct files_struct" for pipes instead of smb_np_struct | Volker Lendecke | 1 | -29/+49 |
2008-07-19 | Introduce is_known_pipename | Volker Lendecke | 1 | -11/+1 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -2/+1 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -1/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -1/+1 |
2007-10-10 | r25118: More pstring elimination. | Jeremy Allison | 1 | -5/+11 |
2007-10-10 | r24702: Remove the old API pointers | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r24425: Convert reply_write to the new API | Volker Lendecke | 1 | -14/+15 |
2007-10-10 | r24326: Fix the build for Solaris CC | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24324: No reply_prep_legacy() in reply_pipe_read_and_X | Volker Lendecke | 1 | -15/+18 |
2007-10-10 | r24278: Push down reply_prep_legacy in reply_write_and_X | Volker Lendecke | 1 | -19/+26 |
2007-10-10 | r24106: Pass fnum instead of buf/offset into get_rpc_pipe_p | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r23999: Convert reply_open_and_X | Volker Lendecke | 1 | -21/+26 |
2007-10-10 | r23998: Convert reply_close to the new API | Volker Lendecke | 1 | -6/+8 |
2007-10-10 | r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou... | Volker Lendecke | 1 | -3/+3 |
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 | r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 1 | -6/+6 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -0/+17 |
2007-10-10 | r15911: Make us survive rpc-authcontext committed next | Volker Lendecke | 1 | -0/+10 |
2007-10-10 | r11511: A classic "friday night check-in" :-). This moves much | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture | Jeremy Allison | 1 | -38/+51 |
2007-10-10 | r4330: Fix for bug found by Rob Foehl <rwf@loonybin.net>. Remember to | Jeremy Allison | 1 | -0/+2 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-20 | This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a | Andrew Bartlett | 1 | -7/+9 |
2001-12-18 | Return NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if pipe name not found. | Jeremy Allison | 1 | -1/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-08-27 | converted smbd to use NTSTATUS by default | Andrew Tridgell | 1 | -8/+8 |
2001-07-04 | allow to use usrmgr/svrmgr tools in win95 | Jean-François Micouleau | 1 | -5/+7 |
2001-04-18 | a missing string conversion. | Jean-François Micouleau | 1 | -1/+1 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -3/+0 |