Age | Commit message (Expand) | Author | Files | Lines |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FLISTXATTR(). | Michael Adam | 1 | -1/+1 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_FGETXATTR(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSTAT(). | Michael Adam | 1 | -2/+2 |
2008-01-04 | Now conn is part of smb_request, we don't need it as | Jeremy Allison | 1 | -4/+6 |
2008-01-04 | We dont' modify the smb header for crypto anymore. | Jeremy Allison | 1 | -1/+1 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -28/+41 |
2008-01-02 | Convert call_trans2open to create_file() | Volker Lendecke | 1 | -57/+16 |
2007-12-29 | Allow encryption context setup on IPC$. | Jeremy Allison | 1 | -7/+27 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 1 | -4/+4 |
2007-12-28 | Ensure we turn off POSIX large read/write if encryption | Jeremy Allison | 1 | -1/+4 |
2007-12-27 | Add the capability to set "smb encrypt = required" | Jeremy Allison | 1 | -1/+32 |
2007-12-27 | Add "smb encrypt" parameter. Can be set to "no, yes, required". | Jeremy Allison | 1 | -1/+24 |
2007-12-27 | Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability to | Jeremy Allison | 1 | -1/+5 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -0/+49 |
2007-11-26 | Fix bug 5055 | Volker Lendecke | 1 | -1/+1 |
2007-11-20 | Paranoia check that space_remaining never goes -ve. | Jeremy Allison | 1 | -2/+10 |
2007-11-16 | Ensure we use PATH_MAX for symlinks. | Jeremy Allison | 1 | -2/+2 |
2007-11-05 | Fix a debug message | Volker Lendecke | 1 | -1/+1 |
2007-11-03 | Remove the smb_read_error global variable and replace | Jeremy Allison | 1 | -1/+0 |
2007-11-01 | Add brackets so as not to break the POSIX caps return. | Jeremy Allison | 1 | -2/+2 |
2007-10-31 | Note when we're setting change time, not write time, and send | Jeremy Allison | 1 | -10/+24 |
2007-10-31 | Fix some cases where file_set_dosmode was being passed | Jeremy Allison | 1 | -1/+1 |
2007-10-31 | Make explicit draining the socket on RECVFILE. Add | Jeremy Allison | 1 | -1/+8 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -45/+45 |
2007-10-10 | Fix valgrind-found memory overwrite. | 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 | -48/+1 |
2007-10-10 | r25184: Fix some C++ warnings and an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25163: Fix wrong ctx passed to talloc_asprintf_append(). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r25138: More pstring elimination. Add a TALLOC_CTX parameter | Jeremy Allison | 1 | -10/+12 |
2007-10-10 | r25117: The mega-patch Jerry was waiting for. Remove all pstrings from | Jeremy Allison | 1 | -156/+173 |
2007-10-10 | r25111: Move to talloced pathnames on most code paths. | Jeremy Allison | 1 | -49/+57 |
2007-10-10 | r25102: Rewrite msdfs code to use talloced filenames. Passes make test | Jeremy Allison | 1 | -28/+43 |
2007-10-10 | r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based | Jeremy Allison | 1 | -94/+149 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r24699: Actually write 24 zeros instead of zero 24's... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24548: Fix the case-changing renames | Volker Lendecke | 1 | -1/+20 |
2007-10-10 | r24498: More extra code into a function, reply_openerror. | Jeremy Allison | 1 | -24/+4 |
2007-10-10 | r24476: Fix the mappings in reply_opeXXX calls. Now to test renames. | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r24475: Fix the error mapping for SMB_POSIX_PATH_OPEN. | Jeremy Allison | 1 | -0/+12 |
2007-10-10 | r24470: Start fixing up the mapping of OBJECT_NAME_COLLISION | Jeremy Allison | 1 | -1/+12 |
2007-10-10 | r24444: Convert reply_find[n]close to the new API | Volker Lendecke | 1 | -13/+25 |
2007-10-10 | r24362: Initialize padding also when no params are sent back | Volker Lendecke | 1 | -4/+6 |
2007-10-10 | r24320: Fix the wct checks in reply_trans2 and the reply_trans calls | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24163: Remove the send_trans2_replies_new wrapper | Volker Lendecke | 1 | -88/+89 |
2007-10-10 | r24162: send_trans2_replies is now static in trans2.c | Volker Lendecke | 1 | -8/+8 |
2007-10-10 | r24161: handle_trans2 takes care of errors itself, no need to do it in reply_... | Volker Lendecke | 1 | -6/+0 |
2007-10-10 | r24160: process_trans2 in smbd/blocking.c used send_trans2_replies. | Volker Lendecke | 1 | -6/+6 |
2007-10-10 | r24159: Convert reply_transs2 to the new API | Volker Lendecke | 1 | -46/+40 |
2007-10-10 | r24156: Convert reply_trans2 to the new API | Volker Lendecke | 1 | -56/+52 |