Age | Commit message (Expand) | Author | Files | Lines |
2009-02-09 | S3: New module interface for SMB message statistics gathering | todd stecher | 1 | -1/+7 |
2009-01-29 | s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation | Tim Prouty | 1 | -2/+2 |
2009-01-20 | Remove some smb fsp knowledge from rpc_server/ | Volker Lendecke | 1 | -1/+1 |
2009-01-11 | s3: Differentiate between posix files with colons and actual streams | Tim Prouty | 1 | -2/+34 |
2009-01-08 | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 1 | -4/+3 |
2009-01-05 | Fix call to ndr_size_dom_sid, missing parameter. | Jeremy Allison | 1 | -1/+1 |
2009-01-05 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 1 | -7/+7 |
2009-01-04 | s3: Allow renames of streams via NTRENAME and fix stream error codes on rename | Tim Prouty | 1 | -7/+7 |
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 1 | -1/+1 |
2008-12-31 | Rename parent_dirname_talloc() to parent_dirname() | Volker Lendecke | 1 | -1/+1 |
2008-12-31 | Use parent_dirname_talloc instead of parent_dirname in copy_internals | Volker Lendecke | 1 | -2/+6 |
2008-12-03 | s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument | Tim Prouty | 1 | -4/+4 |
2008-12-03 | s3: Modify direct callers of open_file_ntcreate and open_directory to call SM... | Tim Prouty | 1 | -16/+38 |
2008-12-03 | s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE | Tim Prouty | 1 | -0/+2 |
2008-12-03 | s3: Add SMB_VFS_CREATE_FILE to the vfs layer | Tim Prouty | 1 | -8/+34 |
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 |