2010-07-19 |
Jeremy Allison | Remove parse_negTokenTarg(), as it's actually incorrect...
|
commit | commitdiff | tree |
2010-07-19 |
Jeremy Allison | Fix [Bug 7577] SPNEGO auth fails when contacting Win7...
|
commit | commitdiff | tree |
2010-07-16 |
Jeremy Allison | Fix bug #7570 - New smb2 max parameters are undocumented.
|
commit | commitdiff | tree |
2010-07-16 |
Jeremy Allison | Make the "map to guest" parameter work correctly with...
|
commit | commitdiff | tree |
2010-07-15 |
Jeremy Allison | Fix bug - 7551 smbclient does not return proper exit...
|
commit | commitdiff | tree |
2010-07-13 |
Jeremy Allison | Revert "Remove the global char *LastDir."
|
commit | commitdiff | tree |
2010-07-08 |
Jeremy Allison | Change one more use of "struct rpc_hdr_info" -> "struct...
|
commit | commitdiff | tree |
2010-06-25 |
Jeremy Allison | Don't use frame as the talloc ctx in open_schannel_session_s...
|
commit | commitdiff | tree |
2010-06-25 |
Jeremy Allison | Change talloc_autofree_context() to frame in Andrew...
|
commit | commitdiff | tree |
2010-06-23 |
Jeremy Allison | Add parse_setjob_command() to make setting job state...
|
commit | commitdiff | tree |
2010-06-22 |
Jeremy Allison | Fix bug 7528 - Solaris with NIS autohome.
|
commit | commitdiff | tree |
2010-06-18 |
Jeremy Allison | Second part of fix converting prs_XX struct and functions...
|
commit | commitdiff | tree |
2010-06-18 |
Jeremy Allison | Convert the prs_XXX struct and functions to use talloc...
|
commit | commitdiff | tree |
2010-06-17 |
Jeremy Allison | Use #defined constant instead of "false" to be clearer...
|
commit | commitdiff | tree |
2010-06-16 |
Jeremy Allison | Remove an unused chunk of code (will make it easier...
|
commit | commitdiff | tree |
2010-06-16 |
Jeremy Allison | Remove two unused functions (prs_force_dynamic, prs_set_sess...
|
commit | commitdiff | tree |
2010-06-15 |
Jeremy Allison | Remove unused function.
|
commit | commitdiff | tree |
2010-06-14 |
Jeremy Allison | SMB2 correctness fix. As we've already returned the...
|
commit | commitdiff | tree |
2010-06-14 |
Jeremy Allison | Fix warning messages about unused result of talloc_move...
|
commit | commitdiff | tree |
2010-06-10 |
Jeremy Allison | Fix the build in the non WITH_AIO case (sorry).
|
commit | commitdiff | tree |
2010-06-10 |
Jeremy Allison | Implement AIO in SMB2. Doesn't allow cancel calls yet...
|
commit | commitdiff | tree |
2010-06-10 |
Jeremy Allison | Ensure we correctly setup req->subreq before testing...
|
commit | commitdiff | tree |
2010-06-10 |
Jeremy Allison | Don't use the autofree context for the globals. This...
|
commit | commitdiff | tree |
2010-06-10 |
Jeremy Allison | Rename "allow_smb2" -> "using_smb2" and make the usage...
|
commit | commitdiff | tree |
2010-06-10 |
Jeremy Allison | Split out the "finished write processing" code into...
|
commit | commitdiff | tree |
2010-06-10 |
Jeremy Allison | Ensure we don't send SMB1 keepalives on an SMB2 connection.
|
commit | commitdiff | tree |
2010-06-09 |
Jeremy Allison | Split out the "finished read processing" code into...
|
commit | commitdiff | tree |
2010-06-09 |
Jeremy Allison | Fix a valgrind error found by SMB2-COMPOUND test.
|
commit | commitdiff | tree |
2010-06-09 |
Jeremy Allison | Second part of fix for 7501 - SMB2: CREATE request...
|
commit | commitdiff | tree |
2010-06-07 |
Jeremy Allison | Make aio_ex owned by a talloc context, not neccessarily...
|
commit | commitdiff | tree |
2010-06-07 |
Jeremy Allison | Move "write_though" into aio_ex struct.
|
commit | commitdiff | tree |
2010-06-05 |
Jeremy Allison | Fix a long-standing bug with async io that would only...
|
commit | commitdiff | tree |
2010-06-04 |
Jeremy Allison | Oops. Forgot to re-initialize the aio_ex pointer from...
|
commit | commitdiff | tree |
2010-06-04 |
Jeremy Allison | wait_for_aio_completion() should return 0 on non-aio...
|
commit | commitdiff | tree |
2010-06-04 |
Jeremy Allison | Rename req -> smbreq.
|
commit | commitdiff | tree |
2010-06-04 |
Jeremy Allison | Change smbd_aio_complete_mid() -> smbd_aio_complete_aio_ex...
|
commit | commitdiff | tree |
2010-06-03 |
Jeremy Allison | Allow us to cope correctly with NT_STATUS_MORE_PROCESSING_RE...
|
commit | commitdiff | tree |
2010-06-03 |
Jeremy Allison | Found by Guenther - fix up our fallback paths from...
|
commit | commitdiff | tree |
2010-06-02 |
Jeremy Allison | Ensure we remove SMB2 cancel requests from the active...
|
commit | commitdiff | tree |
2010-06-02 |
Jeremy Allison | Fix a crash bug found by Ira Cooper <samba@ira.wakeful...
|
commit | commitdiff | tree |
2010-06-02 |
Jeremy Allison | Move to using a DATA_BLOB inside of struct aio_extra...
|
commit | commitdiff | tree |
2010-06-01 |
Jeremy Allison | Don't use sigev_value.sival_int to just store the mid...
|
commit | commitdiff | tree |
2010-05-25 |
Jeremy Allison | Standardize debug messages for read and write.
|
commit | commitdiff | tree |
2010-05-24 |
Jeremy Allison | Add in support for the NTLMSSP version reply.
|
commit | commitdiff | tree |
2010-05-22 |
Jeremy Allison | If using fake oplocks, use the correct SMB2 type code...
|
commit | commitdiff | tree |
2010-05-22 |
Jeremy Allison | Don't forget brackets around bitwise tests.
|
commit | commitdiff | tree |
2010-05-21 |
Jeremy Allison | Make DFS work over SMB2.
|
commit | commitdiff | tree |
2010-05-21 |
Jeremy Allison | Make krb5 over SMB2 identical to the way we handle...
|
commit | commitdiff | tree |
2010-05-21 |
Jeremy Allison | Doh! If you're going to give advice in "useage", make...
|
commit | commitdiff | tree |
2010-05-21 |
Jeremy Allison | Add comments to usage error message for -k to make...
|
commit | commitdiff | tree |
2010-05-21 |
Jeremy Allison | Set SMB2 max read/write/trans sizes to Win7 compatible...
|
commit | commitdiff | tree |
2010-05-20 |
Jeremy Allison | Make -k a simple non-bool option.
|
commit | commitdiff | tree |
2010-05-20 |
Jeremy Allison | Fix what looks like a cut-and-paste error in our read_negTok...
|
commit | commitdiff | tree |
2010-05-20 |
Jeremy Allison | Fix bug #7410 - samba sends "raw" inode number as...
|
commit | commitdiff | tree |
2010-05-20 |
Jeremy Allison | Fix bug 7442 - Samba returns incorrect SMB2 QFS device...
|
commit | commitdiff | tree |
2010-05-20 |
Jeremy Allison | Fix connecting to [homes] share over SMB2.
|
commit | commitdiff | tree |
2010-05-20 |
Jeremy Allison | Correctly check error code return.
|
commit | commitdiff | tree |
2010-05-20 |
Jeremy Allison | After talking with Microsoft engineers, immediately...
|
commit | commitdiff | tree |
2010-05-20 |
Jeremy Allison | After talking with Microsoft engineers, the "lock spin...
|
commit | commitdiff | tree |
2010-05-20 |
Jeremy Allison | (Finally) fix bug #7158 - SMB2 connection resets during...
|
commit | commitdiff | tree |
2010-05-19 |
Jeremy Allison | Thanks to Andrew Bartlett's advice, fix the NTLMSSP...
|
commit | commitdiff | tree |
2010-05-19 |
Jeremy Allison | Implement missing info level SMB_FILE_LINK_INFORMATION.
|
commit | commitdiff | tree |
2010-05-19 |
Jeremy Allison | Keep track of credits we're giving out. Set initial...
|
commit | commitdiff | tree |
2010-05-18 |
Jeremy Allison | Fix our NTLMSSP implementation against the Microsoft...
|
commit | commitdiff | tree |
2010-05-18 |
Jeremy Allison | Change data_blob() to be based on top of data_blob_talloc...
|
commit | commitdiff | tree |
2010-05-18 |
Jeremy Allison | Plumb in krb5 to the SMB2 sessionsetup code. First...
|
commit | commitdiff | tree |
2010-05-18 |
Jeremy Allison | Fix the build of bin/smbtorture in source3. Guenther...
|
commit | commitdiff | tree |
2010-05-17 |
Jeremy Allison | Refactor the sessionsetup SMB2 code to make it easy...
|
commit | commitdiff | tree |
2010-05-14 |
Jeremy Allison | Now we behave as Windows does, remove a Samba3 specific...
|
commit | commitdiff | tree |
2010-05-13 |
Jeremy Allison | Fix bug 7399 - SMB2: QUERY_DIRECTORY is returning invalid...
|
commit | commitdiff | tree |
2010-05-13 |
Jeremy Allison | Be more forgiving on client oplock break failure (as...
|
commit | commitdiff | tree |
2010-05-13 |
Jeremy Allison | Treat an open of stream ::$DATA as an open of the base...
|
commit | commitdiff | tree |
2010-05-12 |
Jeremy Allison | Pass more SMB2 oplock tests. Only oplock stream tests...
|
commit | commitdiff | tree |
2010-05-11 |
Jeremy Allison | Fix more SMB2-OPLOCK bugs. Only 3 more issues to address...
|
commit | commitdiff | tree |
2010-05-10 |
Jeremy Allison | SMB2 always have level2 oplock capability. Correct...
|
commit | commitdiff | tree |
2010-05-10 |
Jeremy Allison | Stop us crashing in SMB2-OPLOCK test. Don't allow more...
|
commit | commitdiff | tree |
2010-05-10 |
Jeremy Allison | Fix the processing of unlocks followed by locks. We...
|
commit | commitdiff | tree |
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-01 |
Jeremy Allison | Plumb the SMB2 front end into the blocking lock backend.
|
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 |