summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests password_hash: Add ldap based tests for WDigestGary Lockyer2017-05-254-29/+185
* pynet: Add a hook to decrypt one attributeAndrew Bartlett2017-05-251-0/+74
* tests password_hash: update array indexes for readabliityGary Lockyer2017-05-251-30/+31
* samba-tool add support for userPasswordGary Lockyer2017-05-252-30/+88
* samba-tool tests: add tests for userPasswordGary Lockyer2017-05-252-5/+256
* password_hash: generate and store Primary:userPasswordGary Lockyer2017-05-252-14/+253
* tests password_hash: add tests for Primary:userPasswordGary Lockyer2017-05-255-2/+343
* docs: configuration options for extra password hashesGary Lockyer2017-05-251-0/+67
* tests password_hash: fix white space issuesGary Lockyer2017-05-251-4/+4
* tests password_hash: remove unused importGary Lockyer2017-05-251-1/+0
* idl drsblobs: add the blobs required for Primary:userPasswordGary Lockyer2017-05-251-0/+44
* samba-tool user: add rounds option to virtualCryptSHAxxxGary Lockyer2017-05-252-10/+78
* samba-tool tests: Tests for virtualCryptSHAxxx roundsGary Lockyer2017-05-254-0/+302
* samba-tool user: Support for virtualWDigest attributesGary Lockyer2017-05-252-14/+152
* samba-tool user: Tests for virtualWDigest attributesGary Lockyer2017-05-253-0/+471
* ctdb-daemon: Add AllowMixedVersions tunableAmitay Isaacs2017-05-245-0/+38
* ctdb-daemon: Do not allow mixed ctdb versions in a clusterAmitay Isaacs2017-05-245-0/+69
* ctdb-keepalive: Move ctdb_send_keepalive() to ctdb_keepalive.cAmitay Isaacs2017-05-243-30/+27
* ctdb-packaging: Remove mkversion.sh scriptAmitay Isaacs2017-05-241-84/+0
* ctdb-build: Simplify generation of version header filesAmitay Isaacs2017-05-241-29/+21
* wafsamba: Allow to specify VERSION file pathAmitay Isaacs2017-05-241-2/+2
* ctdb-readonly: Avoid a tight loop waiting for revoke to completeAmitay Isaacs2017-05-241-33/+58
* Revert "ctdb-readonly: Avoid a tight loop waiting for revoke to complete"Amitay Isaacs2017-05-241-5/+3
* CVE-2017-7494: rpc_server3: Refuse to open pipe names with / insideVolker Lendecke2017-05-241-0/+5
* dsdb: Do not search the sam.ldb file when trying to search all partitionsAndrew Bartlett2017-05-231-5/+3
* dsdb: Do not write the @INDEXLIST or @ATTRIBUTES records during schema refreshAndrew Bartlett2017-05-235-11/+41
* dsdb: Take out the transaction and prepare_commit locks in the same orderAndrew Bartlett2017-05-231-11/+21
* ldb_tdb: Call talloc_free(options_dn) as soon as we are done with options_dnAndrew Bartlett2017-05-231-0/+1
* ldb_tdb: Provide better debugging on end_trans failuresAndrew Bartlett2017-05-231-2/+8
* ldb_tdb: Provide better debugging on prepare_commit failuresAndrew Bartlett2017-05-231-3/+10
* tdb: Improve debugging when the allrecord lock fails to upgradeAndrew Bartlett2017-05-231-4/+17
* s3: smbd: Correctly identify a snapshot path using UCF_GMT_PATHNAME.Jeremy Allison2017-05-221-1/+2
* s3: smbd: Add UCF_GMT_PATHNAME, which represents FLAGS2_REPARSE_PATH.Jeremy Allison2017-05-223-0/+13
* s3: smbd: Fix up the ucf_flags correctly in smb_file_rename_information().Jeremy Allison2017-05-221-4/+7
* s3: smbd: We can now remove the 'bool dfs_path' parameter from filename_conve...Jeremy Allison2017-05-229-40/+3
* s3: smbd: Add UCF_DFS_PATHNAME which tracks the flags2 FLAGS2_DFS_PATHNAMES bit.Jeremy Allison2017-05-222-2/+12
* s3: smbd: In ntrename OR in ucf_flags, don't overwrite.Jeremy Allison2017-05-221-2/+2
* s3: smbd: Always use ucf_flags_from_smb_request() in place of checking by han...Jeremy Allison2017-05-224-29/+28
* s3: smbd: Split out ucf_flags_from_smb_request() from filename_create_ucf_fla...Jeremy Allison2017-05-222-1/+11
* s3: smbd: Make it clear we only overwrite *ppath_contains_wcard if resolve_df...Jeremy Allison2017-05-221-1/+5
* s3: smbd: Remove ugly use of discard_const that previously was hidden in reso...Jeremy Allison2017-05-221-5/+4
* s3: smbd: Remove bool dfs_pathnames paramter from resolve_dfspath_wcard().Jeremy Allison2017-05-224-34/+29
* s4:libcli/ldap: just use gensec_update() in ldap_bind_sasl()Stefan Metzmacher2017-05-221-2/+1
* s4:libcli/smb2: make smb2_session_setup_spnego_* completely asyncStefan Metzmacher2017-05-211-93/+160
* s4:librpc: simplify dcerpc_connect_timeout_handler() logicStefan Metzmacher2017-05-212-17/+1
* s4:librpc: make use of gensec_update_send() in bind_auth_next_step()Stefan Metzmacher2017-05-211-12/+23
* s4:librpc: use gensec_update_send() in dcerpc_bind_auth_send()Stefan Metzmacher2017-05-211-19/+34
* s4:rpc_server: implement async AUTH3 using gensec_update_send/recvStefan Metzmacher2017-05-211-7/+33
* s4:rpc_server: implement async ALTER_CONTEXT using gensec_update_send/recvStefan Metzmacher2017-05-211-6/+32
* s4:rpc_server: implement async BIND using gensec_update_send/recvStefan Metzmacher2017-05-211-6/+119