amitay/samba.git
2020-05-05 Ralph Boehmes3/lib: realign synthetic_smb_fname() args in synthetic...
2020-05-05 Ralph Boehmesmbd: realign synthetic_smb_fname() args in check_reduc...
2020-05-05 Ralph Boehmesmbd: realign args calling synthetic_smb_fname() in...
2020-05-05 Ralph Boehmevfs_vxfs: pass name as struct smb_filename to vxfs_comp...
2020-05-05 Ralph Boehmevfs_vxfs: realign vxfs_compare() args to one per line
2020-05-05 Ralph Boehmevfs_streams_depot: realign synthetic_smb_fname() to...
2020-05-05 Ralph Boehmevfs_streams_depot: pass dirname to walk_streams()/colle...
2020-05-05 Ralph Boehmevfs_gpfs: pass smb_fname to gpfsacl_emu_chmod()
2020-05-05 Volker Lendeckelibsmb: Protect cli_oem_change_password() from rprcnt<2
2020-05-05 Volker Lendeckelibsmb: Protect cli_RNetServerEnum against rprcnt<6
2020-05-05 Volker Lendeckelibsmb: Protect cli_RNetShareEnum() against rprcnt<6
2020-05-05 Volker Lendeckelibsmb: Fix indentation in cli_RNetShareEnum()
2020-05-05 Volker Lendeckesmbd: Make share_mode_for_one_entry() use just a uint8*
2020-05-05 Volker Lendeckesmbd: Make share_mode_do_locked() use a const uint8_t *
2020-05-05 Volker Lendeckesmbd: Make parse_share_modes() use a const ptr
2020-05-05 Volker Lendeckesmbd: Make share_mode_memcache_fetch() use a const ptr
2020-05-05 Volker Lendeckesmbd: Convert get_share_mode_blob_header() to use a...
2020-05-05 Volker Lendeckesmbd: Make share_mode_entry_find() take a const pointer
2020-05-05 Volker Lendeckesmbd: Make sure share_mode_entry_do() maintains sorting...
2020-05-05 Volker Lendeckesmbd: Simplify reset_share_mode_entry()
2020-05-05 Volker Lendeckesmbd: Simplify share_mode_entry_get()
2020-05-05 Volker Lendeckelibsmb: Add a NULL check
2020-05-05 Volker Lendeckelibsmb: Align integer types in net_share_enum_rpc()
2020-05-05 Volker Lendeckelibsmb: Use talloc_strndup() to cut a backslash
2020-05-05 Volker Lendeckelibsmb: Add a NULL check after talloc_strdup()
2020-05-05 Volker Lendeckelib: Move push_skip_string() to clirap2.c
2020-05-05 Volker Lendeckelibrpc: Align integer types
2020-05-05 Volker Lendeckenet: Add g_lock dumpall
2020-05-05 Volker Lendeckenet: "net g_lock locks" needs to print binary keys
2020-05-05 Volker Lendeckerpc_server3: Align integer types
2020-05-05 Volker Lendeckelib: Fix a comment
2020-05-05 Volker Lendeckelib: Remove two unused macro definitions
2020-05-05 Volker Lendecketorture4: Move a variable declaration closer to its use
2020-05-05 Volker Lendeckeregistry3: Align a few integer types
2020-05-05 Volker Lendeckelocking: Move br_off typedef to where it's used
2020-05-05 Volker Lendeckelocking: Move SMB_OFF_T_BITS macro to its only user
2020-05-05 Volker Lendeckevfs_virusfilter: Fix canonicalizing socket path
2020-05-05 Volker Lendeckevfs_widelinks: Fix small typos
2020-05-05 Jule Angerpytdb tests: add test for storev()
2020-05-05 Jule Angerpytdb: add python binding for storev()
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to smbd_calculate_maxi...
2020-05-04 Jeremy Allisons3: smbd: Reformat users of smbd_calculate_maximum_allo...
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to smbd_calculate_acce...
2020-05-04 Jeremy Allisons3: smbd: Reformat users of smbd_calculate_access_mask().
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to check_parent_access().
2020-05-04 Jeremy Allisons3: smbd: Reformat users of check_parent_access().
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to user_can_read_file().
2020-05-04 Jeremy Allisons3: smbd: Reformat users of user_can_read_file().
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to smbd_check_access_r...
2020-05-04 Jeremy Allisons3: smbd: Reformat users of smbd_check_access_rights().
2020-05-04 Jeremy Allisons3: smbd: Add dirfsp parameter to can_write_to_file().
2020-05-04 Jeremy Allisons3: smbd: Reformat users of can_write_to_file().
2020-05-04 Jeremy Allisons3: smbd: Add dirfsp parameter to user_can_write_file().
2020-05-04 Jeremy Allisons3: smbd: Reformat caller of user_can_write_file().
2020-05-04 Jeremy Allisons3: smbd: Add dirfsp parameter to can_delete_file_in_di...
2020-05-04 Jeremy Allisons3: smbd: Reformat definition and callers of can_delete...
2020-05-04 Andrew BartlettCVE-2020-10700: dsdb: Do not permit the ASQ control...
2020-05-04 Andrew BartlettCVE-2020-10700: ldb: Always use ldb_next_request()...
2020-05-04 Andrew BartlettCVE-2020-10700: dsdb: Add test for ASQ and ASQ in combi...
2020-05-04 Gary LockyerCVE-2020-10704 libcli ldap: Check search request lengths.
2020-05-04 Gary LockyerCVE-2020-10704: libcli ldap_message: Add search size...
2020-05-04 Gary LockyerCVE-2020-10704: S4 ldap server: Limit request sizes
2020-05-04 Gary LockyerCVE-2020-10704: smb.conf: Add max ldap request sizes
2020-05-04 Gary LockyerCVE-2020-10704: ldapserver tests: Limit search request...
2020-05-04 Gary LockyerCVE-2020-10704: lib util asn1: Check parse tree depth
2020-05-04 Gary LockyerCVE-2020-10704: libcli ldap: test recursion depth in...
2020-05-04 Gary LockyerCVE-2020-10704: lib util asn1: Add ASN.1 max tree depth
2020-04-30 Ralph Boehmesmbd: use is_lease_stat_open() in delay_for_oplock()
2020-04-30 Ralph Boehmesmbd: add is_lease_stat_open()
2020-04-30 Ralph Boehmesmbd: rename is_stat_open() to is_oplock_stat_open()
2020-04-30 Ralph Boehmes4/torture: add a comprehensive "non-lease-break-trigge...
2020-04-30 Ralph Boehmes4/torture: add a comprehensive "non-oplock-break-trigg...
2020-04-30 Jeremy Allisons3: smbd: Add dirfsp parameter to check_access().
2020-04-30 Jeremy Allisons3: smbd: Reformat callers of check_access().
2020-04-30 Jeremy Allisons3: smbd: Make check_access() a simple wrapper around...
2020-04-30 Jeremy Allisons3: smbd: Reformat spacing for parameters of check_acce...
2020-04-30 Jeremy Allisons3: smbd: Move the fsp check up one level from check_ac...
2020-04-30 Jeremy Allisons3: smbd: Cleanup - move the function get_nt_acl_no_snu...
2020-04-30 Jeremy Allisons3: smbd: Add a dirfsp parameter to directory_has_defau...
2020-04-30 Jeremy Allisons3: smbd: Reformat uses of directory_has_default_acl().
2020-04-30 Jeremy Allisons3: smbd: Change is_visible_file() to take a directory...
2020-04-30 Jeremy Allisons3: smbd: Reformat calls to is_visible_file() to one...
2020-04-30 Jeremy Allisons3: VFS: snapper. Remove snapper_gmt_fget_nt_acl().
2020-04-30 Jeremy Allisons3: VFS: ceph_snapshots. Remove duplicate definition...
2020-04-30 Jeremy Allisons3: VFS: ceph_snapshots. Remove ceph_snap_gmt_fget_nt_a...
2020-04-30 Jeremy Allisons3: VFS: shadow_copy2. SMB_VFS_FGET_NT_ACL() makes...
2020-04-30 Jeremy Allisons3: smbd: In posix_fget_nt_acl() remove the fall-back...
2020-04-30 Alexander Bokovoys3 rpc server: set on-wire handle type explicitly
2020-04-29 Ralph Boehmesmbd: remove unneeded parent_dir variable from mkdir_in...
2020-04-29 Ralph Boehmesmbd: convert inherit_from_dir arg of change_dir_owner_...
2020-04-29 Ralph Boehmesmbd: convert inherit_from_dir arg of change_file_owner...
2020-04-29 Ralph Boehmesmbd: convert inherit_access_posix_acl() arg parent_dir...
2020-04-29 Ralph Boehmesmbd: convert parent_dir arg of open_file() to struct...
2020-04-29 Ralph Boehmesmbd: pass dirname as struct smb_filename to is_visible...
2020-04-29 Ralph Boehmesmbd: realign is_visible_file() args one per line
2020-04-29 Ralph Boehmesmbd: copy twrp in cp_smb_filename()
2020-04-29 Ralph Boehmesmbd: add previous version timestamp to struct smb_filename
2020-04-29 Ralph Boehmesmbd: pass struct smb_filename smb_fname_parent to...
2020-04-29 Ralph Boehmesmbd: pass struct smb_filename parent_dir to file_set_d...
2020-04-29 Ralph Boehmesmbd: align file_set_dosmode() args one per line
next