Age | Commit message (Expand) | Author | Files | Lines |
2008-11-28 | Remove the variable "size" from reply_nttrans | Volker Lendecke | 1 | -10/+13 |
2008-11-28 | Remove the variable "size" from reply_trans | Volker Lendecke | 1 | -12/+16 |
2008-11-28 | Remove an unused variable | Volker Lendecke | 1 | -2/+0 |
2008-11-28 | Remove two direct inbuf references from reply_sesssetup_and_X_spnego() | Volker Lendecke | 1 | -2/+2 |
2008-11-27 | Fix the offset checks in the trans routines | Volker Lendecke | 3 | -9/+9 |
2008-11-24 | Fix bug #5873 - ACL inheritance cannot be broken. This regresses #4308, but t... | Jeremy Allison | 1 | -0/+8 |
2008-11-24 | Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS! | Volker Lendecke | 1 | -3/+3 |
2008-11-24 | Remove unused make_connection_with_chdir() | Volker Lendecke | 1 | -32/+0 |
2008-11-23 | Fix to allow setting of NULL DACL/SACL | Steven Danneman | 1 | -11/+2 |
2008-11-23 | Add auth_serversupplied_info to create_conn_struct | Volker Lendecke | 1 | -4/+15 |
2008-11-21 | Rever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix the logic bug that caus... | Jeremy Allison | 1 | -7/+1 |
2008-11-21 | Fix the logic bug that caused us to run into kernel oplocks on an open for a ... | Jeremy Allison | 1 | -1/+7 |
2008-11-21 | Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t... | Jeremy Allison | 1 | -15/+46 |
2008-11-21 | First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file. | Jeremy Allison | 5 | -109/+126 |
2008-11-20 | Fix bug #5909 - MS-DFS does not work on Vista, if link name includes multibyt... | Yasuma Takeda | 1 | -6/+6 |
2008-11-18 | Fix bug #5908 - Samba 3.0.32 - internal change notify on share directory fails" | Dina Fine | 1 | -0/+3 |
2008-11-18 | Re-structure Volker's patch to "Fix trans2findfirst for the large directory o... | Jeremy Allison | 1 | -26/+21 |
2008-11-18 | Fix trans2findfirst for the large directory optimization | Volker Lendecke | 1 | -0/+5 |
2008-11-17 | Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work. | Jeremy Allison | 2 | -3/+6 |
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-12 | s3: Add support for storing dos attributes as st_flags in the stat struct. | Tim Prouty | 1 | -13/+147 |
2008-11-11 | Fix bug 5889. "delete veto files = no" seems to break. | Jeremy Allison | 1 | -4/+11 |
2008-11-08 | Make "construct_reply_common" static | Volker Lendecke | 1 | -1/+3 |
2008-11-08 | Do not write into inbuf for the transs request | Volker Lendecke | 4 | -19/+23 |
2008-11-08 | Remove direct inbuf refs from send_trans_reply | Volker Lendecke | 1 | -37/+35 |
2008-11-08 | change CHECK_READ to use smb_request instead of inbuf | Volker Lendecke | 1 | -3/+3 |
2008-11-08 | Remove a direct inbuf reference from reply_nttrans() | Volker Lendecke | 1 | -2/+1 |
2008-11-08 | Remove a direct inbuf reference (should have been removed with 8987641d...) | Volker Lendecke | 1 | -1/+1 |
2008-11-08 | Remove the change to the user context in process_blocking_lock_queue() | Volker Lendecke | 1 | -76/+8 |
2008-11-08 | Converting notify.c to store a request, not an inbuf | Volker Lendecke | 2 | -56/+30 |
2008-11-06 | Make us clean under valgrind --leak-check=full by using talloc_autofree_conte... | Jeremy Allison | 2 | -4/+4 |
2008-11-06 | Convert to use VFS layer. | Herb Lewis | 1 | -1/+1 |
2008-11-06 | Add wrapper str_list_make_v3() to replace the old S3 behavior of | Jeremy Allison | 2 | -2/+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-06 | Don't call FSET_NT_ACL on file create if there's no SD to set. Leave the defa... | Jeremy Allison | 1 | -1/+6 |
2008-11-05 | Add reference to bug #4308 to remind me to add regression test to smbtorture. | Jeremy Allison | 1 | -1/+1 |
2008-11-05 | Fix the build | Volker Lendecke | 1 | -1/+1 |
2008-11-04 | Fix a const warning | Volker Lendecke | 1 | -1/+1 |
2008-11-04 | Convert blocking.c to store a smb_request instead of just inbuf | Volker Lendecke | 1 | -88/+54 |
2008-11-04 | Simplify logic of cancel_pending_lock_requests_by_fid() | Volker Lendecke | 1 | -20/+18 |
2008-11-04 | Slightly simplify logic in process_lockingX() | Volker Lendecke | 1 | -7/+8 |
2008-11-04 | Slightly simplify logic in remove_pending_lock_requests_by_mid() | Volker Lendecke | 1 | -13/+21 |
2008-11-04 | Slightly simplify logic in cancel_pending_lock_requests_by_fid() | Volker Lendecke | 1 | -20/+24 |
2008-11-04 | Convert blocking.c to use talloc | Volker Lendecke | 1 | -23/+15 |
2008-11-04 | Rewrite aio.c to keep the whole smb_request structure, not just the inbuf | Volker Lendecke | 1 | -75/+41 |
2008-11-04 | Make "inbuf" a talloc child of "smb_request" for normal smb requests | Volker Lendecke | 3 | -3/+5 |
2008-11-04 | Add construct_reply_common_req wrapper | Volker Lendecke | 3 | -3/+8 |
2008-11-04 | Fix nonempty blank lines | Volker Lendecke | 1 | -3/+3 |
2008-11-04 | Use talloc for struct aio_extra | Volker Lendecke | 1 | -27/+14 |