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
path:
root
/
lib
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbdotconf: mark "log level" with substitution="1"
Ralph Boehme
2019-11-27
1
-1
/
+1
*
smbdotconf: mark "logging" with substitution="1"
Ralph Boehme
2019-11-27
1
-1
/
+1
*
smbdotconf: mark "logfile" with substitution="1"
Ralph Boehme
2019-11-27
1
-1
/
+3
*
build: Do not build selftest binaries for builds without --enable-selftest
Andrew Bartlett
2019-11-22
1
-4
/
+4
*
gpfswrap: Add wrappers for gpfs_fstat_x and gpfs_stat_x
Christof Schmitt
2019-11-19
2
-0
/
+32
*
lib/util: change file_save_mode() to use O_EXCL
Andrew Bartlett
2019-11-15
1
-1
/
+1
*
lib: Fix a typo
Volker Lendecke
2019-10-02
1
-1
/
+1
*
lib: Remove some unneeded #includes from tftw.c
Volker Lendecke
2019-10-02
1
-13
/
+2
*
fault.c: improve fault_report message text pointing to our wiki
Björn Jacke
2019-09-23
1
-1
/
+5
*
lib: Add talloc_full_report_printf()
Volker Lendecke
2019-09-18
3
-0
/
+145
*
lib: Use server_id_cmp() in server_id_equal()
Volker Lendecke
2019-09-17
1
-13
/
+2
*
lib: Add server_id_cmp()
Volker Lendecke
2019-09-17
2
-0
/
+18
*
lib: add round_timespec_to_nttime()
Ralph Boehme
2019-09-10
2
-0
/
+10
*
Spelling fixes s/preceeding/preceding/
Mathieu Parent
2019-09-01
1
-1
/
+1
*
Spelling fixes s/avaiable/available/
Mathieu Parent
2019-09-01
1
-1
/
+1
*
Spelling fixes s/hierachy/hierarchy/
Mathieu Parent
2019-09-01
1
-1
/
+1
*
lib: Remove a duplicate function prototype
Volker Lendecke
2019-08-19
1
-5
/
+0
*
lib:util: Use generate_secret_buffer() for long term passwords
Andreas Schneider
2019-08-14
1
-3
/
+3
*
lib:util: Fix documentation for random number functions
Andreas Schneider
2019-08-14
2
-4
/
+13
*
lib: CID 1452289: API usage errors (USE_AFTER_FREE)
Volker Lendecke
2019-08-14
1
-1
/
+0
*
lib:util: Add better documentation for generate_secret_buffer()
Andreas Schneider
2019-08-12
2
-6
/
+17
*
lib:util: Add generate_nonce_buffer()
Andreas Schneider
2019-08-12
2
-2
/
+21
*
tfork: Free memory in torture test to satisfy sanitizer
Swen Schillig
2019-08-08
1
-0
/
+3
*
util: Free memory in charset torture test to satisfy sanitizer
Swen Schillig
2019-08-08
1
-0
/
+10
*
util: Free memory in genrand torture test to satisfy sanitizer
Swen Schillig
2019-08-08
1
-0
/
+2
*
charset: add tests for Unicode NFC <-> NFD conversion
Ralph Boehme
2019-08-07
1
-0
/
+228
*
charset: add support for Unicode normalisation with libicu
Ralph Boehme
2019-08-07
3
-1
/
+178
*
Add fuzzing binary for tiniparser
Michael Hanselmann
2019-08-07
2
-7
/
+18
*
s3:utils: New struct to fix strict aliasing issues with sockets API
Samuel Cabrero
2019-07-22
1
-0
/
+13
*
lib:util: Use GnuTLS random number generator in genrand.c
Andreas Schneider
2019-07-18
3
-32
/
+12
*
lib: Optimize file_compare
Volker Lendecke
2019-07-17
1
-14
/
+41
*
lib/util: clang: Fix 'Null pointer passed as an argument'
Noel Power
2019-07-08
1
-1
/
+1
*
util: Fix off-by-one error in message about overflow
Martin Schwenke
2019-07-05
1
-8
/
+10
*
util: Avoid localised underflow
Martin Schwenke
2019-07-05
1
-6
/
+6
*
lib: Fix return of server_id_db_prune_name()
Volker Lendecke
2019-07-03
1
-1
/
+6
*
lib/util: clang: Fix warning: Value stored to 'ret' is never read warning
Noel Power
2019-07-01
1
-1
/
+1
*
lib/util: Fix Value stored to 'ret' is never read warning
Noel Power
2019-07-01
1
-1
/
+1
*
util: Fix signed/unsigned comparisons by casting
Martin Schwenke
2019-07-01
5
-8
/
+10
*
util: Fix signed/unsigned comparisons by declaring as size_t
Martin Schwenke
2019-07-01
1
-8
/
+8
*
util: Fix signed/unsigned comparisons by declaring as size_t
Martin Schwenke
2019-07-01
3
-6
/
+6
*
tests-util: Adding test to verify "allow no conversion" flag
Swen Schillig
2019-06-30
1
-0
/
+33
*
tests-util: Adding test to verify "full-string-conversion" flag
Swen Schillig
2019-06-30
1
-0
/
+28
*
tests-util: Adding test to verify "allow-negative" flag
Swen Schillig
2019-06-30
1
-0
/
+38
*
util: cleanup API change for strtoul(l) wrappers
Swen Schillig
2019-06-30
1
-5
/
+0
*
lib: Update all consumers of strtoul_err(), strtoull_err() to new API
Swen Schillig
2019-06-30
4
-46
/
+48
*
lib: Add capability to enable standard glibc behaviour for string to int conv...
Swen Schillig
2019-06-30
1
-10
/
+16
*
lib: Add check for full string consumption when converting string to int
Swen Schillig
2019-06-30
1
-0
/
+22
*
lib: Prepare for strtoul_err(), strtoull_err() API change
Swen Schillig
2019-06-30
2
-12
/
+31
*
lib: Add flag definitions to control the internal string to int conversion ro...
Swen Schillig
2019-06-30
1
-0
/
+7
*
tests-util: Adding test to verify "no-conversion" detection
Swen Schillig
2019-06-30
1
-0
/
+28
[next]