summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.6.0rc4 release.samba-4.6.0rc4Karolin Seeger2017-02-281-1/+1
* WHATSNEW: Add release notes for Samba 4.6.0rc4.Karolin Seeger2017-02-281-2/+54
* ctdb-build: Fix RPM buildMartin Schwenke2017-02-281-1/+2
* ctdb-build: Add WAFLOCK magic to manpages targetMartin Schwenke2017-02-281-1/+2
* dbchecker: Stop ignoring linked cases where both objects are aliveGarming Sam2017-02-282-11/+13
* tests/dbcheck: Add a test for two live objects, with a dangling forward linkGarming Sam2017-02-285-2/+38
* tests/dbcheck: Add a test for two live objects, with a dangling backlinkGarming Sam2017-02-285-2/+28
* pidl:Python: use of pytalloc_GenericObject_reference*() for pyrpc_{ex,im}port...Stefan Metzmacher2017-02-282-118/+11
* pidl:Python: replace pytalloc_CObject_FromTallocPtr() with pytalloc_GenericOb...Stefan Metzmacher2017-02-281-9/+11
* pidl:Python: make sure print HASH references for STRUCT typesStefan Metzmacher2017-02-281-1/+7
* py_net: make use of pytalloc_GenericObject_steal()Stefan Metzmacher2017-02-281-3/+2
* talloc: version 2.1.9Stefan Metzmacher2017-02-286-7/+97
* pytalloc: add pytalloc_GenericObject_{steal,reference}[_ex]()Stefan Metzmacher2017-02-286-12/+203
* talloc: fix TALLOC_VERSION_* mismatch detectionStefan Metzmacher2017-02-283-8/+9
* talloc/wscript: avoid passing pointless enabled=True to SAMBA_PYTHON()Stefan Metzmacher2017-02-281-2/+0
* lib: talloc: Make it clear that talloc_get_size(NULL) returns 0.Jeremy Allison2017-02-281-3/+0
* s3:idmap_ad: make use of pdb_get_trust_credentials() to get the machine accou...Stefan Metzmacher2017-02-281-23/+13
* s3:winbindd: allow a fallback to NTLMSSP for LDAP connectionsStefan Metzmacher2017-02-281-0/+2
* s3:libads: add more debugging to ads_sasl_spnego_bind()Stefan Metzmacher2017-02-281-1/+25
* s3:winbindd: rely on the kerberos_state from pdb_get_trust_credentials()Stefan Metzmacher2017-02-281-11/+0
* s3:winbindd: add more debugging to cm_prepare_connection()Stefan Metzmacher2017-02-281-7/+16
* s3:passdb: use cli_credentials_set_kerberos_state() for trusts in pdb_get_tru...Stefan Metzmacher2017-02-281-0/+17
* s3:winbindd: fix the valid usage anonymous smb authenticationStefan Metzmacher2017-02-281-4/+4
* auth/credentials: try to use kerberos with the machine account unless we're i...Stefan Metzmacher2017-02-281-1/+16
* s3:winbindd: try a NETLOGON connection with noauth over NCACN_NP against trus...Stefan Metzmacher2017-02-281-1/+22
* Revert "s3-winbind: Fix schannel connections against trusted domain DCs"Stefan Metzmacher2017-02-281-15/+1
* s3:winbindd: make sure cm_prepare_connection() only returns OK with a valid t...Stefan Metzmacher2017-02-281-3/+10
* vfs_streams_xattr: use fsp, not base_fspRalph Boehme2017-02-251-24/+17
* libcli/auth: use the correct creds value against servers without LogonSamLogonExStefan Metzmacher2017-02-251-2/+17
* librpc/rpc: fix regression in NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGE error map...Stefan Metzmacher2017-02-251-5/+3
* build: Fix generation of CTDB manpages while creating tarballAmitay Isaacs2017-02-251-1/+1
* ctdb-build: Add make target for generating manpagesAmitay Isaacs2017-02-251-0/+3
* ctdb-build: Split dist() target to generate manpages separatelyAmitay Isaacs2017-02-251-17/+27
* krb5_wrap: use our own code to calculate the ENCTYPE_ARCFOUR_HMAC keyStefan Metzmacher2017-02-251-0/+37
* s4:scripting: use generate_random_machine_password() for machine passwordsStefan Metzmacher2017-02-251-1/+1
* samba-tool:provision: use generate_random_machine_password() for machine pass...Stefan Metzmacher2017-02-252-4/+4
* samba-tool:domain: use generate_random_machine_password() for machine passwordsStefan Metzmacher2017-02-251-2/+2
* samba-tool:domain: use generate_random_machine_password() for trusted domainsStefan Metzmacher2017-02-252-25/+7
* pyglue: add generate_random_machine_password() wrapperStefan Metzmacher2017-02-252-1/+26
* python/samba: use an explicit .encode('utf-8') where we expect utf8 passwordsStefan Metzmacher2017-02-255-5/+5
* python/samba: provision_dns_add_samba.ldif expects utf-16-le passwordsStefan Metzmacher2017-02-251-1/+1
* s4:dsdb: autogenerate a random utf16 buffer for krbtgt password resets.Stefan Metzmacher2017-02-252-15/+94
* s4:libnet: make use of generate_random_machine_password()Stefan Metzmacher2017-02-251-1/+1
* s4:libcli/raw: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTHStefan Metzmacher2017-02-251-7/+0
* s3:include: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTHStefan Metzmacher2017-02-251-6/+0
* s3:net_rpc_trust: make use of trust_pw_new_value()Stefan Metzmacher2017-02-251-3/+3
* s3:libnet_join: make use of trust_pw_new_value()Stefan Metzmacher2017-02-251-6/+10
* s3:libads: use trust_pw_new_value() for krb5 machine passwordsStefan Metzmacher2017-02-252-3/+7
* s3:libsmb: use trust_pw_new_value() in trust_pw_change()Stefan Metzmacher2017-02-251-21/+4
* s3:libsmb: add trust_pw_new_value() helper functionStefan Metzmacher2017-02-252-0/+59