]> git.ipfire.org Git - thirdparty/samba.git/shortlog
thirdparty/samba.git
2017-03-14  Ralph Boehmes3/smbd: req is already validated at the beginning...
2017-03-14  Ralph Boehmes3/smbd: add comments and some reformatting to open_fil...
2017-03-14  Ralph Boehmes3/smbd: add const to get_lease_type() args
2017-03-14  Ralph Boehmes3/wscript: fix Linux kernel oplock detection
2017-03-14  Andreas Schneiderreplace: Include sysmacros.h
2017-03-13  Volker Lendeckesmbd: Do an early exit on negprot failure
2017-03-13  Ralph Boehmevfs_fruit: enabling AAPL extensions must be a global...
2017-03-06  Jeremy Allisons3: smbd: Restart reading the incoming SMB2 fd when...
2017-03-06  Stefan Metzmachers3:winbindd: fix endless forest trust scan
2017-03-06  Ralph Boehmevfs_fruit: only veto AppleDouble files with fruit:resou...
2017-03-01  Karolin SeegerVERSION: Bump version up to 4.4.11...
2017-03-01  Karolin SeegerVERSION: Disable GIT_SNAPSHOTS for the 4.4.10 release. samba-4.4.10
2017-03-01  Karolin SeegerWHATSNEW: Add release notes for Samba 4.4.10.
2017-02-28  Stefan Metzmachers3:winbindd: allow a fallback to NTLMSSP for LDAP conne...
2017-02-28  Stefan Metzmachers3:libads: add more debugging to ads_sasl_spnego_bind()
2017-02-28  Stefan Metzmachers3:winbindd: rely on the kerberos_state from pdb_get_tr...
2017-02-28  Stefan Metzmachers3:winbindd: add more debugging to cm_prepare_connection()
2017-02-28  Stefan Metzmachers3:passdb: use cli_credentials_set_kerberos_state(...
2017-02-28  Stefan Metzmachers3:winbindd: fix the valid usage anonymous smb authenti...
2017-02-28  Stefan Metzmacherauth/credentials: try to use kerberos with the machine...
2017-02-28  Stefan Metzmachers3:winbindd: try a NETLOGON connection with noauth...
2017-02-28  Stefan Metzmachers3:winbindd: make sure cm_prepare_connection() only...
2017-02-25  Ralph Boehmevfs_streams_xattr: use fsp, not base_fsp
2017-02-25  Stefan Metzmacherlibcli/auth: use the correct creds value against server...
2017-02-25  Stefan Metzmacherlibrpc/rpc: fix regression in NT_STATUS_RPC_ENUM_VALUE_...
2017-02-25  Stefan Metzmacherkrb5_wrap: use our own code to calculate the ENCTYPE_AR...
2017-02-25  Stefan Metzmachers4:libcli/raw: remove unused DEFAULT_TRUST_ACCOUNT_PASS...
2017-02-25  Stefan Metzmachers3:include: remove unused DEFAULT_TRUST_ACCOUNT_PASSWOR...
2017-02-25  Stefan Metzmachers3:net_rpc_trust: make use of trust_pw_new_value()
2017-02-25  Stefan Metzmachers3:libnet_join: make use of trust_pw_new_value()
2017-02-25  Stefan Metzmachers3:libads: use trust_pw_new_value() for krb5 machine...
2017-02-25  Stefan Metzmachers3:libsmb: use trust_pw_new_value() in trust_pw_change()
2017-02-25  Stefan Metzmachers3:libsmb: add trust_pw_new_value() helper function
2017-02-25  Stefan Metzmachers3:libsmb: let trust_pw_change() verify the new passwor...
2017-02-25  Stefan Metzmachers3:libsmb: let trust_pw_change() debug more verbose...
2017-02-25  Stefan Metzmacherlib/util: add generate_random_machine_password() function
2017-02-25  Stefan Metzmacherlibcli/auth: add netlogon_creds_cli_debug_string()
2017-02-25  Stefan Metzmacherlibcli/auth: check E_md4hash() result in netlogon_creds...
2017-02-17  Martin Schwenkectdb-scripts: Initialise CTDB_NFS_CALLOUT in statd...
2017-02-17  Amitay Isaacsctdb-tests: Add more comm tests
2017-02-17  Amitay Isaacsctdb-common: Fix use-after-free error in comm_fd_handler()
2017-02-17  Jeremy Allisons3: smbd: Don't loop infinitely on bad-symlink resolution.
2017-02-17  Andreas Schneiders3-vfs: Only walk the directory once in open_and_sort_dir()
2017-02-17  Ralph Boehmes3/rpc_server/mdssvc: add attribute "kMDItemContentType"
2017-02-17  Ralph Boehmes3/smbd: check for invalid access_mask smbd_calculate_a...
2017-02-17  Ralph Boehmeselftest: also run test base.createx_access against...
2017-02-15  Stefan Metzmachers3:librpc: remove bigendian argument from dcerpc_pull_n...
2017-02-15  Jeremy Allisons3: VFS: Don't allow symlink, link or rename on already...
2017-02-15  Jeremy Allisons3: VFS: shadow_copy2: Fix usage of saved_errno to...
2017-02-15  Jeremy Allisons3: VFS: shadow_copy2: Fix a memory leak in the connect...
2017-02-15  Jeremy Allisons3: VFS: shadow_copy2: Fix module to work with variable...
2017-02-15  Jeremy Allisons3: VFS: Add utility function check_for_converted_path().
2017-02-15  Jeremy Allisons3: VFS: Ensure shadow:format cannot contain a / path...
2017-02-15  Jeremy Allisons3: VFS: Allow shadow_copy2_connectpath() to return...
2017-02-15  Jeremy Allisons3: VFS: shadow_copy2: Fix chdir to store off the neede...
2017-02-15  Jeremy Allisons3: VFS: shadow_copy2: Add two currently unused functio...
2017-02-15  Jeremy Allisons3: VFS: shadow_copy2: Change a parameter name.
2017-02-15  Jeremy Allisons3: VFS: shadow_copy2: Add a wrapper function to call...
2017-02-15  Jeremy Allisons3: VFS: shadow_copy2: Add two new variables to the...
2017-02-15  Jeremy Allisons3: VFS: shadow_copy2: Fix length comparison to ensure...
2017-02-15  Jeremy Allisons3: VFS: shadow_copy2: Ensure pathnames for parameters...
2017-02-15  Jeremy Allisons3: VFS: shadow_copy2: Correctly initialize timestamp...
2017-02-15  Jeremy Allisons3: smbd: Make set_conn_connectpath() call canonicalize...
2017-02-15  Jeremy Allisons3: smbtorture: Add new local test LOCAL-CANONICALIZE...
2017-02-15  Jeremy Allisons3: lib: Fix two old, old bugs in set_conn_connectpath...
2017-02-15  Jeremy Allisons3: lib: Add canonicalize_absolute_path().
2017-02-15  Jeremy Allisons3: smbd: Correctly canonicalize any incoming shadow...
2017-02-15  Uri Simchoniwaf: backport finding of pkg-config
2017-02-07  Jeremy Allisons3: VFS: vfs_streams_xattr.c: Make streams_xattr_open...
2017-02-07  Volker Lendeckesmbd: Fix "map acl inherit" = yes
2017-02-07  Jeremy Allisons3: vfs: dirsort doesn't handle opendir of "." correctly.
2017-02-01  Ralph Boehmevfs_fruit: checks wrong AAPL config state and so always...
2017-02-01  Stefan Metzmacherselftest/Samba3: use "server min protocol = SMB3_00...
2017-02-01  Stefan Metzmachers3:smbd: allow "server min protocol = SMB3_00" to go...
2017-02-01  Ralph Boehmeselftest: add test for global "smb encrypt=off"
2017-02-01  Ralph Boehmeselftest: disable SMB encryption in simpleserver enviro...
2017-02-01  Ralph Boehmedocs: impact of a global "smb encrypt=off" on a share...
2017-02-01  Ralph Boehmes3/smbd: ensure global "smb encrypt = off" is effective...
2017-02-01  Ralph Boehmes3/smbd: ensure global "smb encrypt = off" is effective...
2017-02-01  Ralph Boehmes3/smbd: ensure global "smb encrypt = off" is effective...
2017-01-30  Stefan MetzmacherMerge tag 'samba-4.4.9' into v4-4-test
2017-01-27  Stefan Metzmacherscript/release.sh: fix off by 1 error in announce....
2017-01-26  Björn Jackevfs_default: unlock the right file in copy chunk
2017-01-14  Volker Lendeckemessaging: Fix dead but not cleaned-up-yet destination...
2017-01-14  Stefan Metzmachers3:librpc/gse: make use of gss_krb5_import_cred() inste...
2017-01-14  Stefan Metzmachers3:librpc/gse: remove unused #ifdef HAVE_GSS_KRB5_IMPOR...
2017-01-14  Stefan Metzmachers3:librpc/gse: include ccache_name in DEBUG message...
2017-01-14  David Disseldorpsmbd/ioctl: match WS2016 ReFS set compression behaviour
2017-01-14  David Disseldorptorture/ioctl: test set_compression(format_none)
2017-01-14  Björn Jackepam: map more NT password errors to PAM errors
2017-01-09  Jeremy Allisons3: torture: Add test for cli_ftruncate calling cli_smb...
2017-01-09  Jeremy Allisons3: libsmb: Add cli_smb2_ftruncate(), plumb into cli_ft...
2017-01-09  Andreas Schneiderselftest: Do not include system krb5.conf in selftest
2017-01-09  Andreas Schneiders3:libads: Include system /etc/krb5.conf if we use...
2017-01-09  Andreas Schneiders3:param: Add an 'include system krb5 conf' option
2017-01-02  Karolin SeegerVERSION: Disable GIT_SNAPSHOTS for the 4.4.9 release. samba-4.4.9
2017-01-02  Karolin SeegerWHATSNEW: Add release notes for Samba 4.4.9.
2017-01-02  Stefan Metzmacherkrb5_wrap: provide CKSUMTYPE_HMAC_SHA1_96_AES_*
2017-01-02  Stefan MetzmacherVERSION: Bump version up to 4.4.9...
2017-01-02  Karolin SeegerVERSION: Disable GIT_SNAPSHOTS for the 4.4.8 release.
next