summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOTS for the 4.6.7 release.samba-4.6.7Karolin Seeger2017-08-081-1/+1
* WHATSNEW: Add release notes for Samba 4.6.7.Karolin Seeger2017-08-041-2/+88
* s4-cldap/netlogon: Match Windows 2012R2 and return NETLOGON_NT_VERSION_5 when...Andrew Bartlett2017-08-012-2/+2
* s4-dsdb/netlogon: allow missing ntver in cldap pingArvid Requate2017-08-012-6/+1
* s4:torture/ldap: Test netlogon without NtVerArvid Requate2017-08-012-0/+49
* s3/utils: smbcacls failed to detect DIRECTORIES using SMB2 (windows only)Noel Power2017-08-011-11/+3
* 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
* smbd: Fix a connection run-down race conditionVolker Lendecke2017-07-231-6/+27
* s3/notifyd: ensure notifyd doesn't return from smbd_notifyd_initRalph Boehme2017-07-231-1/+7
* ctdb-common: Set close-on-exec when creating PID fileMartin Schwenke2017-07-231-0/+8
* vfs_fruit: don't use MS NFS ACEs with Windows clientsRalph Boehme2017-07-231-0/+6
* s3:client: The smbspool krb5 wrapper needs negotiate for authenticationAndreas Schneider2017-07-231-10/+19
* vfs_fruit: add fruit:model = <modelname> parametric optionGünther Deschner2017-07-233-2/+21
* idmap_ad: Retry query_user exactly once if we get TLDAP_SERVER_DOWNDustin L. Howett via samba-technical2017-07-231-1/+18
* selftest: Do not force run of kcc at start of selftestBob Campbell2017-07-201-52/+1
* selftest:Samba3: call "net primarytrust dumpinfo" setup_nt4_member() after th...Stefan Metzmacher2017-07-141-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
* netlogon.idl: use lsa_TrustType and lsa_TrustAttributes in netr_trust_extensionStefan Metzmacher2017-07-131-2/+2
* netlogon.idl: make netr_TrustFlags [public]Stefan Metzmacher2017-07-131-1/+1
* lsa.idl: make lsa_DnsDomainInfo [public]Stefan Metzmacher2017-07-131-1/+1
* s3:trusts_util: also pass the previous_nt_hash to netlogon_creds_cli_auth()Stefan Metzmacher2017-07-131-12/+31
* libcli/auth: pass the cleartext blob to netlogon_creds_cli_ServerPasswordSet*()Stefan Metzmacher2017-07-134-19/+63
* libcli/auth: add const to set_pw_in_buffer()Stefan Metzmacher2017-07-132-2/+2
* libcli/auth: pass an array of nt_hashes to netlogon_creds_cli_auth*()Stefan Metzmacher2017-07-134-33/+71
* s3:trusts_util: pass dcname to trust_pw_change()Stefan Metzmacher2017-07-136-0/+15
* s3:secrets: use secrets_delete for all keys in secrets_delete_machine_passwor...Stefan Metzmacher2017-07-131-4/+4
* s3:secrets: let secrets_delete_machine_password_ex() also remove the des_salt...Stefan Metzmacher2017-07-133-8/+15
* s3:secrets: let secrets_delete_machine_password_ex() remove SID and GUID tooStefan Metzmacher2017-07-132-7/+13
* s3:secrets: rewrite secrets_delete_machine_password_ex() using helper variablesStefan Metzmacher2017-07-131-4/+22
* s3:secrets: replace secrets_delete_prev_machine_password() by secrets_delete()Stefan Metzmacher2017-07-131-15/+1
* s3:secrets: let secrets_store_machine_pw_sync() delete the des_salt_key when ...Stefan Metzmacher2017-07-131-2/+9
* s3:secrets: make use of secrets_delete() in secrets_store_machine_pw_sync()Stefan Metzmacher2017-07-131-14/+5
* s3:secrets: re-add secrets_delete() helper to simplify deleting optional keysStefan Metzmacher2017-07-132-0/+20
* s3:secrets: rename secrets_delete() to secrets_delete_entry()Stefan Metzmacher2017-07-135-16/+16
* s3:secrets: make use of des_salt_key() in secrets_store_machine_pw_sync()Stefan Metzmacher2017-07-131-5/+3
* s3:secrets: add some const to secrets_store_domain_guid()Stefan Metzmacher2017-07-132-2/+2
* s3:secrets: split out a domain_guid_keystr() functionStefan Metzmacher2017-07-131-10/+14
* s3:secrets: rework des_salt_key() to take the realm as argumentStefan Metzmacher2017-07-131-12/+13
* s3:secrets: move kerberos_secrets_*salt related functions to machine_account_...Stefan Metzmacher2017-07-135-100/+101
* s3:libads: remove unused kerberos_fetch_salt_princ_for_host_princ()Stefan Metzmacher2017-07-132-10/+0
* s3:libads: make use of kerberos_secrets_fetch_salt_princ() in ads_keytab_add_...Stefan Metzmacher2017-07-131-6/+8