summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOTS for the 4.5.14 release.samba-4.5.14Karolin Seeger2017-09-131-1/+1
* WHATSNEW: Add release notes for Samba 4.5.14.Karolin Seeger2017-09-131-2/+76
* selftest: make samba3.blackbox.smbclient_s3.*follow.symlinks.*no as flappingStefan Metzmacher2017-09-121-0/+1
* CVE-2017-12163: s3:smbd: Prevent client short SMB1 write from writing server ...Jeremy Allison2017-09-121-0/+50
* CVE-2017-12151: s3:libsmb: make use of cli_state_is_encryption_on()Stefan Metzmacher2017-09-042-3/+3
* CVE-2017-12151: s3:libsmb: add cli_state_is_encryption_on() helper functionStefan Metzmacher2017-09-042-0/+14
* CVE-2017-12150: s3:libsmb: only fallback to anonymous if authentication was n...Stefan Metzmacher2017-09-041-0/+2
* CVE-2017-12150: libcli/smb: add smbXcli_conn_signing_mandatory()Stefan Metzmacher2017-09-042-0/+6
* CVE-2017-12150: auth/credentials: cli_credentials_authentication_requested() ...Stefan Metzmacher2017-09-041-0/+16
* CVE-2017-12150: libgpo: make use of SMB_SIGNING_REQUIRED in gpo_connect_server()Stefan Metzmacher2017-09-041-1/+1
* CVE-2017-12150: s3:pylibsmb: make use of SMB_SIGNING_DEFAULT for 'samba.samba...Stefan Metzmacher2017-09-041-1/+1
* CVE-2017-12150: s3:lib: get_cmdline_auth_info_signing_state smb_encrypt SMB_S...Stefan Metzmacher2017-09-041-0/+3
* VERSION: Bump version up to 4.5.14...Karolin Seeger2017-08-301-2/+2
* VERSION: Disable GIT_SNAPSHOTS for the 4.5.13 release.samba-4.5.13Karolin Seeger2017-08-301-1/+1
* WHATSNEW: Add release notes for Samba 4.5.13.Karolin Seeger2017-08-301-2/+68
* vfs_fruit: factor out common code from ad_get() and ad_fget()Ralph Boehme2017-08-141-60/+30
* vfs_fruit: return fake pipe fd in fruit_open_meta_netatalk()Ralph Boehme2017-08-141-57/+16
* vfs_fruit: don't open basefile in ad_open() and simplify APIRalph Boehme2017-08-141-68/+45
* vfs_fruit: use path based setxattr call in ad_fset()Ralph Boehme2017-08-141-5/+5
* s4/torture: additional tests for kernel-oplocksRalph Boehme2017-08-141-0/+185
* s4/torture: reproducer for kernel oplocks issue with streamsRalph Boehme2017-08-141-0/+161
* vfs_streams_xattr: return a fake fd in streams_xattr_open()Ralph Boehme2017-08-141-47/+20
* vfs_streams_xattr: implement all missing handle based VFS functionsRalph Boehme2017-08-141-0/+437
* vfs_streams_xattr: always pass NULL as fsp arg to get_ea_value()Ralph Boehme2017-08-141-4/+4
* vfs_streams_xattr: remove fsp argument from get_xattr_size()Ralph Boehme2017-08-141-5/+4
* vfs_streams_xattr: remove all uses of fd, use name based functionsRalph Boehme2017-08-141-35/+15
* vfs_streams_xattr: invalidate stat info if xattr was not foundRalph Boehme2017-08-141-0/+3
* s3: torture: Add a test for cli_setpathinfo_basic() to smbtorture3.Jeremy Allison2017-08-141-0/+137
* s3: libsmb: Implement cli_smb2_setatr() by calling cli_smb2_setpathinfo().Jeremy Allison2017-08-141-50/+5
* s3: libsmb: Add cli_smb2_setpathinfo(), to be called by cli_setpathinfo_basic().Jeremy Allison2017-08-143-0/+89
* s3: libsmbclient: Fix cli_setpathinfo_basic() to treat mode == -1 as no change.Jeremy Allison2017-08-141-2/+11
* vfs_gpfs: handle EACCES when fetching DOS attributes from xattrRalph Boehme2017-08-141-1/+68
* s3/smbd: handle EACCES when fetching DOS attributes from xattrRalph Boehme2017-08-141-0/+36
* s3/smbd: handling of failed DOS attributes readingRalph Boehme2017-08-141-1/+6
* s3: libsmb: Reverse sense of 'clear all attributes', ignore attribute change ...Jeremy Allison2017-08-141-0/+23
* vfs_ceph: fix cephwrap_chdir()David Disseldorp2017-07-251-7/+0
* s3: smbd: Fix a read after free if a chained SMB1 call goes async.Jeremy Allison2017-07-251-1/+1
* s3: libsmb: Fix use-after-free when accessing pointer *p.Thomas Jarosch2017-07-241-3/+3
* s3/notifyd: ensure notifyd doesn't return from smbd_notifyd_initRalph Boehme2017-07-241-1/+7
* vfs_fruit: don't use MS NFS ACEs with Windows clientsRalph Boehme2017-07-241-0/+6
* vfs_fruit: add fruit:model = <modelname> parametric optionGünther Deschner2017-07-243-2/+21
* selftest:Samba3: call "net primarytrust dumpinfo" setup_nt4_member() after th...Stefan Metzmacher2017-07-131-0/+10
* s3:secrets: remove unused secrets_store_[prev_]machine_password()Stefan Metzmacher2017-07-132-50/+0
* s3:libads: make use of secrets_*_password_change() in ads_change_trust_accoun...Stefan Metzmacher2017-07-131-16/+90
* net: make use of secrets_*_password_change() for "net changesecretpw"Stefan Metzmacher2017-07-131-7/+44
* s3:trusts_util: make use the workstation password change more robustStefan Metzmacher2017-07-131-17/+187
* s3:libnet: make use of secrets_store_JoinCtx()Stefan Metzmacher2017-07-131-21/+5
* net: add "net primarytrust dumpinfo" command that dumps the details of the wo...Stefan Metzmacher2017-07-131-0/+85
* s3:secrets: add infrastructure to use secrets_domain_infoB to store credentialsStefan Metzmacher2017-07-132-0/+1419
* secrets.idl: add secrets_domain_info that will be used in secrets.tdb for mac...Stefan Metzmacher2017-07-132-2/+92