client: enable allinfo and altname tab completion
[samba.git] / source3 /
2019-06-25 David Disseldorpclient: enable allinfo and altname tab completion
2019-06-24 Jeremy Allisons3: torture: Add POSIX-ACL-OPLOCK test to check interac...
2019-06-24 Jeremy Allisons3: smbd: Posix ACLs. Now we know we have a handle...
2019-06-24 Jeremy Allisons3: modules: Fruit. Now we know we have a handle, alway...
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: torture: Fix a debug typo.
2019-06-24 Jeremy Allisons3: smbd: Ensure open for security descriptor access...
2019-06-24 Andrew Bartlettpy3: Remove PyStr_AsString() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromString() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_Type() compatability macro
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 Michael Hanselmannregfio: Return instead of assert for short blocks
2019-06-20 Volker Lendeckesmbd: Remove struct blocking_lock_record
2019-06-20 Volker Lendeckevfs: Remove SMB_VFS_BRL_CANCEL_WINDOWS
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: Add a clarifying comment on triggering waiters
2019-06-20 Volker Lendeckesmbd: Don't call cancel_pending_lock_requests_by_fid...
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: Remove SMB1 special case handling from brlock.c
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 some paranoia against NULL dereference
2019-06-20 Volker Lendeckesmbd: Add "blocker_pid" to brl_lock()
2019-06-20 Volker Lendecketorture3: Test cancelling locking&x with ntcancel
2019-06-20 Volker Lendeckelibsmb: Make cli_lockingx cancellable
2019-06-20 Volker Lendecketorture3: Run a blocking lock&x call with a subsequent...
2019-06-20 Volker Lendecketorture3: Test blocking posix locks
2019-06-20 Volker Lendecketorture3: Test LOCKINGX_CANCEL without locks
2019-06-20 Volker Lendecketorture3: Add a test to block a locking&read
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 Lendeckelib: Fix a typo
2019-06-20 Volker Lendeckesmbd: Fix a typo
2019-06-20 Volker Lendeckesmbd: Only remove locks by mid if necessary
2019-06-18 Andreas Schneiders3:client: Link smbspool_krb5_wrapper against krb5samba
2019-06-18 Volker Lendeckesmbd: Slightly simplify smb_set_posix_lock()
2019-06-18 Volker Lendeckesmbd: Add a explanation for num_aio_requests
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 Lendeckelibsmb: Use cli_lockingx() in cli_unlock()
2019-06-18 Volker Lendeckelibsmb: Use cli_lockingx() in cli_locktype()
2019-06-18 Volker Lendeckelibsmb: Use cli_lockingx() in cli_oplock_ack()
2019-06-18 Volker Lendeckelibsmb: Add async cli_lockingx()
2019-06-18 Volker Lendeckelibsmb: Remove unused is_andx_req
2019-06-18 Volker Lendeckesmbd: Use smb1cli_is_andx_req()
2019-06-18 Volker Lendeckelibsmb: Remove unused cli_[un]lock64()
2019-06-18 Volker Lendeckelibsmb: Align integer types
2019-06-18 Volker Lendeckesmbd: Avoid a "?true:false" in smbd_do_locking
2019-06-13 Gary Lockyerauth auth_log: csbuild unused parm unix_username
2019-06-11 Samuel Cabreros3: net: Consider unprocessed in input buffer
2019-06-11 Günther Deschners3/vfs_glusterfs_fuse: Avoid using NAME_MAX directly
2019-06-10 Günther Deschners3/vfs_glusterfs: Avoid using NAME_MAX directly
2019-06-10 Günther DeschnerRevert "s3/vfs_glusterfs_fuse: Dynamically determine...
2019-06-10 Günther DeschnerRevert "s3/vfs_glusterfs: Dynamically determine NAME_MAX"
2019-06-05 Ralph Boehmes3:auth: explicitly add BUILTIN\Guests to the guest...
2019-06-05 Ralph Boehmetests: add a test for guest authentication
next