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
2025-09-02
lib: Remove unused interpret_string_addr_prefer_ipv4()
Volker Lendecke
2
-24
/
+0
2025-09-02
lib: Fix whitespace
Volker Lendecke
1
-2
/
+2
2025-09-02
lib: tevent_req_set_endtime() can fail
Volker Lendecke
1
-1
/
+4
2025-09-01
lib: Re-add dlclose(handle) when module initialization failed
Volker Lendecke
1
-1
/
+3
2025-08-15
lib: Make file_ploadv() static
Volker Lendecke
2
-6
/
+1
2025-08-15
lib: Move file_lines_ploadv() to lib/util/
Volker Lendecke
2
-0
/
+27
2025-08-15
lib:util: Fix resourse leak CID#1412633
Vinit Agnihotri
1
-3
/
+1
2025-08-12
lib/util: Fix CID 1414760 - Memory leak
Shweta Sodani
1
-3
/
+7
2025-07-30
iconv: fixed coverity issue CID1609382
Xavi Hernandez
1
-3
/
+7
2025-06-18
async_sock: move samba_socket_{poll,sock,poll_or_sock}_error() from util_net....
Stefan Metzmacher
2
-113
/
+0
2025-06-18
lib:util: Disable logging to syslog for startup messages
Andreas Schneider
2
-0
/
+24
2025-05-19
charset/tests: avoid static variables in test_buffer()
Stefan Metzmacher
1
-39
/
+105
2025-05-19
lib/util: activate panic on dangling talloc stackframes
Stefan Metzmacher
1
-1
/
+1
2025-05-19
lib/util: add pthread support to talloc_stack.c
Stefan Metzmacher
1
-1
/
+33
2025-05-19
lib/util: add atexit handling and complain about dangling frames.
Stefan Metzmacher
1
-0
/
+37
2025-05-19
lib/util: remove unused SMB_THREAD handling from talloc_stack.c
Stefan Metzmacher
1
-38
/
+21
2025-04-29
lib/util: let dump_data_diff() pass omit_zero_bytes to dump_data_diff_cb()
Stefan Metzmacher
1
-1
/
+7
2025-04-18
lib/util: fix NONNULL(params) __attribute__((nonnull(params)))
Stefan Metzmacher
1
-2
/
+2
2025-03-05
lib: Remove unused next_token()
Volker Lendecke
2
-47
/
+8
2025-03-05
torture4: Test next_token_talloc() instead of next_token()
Volker Lendecke
1
-22
/
+64
2025-02-06
gpfswrap: Remove unused gpfs_set_winattrs_path
Christof Schmitt
2
-19
/
+0
2025-02-06
gpfswrap: Remove unused gpfs_fstat_x
Christof Schmitt
2
-16
/
+0
2025-02-06
gpfswrap: Remove unused gpfs_stat_x wrapper
Christof Schmitt
2
-16
/
+0
2025-01-29
lib/util: add dns_cmp() as it's own file
Stefan Metzmacher
3
-0
/
+252
2025-01-23
lib: factor out generate_random_str_list_buf()
Volker Lendecke
2
-10
/
+30
2025-01-17
lib:util: Fix stack-use-after-return in crypt_as_best_we_can()
Andreas Schneider
1
-4
/
+12
2025-01-07
lib: add sys_write_full()
Ralph Boehme
2
-0
/
+39
2025-01-02
include <grp.h> for setgroups in a few places
Michael Tokarev
1
-0
/
+3
2025-01-02
replace direct calls to memset_s() with commonly used macros
Michael Tokarev
2
-15
/
+2
2025-01-02
specify some deps on private libs actually used directly
Michael Tokarev
1
-2
/
+2
2024-12-20
util:datablob: data_blob_pad checks its alignment assumption
Douglas Bagnall
1
-1
/
+1
2024-12-20
util: add a crypt strerror helper
Douglas Bagnall
2
-0
/
+26
2024-12-20
util: add a crypt wrapper, derived from dsdb:password_hash
Douglas Bagnall
3
-0
/
+101
2024-12-02
lib: Move some R/W "data" segment to R/O "text"
Volker Lendecke
1
-18
/
+18
2024-11-12
lib: Simplify nybble_to_hex_*
Volker Lendecke
1
-44
/
+2
2024-11-11
lib/util: Include grp.h for setgroups during autoconf
Samuel Thibault
1
-0
/
+3
2024-11-08
Describe implication of upstream ICU-22610
Earl Chew
1
-0
/
+4
2024-11-06
util:charset: s/the the\b/the/ in comments
Douglas Bagnall
1
-1
/
+1
2024-10-06
lib: Use talloc_realloc instead of talloc_realloc_size
Volker Lendecke
1
-1
/
+1
2024-10-02
lib: Fix CID 1596761 Resource leak
Volker Lendecke
1
-2
/
+4
2024-08-28
util:charset: Remove unreachable code (CID 1272948)
Joseph Sutton
1
-9
/
+0
2024-08-28
lib/util: Speed up slow data-blob-to-hex functions
Jo Sutton
2
-4
/
+60
2024-08-21
lib/util: let server_id_str_buf_unique() use server_id_buf
Stefan Metzmacher
3
-27
/
+9
2024-08-21
lib/util: split out server_id_from_string_ex allow the unique delimiter to be...
Stefan Metzmacher
2
-12
/
+25
2024-08-21
lib/util: add server_id_str_buf_unique_ex() and allow the delimiter to be pas...
Stefan Metzmacher
2
-10
/
+33
2024-08-21
lib/util: let server_id_str_buf() use PRIu32 and PRIu64
Stefan Metzmacher
1
-10
/
+8
2024-08-21
lib/util: add a comment to struct server_id_buf
Stefan Metzmacher
1
-1
/
+17
2024-08-06
lib: Fix whitespace
Volker Lendecke
1
-4
/
+4
2024-08-04
lib:util: Fix code spelling
Jo Sutton
1
-1
/
+1
2024-07-16
lib:util: Move open() of /dev/null into the if-clause
Andreas Schneider
1
-1
/
+2
[next]