s3: smbd: Add async internals of reply_exit().
[amitay/samba.git] / source3 /
2020-03-18 Jeremy Allisons3: smbd: Add async internals of reply_exit().
2020-03-18 Jeremy Allisons3: smbd: Remove old synchronous SMB1 reply_ulogoffX().
2020-03-18 Jeremy Allisons3: smbd: reply_ulogoffX() Update to modern coding...
2020-03-18 Jeremy Allisons3: smbd: In reply_ulogoffX(), replace req -> smb1req.
2020-03-18 Jeremy Allisons3: smbd: Add async internals of reply_ulogoffX.
2020-03-18 Jeremy Allisons3: smbd: Remove old synchronous SMB1 reply_tdis().
2020-03-18 Jeremy Allisons3: smbd: reply_tdis() Update to modern coding standards.
2020-03-18 Jeremy Allisons3: smbd: In reply_tdis(), replace req -> smb1req.
2020-03-18 Jeremy Allisons3: smbd: Add async internals of reply_tdis().
2020-03-18 Jeremy Allisons3: smbd: Replace synchronous conn_force_tdis() with...
2020-03-18 Jeremy Allisons3: smbd: Add async internals of conn_force_tdis().
2020-03-18 Jeremy Allisons3: smbd: Don't allow force disconnect of a connection...
2020-03-18 Jeremy Allisons3: smbd: Every place we check fsp->deferred_close...
2020-03-18 Jeremy Allisons3: smbd: In async SMB1 reply_close() set fsp->closing...
2020-03-18 Jeremy Allisons3: smbd: Now we free fsp->aio_requests when it gets...
2020-03-18 Jeremy Allisons3: smbd: In aio_del_req_from_fsp() talloc_free(fsp...
2020-03-18 Jeremy Allisons3: tests: Slight tweak to the force-close share test.
2020-03-11 Christof Schmittselftest: Add test for rpcclient LSA lookup calls
2020-03-11 Christof Schmittrpcclient: Ask for minimal permissions for SID and...
2020-03-10 Volker Lendeckelib: Fix a typo
2020-03-10 Volker Lendeckesmbd: Fix a comment, "flags" expanded to 2 bytes
2020-03-10 Volker Lendeckelibsmbclient: Put it back to a known, well-working...
2020-03-09 Ralph Boehmesmbd: reuse close_free_pending_aio() in close_directory()
2020-03-09 Ralph Boehmesmbd: call tevent_req_nterror() for directories when...
2020-03-09 Ralph Boehmesmbd: move pending aio cleanup to a helper function
2020-03-09 Ralph Boehmevfs_default: Protect vfs_getxattrat_done() from accessi...
2020-03-09 Ralph Boehmevfs_default: pass in state as the callback data to...
2020-03-09 Günther Deschnerwinexe: add configure option to control whether to...
2020-03-09 Ralph Boehmevfs_recycle: prevent flooding the log if we're called...
2020-03-08 Jeremy Allisons3: tests: Add samba3.blackbox.force-close-share
2020-03-08 Jeremy Allisons3: VFS: vfs_aio_pthread: Make aio opens safe against...
2020-03-08 Jeremy Allisons3: VFS: vfs_aio_pthread: Add a talloc context paramete...
2020-03-08 Jeremy Allisons3: VFS: vfs_aio_pthread. Move xconn into state struct...
2020-03-08 Jeremy Allisons3: VFS: vfs_aio_pthread: Replace state destructor...
2020-03-08 Jeremy Allisons3: VFS: vfs_aio_pthread. Fix leak of state struct...
2020-03-08 Jeremy Allisons3: smbd: Make sure we correctly reply to outstanding...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs. Protect vfs_gluster_fsync_done...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs. Pass in struct vfs_gluster_fsyn...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs: Add tevent_req pointer to state...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs. Protect vfs_gluster_pwrite_done...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs. Pass in struct vfs_gluster_pwri...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs: Add tevent_req pointer to state...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs. Protect vfs_gluster_pread_done...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs. Pass in struct vfs_gluster_prea...
2020-03-08 Jeremy Allisons3: VFS: vfs_glusterfs: Add tevent_req pointer to state...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Protect vfs_fsync_done() from...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Pass in struct vfswrap_fsync_stat...
2020-03-08 Jeremy Allisons3: VFS: vfs_default: Add tevent_req pointer to state...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Protect vfs_pwrite_done() from...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Pass in struct vfswrap_pwrite_sta...
2020-03-08 Jeremy Allisons3: VFS: vfs_default: Add tevent_req pointer to state...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Protect vfs_pread_done() from...
2020-03-08 Jeremy Allisons3: VFS: vfs_default. Pass in struct vfswrap_pread_stat...
2020-03-08 Jeremy Allisons3: VFS: vfs_default: Add tevent_req pointer to state...
2020-03-07 Art M. Gallaghervfs_fruit: tmsize prevent overflow Force the type durin...
2020-03-05 Jonathon ReinhartRemove unnecessary/incorrect talloc_steal() calls
2020-03-05 Björn Baumbachs3-libads: use dns name to open a ldap session
2020-03-03 Ralph Boehmesmbd: ignore set NTACL requests which contain S-1-5...
2020-03-03 Volker Lendeckelibsmb: Use posix open in SMBC_open_ctx
2020-03-03 Volker Lendeckelibsmb: Use posix result in SMBC_readdirplus2_ctx
2020-03-03 Volker Lendeckelibsmb: Implement SMB_FIND_FILE_UNIX_INFO2 dir listing
2020-03-03 Volker Lendeckelibsmb: Introduce fetch_file_unix_basic_info2()
2020-03-03 Volker Lendeckelibsmb: Factor out fetch_file_unix_basic_info()
2020-03-03 Volker Lendeckeselftest: Run smbtorture3 SHORTNAME-TEST without unix...
2020-03-03 Volker Lendeckeselftest: Fix usage check of test_smbtorture_s3.sh
2020-03-03 Volker Lendeckelibsmb: Fix a typo
2020-03-03 Volker Lendeckewinbindd: Align integer types
2020-03-03 Volker Lendecketest: Fix a copy&paste error
2020-02-27 Volker Lendeckeselftest: Remove an unnecessary space character
2020-02-27 Andrew Bartlettlib/util/fault.c: Unify printing of the stack trace...
2020-02-27 Andrew Bartlettlib/util: Make prctl_set_comment take a printf format...
2020-02-27 Gary Lockyeridl: limit recurion on recursive elements
2020-02-27 Gary Lockyerbuild: fix the coverage build
2020-02-26 Stefan Metzmachers3:smb2_tcon: pass down in_flags to smbd_smb2_tree_conn...
2020-02-26 Volker Lendeckes3:lib: Allow open_socket_out without a timeout
2020-02-26 Stefan Metzmachers3:lib: avoid calling async_connect_send() again and...
2020-02-26 Stefan Metzmachers3:lib: avoid goto's in open_socket_out_send()
2020-02-26 Stefan Metzmachers3:lib: s/result/req in open_socket_out_send()
2020-02-26 Stefan Metzmachers3:wscript: split out dsgetdcname subsystem
2020-02-26 Stefan Metzmachers3:wscript: move libsmb/clidgram.c to LIBNMB
2020-02-26 Stefan Metzmachers3:libsmb: move cli_set_message() to source3/libsmb...
2020-02-26 Stefan Metzmachers3:libsmb: use only a timeout of 250ms in name_resolve_...
2020-02-26 Stefan Metzmachers3:libsmb: pass dest_ss to cli_cm_open()
2020-02-26 Stefan Metzmachers3:libsmb: pass dest_ss to cli_cm_connect() down to...
2020-02-26 Volker Lendeckelibsmb: Fill in device which we don't get from cli_posi...
2020-02-25 Volker Lendeckelibsmb: Pass the correct path to cli_posix_stat()
2020-02-25 Volker Lendeckeselftest: Consolidate planning libsmbclient tests to...
2020-02-25 Volker Lendeckelibsmb: Don't pass "sbuf" to cli_posix_stat_send()
2020-02-25 Volker Lendeckelibsmb: Avoid casts
2020-02-25 Volker Lendeckelibsmb: Use IS[DOT]DOT
2020-02-25 Volker Lendeckelibsmb: Remove a pointless ZERO_STRUCT()
2020-02-25 Volker Lendeckelibsmb: Simplify callers of SMBC_dlist_contains()
2020-02-25 Volker Lendeckelibsmb: Make SMBC_dlist_contains return bool
2020-02-25 Volker Lendeckelibsmb: Align calls to SMBC_dlist_contains()
2020-02-25 Volker Lendeckelibsmb: Add a NULL check
2020-02-25 Ralph BoehmeVFS: default: add support for FILE_ATTRIBUTE_OFFLINE...
2020-02-25 Ralph BoehmeVFS: default: use correct type for pathlen in vfswrap_g...
2020-02-25 Ralph BoehmeVFS: default: avoid a crash in vfswrap_getxattrat_do_sync()
2020-02-25 Ralph BoehmeVFS: default: remove unused arg from vfswrap_is_offline()
2020-02-25 Ralph BoehmeVFS: default: let vfswrap_is_offline() take conn, not...
next