tests/usage: test for --help consistency
[samba.git] / source3 / smbd /
2019-07-04 Jeremy Allisons3: smbd: SMB1 add range checks to reply_fclose().
2019-07-04 Jeremy Allisons3: smbd: SMB1 add range checks to reply_search().
2019-07-04 Volker Lendeckesmbd: Don't store num_read_oplocks in brlock.tdb
2019-07-04 Volker Lendeckesmbd: Use share_mode's flags in contend_level2_oplocks
2019-07-04 Volker Lendeckesmbd: Set SHARE_MODE_HAS_READ_LEASE when granting a...
2019-07-02 Volker Lendeckesmbd: Simplify filename_convert_internal()
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from smbd_smb1_do_locks_s...
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from smbd_do_locks_try()
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from locking_close_file()
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from do_unlock()
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from do_lock()
2019-07-02 Volker Lendeckesmbd: do_lock() never sees blocking locks anymore
2019-07-02 Volker Lendeckesmbd: Make do_lock() return NTSTATUS
2019-07-01 Ralph Boehmevfs_fruit: move zero file-id to vfs_fruit
2019-07-01 Ralph Boehmes3:smbd: set file_id in fetch_dos_mode_done()
2019-07-01 Ralph Boehmes3:vfs: move get_fs_file_id to vfs_default
2019-07-01 Ralph Boehmes3:vfs: add SMB_VFS_FS_FILE_ID()
2019-07-01 Ralph Boehmes3:smbd: rename get_FileIndex() to get_fs_file_id()
2019-07-01 Ralph Boehmes3:smbd: return inode number, not FileIndex for UNIX...
2019-07-01 Ralph Boehmes3:smbd: use xattr_DosInfo4 in set_ea_dos_attribute()
2019-07-01 Ralph Boehmes3:smbd: parse xattr_DosInfo4 in parse_dos_attribute_blob()
2019-07-01 Ralph Boehmes3:smbd: mark itime non-calculated if we created a...
2019-07-01 Ralph Boehmes3: convert struct stat_ex st_ex_calculated_birthtime...
2019-07-01 Ralph Boehmes3: remove unused st_ex_mask from struct stat_ex
2019-06-30 Jeremy Allisons3: smbd: Make open_directory() always open a fd.
2019-06-27 Shyamsunder Rathis3:notifyd: Handle sigup in notifyd to reparse smb...
2019-06-27 Andrew Bartlettlib/crypto: move gnutls error wrapper to own subsystem
2019-06-26 Jeremy Allisons3: smbd: We also need to open a real directory fd...
2019-06-24 Jeremy Allisons3: smbd: Posix ACLs. Now we know we have a handle...
2019-06-24 Jeremy Allisons3: smbd: If smbd_do_qfilepathinfo() causes an oplock...
2019-06-24 Jeremy Allisons3: smbd: Make set_unix_posix_default_acl() take an...
2019-06-24 Jeremy Allisons3: smbd: Add default ACLS can only be set on directory...
2019-06-24 Jeremy Allisons3: smbd: Only pass fsp to remove_posix_acl(). No longe...
2019-06-24 Jeremy Allisons3: smbd: Only pass fsp to set_unix_posix_acl(). No...
2019-06-24 Jeremy Allisons3: smbd: Change set_unix_posix_default_acl() to return...
2019-06-24 Jeremy Allisons3: smbd: Cleanup - make set_unix_posix_default_acl...
2019-06-24 Jeremy Allisons3: smbd: Make set_unix_posix_acl() return NTSTATUS.
2019-06-24 Jeremy Allisons3: smbd: Cleanup - make remove_posix_acl() return...
2019-06-24 Jeremy Allisons3: smbd: Cleanup - make set_unix_posix_acl() use moder...
2019-06-24 Jeremy Allisons3: smbd: Cleanup - make remove_posix_acl() use modern...
2019-06-24 Jeremy Allisons3: smbd: Fix smb_query_posix_acl() to always use fsp...
2019-06-24 Jeremy Allisons3: smbd: Plumb through struct smb_request *req paramet...
2019-06-24 Jeremy Allisons3: smbd: Fix smb_query_posix_acl() to use modern codin...
2019-06-24 Jeremy Allisons3: smbd: Factor out code into a separate function...
2019-06-24 Jeremy Allisons3: smbd: Now we always have a handle in smb_set_posix_...
2019-06-24 Jeremy Allisons3: smbd: Update smb_set_posix_acl() to always use...
2019-06-24 Jeremy Allisons3: smbd: Add get_posix_fsp() utility function. Not...
2019-06-24 Jeremy Allisons3: smbd: Clarify logic with helper variables in smb_se...
2019-06-24 Jeremy Allisons3: smbd: Make data offset use clearer in smb_set_posix...
2019-06-24 Jeremy Allisons3: smbd: Add correct wrap checks to smb_set_posix_acl().
2019-06-24 Jeremy Allisons3: smbd: Update smb_set_posix_acl() to have only one...
2019-06-24 Jeremy Allisons3: smbd: Update smb_set_posix_acl() argument list...
2019-06-24 Jeremy Allisons3: smbd: Update smb_set_posix_acl() to modern coding...
2019-06-24 Jeremy Allisons3: smbd: Ensure open for security descriptor access...
2019-06-24 Andreas Schneiders3:smbd: Use gnutls_error_to_ntstatus() in smb2_sesssetup
2019-06-24 Andreas Schneiders3:smbd: Use gnutls_error_to_ntstatus() in smb2_server
2019-06-24 Andreas Schneiderlibcli:smb: Return NSTATUS for smb2_signing_check_pdu()
2019-06-20 Volker Lendeckesmbd: Remove struct blocking_lock_record
2019-06-20 Volker Lendeckesmbd: Remove unused brlock code
2019-06-20 Volker Lendeckesmbd: Cancel smbd_smb1_do_locks requests in reply_ntcancel
2019-06-20 Volker Lendeckesmbd: Base smb2_lock.c on tevent_req
2019-06-20 Volker Lendeckesmbd: Use smbd_smb1_do_locks_send() in smb_set_posix_lock()
2019-06-20 Volker Lendeckesmbd: Use smbd_smb1_do_locks_send() in reply_lockingX()
2019-06-20 Volker Lendeckesmbd: Use smbd_smb1_do_locks_send() in reply_lock()
2019-06-20 Volker Lendeckesmbd: Use smbd_smb1_do_locks_send() in reply_lockread()
2019-06-20 Volker Lendeckesmbd: Ping dbwrap_watch on locking.tdb for in smbd_do_u...
2019-06-20 Volker Lendeckesmbd: Add smbd_smb1_do_locks_send/recv()
2019-06-20 Volker Lendeckesmbd: Slightly simplify smbd_smb2_lock_send()
2019-06-20 Volker Lendeckesmbd: Return "blocker_pid" from do_lock()
2019-06-20 Volker Lendeckesmbd: Add "blocker_pid" to brl_lock()
2019-06-20 Volker Lendeckesmbd: Use smbd_do_unlocking() in reply_unlock()
2019-06-20 Volker Lendeckesmbd: Use smbd_do_unlocking() in reply_writeunlock()
2019-06-20 Volker Lendeckesmbd: Use smbd_do_unlocking() in smb_set_posix_lock()
2019-06-20 Volker Lendeckesmbd: Add "lock_flav" to smbd_do_unlocking()
2019-06-20 Volker Lendeckesmbd: Simplify smb_set_posix_lock()
2019-06-20 Volker Lendeckesmbd: Avoid casts in smb_set_posix_lock()
2019-06-20 Volker Lendeckesmbd: Use NT_STATUS_IS_OK() in reply_unlock()
2019-06-20 Volker Lendeckesmbd: Avoid casts in reply_unlock()
2019-06-20 Volker Lendeckesmbd: Fix a typo
2019-06-20 Volker Lendeckesmbd: Only remove locks by mid if necessary
2019-06-18 Volker Lendeckesmbd: Slightly simplify smb_set_posix_lock()
2019-06-18 Volker Lendeckesmbd: Align integer types in reply_lockingX
2019-06-18 Volker Lendeckesmbd: Avoid casts
2019-06-18 Volker Lendeckesmbd: Fix a typo
2019-06-18 Volker Lendeckesmbd: smbd_do_locking() does not use the "type" param...
2019-06-18 Volker Lendeckesmbd: Simplify smbd_do_locking()
2019-06-18 Volker Lendeckesmbd: Slightly simplify reply_lockingX()
2019-06-18 Volker Lendeckesmbd: Slightly simplify reply_lockingX()
2019-06-18 Volker Lendeckesmbd: Slightly simplify reply_lockingX()
2019-06-18 Volker Lendeckesmbd: Use smb1cli_is_andx_req()
2019-06-18 Volker Lendeckesmbd: Avoid a "?true:false" in smbd_do_locking
2019-06-05 Ralph Boehmes3:smbd: call reinit_guest_session_info() in the conf...
2019-05-29 Noel Powers3/smbd: cppcheck: Fix ctunullpointer error
2019-05-28 Volker Lendeckesmbd: Avoid casts in smbd_smb2_lock_send()
2019-05-28 Volker Lendeckesmbd: Avoid casts in smbd_do_unlocking()
2019-05-28 Volker Lendeckesmbd: Align integer types in smbd_do_unlocking()
2019-05-28 Volker Lendeckesmbd: Simplify an if-expression in smbd_do_locking()
2019-05-28 Volker Lendeckesmbd: Use tevent_req_simple_recv_ntstatus() in smbd_smb...
2019-05-28 Volker Lendeckesmbd: Avoid casts in smbd_do_locking()
2019-05-28 Volker Lendeckesmbd: Fix a typo
next