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
*
smbd: Convert valid.dat to C code
Volker Lendecke
2015-03-24
4
-25
/
+357
*
lib: load_case_tables() -> smb_init_locale()
Volker Lendecke
2015-03-24
37
-37
/
+37
*
lib: Remove load_case_tables_library()
Volker Lendecke
2015-03-24
8
-15
/
+0
*
lib: Convert [up|low]case.dat to C
Volker Lendecke
2015-03-24
5
-54
/
+16394
*
lib: Fix CID 1272834 Unchecked return value
Volker Lendecke
2015-03-24
1
-1
/
+3
*
WHATSNEW: Add logging backends
Christof Schmitt
2015-03-23
1
-0
/
+6
*
debug: Add GPFS tracing backend
Christof Schmitt
2015-03-23
2
-0
/
+40
*
gpfswrap: Add wrappers for tracing API
Christof Schmitt
2015-03-23
2
-0
/
+50
*
gpfswrap: Move gpfswrap to lib/util
Christof Schmitt
2015-03-23
7
-8
/
+18
*
debug: Add lttng backend
Christof Schmitt
2015-03-23
5
-1
/
+41
*
debug: Add systemd backend
Christof Schmitt
2015-03-23
4
-1
/
+36
*
param: Mark syslog and syslog_only as deprecated
Christof Schmitt
2015-03-23
3
-2
/
+11
*
debug: Remove now unused syslog variables from debug_settings
Christof Schmitt
2015-03-23
2
-5
/
+0
*
debug: Simplify Debug1
Christof Schmitt
2015-03-23
1
-14
/
+13
*
debug: Use backends instead of explicitly logging to syslog or file
Christof Schmitt
2015-03-23
1
-24
/
+1
*
debug: Remove codepath to open file in Debug1
Christof Schmitt
2015-03-23
1
-17
/
+0
*
debug: Set backends from logging parameter in smb.conf
Christof Schmitt
2015-03-23
4
-17
/
+40
*
param: Add new 'logging' parameter
Christof Schmitt
2015-03-23
2
-0
/
+46
*
debug: Add syslog backend
Christof Schmitt
2015-03-23
1
-8
/
+46
*
debug: Add file backend
Christof Schmitt
2015-03-23
1
-0
/
+11
*
debug: Add infrastructure for supporting multiple backends
Christof Schmitt
2015-03-23
1
-0
/
+152
*
debug: Move mapping from level to syslog priority to helper function
Christof Schmitt
2015-03-23
1
-15
/
+25
*
debug: Move logging to callback to separate function
Christof Schmitt
2015-03-23
1
-10
/
+15
*
debug: Always store short version of prog_name in debug state
Christof Schmitt
2015-03-23
1
-5
/
+8
*
debug: Remove some unneeded function declarations
Christof Schmitt
2015-03-23
2
-4
/
+1
*
debug: Remove FORMAT_BUFR_MAX, use FORMAT_BUFR_SIZE - 1 instead
Christof Schmitt
2015-03-23
1
-7
/
+6
*
build: Move systemd checks to lib/util
Christof Schmitt
2015-03-23
4
-24
/
+22
*
lib: Move get_iconv_handle() call down
Volker Lendecke
2015-03-23
1
-1
/
+3
*
s4:torture: avoid use of uninitialized variable in error case.
Michael Adam
2015-03-23
1
-1
/
+1
*
s4:torture: avoid free of uninitialized variable in error case.
Michael Adam
2015-03-23
1
-1
/
+1
*
s4:torture: avoid free of uninitialized variable in error case.
Michael Adam
2015-03-23
1
-1
/
+1
*
s4:torture: avoid free of uninitialized variables in error-case.
Michael Adam
2015-03-23
1
-2
/
+2
*
lib/crypto: fix header guard for crypto.h
Michael Adam
2015-03-23
1
-1
/
+1
*
libnetapi: Fix CID 1272947 Fix logically dead code
Anoop C S
2015-03-23
1
-1
/
+1
*
dsdb: Fix CID 1034681 Copy-paste error
Volker Lendecke
2015-03-23
1
-1
/
+1
*
smbd: Fix a typo
Volker Lendecke
2015-03-23
1
-1
/
+1
*
ctdb-tools: Use a broadcast to connected nodes for "reloadnodes"
Martin Schwenke
2015-03-23
10
-40
/
+38
*
ctdb-tests: Add unit tests for "reloadnodes" sanity checking
Martin Schwenke
2015-03-23
13
-0
/
+447
*
ctdb-tools: Sanity check changes before processing "reloadnodes"
Martin Schwenke
2015-03-23
2
-6
/
+98
*
ctdb-tests: Add "ctdb reloadnodes" unit tests
Martin Schwenke
2015-03-23
4
-3
/
+120
*
ctdb-tools: Add cross-node file comparison to "reloadnodes"
Martin Schwenke
2015-03-23
1
-3
/
+129
*
ctdb-tests: Test stub for ctrl_getnodesfile()
Martin Schwenke
2015-03-23
2
-0
/
+37
*
ctdb-daemon: New control CTDB_CONTROL_GET_NODES_FILE
Martin Schwenke
2015-03-23
6
-0
/
+52
*
ctdb-tools: "reloadnodes" should only run against current node
Martin Schwenke
2015-03-23
1
-9
/
+15
*
ctdb-tools: Remove unused struct pnn_node and function read_pnn_node_file()
Martin Schwenke
2015-03-23
1
-51
/
+0
*
ctdb-tools: Reimplement read_natgw_nodes_file() using ctdb_read_nodes_file()
Martin Schwenke
2015-03-23
1
-17
/
+16
*
ctdb-tools: Reimplement read_nodes_file() using ctdb_get_nodes_file()
Martin Schwenke
2015-03-23
3
-21
/
+26
*
ctdb-daemon: Move ctdb_read_nodes_file() to utilities
Martin Schwenke
2015-03-23
3
-93
/
+94
*
ctdb-daemon: Factor out node parsing code
Martin Schwenke
2015-03-23
1
-43
/
+104
*
ctdb-daemon: Store node addresses as ctdb_sock_addr rather than strings
Martin Schwenke
2015-03-23
10
-151
/
+64
[next]