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
2015-03-03
lib: Fix CID 1273073 Assign instead of compare
Volker Lendecke
1
-1
/
+1
2015-02-27
lib/util: Build iov_buf library only when building samba
Amitay Isaacs
1
-5
/
+8
2015-02-26
lib: Simplify pidfile.c
Volker Lendecke
1
-13
/
+6
2015-02-26
Fix whitespace
Volker Lendecke
1
-11
/
+11
2015-02-24
iov_buf: Add an explaining comment
Volker Lendecke
1
-0
/
+4
2015-02-24
lib: Move "iov_buf.[ch]" to lib/util
Volker Lendecke
3
-0
/
+125
2015-02-16
debug: Set close-on-exec for the main log file FD
Andrew Bartlett
2
-1
/
+4
2015-02-13
lib: Add talloc_report_str()
Volker Lendecke
3
-0
/
+208
2015-02-13
lib: Add server_id marshalling
Volker Lendecke
2
-0
/
+19
2015-01-16
lib/util: add missing commas to statfs_types
Ralph Boehme
1
-2
/
+2
2015-01-08
lib/util: Avoid collision which alread defined consumer DEBUG macro.
Andreas Schneider
2
-3
/
+8
2014-12-28
lib: Simplify check_log_size
Volker Lendecke
1
-5
/
+3
2014-12-27
lib: Use talloc_zero_array instead of memset
Volker Lendecke
1
-3
/
+1
2014-12-17
lib/util: provide a dbgtext_va() function which takes va_list
Stefan Metzmacher
2
-5
/
+20
2014-12-16
lib: Add server_id_db
Volker Lendecke
3
-0
/
+360
2014-12-16
lib: Add "strv" string handling routines
Volker Lendecke
3
-0
/
+178
2014-12-16
lib: Add tdb_fetch_talloc
Volker Lendecke
2
-0
/
+36
2014-12-16
lib: Add map_unix_error_from_tdb
Volker Lendecke
2
-1
/
+63
2014-12-12
lib/util: Fix incorrect month in timestamps
Martin Schwenke
1
-1
/
+1
2014-12-09
lib: Fix blank line endings
Volker Lendecke
3
-55
/
+55
2014-12-09
lib: Fix a typo
Volker Lendecke
1
-1
/
+1
2014-12-08
lib: Simplify load_case_tables_library()
Volker Lendecke
1
-8
/
+9
2014-12-07
Fix signed/unsigned comparisons
Volker Lendecke
2
-3
/
+3
2014-12-05
lib: Fix signed/unsigned comparisons
Volker Lendecke
2
-3
/
+3
2014-11-18
lib: Add proper {} to tcopy_passwd
Volker Lendecke
1
-1
/
+2
2014-11-18
lib: Use talloc_pooled_object in tcopy_passwd
Volker Lendecke
1
-1
/
+10
2014-11-17
lib/util: use size_t for add_string_to_array().
Günther Deschner
2
-2
/
+2
2014-11-14
lib/util/tests: avoid some compiler warnings
Stefan Metzmacher
3
-33
/
+61
2014-11-14
lib/util: add str_list_make_v3_const()
Stefan Metzmacher
2
-0
/
+11
2014-11-10
data_blob.h: Add space between literal and string constant.
Jelmer Vernooij
1
-3
/
+3
2014-11-10
lib: Add tevent_req_simple_recv_unix
Volker Lendecke
2
-0
/
+14
2014-10-16
lib/util: Protect time_basic.h against multiple inclusion
Martin Schwenke
1
-0
/
+5
2014-10-13
lib/util: Add RFC3339 timestamp support to timeval_str_buf()
Martin Schwenke
4
-7
/
+33
2014-10-13
lib/util: Use snprintf() instead of strftime() in timeval_str_buf()
Martin Schwenke
2
-10
/
+6
2014-10-04
lib/util: Use charset_compat.h if SAMBA_UTIL_CORE_ONLY
Martin Schwenke
4
-0
/
+20
2014-10-04
lib/util: Factor out subsystem samba-util-core from samba-util
Martin Schwenke
1
-79
/
+90
2014-10-04
lib/util: Clean up includes for util.c
Martin Schwenke
1
-1
/
+6
2014-10-04
lib/util: Clean up includes for fault.c
Martin Schwenke
4
-24
/
+64
2014-10-04
lib/util: Clean up includes for substitute.c
Martin Schwenke
4
-28
/
+62
2014-10-04
lib/util: Replace an SMB_ASSERT()
Martin Schwenke
1
-1
/
+5
2014-10-04
lib/util: Clean up includes for signal.c
Martin Schwenke
4
-27
/
+54
2014-10-04
lib/util: Clean up includes for time.[ch]
Martin Schwenke
2
-2
/
+8
2014-10-04
lib/util: Clean up includes for data_blob.[ch]
Martin Schwenke
2
-1
/
+4
2014-10-04
lib/util: Clean up includes for xfile.[ch]
Martin Schwenke
2
-1
/
+8
2014-10-04
lib/util: Clean up includes for blocking.c
Martin Schwenke
4
-14
/
+36
2014-09-30
lib: util [ctdb]: Signal handling - change CatchChild() and CatchChildLeaveSt...
Jeremy Allison
2
-6
/
+6
2014-09-26
lib: util: asn1 tests. Check every asn1 return.
Jeremy Allison
1
-5
/
+9
2014-09-20
lib/util: Drop unnecessary use of talloc_tos()
Volker Lendecke
1
-6
/
+4
2014-09-19
lib/util: Return some functions to util_str.c
Martin Schwenke
2
-55
/
+55
2014-09-19
lib/util: Move next_token* functions to util_str.c
Martin Schwenke
2
-146
/
+145
[next]