summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* smbd: Convert valid.dat to C codeVolker Lendecke2015-03-244-25/+357
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-2437-37/+37
* lib: Remove load_case_tables_library()Volker Lendecke2015-03-248-15/+0
* lib: Convert [up|low]case.dat to CVolker Lendecke2015-03-245-54/+16394
* lib: Fix CID 1272834 Unchecked return valueVolker Lendecke2015-03-241-1/+3
* WHATSNEW: Add logging backendsChristof Schmitt2015-03-231-0/+6
* debug: Add GPFS tracing backendChristof Schmitt2015-03-232-0/+40
* gpfswrap: Add wrappers for tracing APIChristof Schmitt2015-03-232-0/+50
* gpfswrap: Move gpfswrap to lib/utilChristof Schmitt2015-03-237-8/+18
* debug: Add lttng backendChristof Schmitt2015-03-235-1/+41
* debug: Add systemd backendChristof Schmitt2015-03-234-1/+36
* param: Mark syslog and syslog_only as deprecatedChristof Schmitt2015-03-233-2/+11
* debug: Remove now unused syslog variables from debug_settingsChristof Schmitt2015-03-232-5/+0
* debug: Simplify Debug1Christof Schmitt2015-03-231-14/+13
* debug: Use backends instead of explicitly logging to syslog or fileChristof Schmitt2015-03-231-24/+1
* debug: Remove codepath to open file in Debug1Christof Schmitt2015-03-231-17/+0
* debug: Set backends from logging parameter in smb.confChristof Schmitt2015-03-234-17/+40
* param: Add new 'logging' parameterChristof Schmitt2015-03-232-0/+46
* debug: Add syslog backendChristof Schmitt2015-03-231-8/+46
* debug: Add file backendChristof Schmitt2015-03-231-0/+11
* debug: Add infrastructure for supporting multiple backendsChristof Schmitt2015-03-231-0/+152
* debug: Move mapping from level to syslog priority to helper functionChristof Schmitt2015-03-231-15/+25
* debug: Move logging to callback to separate functionChristof Schmitt2015-03-231-10/+15
* debug: Always store short version of prog_name in debug stateChristof Schmitt2015-03-231-5/+8
* debug: Remove some unneeded function declarationsChristof Schmitt2015-03-232-4/+1
* debug: Remove FORMAT_BUFR_MAX, use FORMAT_BUFR_SIZE - 1 insteadChristof Schmitt2015-03-231-7/+6
* build: Move systemd checks to lib/utilChristof Schmitt2015-03-234-24/+22
* lib: Move get_iconv_handle() call downVolker Lendecke2015-03-231-1/+3
* s4:torture: avoid use of uninitialized variable in error case.Michael Adam2015-03-231-1/+1
* s4:torture: avoid free of uninitialized variable in error case.Michael Adam2015-03-231-1/+1
* s4:torture: avoid free of uninitialized variable in error case.Michael Adam2015-03-231-1/+1
* s4:torture: avoid free of uninitialized variables in error-case.Michael Adam2015-03-231-2/+2
* lib/crypto: fix header guard for crypto.hMichael Adam2015-03-231-1/+1
* libnetapi: Fix CID 1272947 Fix logically dead codeAnoop C S2015-03-231-1/+1
* dsdb: Fix CID 1034681 Copy-paste errorVolker Lendecke2015-03-231-1/+1
* smbd: Fix a typoVolker Lendecke2015-03-231-1/+1
* ctdb-tools: Use a broadcast to connected nodes for "reloadnodes"Martin Schwenke2015-03-2310-40/+38
* ctdb-tests: Add unit tests for "reloadnodes" sanity checkingMartin Schwenke2015-03-2313-0/+447
* ctdb-tools: Sanity check changes before processing "reloadnodes"Martin Schwenke2015-03-232-6/+98
* ctdb-tests: Add "ctdb reloadnodes" unit testsMartin Schwenke2015-03-234-3/+120
* ctdb-tools: Add cross-node file comparison to "reloadnodes"Martin Schwenke2015-03-231-3/+129
* ctdb-tests: Test stub for ctrl_getnodesfile()Martin Schwenke2015-03-232-0/+37
* ctdb-daemon: New control CTDB_CONTROL_GET_NODES_FILEMartin Schwenke2015-03-236-0/+52
* ctdb-tools: "reloadnodes" should only run against current nodeMartin Schwenke2015-03-231-9/+15
* ctdb-tools: Remove unused struct pnn_node and function read_pnn_node_file()Martin Schwenke2015-03-231-51/+0
* ctdb-tools: Reimplement read_natgw_nodes_file() using ctdb_read_nodes_file()Martin Schwenke2015-03-231-17/+16
* ctdb-tools: Reimplement read_nodes_file() using ctdb_get_nodes_file()Martin Schwenke2015-03-233-21/+26
* ctdb-daemon: Move ctdb_read_nodes_file() to utilitiesMartin Schwenke2015-03-233-93/+94
* ctdb-daemon: Factor out node parsing codeMartin Schwenke2015-03-231-43/+104
* ctdb-daemon: Store node addresses as ctdb_sock_addr rather than stringsMartin Schwenke2015-03-2310-151/+64