| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE | Tim Prouty | 2008-12-03 | 1 | -0/+2 |
* | s3: Add SMB_VFS_CREATE_FILE to the vfs layer | Tim Prouty | 2008-12-03 | 1 | -8/+34 |
* | Set PRESENT flag when returning NULL [SD]ACL like Windows does. | Steven Danneman | 2008-11-30 | 1 | -1/+9 |
* | Remove "conn" parameter from np_open, smb_request contains it | Volker Lendecke | 2008-11-28 | 1 | -1/+1 |
* | Consolidate the buffer checks for the reply_trans style functions | Volker Lendecke | 2008-11-28 | 1 | -57/+18 |
* | Remove the variable "size" from reply_nttrans | Volker Lendecke | 2008-11-28 | 1 | -10/+13 |
* | Fix the offset checks in the trans routines | Volker Lendecke | 2008-11-27 | 1 | -3/+3 |
* | Fix to allow setting of NULL DACL/SACL | Steven Danneman | 2008-11-23 | 1 | -11/+2 |
* | Fix build break | Tim Prouty | 2008-11-12 | 1 | -1/+1 |
* | Pretty print out SD's on get/set. | Jeremy Allison | 2008-11-12 | 1 | -0/+10 |
* | Do not write into inbuf for the transs request | Volker Lendecke | 2008-11-08 | 1 | -6/+5 |
* | Remove a direct inbuf reference from reply_nttrans() | Volker Lendecke | 2008-11-08 | 1 | -2/+1 |
* | Converting notify.c to store a request, not an inbuf | Volker Lendecke | 2008-11-08 | 1 | -1/+2 |
* | Final fix to make us pass NULL SD test in RAW-ACLs. Not sure if this is 100% ... | Jeremy Allison | 2008-11-06 | 1 | -0/+3 |
* | Use "vwv" in trans parsing | Volker Lendecke | 2008-11-02 | 1 | -35/+30 |
* | Remove a bunch of direct inbuf references by adding "vwv" to smb_request | Volker Lendecke | 2008-11-02 | 1 | -2/+2 |
* | Simplify params of srvstr_pull_buf_talloc() | Volker Lendecke | 2008-11-02 | 1 | -2/+1 |
* | Add srvstr_get_path_req[_wcard] | Volker Lendecke | 2008-11-02 | 1 | -8/+6 |
* | Remove a bunch of direct inbuf references by adding "buf" to smb_request | Volker Lendecke | 2008-11-01 | 1 | -4/+4 |
* | Move the is_known_pipename check into np_open | Volker Lendecke | 2008-10-25 | 1 | -10/+5 |
* | Fix a debug message in send_nt_replies() | Volker Lendecke | 2008-10-22 | 1 | -3/+6 |
* | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 2008-10-14 | 1 | -25/+25 |
* | Use "struct files_struct" for pipes instead of smb_np_struct | Volker Lendecke | 2008-10-13 | 1 | -11/+6 |
* | Pass struct smb_request to file_free | Volker Lendecke | 2008-10-13 | 1 | -3/+3 |
* | Pass struct smb_request to file_fsp | Volker Lendecke | 2008-10-13 | 1 | -7/+7 |
* | Fix a "nexted extern declaration" warning | Volker Lendecke | 2008-10-11 | 1 | -1/+1 |
* | For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bits | Jeremy Allison | 2008-10-08 | 1 | -0/+5 |
* | Add some debug to reply_nttrans | Volker Lendecke | 2008-09-09 | 1 | -0/+11 |
* | Fix calculation of useable_space for trans2 and nttrans replies | Volker Lendecke | 2008-09-08 | 1 | -12/+10 |
* | smbd: fix the handling of create_options to pass RAW-OPEN | Stefan Metzmacher | 2008-08-20 | 1 | -0/+12 |
* | Introduce is_known_pipename | Volker Lendecke | 2008-07-19 | 1 | -35/+1 |
* | Remove current_user references from nttrans.c | Volker Lendecke | 2008-06-19 | 1 | -3/+2 |
* | Remove current_user references from trans2.c | Volker Lendecke | 2008-06-19 | 1 | -2/+2 |
* | Remove the "current_user" arg from fsp_belongs_conn | Volker Lendecke | 2008-06-19 | 1 | -3/+3 |
* | Remove the "current_user" arg from check_fsp | Volker Lendecke | 2008-06-19 | 1 | -1/+1 |
* | Simplify fake_file logic | Volker Lendecke | 2008-05-16 | 1 | -1/+1 |
* | Remove "user" from connection_struct | Volker Lendecke | 2008-05-10 | 1 | -4/+6 |
* | Remove a couple of uses of SMB_VFS_GET_NT_ACL(), use | Jeremy Allison | 2008-05-09 | 1 | -8/+2 |
* | Yay ! Remove a VFS entry. Removed the set_nt_acl() call, | Jeremy Allison | 2008-05-08 | 1 | -7/+1 |
* | Remove connection_struct->mem_ctx, connection_struct is its own parent | Volker Lendecke | 2008-05-05 | 1 | -1/+1 |
* | Remove two pointless else branches | Volker Lendecke | 2008-04-14 | 1 | -7/+5 |
* | Rewrite the wrap checks to deal with gcc 4.x optimisations. | Jeremy Allison | 2008-04-07 | 1 | -38/+51 |
* | smbd: implement the strange write time update logic | Stefan Metzmacher | 2008-04-07 | 1 | -1/+1 |
* | smbd: ignore nttrans renames as w2k3 does | Stefan Metzmacher | 2008-04-01 | 1 | -24/+3 |
* | Using Metze's S4 nttrans rename test, the nttrans rename | Jeremy Allison | 2008-03-11 | 1 | -1/+1 |
* | Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19, | Jeremy Allison | 2008-03-11 | 1 | -2/+3 |
* | Don't use fname after create_file has been called | Volker Lendecke | 2008-02-22 | 1 | -5/+5 |
* | Add "split_ntfs_stream_name()" together with a torture test | Volker Lendecke | 2008-01-19 | 1 | -0/+3 |
* | Make use of talloc_pool in the main codepaths. Remove the sub-contexts. | Jeremy Allison | 2008-01-09 | 1 | -8/+0 |
* | Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL(). | Michael Adam | 2008-01-06 | 1 | -2/+1 |