Age | Commit message (Expand) | Author | Files | Lines |
2010-06-11 | s3: Fix starving the echo responder | Volker Lendecke | 1 | -0/+11 |
2010-06-10 | s3:lib make server contexts generic | Simo Sorce | 3 | -30/+4 |
2010-06-10 | Fix the build in the non WITH_AIO case (sorry). | Jeremy Allison | 1 | -0/+20 |
2010-06-10 | Implement AIO in SMB2. Doesn't allow cancel calls yet (to be added). | Jeremy Allison | 4 | -0/+339 |
2010-06-10 | Ensure we correctly setup req->subreq before testing for async. Stops crashes... | Jeremy Allison | 1 | -4/+4 |
2010-06-10 | Don't use the autofree context for the globals. This causes child smbd's forked | Jeremy Allison | 3 | -3/+19 |
2010-06-10 | s3-smbd: Fix typo in comment. | Karolin Seeger | 1 | -1/+1 |
2010-06-09 | Rename "allow_smb2" -> "using_smb2" and make the usage clearer. | Jeremy Allison | 8 | -22/+31 |
2010-06-09 | Split out the "finished write processing" code into a function so it can be c... | Jeremy Allison | 1 | -40/+62 |
2010-06-09 | Ensure we don't send SMB1 keepalives on an SMB2 connection. | Jeremy Allison | 1 | -0/+6 |
2010-06-09 | Split out the "finished read processing" code into a function so it can be ca... | Jeremy Allison | 1 | -36/+75 |
2010-06-08 | Fix a valgrind error found by SMB2-COMPOUND test. | Jeremy Allison | 3 | -0/+31 |
2010-06-08 | Second part of fix for 7501 - SMB2: CREATE request replies getting mangled. | Jeremy Allison | 1 | -67/+67 |
2010-06-08 | Fix for bug 7501 - SMB2: CREATE request replies getting mangled. | Ira Cooper | 1 | -3/+1 |
2010-06-08 | Revert "s3:smbd Fix segfault if register_existing_vuid() fails" | Volker Lendecke | 1 | -12/+4 |
2010-06-08 | Revert "s3:smbd Give the kerberos session key a parent" | Volker Lendecke | 1 | -2/+0 |
2010-06-08 | Revert "s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS" | Volker Lendecke | 2 | -5/+4 |
2010-06-07 | Make aio_ex owned by a talloc context, not neccessarily on the null context. | Jeremy Allison | 1 | -8/+12 |
2010-06-07 | Move "write_though" into aio_ex struct. | Jeremy Allison | 1 | -5/+5 |
2010-06-07 | s3:smbd add utility function to check if there are open pipes | Simo Sorce | 1 | -8/+3 |
2010-06-07 | s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS | Andrew Bartlett | 2 | -4/+5 |
2010-06-07 | s3:smbd Give the kerberos session key a parent | Andrew Bartlett | 1 | -0/+2 |
2010-06-07 | s3:smbd Fix segfault if register_existing_vuid() fails | Andrew Bartlett | 1 | -4/+12 |
2010-06-04 | Fix a long-standing bug with async io that would only be triggered by SMB2. | Jeremy Allison | 1 | -5/+5 |
2010-06-04 | wait_for_aio_completion() should return 0 on non-aio compiled case. | Jeremy Allison | 1 | -1/+1 |
2010-06-04 | Rename req -> smbreq. | Jeremy Allison | 1 | -26/+26 |
2010-06-04 | Change smbd_aio_complete_mid() -> smbd_aio_complete_aio_ex(). Simplifies | Jeremy Allison | 1 | -32/+4 |
2010-06-04 | s3-auth: Moved smbd user functions to a generic place. | Andreas Schneider | 2 | -406/+0 |
2010-06-04 | s3-smbd: Remove unneeded dependency of map_username to globals.c. | Andreas Schneider | 3 | -7/+3 |
2010-06-03 | Allow us to cope correctly with NT_STATUS_MORE_PROCESSING_REQUIRED when downg... | Jeremy Allison | 1 | -1/+7 |
2010-06-03 | Found by Guenther - fix up our fallback paths from krb5 to NTLMSSP when using... | Jeremy Allison | 1 | -8/+29 |
2010-06-03 | s3-security: use shared "Standard access rights.". | Günther Deschner | 1 | -1/+1 |
2010-06-03 | s3-security: remove duplicate Extra W2K flags. | Günther Deschner | 1 | -1/+1 |
2010-06-03 | s3-security: use shared SECINFO_DACL define. | Günther Deschner | 4 | -12/+12 |
2010-06-03 | s3-security: use shared SECINFO_SACL define. | Günther Deschner | 2 | -2/+2 |
2010-06-03 | s3-security: use shared SECINFO_GROUP define. | Günther Deschner | 4 | -7/+7 |
2010-06-03 | s3-security: use shared SECINFO_OWNER define. | Günther Deschner | 4 | -7/+7 |
2010-06-03 | s3-security: remove some more shared secdesc defines. | Günther Deschner | 1 | -3/+3 |
2010-06-02 | Ensure we remove SMB2 cancel requests from the active queue | Jeremy Allison | 1 | -0/+1 |
2010-06-02 | Fix a crash bug found by Ira Cooper <samba@ira.wakeful.net>. | Jeremy Allison | 1 | -4/+5 |
2010-06-02 | Move to using a DATA_BLOB inside of struct aio_extra, not a char *. | Jeremy Allison | 1 | -16/+16 |
2010-06-01 | SMB2: Fix rename on Windows 7. | Ira Cooper | 1 | -8/+0 |
2010-06-01 | Don't use sigev_value.sival_int to just store the mid, use sigev_value.sival_... | Jeremy Allison | 1 | -38/+26 |
2010-05-31 | s3-smbd: remove unused sconn from token_contains_name(). | Günther Deschner | 1 | -1/+0 |
2010-05-31 | s3:smbd map_username() doesn't need sconn anymore | Simo Sorce | 4 | -8/+6 |
2010-05-31 | s3:smbd user_ok doesn't need sconn anymore | Simo Sorce | 1 | -7/+6 |
2010-05-31 | s3:smbd user_in_list() doesn't need sconn anymore | Simo Sorce | 2 | -6/+5 |
2010-05-31 | s3:smbd user_in_network() doesn't need sconn anymore | Simo Sorce | 2 | -7/+6 |
2010-05-31 | s3:smbd make yp cache local. | Simo Sorce | 3 | -20/+8 |
2010-05-31 | ntlmssp: Make the ntlmssp.h from source3/ a common header | Andrew Bartlett | 3 | -3/+3 |