index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests password_hash: Add ldap based tests for WDigest
Gary Lockyer
2017-05-25
4
-29
/
+185
*
pynet: Add a hook to decrypt one attribute
Andrew Bartlett
2017-05-25
1
-0
/
+74
*
tests password_hash: update array indexes for readabliity
Gary Lockyer
2017-05-25
1
-30
/
+31
*
samba-tool add support for userPassword
Gary Lockyer
2017-05-25
2
-30
/
+88
*
samba-tool tests: add tests for userPassword
Gary Lockyer
2017-05-25
2
-5
/
+256
*
password_hash: generate and store Primary:userPassword
Gary Lockyer
2017-05-25
2
-14
/
+253
*
tests password_hash: add tests for Primary:userPassword
Gary Lockyer
2017-05-25
5
-2
/
+343
*
docs: configuration options for extra password hashes
Gary Lockyer
2017-05-25
1
-0
/
+67
*
tests password_hash: fix white space issues
Gary Lockyer
2017-05-25
1
-4
/
+4
*
tests password_hash: remove unused import
Gary Lockyer
2017-05-25
1
-1
/
+0
*
idl drsblobs: add the blobs required for Primary:userPassword
Gary Lockyer
2017-05-25
1
-0
/
+44
*
samba-tool user: add rounds option to virtualCryptSHAxxx
Gary Lockyer
2017-05-25
2
-10
/
+78
*
samba-tool tests: Tests for virtualCryptSHAxxx rounds
Gary Lockyer
2017-05-25
4
-0
/
+302
*
samba-tool user: Support for virtualWDigest attributes
Gary Lockyer
2017-05-25
2
-14
/
+152
*
samba-tool user: Tests for virtualWDigest attributes
Gary Lockyer
2017-05-25
3
-0
/
+471
*
ctdb-daemon: Add AllowMixedVersions tunable
Amitay Isaacs
2017-05-24
5
-0
/
+38
*
ctdb-daemon: Do not allow mixed ctdb versions in a cluster
Amitay Isaacs
2017-05-24
5
-0
/
+69
*
ctdb-keepalive: Move ctdb_send_keepalive() to ctdb_keepalive.c
Amitay Isaacs
2017-05-24
3
-30
/
+27
*
ctdb-packaging: Remove mkversion.sh script
Amitay Isaacs
2017-05-24
1
-84
/
+0
*
ctdb-build: Simplify generation of version header files
Amitay Isaacs
2017-05-24
1
-29
/
+21
*
wafsamba: Allow to specify VERSION file path
Amitay Isaacs
2017-05-24
1
-2
/
+2
*
ctdb-readonly: Avoid a tight loop waiting for revoke to complete
Amitay Isaacs
2017-05-24
1
-33
/
+58
*
Revert "ctdb-readonly: Avoid a tight loop waiting for revoke to complete"
Amitay Isaacs
2017-05-24
1
-5
/
+3
*
CVE-2017-7494: rpc_server3: Refuse to open pipe names with / inside
Volker Lendecke
2017-05-24
1
-0
/
+5
*
dsdb: Do not search the sam.ldb file when trying to search all partitions
Andrew Bartlett
2017-05-23
1
-5
/
+3
*
dsdb: Do not write the @INDEXLIST or @ATTRIBUTES records during schema refresh
Andrew Bartlett
2017-05-23
5
-11
/
+41
*
dsdb: Take out the transaction and prepare_commit locks in the same order
Andrew Bartlett
2017-05-23
1
-11
/
+21
*
ldb_tdb: Call talloc_free(options_dn) as soon as we are done with options_dn
Andrew Bartlett
2017-05-23
1
-0
/
+1
*
ldb_tdb: Provide better debugging on end_trans failures
Andrew Bartlett
2017-05-23
1
-2
/
+8
*
ldb_tdb: Provide better debugging on prepare_commit failures
Andrew Bartlett
2017-05-23
1
-3
/
+10
*
tdb: Improve debugging when the allrecord lock fails to upgrade
Andrew Bartlett
2017-05-23
1
-4
/
+17
*
s3: smbd: Correctly identify a snapshot path using UCF_GMT_PATHNAME.
Jeremy Allison
2017-05-22
1
-1
/
+2
*
s3: smbd: Add UCF_GMT_PATHNAME, which represents FLAGS2_REPARSE_PATH.
Jeremy Allison
2017-05-22
3
-0
/
+13
*
s3: smbd: Fix up the ucf_flags correctly in smb_file_rename_information().
Jeremy Allison
2017-05-22
1
-4
/
+7
*
s3: smbd: We can now remove the 'bool dfs_path' parameter from filename_conve...
Jeremy Allison
2017-05-22
9
-40
/
+3
*
s3: smbd: Add UCF_DFS_PATHNAME which tracks the flags2 FLAGS2_DFS_PATHNAMES bit.
Jeremy Allison
2017-05-22
2
-2
/
+12
*
s3: smbd: In ntrename OR in ucf_flags, don't overwrite.
Jeremy Allison
2017-05-22
1
-2
/
+2
*
s3: smbd: Always use ucf_flags_from_smb_request() in place of checking by han...
Jeremy Allison
2017-05-22
4
-29
/
+28
*
s3: smbd: Split out ucf_flags_from_smb_request() from filename_create_ucf_fla...
Jeremy Allison
2017-05-22
2
-1
/
+11
*
s3: smbd: Make it clear we only overwrite *ppath_contains_wcard if resolve_df...
Jeremy Allison
2017-05-22
1
-1
/
+5
*
s3: smbd: Remove ugly use of discard_const that previously was hidden in reso...
Jeremy Allison
2017-05-22
1
-5
/
+4
*
s3: smbd: Remove bool dfs_pathnames paramter from resolve_dfspath_wcard().
Jeremy Allison
2017-05-22
4
-34
/
+29
*
s4:libcli/ldap: just use gensec_update() in ldap_bind_sasl()
Stefan Metzmacher
2017-05-22
1
-2
/
+1
*
s4:libcli/smb2: make smb2_session_setup_spnego_* completely async
Stefan Metzmacher
2017-05-21
1
-93
/
+160
*
s4:librpc: simplify dcerpc_connect_timeout_handler() logic
Stefan Metzmacher
2017-05-21
2
-17
/
+1
*
s4:librpc: make use of gensec_update_send() in bind_auth_next_step()
Stefan Metzmacher
2017-05-21
1
-12
/
+23
*
s4:librpc: use gensec_update_send() in dcerpc_bind_auth_send()
Stefan Metzmacher
2017-05-21
1
-19
/
+34
*
s4:rpc_server: implement async AUTH3 using gensec_update_send/recv
Stefan Metzmacher
2017-05-21
1
-7
/
+33
*
s4:rpc_server: implement async ALTER_CONTEXT using gensec_update_send/recv
Stefan Metzmacher
2017-05-21
1
-6
/
+32
*
s4:rpc_server: implement async BIND using gensec_update_send/recv
Stefan Metzmacher
2017-05-21
1
-6
/
+119
[next]