ctdb-eventd: Use run_event abstraction
[sfrench/samba-autobuild/.git] / source3 /
2017-05-28 Ralph Boehmes3/smbd: fix exclusive lease optimisation
2017-05-28 Ralph Boehmes3/locking: make find_share_mode_entry public
2017-05-26 Jeremy Allisons3: VFS: Fruit. Move to using struct smb_filename inste...
2017-05-26 Jeremy Allisons3: VFS: Catia: Ensure path name is also converted.
2017-05-24 Volker LendeckeCVE-2017-7494: rpc_server3: Refuse to open pipe names...
2017-05-22 Jeremy Allisons3: smbd: Correctly identify a snapshot path using...
2017-05-22 Jeremy Allisons3: smbd: Add UCF_GMT_PATHNAME, which represents FLAGS2...
2017-05-22 Jeremy Allisons3: smbd: Fix up the ucf_flags correctly in smb_file_re...
2017-05-22 Jeremy Allisons3: smbd: We can now remove the 'bool dfs_path' paramet...
2017-05-22 Jeremy Allisons3: smbd: Add UCF_DFS_PATHNAME which tracks the flags2...
2017-05-22 Jeremy Allisons3: smbd: In ntrename OR in ucf_flags, don't overwrite.
2017-05-22 Jeremy Allisons3: smbd: Always use ucf_flags_from_smb_request() in...
2017-05-22 Jeremy Allisons3: smbd: Split out ucf_flags_from_smb_request() from...
2017-05-22 Jeremy Allisons3: smbd: Make it clear we only overwrite *ppath_contai...
2017-05-22 Jeremy Allisons3: smbd: Remove ugly use of discard_const that previou...
2017-05-22 Jeremy Allisons3: smbd: Remove bool dfs_pathnames paramter from resol...
2017-05-21 Stefan Metzmachers3:gse: add simple gensec_gse_update_send/recv() wrappe...
2017-05-21 Stefan Metzmachers3:rpc_server: move gensec_update() out of auth_generic...
2017-05-21 Stefan Metzmachers3:cli_pipe: ask for GENSEC_FEATURE_SIGN_PKT_HEADER...
2017-05-21 Stefan Metzmachers3:gse: always announce GENSEC_FEATURE_SIGN_PKT_HEADER...
2017-05-21 Stefan Metzmachers3:libsmb: don't rely on gensec_session_key() to work...
2017-05-18 Jeremy Allisons3: smbd: Fix open_files.idl to correctly ignore share_...
2017-05-17 Ralph Boehmevfs_fruit: add pread_send/recv and pwrite_send/recv
2017-05-17 Ralph Boehmevfs_streams_xattr: add pread_send/recv and pwrite_send...
2017-05-17 Alexander Bokovoylibads: abstract out SASL wrapping code
2017-05-17 Peter SomogyiSMB_INFO_ALLOCATION: return with UINT32_MAX rather...
2017-05-16 Volker Lendeckewinbindd: Give winbindd_ads.c its own header
2017-05-16 Volker Lendeckelibsmb: proto.h does not need ads.h
2017-05-16 David Disseldorp... smbd/smb2_ioctl: check for NULL dst_fsp before use
2017-05-16 Andreas Schneiders3:winbind: Use a talloc stackframe for rpc_query_user_list
2017-05-10 Günther Deschners3-lib/idmap_cache: remove some dead prototypes
2017-05-10 Günther Deschners3-rpc_server: remove some dead prototypes
2017-05-10 Günther Deschners3-proto: remove some dead prototypes
2017-05-10 Günther Deschners3-libsmb: remove some dead prototype
2017-05-10 Günther Deschners3-lib: remove some dead prototypes
2017-05-10 Günther Deschners3-winbindd: remove some dead prototypes
2017-05-10 Günther Deschners3-smbd: remove some dead prototypes
2017-05-10 Günther Deschners3-passdb: remove some dead prototypes
2017-05-10 Günther Deschners3-auth: remove some dead prototypes
2017-05-10 David Disseldorpsmbd/smb2_ioctl: instruct VFS to ignore locks for dup...
2017-05-10 David Disseldorpvfs: add VFS_COPY_CHUNK_FL_IGNORE_LOCKS for dup extents
2017-05-10 David Disseldorpsmbd/smb2_ioctl: validate dup_extent request lengths
2017-05-10 David Disseldorpsmbd/smb2_ioctl: check sparseness for dup extents
2017-05-10 Aurelien Aptelvfs_btrfs: report FILE_SUPPORTS_BLOCK_REFCOUNTING capab...
2017-05-10 David Disseldorpsmbd/smb2_ioctl: check for for overlap of dup extent...
2017-05-10 Aurelien Aptelsmbd/smb2_ioctl: add support for FSCTL_DUPLICATE_EXTENT...
2017-05-10 Aurelien Aptelvfs: add parameter to copy chunk VFS function to handle...
2017-05-10 Volker Lendeckedbwrap_ctdb: Fix a typo
2017-05-09 Günther Deschners3-gpo: Fix CID #1405972 Resource leak
2017-05-09 Günther Deschners3-spoolss: add winreg_del_driver_package_internal()
2017-05-09 Günther Deschners3-rpc_cli: add winreg_del_driver_package()
2017-05-09 Günther Deschners3-spoolss: add winreg_get_driver_package_internal()
2017-05-09 Günther Deschners3-rpc_cli: add winreg_get_driver_package()
2017-05-09 Günther Deschners3-spoolss: add winreg_add_driver_package_internal()
2017-05-09 Günther Deschners3-rpc_cli: add winreg_add_driver_package()
2017-05-09 Günther Deschners3-spoolss: add winreg_add_core_driver_internal()
2017-05-09 Günther Deschners3-rpc_cli: add winreg_add_core_driver()
2017-05-09 Günther Deschners3-spoolss: add winreg_get_core_driver_internal()
2017-05-09 Günther Deschners3-rpc_cli: add winreg_get_core_driver()
2017-05-09 Jeremy Allisons3: popt: Change to NULL from talloc_autofree_context...
2017-05-09 Jeremy Allisons3: client tools: Call popt_free_cmdline_auth_info...
2017-05-09 Jeremy Allisons3: client tools. Remove direct access to struct user_a...
2017-05-09 Jeremy Allisons3: popt: Add utility functions popt_get_cmdline_auth_i...
2017-05-09 Jeremy Allisons3: popt: When using a global variable, don't hide...
2017-05-09 Günther Deschners3-gpo: Build scripts, security and registry CSE with...
2017-05-08 Günther Deschners3-gpo: Fix build of scripts CSE
2017-05-08 Christof Schmittselftest: Add test for 'net tdb' command
2017-05-08 Christof Schmittnet: Add net tdb command to print information from...
2017-05-08 Volker Lendeckeidmap_rfc2307: "ldap_next_entry" needs the previous...
2017-05-08 Volker Lendeckeidmap_rfc2307: Don't stop after 30 entries
2017-05-08 Volker Lendecketest_idmap_rfc2307: Test wbinfo -r for 35 supplementary...
2017-05-08 Volker Lendeckeidmap_rfc2307: "ldap_next_entry" needs the previous...
2017-05-08 Volker Lendeckeidmap_rfc2307: Don't stop after 30 entries
2017-05-07 Ralph Boehmes3/dbwrap_ctdb: free resources in an error code path
2017-05-07 Ralph Boehmes3/dbwrap_ctdb: set async_ctx to initialized
2017-05-07 Günther Deschners3-rpcclient: Fix enumdata spoolss display of REG_DWORD
2017-05-06 Ralph Boehmes3/smbd: update exclusive oplock optimisation to the...
2017-05-06 Ralph Boehmes3/smbd: update exclusive oplock optimisation to the...
2017-05-06 Ralph Boehmes3/locking: helper functions for lease types
2017-05-06 Ralph Boehmes3/locking: add const to fsp_lease_type
2017-05-05 Andreas Schneiders3:printing: Change to GUID dir if we deal with COPY_FR...
2017-05-05 Volker Lendeckevfs_fruit: Fix the 32-bit build
2017-05-04 Christian Ambachs3:smbcacls add prompt for password
2017-05-03 Volker Lendeckelib: Fix a comment
2017-05-03 Volker Lendeckelib: Fix whitespace
2017-05-03 Jeremy Allisons4: torture: samr: Add test for dcesrc_lsa_valid_Accoun...
2017-05-03 Christian Ambachs3:winbindd:idmap_autorid remove a stray comment
2017-05-02 Volker Lendeckesmbd: Fix a 32-bit problem
2017-05-01 Volker Lendecketorture3: Make sure dbwrap_parse_record returns NOT_FOU...
2017-05-01 Volker Lendeckedbwrap_watch: Protect against corrupt records
2017-05-01 Volker Lendeckeselftest: Make sure that LOCAL-DBWRAP-WATCH1 is run...
2017-05-01 Volker Lendecketorture3: In LOCAL-DBWRAP-WATCH1, open tdb with CLEAR_I...
2017-04-29 Andreas Schneiderparam: Add 'mit kdc command' to change the default.
2017-04-29 Andreas Schneiders3-tests: Use common functions in test_smbclient_netbio...
2017-04-28 Gary Lockyersource3 smdb: fix null pointer dereference
2017-04-28 Doug Nazars3: smbd: inotify_map_mask_to_filter incorrectly indexe...
2017-04-26 Shilpa Krishnareddynotify: Fix ordering of events in notifyd
2017-04-25 Volker Lendeckelib: Fix CID 1405493 Error handling issues (CHECKED_RETURN)
2017-04-24 Günther Deschners3-libgpo: Fix the build of the group policy CSEs
2017-04-22 Volker Lendeckesecrets: Protect against a non-0-terminated ldap password
next