index
:
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-08
lib:util: Move debug message for mkdir failing to log level 1
Andreas Schneider
1
-3
/
+3
2019-03-01
lib: modify string conversion wrapper to handle signed input
Swen Schillig
1
-6
/
+50
2019-03-01
common-lib: Use wrapper for string to integer conversion
Swen Schillig
3
-12
/
+22
2019-03-01
util: Add two wrapper for string to int conversion
Swen Schillig
2
-0
/
+57
2019-02-20
lib util: Add function to generate random uint64_t
Gary Lockyer
2
-0
/
+16
2019-02-14
waf: Do not install internal header
Andreas Schneider
1
-1
/
+17
2019-02-14
lib:util: Move discard_const(_p) to own header for libndr.h
Andreas Schneider
4
-28
/
+53
2019-02-14
lib:util: Add GPL header to tftw.c
Andreas Schneider
1
-0
/
+13
2019-02-14
lib:util: Add missing "replace.h" header in tftw
Andreas Schneider
1
-0
/
+1
2019-02-11
s3:util: Move static file_pload() function to lib/util
Aliaksei Karaliou
2
-0
/
+53
2019-02-11
s3:util: Move popen wrappers to lib/util
Aliaksei Karaliou
3
-2
/
+282
2019-02-08
lib/util: inline lib/util/util_runcmd.h again
Stefan Metzmacher
2
-38
/
+15
2019-02-07
lib/util: add samba_runcmd_export_stdin() helper function
Stefan Metzmacher
2
-0
/
+12
2019-02-07
lib/debug: retain full string in state.prog_name global
David Disseldorp
1
-4
/
+8
2019-01-28
util: Add file tree walk interface
Andreas Schneider
3
-1
/
+160
2019-01-28
lib:util: Use C99 initializer in tfork test
Andreas Schneider
1
-2
/
+12
2019-01-28
lib:util: Use C99 initializer for weird_table in charset
Andreas Schneider
1
-3
/
+13
2019-01-28
lib:util: Use C99 initializer for builtin_functions in iconv
Andreas Schneider
1
-14
/
+69
2019-01-18
lib: Use gpfs.h from third_party on Linux
Christof Schmitt
2
-5
/
+20
2019-01-12
lib: remove unused function nttime_from_string()
Swen Schillig
1
-5
/
+0
2018-12-20
lib:util: Use memset_s() in data_blob_clear()
Andreas Schneider
1
-1
/
+1
2018-12-20
lib:util: Sync memory.h with replace.h
Andreas Schneider
1
-4
/
+8
2018-12-20
lib:util: Cleanup comments in memory.h
Andreas Schneider
1
-18
/
+20
2018-12-20
debug: enable per debug-class logfiles
Ralph Boehme
1
-2
/
+13
2018-12-20
debug: remove fd and debugf from state, use dbgc_config[DBGC_ALL]
Ralph Boehme
1
-25
/
+34
2018-12-20
debug: update logsize checking for per debug-class logfiles
Ralph Boehme
1
-0
/
+14
2018-12-20
debug: update need_to_check_log_size() for per debug-class logfiles
Ralph Boehme
1
-2
/
+15
2018-12-20
debug: add support for per debug-class logfiles
Ralph Boehme
1
-1
/
+14
2018-12-20
debug: add resource cleanup for per debug-class logfiles
Ralph Boehme
1
-0
/
+1
2018-12-20
debug: add logfile and fd to struct debug_class
Ralph Boehme
1
-1
/
+17
2018-12-20
debug: factor out logfile size check
Ralph Boehme
1
-19
/
+54
2018-12-20
debug: add a call to debug_parse_levels() to reopen_logs()
Ralph Boehme
1
-0
/
+1
2018-12-20
debug: add an empty line
Ralph Boehme
1
-0
/
+1
2018-12-20
debug: factor out a function that opens and closes the new and old logfile
Ralph Boehme
1
-16
/
+24
2018-12-20
debug: track current debug message class
Ralph Boehme
1
-0
/
+4
2018-12-20
debug: convert dbgc_config to an array of struct debug_class
Ralph Boehme
1
-16
/
+29
2018-12-20
debug: README.Coding fixes
Ralph Boehme
1
-12
/
+19
2018-12-20
debug: rename DEBUGLEVEL_CLASS variable to dbgc_config
Ralph Boehme
1
-19
/
+19
2018-12-20
debug: move some definitions around
Ralph Boehme
1
-51
/
+52
2018-12-19
lib/util: Count a trailing line that doesn't end in a newline
Martin Schwenke
2
-3
/
+155
2018-12-17
Send status to systemd on daemon start
Marcos Mello
1
-10
/
+8
2018-12-16
lib:util: Fix checking for config.h #define in fault.c
Andreas Schneider
1
-1
/
+1
2018-11-30
util: Fix include file order
Martin Schwenke
1
-1
/
+2
2018-11-28
lib:util: Avoid name confusion with config.h
Andreas Schneider
1
-5
/
+5
2018-11-28
lib:util: Use #ifdef instead of #if for config.h definitions
Andreas Schneider
2
-3
/
+3
2018-11-28
tfork: add a README how to run test torture test under valgrind
Ralph Boehme
1
-0
/
+22
2018-11-28
tfork: add a suppresssions file for drd
Ralph Boehme
1
-0
/
+14
2018-11-28
tfork: add a suppresssions file for helgrind
Ralph Boehme
1
-0
/
+32
2018-11-28
tfork: TFORK_ANNOTATE_BENIGN_RACE
Ralph Boehme
1
-0
/
+41
2018-11-28
tfork/test: ensure all threads start with SIGCHLD unblocked
Ralph Boehme
1
-0
/
+17
[next]