Fix a few "might be uninitialized" errors
[samba.git] / source3 / smbd / smb2_notify.c
2023-03-31 Jeremy Allisons3: smbd: Correctly set smb2req->smb1req->posix_pathnam...
2022-09-07 Volker Lendeckesmbd: Save a few lines by using tevent_req_nterror...
2020-06-22 Christof Schmittsmbd: Use NT_STATUS_NOTIFY_ENUM_DIR instead of STATUS_N...
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2019-03-29 Stefan Metzmachers3:smbd: fix max_buffer handling of initial notify...
2019-01-11 Ralph BoehmeRevert "smbd: add an effective {smb,smbd_smb2}_request...
2018-06-18 Stefan Metzmachersmbd: add an effective {smb,smbd_smb2}_request->ev_ctx...
2018-03-22 Jeremy Allisons3: debug: smb2: Create a new DBGC_SMB2 debug class...
2014-11-19 Stefan Metzmachers3:smb2_server: use async smbprofile macros
2014-08-06 Stefan Metzmachers3:smb2_server: pass smbXsrv_connection to smbd_server_...
2014-08-06 Stefan Metzmachers3:smb2_*: make use of smb2req->xconn where possible
2014-08-06 Stefan Metzmachers3:smb2_server: use xconn->smb2.server.max_* instead...
2014-03-05 Stefan Metzmachers3:smb2_notify: make use of smbd_smb2_generate_outbody()
2014-02-14 Stefan Metzmachers3:smb2_notify: fix use after free on long living notif...
2013-12-04 Volker Lendeckesmbd: Avoid calling notify_filter_string for low debugl...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-09-22 Michael Adams3:smbd: remove struct member smbd_smb2_request.cancell...
2012-09-22 Stefan Metzmachers3:smb2_lock: smbd_smb2_notify_recv() can already retur...
2012-09-22 Stefan Metzmachers3:smb2_notify: make use of tevent_req_defer_callback...
2012-09-22 Stefan Metzmachers3:smb2_notify: don't call tevent_req_done() from smbd_...
2012-08-05 Stefan Metzmachers3:smb2_notify: make use of SMBD_SMB2_IN_*_PTR()
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon and smbXsrv_session...
2012-06-15 Michael Adams3:smbd: change smb2_notify.c to use fsp_fnum_dbg(...
2012-06-09 Stefan Metzmachers3:smb2_notify: make use of file_fsp_smb2()
2012-06-06 Stefan Metzmachers3:smbd: make use of change_notify_fsp_has_changes()
2012-03-10 Christian Ambachs3:smb2_server verify creditcharge
2012-03-03 Christian Ambachs3:smb2_server: use SMB2_WATCH_TREE
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-11-15 Stefan Metzmachers3:smb2_server: pass explicit defer_times to smbd_smb2_...
2011-10-12 Stefan Metzmachers3:smb2_server: remember the max_{trans,read,write...
2011-09-07 Stefan Metzmachers3:smb2_server: use smbd_smb2_request_verify_sizes...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2010-06-12 Volker Lendeckes3: change_notify_reply() does not need its "conn"...
2010-06-12 Volker Lendeckes3: Remove sconn arg from smbd_notify_cancel_by_smbreq
2010-05-20 Jeremy Allison(Finally) fix bug #7158 - SMB2 connection resets during...
2010-04-28 Jeremy AllisonUpdate (C) for 2010.
2010-04-23 Jeremy AllisonDon't free the entire tevent_req on cancel, only the...
2010-04-19 Jeremy AllisonFinal fix for #7331 - Compound async SMB 2 requests...
2010-04-18 Jeremy AllisonFirst part of fix for bug #7331 - Compound async SMB...
2010-04-06 Jeremy AllisonParameterize "smb2 max read", "smb2 max write", "smb2...
2009-08-17 Stefan Metzmachers3:smbd: add support for canceling SMB2 Notify calls.
2009-08-17 Stefan Metzmachers3:smbd: implement SMB2 Cancel correctly.
2009-08-12 Stefan Metzmacherlibcli: move some common SMB and SMB2 stuff into libcli...
2009-08-08 Stefan Metzmachers3:smbd: rename conn => sconn for smbd_server_connectio...
2009-07-24 Volker LendeckeFix a few uninitialized variable warnings
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-02 Stefan Metzmachers3:smbd: add support for SMB2 Notify