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
*
s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.
Jeremy Allison
2017-07-01
23
-192
/
+265
*
s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...
Jeremy Allison
2017-07-01
25
-192
/
+400
*
show-deleted: Rename attr_filter to exclude_filter for clarity
Garming Sam
2017-06-30
1
-5
/
+5
*
show-deleted: Simplify the code to require as little logic as needed
Garming Sam
2017-06-30
1
-23
/
+15
*
show-deleted: Remove an unnecessary search during connect
Garming Sam
2017-06-30
1
-46
/
+48
*
show-deleted: Do not indicate an error if an object is missing.
Garming Sam
2017-06-30
2
-3
/
+14
*
dsdb: Add a dummy module to replace show_deleted
Andrew Bartlett
2017-06-30
2
-1
/
+37
*
travis-ci: Also build samba-systemkrb5
Andrew Bartlett
2017-06-30
1
-0
/
+1
*
autobuild: Use new selftest.pl feature to run only some environments
Andrew Bartlett
2017-06-30
1
-3
/
+3
*
selftest: Allow selftest.pl to run just some environments
Andrew Bartlett
2017-06-30
1
-1
/
+33
*
debug: new debug class for kerberos
Andrew Bartlett
2017-06-30
4
-1
/
+5
*
auth/spnego: do basic state_position checking in gensec_spnego_update_in()
Stefan Metzmacher
2017-06-29
1
-7
/
+19
*
auth/spnego: move gensec_spnego_update() into gensec_spnego_update_send()
Stefan Metzmacher
2017-06-29
1
-37
/
+36
*
auth/spnego: split out gensec_spnego_update_{client,server}() functions
Stefan Metzmacher
2017-06-29
1
-200
/
+256
*
auth/spnego: remove unused out_mem_ctx = spnego_state fallback in gensec_spne...
Stefan Metzmacher
2017-06-29
1
-5
/
+0
*
auth/spnego: add gensec_spnego_update_sub_abort() helper function
Stefan Metzmacher
2017-06-29
1
-22
/
+31
*
auth/spnego: remove useless spnego_state->sub_sec_ready check
Stefan Metzmacher
2017-06-29
1
-3
/
+1
*
auth/spnego: consitently set spnego_state->sub_sec_ready = true after gensec_...
Stefan Metzmacher
2017-06-29
1
-10
/
+15
*
auth/spnego: rename spnego_state->no_response_expected to ->sub_sec_ready
Stefan Metzmacher
2017-06-29
1
-10
/
+10
*
auth/spnego: move gensec_spnego_update_out() behind gensec_spnego_update_in()
Stefan Metzmacher
2017-06-29
1
-59
/
+62
*
auth/spnego: move some more logic to gensec_spnego_update_in()
Stefan Metzmacher
2017-06-29
1
-6
/
+10
*
auth/spnego: move gensec_spnego_update_in() after gensec_spnego_update_send()
Stefan Metzmacher
2017-06-29
1
-86
/
+89
*
auth/spnego: set state_position = SPNEGO_DONE in gensec_spnego_update_cleanup()
Stefan Metzmacher
2017-06-29
1
-4
/
+22
*
auth/spnego: move gensec_spnego_update_wrapper() into gensec_spnego_update_se...
Stefan Metzmacher
2017-06-29
1
-45
/
+53
*
auth/spnego: make use of data_blob_null instead of using data_blob(NULL, 0)
Stefan Metzmacher
2017-06-29
1
-19
/
+15
*
ctdb-tests: Add transaction/recovery test for replicated database
Amitay Isaacs
2017-06-29
1
-0
/
+64
*
ctdb-tests: Generalize transaction_loop test
Amitay Isaacs
2017-06-29
3
-18
/
+31
*
ctdb-tests: Support replicated db in tool tests
Amitay Isaacs
2017-06-29
16
-12
/
+205
*
ctdb-tests: Add database type option for tests
Amitay Isaacs
2017-06-29
2
-0
/
+10
*
ctdb-tools: Allow attach for replicated databases
Amitay Isaacs
2017-06-29
6
-37
/
+70
*
ctdb-client: Add db support for CTDB_DB_FLAGS_REPLICATED
Amitay Isaacs
2017-06-29
1
-2
/
+19
*
ctdb-client: Add sync api for DB_ATTACH_REPLICATED control
Amitay Isaacs
2017-06-29
2
-0
/
+36
*
ctdb-protocol: Add marshalling for CTDB_CONTROL_DB_ATTACH_REPLICATED control
Amitay Isaacs
2017-06-29
6
-2
/
+77
*
ctdb-daemon: Add implementation for CTDB_CONTROL_DB_ATTACH_REPLICATED control
Amitay Isaacs
2017-06-29
3
-6
/
+19
*
ctdb-protocol: Add new control CTDB_CONTROL_DB_ATTACH_REPLICATED
Amitay Isaacs
2017-06-29
1
-0
/
+1
*
ctdb-daemon: Add accessors for CTDB_DB_FLAGS_REPLICATED flag
Amitay Isaacs
2017-06-29
2
-1
/
+11
*
ctdb-daemon: Calculate tdb flags for replicated databases
Amitay Isaacs
2017-06-29
1
-0
/
+6
*
ctdb-protocol: Add CTDB_DB_FLAGS_REPLICATED for new type of database
Amitay Isaacs
2017-06-29
1
-0
/
+1
*
ctdb-client: Store db_flags instead of a boolean persistent flag
Amitay Isaacs
2017-06-29
2
-9
/
+23
*
ctdb-recovery: Use db_flags instead of a boolean persistent flag
Amitay Isaacs
2017-06-29
1
-11
/
+10
*
ctdb-daemon: Pass db_flags instead of passing persistent flag
Amitay Isaacs
2017-06-29
3
-26
/
+26
*
ctdb-daemon: Store db_flags instead of individual boolean flags
Amitay Isaacs
2017-06-29
5
-21
/
+27
*
ctdb-daemon: Add accessors for CTDB_DB_FLAGS_STICKY flag
Amitay Isaacs
2017-06-29
5
-6
/
+20
*
ctdb-daemon: Add accessors for CTDB_DB_FLAGS_READONLY flag
Amitay Isaacs
2017-06-29
6
-12
/
+29
*
ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flag
Amitay Isaacs
2017-06-29
10
-26
/
+47
*
ctdb-protocol: Add DB_OPEN_FLAGS control to debug
Amitay Isaacs
2017-06-29
1
-0
/
+1
*
ctdb-tests: Fix control reply data for DB_ATTACH_PERSISTENT control
Amitay Isaacs
2017-06-29
1
-0
/
+2
*
tests py_credentials: Fix encrypt_netr_crypt_password test
Gary Lockyer
2017-06-29
1
-16
/
+10
*
nsswitch: Add ad_member tests for wbinfo --domain-info and --dc-info
Andreas Schneider
2017-06-29
1
-0
/
+6
*
s3:winbind: Move debug statement into the error handling
Andreas Schneider
2017-06-28
1
-2
/
+2
[next]