2010-05-10 |
Jeremy Allison | Fix more of the SMB2-LOCK tests. Correctly unlock locks...
|
commit | commitdiff | tree |
2010-05-07 |
Jeremy Allison | Only MULTIPLE-UNLOCK test left to fix !
|
commit | commitdiff | tree |
2010-05-07 |
Jeremy Allison | When tearing down the connection make sure we close...
|
commit | commitdiff | tree |
2010-05-07 |
Jeremy Allison | This patch looks bigger than it is. It does 2 things...
|
commit | commitdiff | tree |
2010-05-07 |
Jeremy Allison | Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK...
|
commit | commitdiff | tree |
2010-05-07 |
Jeremy Allison | Fix crash in cancel-tdis lock test. Correctly shut...
|
commit | commitdiff | tree |
2010-05-06 |
Jeremy Allison | Fix cancel by close lock test.
|
commit | commitdiff | tree |
2010-05-06 |
Jeremy Allison | Fix SMB2 lock tests up to cancel-by-close.
|
commit | commitdiff | tree |
2010-05-06 |
Jeremy Allison | Fix more SMB2 locking. We still crash but this won...
|
commit | commitdiff | tree |
2010-05-05 |
Jeremy Allison | Move to MS-FSA algorithm when checking for invalid...
|
commit | commitdiff | tree |
2010-05-05 |
Jeremy Allison | Get closer to passing SMB2 lock test. Still crashes...
|
commit | commitdiff | tree |
2010-05-05 |
Jeremy Allison | Return correct error on read request on directory.
|
commit | commitdiff | tree |
2010-05-05 |
Jeremy Allison | Get in_minimum and EOF errors right.
|
commit | commitdiff | tree |
2010-05-05 |
Jeremy Allison | Client ignoring max write is a warning, not an error.
|
commit | commitdiff | tree |
2010-05-05 |
Jeremy Allison | Start to pass the SMB2 read torture tests.
|
commit | commitdiff | tree |
2010-05-05 |
Jeremy Allison | Fixed issue with return in a void function found by...
|
commit | commitdiff | tree |
2010-05-04 |
Luca Olivetti | Fix bug #7263 - Unable to print using Samba 3.5.1 and...
|
commit | commitdiff | tree |
2010-05-01 |
Jeremy Allison | Plumb the SMB2 front end into the blocking lock backend.
|
commit | commitdiff | tree |
2010-04-30 |
Simo Sorce | smbd: move printfile_offset() within write_file()
|
commit | commitdiff | tree |
2010-04-30 |
Jeremy Allison | Carefully label SMB1-specific locking calls.
|
commit | commitdiff | tree |
2010-04-29 |
Jeremy Allison | Move the global blocking lock records into the smb1...
|
commit | commitdiff | tree |
2010-04-29 |
Jeremy Allison | Attempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is...
|
commit | commitdiff | tree |
2010-04-28 |
Jeremy Allison | Update (C) for 2010.
|
commit | commitdiff | tree |
2010-04-28 |
Jeremy Allison | Connect set security descriptor into SMB2 code.
|
commit | commitdiff | tree |
2010-04-28 |
Jeremy Allison | Fix the "allow_smb2" bug being set to false that was...
|
commit | commitdiff | tree |
2010-04-28 |
Jeremy Allison | Don't return a potentially uninitialized NT_STATUS...
|
commit | commitdiff | tree |
2010-04-28 |
Jeremy Allison | Add debug statements so I can track the flow of RPC...
|
commit | commitdiff | tree |
2010-04-27 |
Jeremy Allison | Don't return an intermediate reply on async on a pipe...
|
commit | commitdiff | tree |
2010-04-27 |
Jeremy Allison | Fix more S3 build breakage. Matthias, please ensure...
|
commit | commitdiff | tree |
2010-04-27 |
Jeremy Allison | Correctly report share types (now Win7 makes RPC calls...
|
commit | commitdiff | tree |
2010-04-27 |
Jeremy Allison | Plumb in get_nt_acl into SMB2.
|
commit | commitdiff | tree |
2010-04-26 |
Jeremy Allison | When walking the SMB2 requests queue, ensure the request...
|
commit | commitdiff | tree |
2010-04-26 |
Jeremy Allison | Fix crash when rescheduling oplock open.
|
commit | commitdiff | tree |
2010-04-24 |
Jeremy Allison | Implement oplocks within SMB2. Plumb into the existing...
|
commit | commitdiff | tree |
2010-04-23 |
Jeremy Allison | When sending the initial async response, this is never...
|
commit | commitdiff | tree |
2010-04-23 |
Jeremy Allison | Don't free the entire tevent_req on cancel, only the...
|
commit | commitdiff | tree |
2010-04-23 |
Simo Sorce | s3-smbd: group print relate data in own structure
|
commit | commitdiff | tree |
2010-04-23 |
Jeremy Allison | Allow smb2 create requests to be cancelled.
|
commit | commitdiff | tree |
2010-04-23 |
Ira Cooper | Fix bug #7384 - dptr_Close has a bitmap leak.
|
commit | commitdiff | tree |
2010-04-23 |
Jeremy Allison | At simo's request return struct tevent_req *treq -...
|
commit | commitdiff | tree |
2010-04-23 |
Jeremy Allison | Rename - no functional change. Stop all variables being...
|
commit | commitdiff | tree |
2010-04-23 |
Jeremy Allison | Make deferred opens (NT_STATUS_SHARING_VIOLATION) work...
|
commit | commitdiff | tree |
2010-04-19 |
Jeremy Allison | Now SMB2 error messages are correctly being returned...
|
commit | commitdiff | tree |
2010-04-19 |
Jeremy Allison | Ensure vectors are always allocated with consistent...
|
commit | commitdiff | tree |
2010-04-19 |
Jeremy Allison | Fix valgrind error where a strdup of name reads one...
|
commit | commitdiff | tree |
2010-04-19 |
Jeremy Allison | Remove an unused auto variable.
|
commit | commitdiff | tree |
2010-04-19 |
Jeremy Allison | Final fix for #7331 - Compound async SMB 2 requests...
|
commit | commitdiff | tree |
2010-04-18 |
Jeremy Allison | Second part of fix for bug #7331 - Compound async SMB...
|
commit | commitdiff | tree |
2010-04-18 |
Jeremy Allison | First part of fix for bug #7331 - Compound async SMB...
|
commit | commitdiff | tree |
2010-04-14 |
Jeremy Allison | Don't set "requested_posix_capabilities" in the sync...
|
commit | commitdiff | tree |
2010-04-14 |
Jeremy Allison | Add basic DFS tests.
|
commit | commitdiff | tree |
2010-04-14 |
Jeremy Allison | Split out the client unix capabilities to those the...
|
commit | commitdiff | tree |
2010-04-13 |
Jeremy Allison | Move to using 64-bit mid values in our internal open...
|
commit | commitdiff | tree |
2010-04-10 |
Jeremy Allison | Plumb SMB2 stubs into all the places we defer SMB1...
|
commit | commitdiff | tree |
2010-04-09 |
Jeremy Allison | Stop smb2 from calling into smb1 blocking lock request...
|
commit | commitdiff | tree |
2010-04-09 |
Jeremy Allison | Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo()
|
commit | commitdiff | tree |
2010-04-09 |
Jeremy Allison | Fix bug #7339 - MSDFS is non-functional in 3.5.x
|
commit | commitdiff | tree |
2010-04-08 |
Jeremy Allison | Start to plumb smb2 into the oplock system. Calls dummy...
|
commit | commitdiff | tree |
2010-04-07 |
Jeremy Allison | Test using (-1) for tid and sessionid in compound related...
|
commit | commitdiff | tree |
2010-04-07 |
Jeremy Allison | On compound requests, MS-SMB2 says clients MAY use...
|
commit | commitdiff | tree |
2010-04-07 |
Jeremy Allison | Don't forget to initialize *p_creds_requested.
|
commit | commitdiff | tree |
2010-04-06 |
Jeremy Allison | Ensure we total up the correct number of creds requested...
|
commit | commitdiff | tree |
2010-04-06 |
Jeremy Allison | Parameterize "smb2 max read", "smb2 max write", "smb2...
|
commit | commitdiff | tree |
2010-04-06 |
Jeremy Allison | Add FSCTL_QUERY_ALLOCATED_RANGES to the list of Windows...
|
commit | commitdiff | tree |
2010-04-05 |
Jeremy Allison | Fix issue with aio where r/w lock wasn't kept across...
|
commit | commitdiff | tree |
2010-04-05 |
Volker Lendecke | Fix related to bug #7326 - can't read/write any files...
|
commit | commitdiff | tree |
2010-04-01 |
Jeremy Allison | Move initialize_async_io_handler() inside of smbd/aio.c.
|
commit | commitdiff | tree |
2010-04-01 |
Jeremy Allison | Add torture test for bug 7310 - DOS attribute inconsistency...
|
commit | commitdiff | tree |
2010-04-01 |
Jeremy Allison | Make smbd_lock_socket/smbd_unlock_socket recursive...
|
commit | commitdiff | tree |
2010-03-31 |
Jeremy Allison | Fix bug 7310 - DOS attribute inconsistency with MS...
|
commit | commitdiff | tree |
2010-03-31 |
Jeremy Allison | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2010-03-30 |
Jeremy Allison | Second part of fix for bug #6494 - Incorrect FileStatus...
|
commit | commitdiff | tree |
2010-03-30 |
Jeremy Allison | Fix for bug #7233 - print fails with jobs >4GB from...
|
commit | commitdiff | tree |
2010-03-30 |
Jeremy Allison | If the timeout has been set to zero, don't register...
|
commit | commitdiff | tree |
2010-03-29 |
Jeremy Allison | Fix bug 7307 - man net usershare mistake
|
commit | commitdiff | tree |
2010-03-27 |
Jeremy Allison | Fix bug #7240 - Net usershare is not case sensitive.
|
commit | commitdiff | tree |
2010-03-26 |
Kai Blin | s3 ntlm_auth: Don't malloc data that will be talloc_free()d
|
commit | commitdiff | tree |
2010-03-26 |
Jeremy Allison | Revert the part of bug fix #7233 - print fails with...
|
commit | commitdiff | tree |
2010-03-26 |
Jeremy Allison | Second part of bug #7288 - SMB job IDs in CUPS job...
|
commit | commitdiff | tree |
2010-03-26 |
Jeremy Allison | Fix bug #7288 - SMB job IDs in CUPS job names wrong.
|
commit | commitdiff | tree |
2010-03-26 |
Jeremy Allison | Fix bug 7297 - smbd crashes with CUPS printers and...
|
commit | commitdiff | tree |
2010-03-25 |
Holger Hetterich | s3: vfs_smb_traffic_analyzer.c: remove warnings from...
|
commit | commitdiff | tree |
2010-03-25 |
Michael Karcher | Fix bug #7269 - Job management commands don't work...
|
commit | commitdiff | tree |
2010-03-24 |
Jeremy Allison | Fix bug #7233 - print fails with jobs >4GB from Win7...
|
commit | commitdiff | tree |
2010-03-24 |
Jeremy Allison | Missing include guard in source4/libcli/security/security.h
|
commit | commitdiff | tree |
2010-03-24 |
Jeremy Allison | Fix bug #7283 - vfs_acl_tdb does not work as expected.
|
commit | commitdiff | tree |
2010-03-24 |
Jeremy Allison | Fix valgrind warning when source and dest stat are...
|
commit | commitdiff | tree |
2010-03-22 |
Jeremy Allison | share_info.tdb could use non-canonicalized sharenames.
|
commit | commitdiff | tree |
2010-03-22 |
Jeremy Allison | Fix valgrind error when running under share level security...
|
commit | commitdiff | tree |
2010-03-15 |
Craig Miskell | Fix bug #7191 - WINS doesn't respond after > 86 #1c...
|
commit | commitdiff | tree |
2010-03-15 |
Volker Lendecke | s3: Fix an uninitialized variable read
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | Remove the bool admin_user from conn struct. We no...
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | Fix bug #7188 - Logic error in check of total_data...
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | Remove reference to conn->admin_user in preparation...
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | Simplify processing of "admin user". If a user is an...
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | Switch over to using get_currect_XXX() accessor functions.
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | Pass "connection_struct *conn" into functions that...
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | Add accessor functions for current uid, gid, unix token...
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | We don't need to treat the token differently in the...
|
commit | commitdiff | tree |
2010-03-15 |
Jeremy Allison | Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove...
|
commit | commitdiff | tree |