winbind: Replace winbind_event_context with server_event_context
[nivanova/samba-autobuild/.git] / source3 / smbd /
2017-11-13 Volker Lendeckesmbd: Avoid an "else"
2017-11-11 Jeremy Allisons3: smbd: kernel oplocks. Replace retry_open() with...
2017-11-11 Uri Simchonivfs: remove SMB_VFS_INIT_SEARCH_OP
2017-11-11 Uri Simchonismbd: remove dptr_init_search_op()
2017-11-11 Uri Simchonismbd: remove calls to dptr_init_search_op() from TRANS2...
2017-11-11 Uri Simchonismbd: remove calls to dptr_init_search_op()
2017-11-10 Jeremy AllisonRevert "s3/smbd: fix deferred open with streams and...
2017-11-07 Ralph Boehmes3/posix_acls: add default ACL style "everyone"
2017-11-07 Ralph Boehmes3/smbd: make make_default_filesystem_acl public
2017-11-05 Ralph Wuerthners3: smbd: Fix delete-on-close after smb2_find
2017-10-27 Volker Lendeckesmbd: Remove an indentation level in smb2_negprot
2017-10-21 Ralph Boehmes3/smbd: update some more DEBUG macros in smbd_smb2_cre...
2017-10-21 Ralph Boehmes3/smbd: use early returns in smbd_smb2_create_send
2017-10-21 Ralph Boehmes3/smbd: factor out smbd_smb2_create_after_exec from...
2017-10-21 Ralph Boehmes3/smbd: factor out smbd_smb2_create_before_exec from...
2017-10-21 Ralph Boehmes3/smbd: remove all stack variables of smbd_smb2_create...
2017-10-21 Ralph Boehmes3/smbd: move create ctx extraction and validation...
2017-10-21 Ralph Boehmes3/smbd: move create contexts into smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: remove unneeded args from smbd_smb2_create_finish
2017-10-21 Ralph Boehmes3/smbd: move info into smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: add in_create_disposition to smbd_smb2_create_...
2017-10-21 Ralph Boehmes3/smbd: add in_oplock_level to smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: move requested_oplock_level into smbd_smb2_cre...
2017-10-21 Ralph Boehmes3/smbd: move replay_operation into smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: move result into smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: leverage early return added in the previous...
2017-10-21 Ralph Boehmes3/smbd: factor out smbd_smb2_create_finish from smbd_s...
2017-10-21 Ralph Boehmes3/smbd: modernize a DEBUG statement
2017-10-21 Ralph Boehmes3/smbd: move some setup code in smbd_smb2_create_send...
2017-10-21 Ralph Boehmes3/smbd: add tevent context to smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: use struct initializer for smbd_smb2_create_state
2017-10-17 Ralph Boehmes3/smbd: use correct access in get_file_handle_for_metadata
2017-10-17 Ralph Boehmes3/smbd: fix access checks in set_ea_dos_attribute()
2017-10-17 Ralph Boehmes3/smbd: README.Coding fixes in set_ea_dos_attribute
2017-10-09 Ralph Boehmes3/smbd/posix_acls: return correct status in try_chown
2017-10-09 Jeremy Allisons3: smbd: Currently if getwd() fails after a chdir...
2017-10-04 Omri Mors3/smbd: register Time Machine shares with Avahi
2017-09-29 Amitay Isaacsnotifyd: Broadcast to all connected nodes
2017-09-22 Christof Schmittsmbd/aio: Do not go async for SMB2 compound requests
2017-09-22 Christof Schmittsmbd: Move check for SMB2 compound request to new function
2017-09-20 Jeremy AllisonCVE-2017-12163: s3:smbd: Prevent client short SMB1...
2017-09-16 Volker Lendeckenotifyd: Clarify a comment
2017-09-12 Ralph Boehmes3/smbd: sticky write time offset miscalculation causes...
2017-08-08 Ralph Boehmes3/smbd: handle EACCES when fetching DOS attributes...
2017-08-08 Ralph Boehmes3/smbd: handling of failed DOS attributes reading
2017-07-27 Omri Mors3: smbd: Modernize Avahi DEBUG macros and long if...
2017-07-26 Jeremy Allisons3: clients: Use netlogon_creds_cli_close_global_db...
2017-07-25 Volker Lendeckectdb_conn: Use messaging_ctdb_connection
2017-07-25 Volker Lendeckectdbd_conn: Pass "ev" through ctdb connection callbacks
2017-07-15 Jeremy Allisons3: smbd: Fix a read after free if a chained SMB1 call...
2017-07-15 Ralph Boehmes3/notifyd: ensure notifyd doesn't return from smbd_not...
2017-07-11 Ralph Boehmes3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LO...
2017-07-10 Ralph Boehmes3/vfs: remove SMB_VFS_STRICT_UNLOCK
2017-07-10 Stefan Metzmachers3:smbd: consistently use talloc_tos() memory for rpc_p...
2017-07-07 Ralph Boehmes3/smbd: let non_widelink_open() chdir() to directories...
2017-07-06 Volker Lendeckenotifyd: Remove notifyd_handler_done
2017-07-06 Volker Lendeckenotifyd: Use messaging_register for MSG_SMB_NOTIFY_DB
2017-07-06 Volker Lendeckenotifyd: Use messaging_register for MSG_SMB_NOTIFY_GET_DB
2017-07-06 Volker Lendeckenotifyd: Use messaging_register for MSG_SMB_NOTIFY_TRIGGER
2017-07-06 Volker Lendeckenotifyd: Use messaging_register for MSG_SMB_NOTIFY_REC_...
2017-07-06 Volker Lendeckenotifyd: Avoid an if-expression
2017-07-06 Volker Lendeckenotifyd: Consolidate two #ifdef CLUSTER into one
2017-07-06 Volker Lendeckenotifyd: Only ask for messaging_ctdb_conn when clustering
2017-07-03 Ralph Boehmes3/smbd: remove unneeded flags argument from SMB_VFS_OF...
2017-07-03 Ralph Boehmes3/vfs: make SMB_VFS_OFFLOAD_WRITE_SEND offload token...
2017-07-03 Ralph Boehmes3/smbd: redesign macOS copyfile copy-chunk
2017-07-03 Ralph Boehmes3/smbd: remove copy-chunk chunk merging optimisation
2017-07-03 Ralph Boehmes3/smbd: remove unused arg smb1req from copychunk_check...
2017-07-03 Ralph Boehmes3/smbd: remove flags2 FLAGS2_READ_PERMIT_EXECUTE hack...
2017-07-03 Ralph Boehmes3/smbd: remove ununsed req arg from CHECK_READ_IOCTL...
2017-07-03 Ralph Boehmes3/vfs: rename SMB_VFS_COPY_CHUNK_SEND/RECV to SMB_VFS_...
2017-07-03 Ralph Boehmes3/smbd: use SMB_VFS_OFFLOAD_READ_SEND/RECV
2017-07-03 Ralph Boehmes3/vfs: add SMB_VFS_OFFLOAD_READ_SEND/RECV
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_CONNECTPATH to take const struc...
2017-07-01 Jeremy AllisonS3: smbd: Finish plumbing struct smb_filename * through...
2017-07-01 Jeremy Allisons3: smbd: Add missing out of memory check.
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_REALPATH to take and return...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETWD to return struct smb_file...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_CHDIR to use const struct smb_f...
2017-06-27 Stefan Metzmachers3:smb2_create: remove unused timer pointer from smbd_s...
2017-06-27 Stefan Metzmachers3:smb2_create: avoid reusing the 'tevent_req' within...
2017-06-27 Stefan Metzmachers3:smbd: unimplement FSCTL_VALIDATE_NEGOTIATE_INFO...
2017-06-26 Daniel Kobrass3: smbd: fix regression with non-wide symlinks to...
2017-06-26 Stefan Metzmachers3:smbd: call auth_check_password_session_info() only...
2017-06-26 Stefan Metzmachers3:smbd: introduce a reply_sesssetup_and_X_state
2017-06-26 Stefan Metzmachers3:smbd: inline check_guest_password() into reply_sesss...
2017-06-26 Stefan Metzmachers3:smbd: only set user_info->auth_description on success
2017-06-21 Jeremy Allisons3: smbd: When deleting an fsp pointer ensure we don...
2017-06-21 Volker Lendeckelib: Give messages_ctdbd.c its own header
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_SYMLINK to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_READLINK to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_STATVFS to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_LINK to use const struct smb_fi...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_GET_QUOTA to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_DISK_FREE to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_CHFLAGS to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_MKNOD to use const struct smb_f...
2017-06-17 Stefan Metzmachers3:smb2_sesssetup: allow a compound request after a...
2017-06-17 Stefan Metzmachers3:smb2_tcon: allow a compound request after a TreeConnect
2017-06-15 Volker Lendeckesmbd: Claim version in g_lock
next