lib: remove unused function nttime_from_string()
[samba.git] / lib / util /
2019-01-12 Swen Schilliglib: remove unused function nttime_from_string()
2018-12-20 Andreas Schneiderlib:util: Use memset_s() in data_blob_clear()
2018-12-20 Andreas Schneiderlib:util: Sync memory.h with replace.h
2018-12-20 Andreas Schneiderlib:util: Cleanup comments in memory.h
2018-12-20 Ralph Boehmedebug: enable per debug-class logfiles
2018-12-20 Ralph Boehmedebug: remove fd and debugf from state, use dbgc_config...
2018-12-20 Ralph Boehmedebug: update logsize checking for per debug-class...
2018-12-20 Ralph Boehmedebug: update need_to_check_log_size() for per debug...
2018-12-20 Ralph Boehmedebug: add support for per debug-class logfiles
2018-12-20 Ralph Boehmedebug: add resource cleanup for per debug-class logfiles
2018-12-20 Ralph Boehmedebug: add logfile and fd to struct debug_class
2018-12-20 Ralph Boehmedebug: factor out logfile size check
2018-12-20 Ralph Boehmedebug: add a call to debug_parse_levels() to reopen_logs()
2018-12-20 Ralph Boehmedebug: add an empty line
2018-12-20 Ralph Boehmedebug: factor out a function that opens and closes...
2018-12-20 Ralph Boehmedebug: track current debug message class
2018-12-20 Ralph Boehmedebug: convert dbgc_config to an array of struct debug_...
2018-12-20 Ralph Boehmedebug: README.Coding fixes
2018-12-20 Ralph Boehmedebug: rename DEBUGLEVEL_CLASS variable to dbgc_config
2018-12-20 Ralph Boehmedebug: move some definitions around
2018-12-19 Martin Schwenkelib/util: Count a trailing line that doesn't end in...
2018-12-17 Marcos MelloSend status to systemd on daemon start
2018-12-16 Andreas Schneiderlib:util: Fix checking for config.h #define in fault.c
2018-11-30 Martin Schwenkeutil: Fix include file order
2018-11-28 Andreas Schneiderlib:util: Avoid name confusion with config.h
2018-11-28 Andreas Schneiderlib:util: Use #ifdef instead of #if for config.h defini...
2018-11-28 Ralph Boehmetfork: add a README how to run test torture test under...
2018-11-28 Ralph Boehmetfork: add a suppresssions file for drd
2018-11-28 Ralph Boehmetfork: add a suppresssions file for helgrind
2018-11-28 Ralph Boehmetfork: TFORK_ANNOTATE_BENIGN_RACE
2018-11-28 Ralph Boehmetfork/test: ensure all threads start with SIGCHLD unblocked
2018-11-22 Andreas Schneiderlib:util: Fix undefined behavior in bitmap.c
2018-11-22 Andreas Schneiderlib:util: Fix undefined behavior in idtree
2018-11-22 Andreas Schneiderlib:util: Fix undefined behavior in asn1 parser
2018-11-22 Andreas Schneiderlib:util: Always include unistd.h for setgroups
2018-11-14 Andreas Schneiderlib:util Always initialize start and space
2018-11-08 Andreas Schneiderdebug: Use debuglevel_(get|set) function
2018-11-08 Andreas Schneiderlib:util: Fix DEBUGCLASS pointer initializiation
2018-10-08 Volker Lendeckelib: Avoid the use of open_memstream in tevent_req_prof...
2018-09-15 Christof Schmitttorture: Remove unnecesssary #include <fcntl.h>
2018-09-05 Alexander Bokovoylib/util/wscript_configure: update to handle waf 2.0.4
2018-09-05 Alexander Bokovoylib/util/wscript: update to handle waf 2.0.4
2018-08-31 Volker Lendeckelib: Fix the build on FreeBSD
2018-08-30 Christof Schmitttorture: Add test for directory_create_or_exist
2018-08-30 Christof Schmittlib: Fix lstat check in directory_create_or_exist
2018-08-17 Paulo Alcantaras3: util: Do not take over stderr when there is no...
2018-07-24 Ralph Boehmelib/util: rename USE_LINUX_THREAD_CREDENTIALS to HAVE_L...
2018-07-11 Volker Lendeckelib: Add tevent_req_profile helpers
2018-07-11 Volker Lendeckelib: Multi-line a long line in wscript_build
2018-07-07 Christof Schmitt... lib:charset: Fix error messages from charset conversion
2018-07-04 Ralph Boehmelib: smb_threads: fix access before init bug
2018-06-23 Volker Lendecketalloc_stack: Call talloc destructors while frame is...
2018-05-30 Douglas Bagnallutil_str_hex: use array syntax in guid functions to...
2018-05-30 Douglas Bagnallutil/charset/iconv: use read_hex_bytes rather than...
2018-05-25 Christof Schmittmemcache: Add new cache type for dfree information
2018-05-17 Andreas Schneiderlib:util: Fix size types in debug.c
2018-05-17 Andreas Schneiderlib:util: Fix parameter aliasing in tfork test
2018-05-17 Andreas Schneiderlib:util: Fix string check in mkdir_p()
2018-05-16 Gary Lockyerdebug: Add group logging classes
2018-05-16 Gary Lockyerlogging: add ldb audit classes
2018-05-12 Amitay Isaacsutil: Add tini to samba-util-core
2018-05-12 Mathieu ParentFix spelling s/unitialized/uninitialized/
2018-04-11 Andrew Bartlettlib/util: Call log_stack_trace() in smb_panic_default()
2018-04-10 Andrew Bartlettlib/util: Move log_stack_trace() to common code
2018-04-10 Andrew Bartlettlib/util: Log PANIC before calling pacic action just...
2018-04-03 Andreas Schneiderlib:util: Fix size types in fgets_slash()
2018-04-03 Stefan Metzmacherlib/util: remove unused '#include <sys/syscall.h>'...
2018-03-22 Jeremy Allisons3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specific...
2018-03-22 Jeremy Allisonlib: debug: Add DBGC_XXX versions of the macros to...
2018-03-22 Jeremy Allisons3: debug: smb2: Create a new DBGC_SMB2 debug class...
2018-03-05 David Disseldorpbuild: fix standalone ctdb build --with-systemd
2018-03-02 David Disseldorptests: Add basic ms_fnmatch unit test
2018-03-02 Andreas Schneiderutil: Fix the logic in ms_fnmatch_protocol()
2018-03-01 Andreas Schneiderlib:util: Add FALL_THROUGH statements in util_file.c
2018-03-01 Andreas Schneiderlib:util: Add FALL_THROUGH statements in charset/charse...
2018-03-01 Andreas Schneiderlib:util: Add FALL_THROUGH statements in substitute.c
2018-02-22 Douglas Bagnallutil/rfc1738: update preamble
2018-02-22 Douglas Bagnallutil/rfc1738: simplify and fix rfc1738_escape_part()
2018-02-22 Douglas Bagnallutil/rfc1738: remove unused versions of rfc1738_escape
2018-02-22 Douglas Bagnallutil/rfc1738: simplify and fix rfc1738_unescape()
2018-02-22 Douglas Bagnallutil/tests: add rfc1738 cmocka tests
2018-02-22 Douglas Bagnallutil/rfc1738_unescape(): return end pointer or NULL...
2018-02-22 Douglas Bagnallshift read_hex_bytes() and parse_guid_string() into...
2018-01-24 Trever L. AdamsSamba-VirusFilter: memcache changes.
2018-01-22 Günther Deschnerbuild: deal with recent glibc sunrpc header removal
2018-01-22 Andreas Schneiderinclude: Create system/nis.h in libreplace
2018-01-08 Dr. Thomas OrgisAdd substitutions %t, %j, and %J as path-safe variants...
2017-11-29 Volker Lendeckelib: Allow parsing a strv from a non-talloc const buf
2017-11-29 Volker Lendeckelib: Only call strlen if necessary in strv
2017-11-29 Volker Lendeckelib: Pass in "strv_len" to strv_valid_entry
2017-11-20 David Muldergpo: move mkdir_p to lib/util
2017-11-17 Volker Lendeckelib: Save a few bytes of .text
2017-11-17 Volker Lendeckelib: Fix a false/NULL hickup
2017-11-17 Volker Lendeckelib: Simplify is_ipaddress_v6
2017-11-17 Volker Lendeckelib: Avoid a pointless static variable
2017-11-13 Volker Lendeckeutil_tdb: Make a few functions static
2017-10-27 Volker Lendeckelib: Use all_zero where appropriate
2017-09-30 Ralph Boehmelib/util/run_cmd: use a cleanup function instead of...
2017-09-30 Ralph Boehmelib/util/run_cmd: remove a printf
2017-09-30 Ralph Boehmelib/util/run_cmd: ensure fd_stdin gets set to -1 in...
next