s3:smb2_server: use the common buffer layout for smbd_smb2_request_pending*
[mdw/samba.git] / source3 / smbd / smb2_server.c
2012-08-08 Stefan Metzmachers3:smb2_server: use the common buffer layout for smbd_s...
2012-08-08 Stefan Metzmachers3:smb2_server: don't try to update req->in.vector...
2012-08-08 Stefan Metzmachers3:smb2_server: sign the last request at the start...
2012-08-07 Stefan Metzmachers3:smb2_server: fix SMB2 signing of compound responses
2012-08-07 Stefan Metzmachers3:smb2_server: there's no need to copy req->out.vector...
2012-08-07 Stefan Metzmachers3:smb2_server: use memmove instead of copying single...
2012-08-07 Stefan Metzmachers3:smb2_server: make use of SMBD_SMB2_OUT_HDR_PTR(...
2012-08-07 Stefan Metzmachers3:smb2_server: check for compound based on SMBD_SMB2_N...
2012-08-07 Stefan Metzmachers3:smb2_server: make use of SMBD_SMB2_OUT_*_IOV smbd_sm...
2012-08-07 Stefan Metzmachers3:smb2_server: check for compound based on SMBD_SMB2_N...
2012-08-07 Stefan Metzmachers3:smb2_server: make use of SMBD_SMB2_*_IOV_OFS
2012-08-07 Stefan Metzmachers3:smb2_server: make use of helper macros in smb2_calcu...
2012-08-07 Stefan Metzmachers3:smb2_server: make use of helper macros in smbd_smb2_...
2012-08-07 Stefan Metzmachers3:smb2_server: make use of SMBD_SMB2_NUM_IOV_PER_REQ
2012-08-07 Stefan Metzmachers3:smb2_server: do one central as_root check if the...
2012-08-07 Stefan Metzmachers3:smb2_server: do one central tcon check if the operat...
2012-08-07 Stefan Metzmachers3:smb2_server: do one central session check if the...
2012-08-07 Stefan Metzmachers3:smb2_server: add and use smbd_smb2_call()
2012-08-07 Stefan Metzmachers3:smb2_server: add .as_root to smbd_smb2_dispatch_table
2012-08-07 Stefan Metzmachers3:smb2_server: add .need_tcon to smbd_smb2_dispatch_table
2012-08-07 Stefan Metzmachers3:smb2_server: add .need_session to smbd_smb2_dispatch...
2012-08-07 Stefan Metzmachers3:smb2_server: introduce a smbd_smb2_dispatch_table...
2012-08-07 Stefan Metzmachers3:smb2_server: move 'conn' to main block of smbd_smb2_...
2012-08-06 Stefan Metzmachers3:smb2_server: make use of smbd_smb2_inbuf_parse_compo...
2012-08-06 Stefan Metzmachers3:smb2_server: make use of smbd_smb2_inbuf_parse_compo...
2012-08-06 Stefan Metzmachers3:smb2_server: remove const from smbd_smb2_first_negprot()
2012-08-06 Stefan Metzmachers3:smb2_server: add smbd_smb2_inbuf_parse_compound()
2012-08-05 Stefan Metzmachers3:smb2_server: make use of SMBD_SMB2_* macros
2012-08-05 Stefan Metzmachers3:smb2_server: use 'i' instead of '1' as vector index...
2012-07-25 Stefan Metzmachers3:smb2_server: simplify the talloc_pool handling for...
2012-07-03 Volker Lendeckes3: Fix Coverity ID 709217 Dereference after null check
2012-07-03 Michael Adams3:smbd:smb2: change smbXsrv_tcon0 to smbXsrv_tcon...
2012-06-29 Stefan Metzmachers3:smb2_server: remove max_charge check in smbd_smb2_re...
2012-06-28 Stefan Metzmachers3:smb2_server: make the logic in smbd_smb2_request_ver...
2012-06-28 Stefan Metzmachers3:smb2_server: simplify smbd_smb2_request_verify_credi...
2012-06-28 Stefan Metzmachers3:smb2_server: grant extra credits for multi-credit...
2012-06-28 Stefan Metzmachers3:smb2_server: implement credit granting similar to...
2012-06-28 Stefan Metzmachers3:smb2_server: make sure sequence numbers don't wrap...
2012-06-28 Stefan Metzmachers3:smb2_server: make sure we don't grant more credits...
2012-06-28 Stefan Metzmachers3:smb2_server: check the credit_charge against the...
2012-06-28 Stefan Metzmachers3:smb2_server: split out a smb2_validate_sequence_numb...
2012-06-28 Stefan Metzmachers3:smb2_server: clear sequence window if we got the...
2012-06-28 Stefan Metzmachers3:smb2_server: fix calculation of the next bitmap_offset
2012-06-28 Stefan Metzmachers3:smb2_server: remove unused and confusing DEFAULT_SMB...
2012-06-28 Stefan Metzmachers3:smb2_server: call smbd_smb2_request_validate() also...
2012-06-28 Stefan Metzmachers3:smb2_server: start the connection with one credit...
2012-06-25 Stefan Metzmachers3:smb2_sesssetup: implement dynamic re-authentication...
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon and smbXsrv_session...
2012-06-25 Stefan Metzmachers3:smb2_sesssetup: make use of the smbXsrv_session...
2012-06-15 Stefan Metzmachers3:smb2_server: remember the request_time on an incomin...
2012-03-14 Christian Ambachs3:smb2_server: fix a compiler warning
2012-03-10 Volker Lendeckes3: Fix a 64-bit warning
2012-03-10 Jeremy AllisonFix up Christian Ambach's multi-credit code - the Credi...
2012-03-10 Christian Ambachs3:smb2_server validate message ids with largemtu
2012-03-10 Christian Ambachs3:smb2_server add function to verify creditcharge
2012-03-03 Christian Ambachs3:smb2_server fix a typo
2012-02-27 Stefan Metzmacherlibcli/smb/smb2_signing: pass down 'protocol' to smb2_s...
2012-02-18 Jeremy AllisonFix a bunch of "unused variable" warnings.
2011-12-12 Stefan Metzmachers3:smb2_server: use sconn->ev_ctx instead of sconn...
2011-12-12 Stefan Metzmachers3:smbd: remember the event context on smbd_server_conn...
2011-11-15 Jeremy AllisonEnsure we correctly calculate reply credits over all...
2011-11-15 Stefan Metzmachers3:smb2_server: pass explicit defer_times to smbd_smb2_...
2011-11-15 Stefan Metzmachers3:smb2_server: always send STATUS_PENDING responses...
2011-11-09 Stefan Metzmachers3:smb2_server: grant credits in async interim response...
2011-11-02 David Disseldorps3:smb2_server: remove unused outhdr variables
2011-10-31 Stefan Metzmachers3:smb2_server: FLAG_CHAINED means we always use the...
2011-10-31 Stefan Metzmachers3:smb2_server: don't reset the tid and session id...
2011-10-31 Stefan Metzmachers3:smb2_server: echo the SMB2_HDR_CREDIT_CHARGE and...
2011-09-29 David Disseldorps3-smb2_server: SMB2_OP_IOCTL doesn't require at least...
2011-09-29 Stefan Metzmachers3:smb2_server: SMB2_OP_CANCEL requests don't have...
2011-09-23 Stefan Metzmachers3:smbd: disconnect the socket if we got an unexpected...
2011-09-23 Stefan Metzmachers3:smbd: don't call smbd_terminate_connection in smb2_v...
2011-09-22 Jeremy AllisonFix bug #8476 - Samba asserts when SMB2 client breaks...
2011-09-14 Stefan Metzmachers3:smb2_server: SMB2_OP_GETINFO doesn't require at...
2011-09-07 Stefan Metzmachers3:smb2_server: add smbd_smb2_request_verify_sizes()
2011-08-31 Jeremy AllisonFix bug 8429 - Compound SMB2 requests on an IPC connect...
2011-08-31 Jeremy AllisonBased on metze's fix for Bug 8407 - SMB2 server can...
2011-08-31 Stefan Metzmachers3:smb2_server: keep compound_related on struct smbd_sm...
2011-08-12 Stefan Metzmachers3:smb2_server: make sure we prefer responses over...
2011-08-07 Stefan Metzmachers3:smb2_server: make sure we grant credits on async...
2011-07-29 Jeremy AllisonSecod part of bugfix for bug #8335 - file copy aborts...
2011-07-19 Andrew Bartletts3-auth use auth_user_info not netr_SamInfo3 in auth3_s...
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-08 Jeremy AllisonMove smbd_smb2_request_check_tcon() smbd_smb2_request_c...
2011-07-08 Stefan Metzmachers3:smb2_server: add some comments about change_to_user...
2011-07-08 Andrew Bartlettlib/util Move bitmap.c to lib/util
2011-07-07 Jeremy AllisonFix bug #8293 - SMB2 doesn't rotate the log files often...
2011-07-07 Stefan Metzmachers3:smb2_server: call change_to_root_user() or smbd_smb2...
2011-07-04 Stefan Metzmachers3:smb2_server: there's no reason to check the session...
2011-06-29 Jeremy AllisonSecond part of fix for bug #8219 - SMB Panic from Windo...
2011-06-29 Jeremy AllisonFix bug #8219 - SMB Panic from Windows 7 Client
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba...
2011-05-30 Andrew Bartletts3-globals Remove smbd_event_context() (use server_even...
2011-05-12 Volker Lendeckes3: Slightly simplify smbd_smb2_request_next_vector
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-05-05 Volker Lendeckes3: Fix dup_smb2_vec3
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-04-13 Günther Deschners3: only include smb profiling where needed.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
next