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