]> git.ipfire.org Git - thirdparty/samba.git/shortlog
thirdparty/samba.git
2019-08-08  Ralph Boehmes3:mdssvc: failing the RPC request if the mdssvc policy...
2019-08-08  Ralph Boehmes3:mdssvc: the open command must work on shares with...
2019-08-08  Ralph Boehmes3:mdssvc: use an early return if spotlight is not...
2019-08-08  Ralph Boehmes3:mdssvc: update a few debug macros to modern style
2019-08-08  Ralph Boehmes3:mdssvv: don't fail the RPC request if the share...
2019-08-08  Ralph Boehmes3:mdssvc: initialize the returned share_path with...
2019-08-08  Ralph Boehmes3:mdssvc: macOS returns the client values in the open...
2019-08-08  Ralph Boehmes3:mdssvc: macOS returns UINT64_MAX, not 0 for closeQue...
2019-08-08  Ralph Boehmes3:mdssvc: fix error handling of mdssvc RPC requests
2019-08-08  Ralph Boehmetorture: beginning of a mdssvc RPC service test-suite
2019-08-08  Ralph Boehmerpcclient: add some simple commands for Spotlight RPC
2019-08-08  Ralph Boehmerpcclient: domain_sid is only needed for SAMR
2019-08-08  Ralph Boehmelib:torture: add torture_assert_u32_[not_]equal[_goto...
2019-08-08  Ralph Boehmes3:mdssvc: fix unmarshalling of empty CNID array
2019-08-08  Ralph Boehmes3:mdssvc: marshalling: fix unpacking empty CNID structure
2019-08-08  Ralph Boehmes3:mdssvc: marshalling: fix unpacking empty filemeta...
2019-08-08  Ralph Boehmes3:mdssvc: marshalling: add a newline to a DEBUG message
2019-08-08  Ralph Boehmetorture: start of a mdssvc packet (un)marshalling testsuite
2019-08-08  Ralph Boehmelibrpc: add RPC_NDR_MDSSVC
2019-08-08  Ralph Boehmes3:wscript: enable Spotlight by default
2019-08-08  Ralph Boehmes3:mdssvc: avoid strncpy when marshalling strings
2019-08-08  Ralph Boehmeunittest: workaround dependency problem in test_lib_uti...
2019-08-08  Ralph Boehmes3:mdssvc: supposed status field is in fact a fragment...
2019-08-08  Ralph Boehmes3:mdssvc: add noindex backend
2019-08-08  Ralph Boehmes3:mdssvc: log inode number in ino_path_map_destr_cb()
2019-08-08  Ralph Boehmes3:mdssvc: move some code to a subsystem
2019-08-08  Ralph Boehmes3:mdssvc: mds_dalloc_dump() -> dalloc_dump()
2019-08-08  Ralph Boehmes3:mdssvc: add Unicode normalisation
2019-08-08  Ralph Boehmes3:mdssvc: new option "spotlight backend"
2019-08-08  Ralph Boehmes3:mdssvc: pass down sharename and SNUM
2019-08-08  Ralph Boehmes3-mdssvc: factor out Tracker backend logic
2019-08-08  Ralph Boehmes3:mdssvc: move debug macro to header file
2019-08-08  Ralph Boehmes3:mdssvc: README.Coding fixes, long lines, modernize...
2019-08-08  Ralph Boehmes3:rpc_server: factor out rpc_mdssvc_sources
2019-08-08  Swen Schilligtfork: Free memory in torture test to satisfy sanitizer
2019-08-08  Swen Schilligldb: Free memory in torture test to satisfy sanitizer
2019-08-08  Swen Schilligutil: Free memory in charset torture test to satisfy...
2019-08-08  Swen Schilligndr: Free memory in torture test to satisfy sanitizer
2019-08-08  Swen Schilligutil: Free memory in genrand torture test to satisfy...
2019-08-08  Swen Schilligldb: Fix mem allocation in torture test to satisfy...
2019-08-08  Swen Schilligregistry: Free memory at the end of each loop run to...
2019-08-08  Volker Lendecketorture: SMB1 unlink needs delay for a stream's SHARING...
2019-08-07  Volker Lendeckesmbd: Move handling the 1sec sharing_violation delay...
2019-08-07  Volker Lendeckesmbd: Add defer_sharing_violation_smb1
2019-08-07  Volker Lendeckesmbd: Get "req->request_time" early in create_file_defa...
2019-08-07  Volker Lendeckesmbd: Do not exceed the req's max timeout in setup_poll...
2019-08-07  Volker Lendeckesmbd: Make setup_poll_open() return bool
2019-08-07  Volker Lendeckesmbd: Make setup_kernel_oplock_poll_open() more general
2019-08-07  Volker Lendeckesmbd: Avoid exit_server() in setup_kernel_oplock_poll_o...
2019-08-07  Volker Lendeckesmbd: Remove access check on SHARING_VIOLATION
2019-08-07  Jeremy Allisons3: VFS: Make setxattr return errno = EROFS on a shadow...
2019-08-07  Jeremy Allisons3: VFS: Make removexattr return errno = EROFS on a...
2019-08-07  Jeremy Allisons3: VFS: Make chflags return errno = EROFS on a shadow...
2019-08-07  Jeremy Allisons3: VFS: Make rmdir return errno = EROFS on a shadow...
2019-08-07  Jeremy Allisons3: VFS: Make mkdir return errno = EROFS on a shadow...
2019-08-07  Jeremy Allisons3: VFS: Make mknod return errno = EROFS on a shadow...
2019-08-07  Jeremy Allisons3: VFS: Make ntimes return errno = EROFS on a shadow...
2019-08-07  Jeremy Allisons3: VFS: Make chown return errno = EROFS on a shadow...
2019-08-07  Jeremy Allisons3: VFS: Make chmod return errno = EROFS on a shadow...
2019-08-07  Jeremy Allisons3: VFS: Make unlink return errno = EROFS on a shadow...
2019-08-07  Samuel Cabreros4:librpc/rpc: Use generic roh_connect_channel_send...
2019-08-07  Samuel Cabreros4:librpc/rpc: Add roh_connect_channel_send/recv
2019-08-07  Ralph Boehmes4:lib/http: move to the toplevel
2019-08-07  Ralph Boehmes4:lib/http: add support for http POST
2019-08-07  Ralph Boehmes4:lib/http: use http_conn in http_send_request_send...
2019-08-07  Ralph Boehmes4:librpc/rpc: use http_connect_send/recv in ncacn_http
2019-08-07  Ralph Boehmes4:lib/http: remove stream and send_queue from state
2019-08-07  Ralph Boehmes4:lib/http: move struct http_read_response_state to...
2019-08-07  Ralph Boehmes4:lib/http: move struct http_send_request_state to...
2019-08-07  Ralph Boehmes4:lib/http: add http_[dis]connect_send and recv
2019-08-07  Ralph Boehmecharset: add tests for Unicode NFC <-> NFD conversion
2019-08-07  Ralph Boehmecharset: add support for Unicode normalisation with...
2019-08-07  Ralph Boehmetorture: add torture_assert_errno_equal_goto()
2019-08-07  Michael HanselmannAdd fuzzing binary for oLschema2ldif
2019-08-07  Michael HanselmannAdd fuzzing binary for tiniparser
2019-08-07  Michael HanselmannAdd fuzzing support to build system
2019-08-06  Volker Lendeckesmbd: Assert that INTERNAL_OPEN_ONLY never gets real...
2019-08-06  Volker Lendeckesmbd: Remove deferred_open_record_create()
2019-08-06  Volker Lendeckesmbd: Remove "delayed_for_oplocks" from deferred_open_r...
2019-08-06  Volker Lendeckesmbd: Remove "deferred_open_record->delayed_for_oplocks"
2019-08-06  Volker Lendeckesmbd: Remove "id" from deferred_open_record_create()
2019-08-06  Volker Lendeckesmbd: Remove "deferred_open_record->id"
2019-08-06  Volker Lendeckesmbd: Clean up leases.tdb if set_share_mode() fails
2019-08-06  Volker Lendeckesmbd: Factor out remove_lease_if_stale()
2019-08-06  Volker Lendeckesmbd: Inline remove_oplock_under_lock() into its only...
2019-08-06  Volker Lendeckesmbd: Make remove_oplock_under_lock static
2019-08-06  Volker Lendeckesmbd: Slightly simplify set_share_mode()
2019-08-06  Volker Lendeckesmbd: Move fsp_client_guid() to locking/
2019-08-06  Volker Lendeckesmbd: Slightly optimize reply_open_and_X()
2019-08-06  Volker Lendeckesmbd: Remove "share_access" from fcb_or_dos_open()
2019-08-06  Volker Lendeckesmbd: Remove "share_access" from dup_file_fsp()
2019-08-06  Volker Lendeckesmbd: Remove "share_access" from files_struct
2019-08-06  Volker Lendeckevfs_gpfs: Avoid "fsp->share_access" in vfs_gpfs_kernel_...
2019-08-06  Volker Lendeckesmbd: Pass share_access/access_mask explicitly to grant...
2019-08-06  Volker Lendeckesmbd: Pass share_access/access_mask explicitly to set_s...
2019-08-06  Volker Lendeckesmbd: Fix a typo
2019-08-06  Volker Lendeckesmbd: Fix a typo
2019-08-06  Volker Lendeckesmbd: Enhance debugging in push_deferred_open_message_smb()
2019-08-06  Volker Lendeckesmbd: Use timeval_str_buf() in defer_open()
2019-08-06  Volker Lendeckesmbd: Fix a signed/unsigned warning
next