selftest: enable py3 for samba.tests.blackbox.check_output
[metze/samba/wip.git] / lib / util /
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...
2017-09-30 Ralph Boehmelib/util/run_cmd: prevent zombies in samba_runcmd_send...
2017-09-30 Volker Lendeckelib: Fix a signed/unsigned hickup
2017-09-27 Christof Schmittlib/util: Fix build for lttng libraries that does not...
2017-09-26 Gary Lockyertfork: set waiter process title
2017-09-22 Andrew Bartlettbinsearch.h: Re-licence under LGPLv3 per agreement...
2017-09-16 Gary Lockyerutil_runcmd: Free the fde in event handler.
2017-09-16 Ralph Boehmelib/util: only close the event_fd in tfork if the calle...
2017-09-16 Gary Lockyerutil/tfork: Write to the status pipe
2017-09-16 Gary Lockyertests util/tfork: Tests for status and event fd
2017-09-16 Volker Lendeckelib: util_tdb.h needs tdb.h
2017-09-15 Stefan Metzmachercharset: fix str[n]casecmp_m() by comparing lower case...
2017-09-14 Stefan Metzmachercharset/tests: also tests the system str[n]casecmp()
2017-09-14 Stefan Metzmachercharset/tests: add more str[n]casecmp_m() tests to...
2017-09-14 Stefan Metzmachercharset/tests: assert the exact values of str[n]casecmp_m()
2017-09-08 Justin Maggard via... smbd: add missing newline to debug message in daemon_st...
2017-09-07 Andrew Bartlettdebug: Add new debug class "drs_repl" for DRS replicati...
2017-08-17 Martin Schwenkeutil: Add documentation for PID file handling
2017-08-17 Martin Schwenkeutil: Add error handling to become_daemon()
2017-08-17 Martin Schwenkeutil: Move become_daemon.c to samba-util-core
2017-08-17 Martin Schwenkeutil: Modernise logging
2017-08-17 Martin Schwenkeutil: Make function definitions consistent with header...
2017-08-17 Martin Schwenkeutil: Add become_daemon.h
2017-08-17 Martin Schwenkeutil: Avoid use of includes.h
2017-08-02 Martin Schwenkeutil: Reimplement pidfile_create() using pidfile_path_c...
2017-08-02 Martin Schwenkeutil: New functions pidfile_path_create(), pidfile_fd_c...
2017-08-02 Martin Schwenkeutil: Add pidfile.* to samba-util-core
2017-08-02 Martin Schwenkeutil: Clean up includes
2017-08-02 Martin Schwenkeutil: pidfile_pid() should not unlink PID file
2017-07-03 Ralph Boehmelib/util: add more tfork tests
2017-07-03 Ralph Boehmelib/util: adjust loglevel in tfork test with samba_runc...
2017-07-03 Ralph Boehmelib/util: make use of tfork in samba_runcmd_send()
2017-07-03 Ralph Boehmelib/util: enhanced tfork()
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETWD to return struct smb_file...
2017-06-30 Andrew Bartlettdebug: new debug class for kerberos
2017-06-23 Volker Lendeckelib: Give util_paths.c its own header
2017-06-13 Guillaume Xavier... libbreplace: compatibility fix for AIX
2017-06-06 Andreas Schneiderlib:util: Make loading of modules more secure
2017-06-06 Andreas Schneiderlib:util: Make probing of modules more secure
2017-06-06 Andreas Schneiderlib:util: Rename smb_load_modules()
2017-06-06 Andreas Schneiderlib:util: Add new function to load modules from absolut...
2017-06-06 Volker Lendeckelib: Fix illegal use of 0-length arrays
2017-05-02 Volker Lendeckelib: FreeBSD needs sys/wait.h for WIFEXITED
2017-05-02 Alexander Bokovoysystemd: fix detection of libsystemd
2017-04-30 Ralph BoehmeRevert "lib/util: make use of tfork in samba_runcmd_send()"
2017-04-25 Ralph Boehmelib/util: fix a Coverity finding in tfork
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-04-20 Ralph Boehmelib/util: add a test for samba_runcmd_send()
2017-04-20 Ralph Boehmelib/util: make use of tfork in samba_runcmd_send()
2017-04-20 Ralph Boehmelib/util: add a test for tfork()
2017-04-20 Stefan Metzmacherlib/util: add tfork()
2017-04-18 Ralph Boehmelib/util: add and use iov_concat
2017-04-18 Jeremy Allisonlib: debug: Avoid negative array access.
2017-04-18 Jeremy Allisonlib:charset: Remove use of talloc_autofree_context...
2017-04-18 Jeremy Allisonlib:charset: Make global_iconv_handle private
2017-04-18 Jeremy Allisonlib:charset: Add utility functions reinit_iconv_handle...
2017-03-29 Gary Lockyerauth_log: Add JSON logging of Authorisation and Authent...
2017-03-29 Andrew Bartlettdebug: Add debug class for auth_audit
2017-03-29 Gary Lockyerlib/util: Add functions to escape log lines but not...
2017-03-28 Volker Lendeckelib: Avoid an includes.h
2017-03-28 Volker Lendeckelib: Avoid an includes.h
2017-03-28 Volker Lendeckelib: Avoid an includes.h
2017-03-28 Volker Lendeckelib: Avoid an includes.h
2017-03-28 Volker Lendeckelib: Avoid an includes.h
2017-03-28 Volker Lendeckelib: Avoid an includes.h
2017-03-28 Volker Lendeckeserver_id_db: Protect against non-0-terminated data...
next