summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2015-03-03lib: Fix CID 1273073 Assign instead of compareVolker Lendecke1-1/+1
2015-02-27lib/util: Build iov_buf library only when building sambaAmitay Isaacs1-5/+8
2015-02-26lib: Simplify pidfile.cVolker Lendecke1-13/+6
2015-02-26Fix whitespaceVolker Lendecke1-11/+11
2015-02-24iov_buf: Add an explaining commentVolker Lendecke1-0/+4
2015-02-24lib: Move "iov_buf.[ch]" to lib/utilVolker Lendecke3-0/+125
2015-02-16debug: Set close-on-exec for the main log file FDAndrew Bartlett2-1/+4
2015-02-13lib: Add talloc_report_str()Volker Lendecke3-0/+208
2015-02-13lib: Add server_id marshallingVolker Lendecke2-0/+19
2015-01-16lib/util: add missing commas to statfs_typesRalph Boehme1-2/+2
2015-01-08lib/util: Avoid collision which alread defined consumer DEBUG macro.Andreas Schneider2-3/+8
2014-12-28lib: Simplify check_log_sizeVolker Lendecke1-5/+3
2014-12-27lib: Use talloc_zero_array instead of memsetVolker Lendecke1-3/+1
2014-12-17lib/util: provide a dbgtext_va() function which takes va_listStefan Metzmacher2-5/+20
2014-12-16lib: Add server_id_dbVolker Lendecke3-0/+360
2014-12-16lib: Add "strv" string handling routinesVolker Lendecke3-0/+178
2014-12-16lib: Add tdb_fetch_tallocVolker Lendecke2-0/+36
2014-12-16lib: Add map_unix_error_from_tdbVolker Lendecke2-1/+63
2014-12-12lib/util: Fix incorrect month in timestampsMartin Schwenke1-1/+1
2014-12-09lib: Fix blank line endingsVolker Lendecke3-55/+55
2014-12-09lib: Fix a typoVolker Lendecke1-1/+1
2014-12-08lib: Simplify load_case_tables_library()Volker Lendecke1-8/+9
2014-12-07Fix signed/unsigned comparisonsVolker Lendecke2-3/+3
2014-12-05lib: Fix signed/unsigned comparisonsVolker Lendecke2-3/+3
2014-11-18lib: Add proper {} to tcopy_passwdVolker Lendecke1-1/+2
2014-11-18lib: Use talloc_pooled_object in tcopy_passwdVolker Lendecke1-1/+10
2014-11-17lib/util: use size_t for add_string_to_array().Günther Deschner2-2/+2
2014-11-14lib/util/tests: avoid some compiler warningsStefan Metzmacher3-33/+61
2014-11-14lib/util: add str_list_make_v3_const()Stefan Metzmacher2-0/+11
2014-11-10data_blob.h: Add space between literal and string constant.Jelmer Vernooij1-3/+3
2014-11-10lib: Add tevent_req_simple_recv_unixVolker Lendecke2-0/+14
2014-10-16lib/util: Protect time_basic.h against multiple inclusionMartin Schwenke1-0/+5
2014-10-13lib/util: Add RFC3339 timestamp support to timeval_str_buf()Martin Schwenke4-7/+33
2014-10-13lib/util: Use snprintf() instead of strftime() in timeval_str_buf()Martin Schwenke2-10/+6
2014-10-04lib/util: Use charset_compat.h if SAMBA_UTIL_CORE_ONLYMartin Schwenke4-0/+20
2014-10-04lib/util: Factor out subsystem samba-util-core from samba-utilMartin Schwenke1-79/+90
2014-10-04lib/util: Clean up includes for util.cMartin Schwenke1-1/+6
2014-10-04lib/util: Clean up includes for fault.cMartin Schwenke4-24/+64
2014-10-04lib/util: Clean up includes for substitute.cMartin Schwenke4-28/+62
2014-10-04lib/util: Replace an SMB_ASSERT()Martin Schwenke1-1/+5
2014-10-04lib/util: Clean up includes for signal.cMartin Schwenke4-27/+54
2014-10-04lib/util: Clean up includes for time.[ch]Martin Schwenke2-2/+8
2014-10-04lib/util: Clean up includes for data_blob.[ch]Martin Schwenke2-1/+4
2014-10-04lib/util: Clean up includes for xfile.[ch]Martin Schwenke2-1/+8
2014-10-04lib/util: Clean up includes for blocking.cMartin Schwenke4-14/+36
2014-09-30lib: util [ctdb]: Signal handling - change CatchChild() and CatchChildLeaveSt...Jeremy Allison2-6/+6
2014-09-26lib: util: asn1 tests. Check every asn1 return.Jeremy Allison1-5/+9
2014-09-20lib/util: Drop unnecessary use of talloc_tos()Volker Lendecke1-6/+4
2014-09-19lib/util: Return some functions to util_str.cMartin Schwenke2-55/+55
2014-09-19lib/util: Move next_token* functions to util_str.cMartin Schwenke2-146/+145