ldb_tdb: Add lock_read and unlock_read to key value ops
[samba.git] / lib / util /
2017-02-22 Chris LambCorrect "occured" typos.
2017-02-21 Stefan Metzmacherlib/util: add generate_random_machine_password() function
2017-02-14 Cody Harringtonndrdump: Add the option --hex-input for hexdump parsing
2017-02-11 Andrew Bartlettlib/util: Remove ntstatus.h and string_wrappers.h inclu...
2017-02-11 Andrew Bartlettdebug: Do not depend on the whole of samba_util.h
2017-02-09 Douglas Bagnallbinsearch: make BINARY_ARRAY_SEARCH_GTE compare against...
2017-02-09 Douglas Bagnallbinsearch: clarify variable name in greater-than-or...
2017-02-01 Andreas Schneiderutil:charset: Return EILSEQ in smb_iconv() if newer...
2017-01-22 Volker Lendeckelib/util: Avoid a talloc in ms_fnmatch_protocol
2017-01-22 Volker Lendeckelib: Add "is_case_sensitive" to ms_fnmatch_protocol
2017-01-22 Volker Lendeckelib/util/charset: Optimize next_codepoint for the ascii...
2017-01-22 Volker Lendeckelib: Avoid an includes.h
2017-01-22 Volker Lendeckelib: Add lib/util/server_id.h
2017-01-20 Ralph Boehmes3/debug: listen for MSG_REQ_RINGBUF_LOG
2017-01-20 Ralph Boehmedebug: add "ringbuf" backend logging to a ringbuffer
2017-01-20 Ralph Boehmedebug: parse, store and pass backend option
2017-01-11 Stefan Metzmacherwscript: remove executable bits for all wscript* files
2017-01-06 Günther Deschnerlib/util: add pm_process_with_flags to allow parsing...
2016-12-11 Volker Lendeckelib: Remove xfile
2016-12-11 Volker Lendeckelib: Add fgets_slash
2016-12-09 Björn Jackeutil: use SCOPE_DELIMITER for the IPv6 scope delimiter
2016-12-09 Anoop C Slib/util: Fix indentation within routine description...
2016-12-08 Anoop C Slib/util: Fix input arguments description for dbghdrcla...
2016-12-05 Martin Schwenkedebug: Add minimalist D_* macros
2016-12-02 Andreas Schneiderutil: Initialize pointer
2016-12-02 Volker Lendeckelib: Avoid includes.h in bitmap.c
2016-11-29 Martin Schwenkelib/util: Make sys_rw available to CTDB
2016-11-20 Volker Lendeckelib: Remove global xfile.h includes
2016-11-20 Volker Lendeckelib: Move x_fgets_slash to xfile.c
2016-11-20 Volker Lendeckelib: Apply an overflow check
2016-11-20 Volker Lendeckelib: Reformat x_fgets_slash
2016-11-20 Volker Lendeckelib: Rename fgets_slash to x_fgets_slash
2016-11-16 Volker Lendeckelib: Avoid includes.h in access.c
2016-11-16 Volker Lendeckelib: memcache.h needs some includes
2016-11-16 Jeremy Allisonlib: util: Add allow_access_nolog().
2016-11-16 Jeremy AllisonMove source3/lib/access.c to toplevel lib/util/access.c
2016-11-16 Jeremy Allisonlib/util: Move unix_wild_match() from source3/lib/util...
2016-11-15 Andreas Schneiderlib:util: Don't print lstat warning on ERROR debug...
2016-10-13 Volker Lendeckedebug: Fix a few signed/unsigned hickups
2016-10-13 Trever L. Adamsstrv.c: add strv_to_env for use with execle, etc.
2016-09-28 Volker Lendeckelib: Fix bug 12291
2016-09-27 Günther Deschnerwerror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY...
2016-09-08 Andreas Schneiderutil: Fix the documentation of push_utf8_talloc()
2016-09-08 Volker Lendeckelib: call_backtrace() is no more
2016-08-24 Amitay Isaacslib/util: Fix format strings and argument data types
2016-08-23 Amitay Isaacslib/util: Fix format-nonliteral warning
2016-07-14 Michael AdamRevert "lib:dlinklist: avoid -Wtautological-compare...
2016-07-14 Ira Cooperlib:dlinklist: avoid -Wtautological-compare errors...
2016-07-04 Garming Samcheck-password-script: Allow AD to execute these scripts
2016-06-26 Andreas Schneiderlibutil: Support systemd 230
2016-06-22 Andreas Schneiderutil: Fix a possible null pointer dereference
2016-06-20 Martin Schwenkelib/util: Optimise trim_string() to use a single memmove(3)
2016-06-19 Martin Schwenketorture: Add tests for trim_string()
2016-06-08 Jeremy Allisonlib: Fix uninitialized read in msghdr_copy
2016-06-08 Amitay Isaacslib/util: Add a generic definition for set_close_on_exec
2016-06-08 Andrew Bartlettbuild: Try to work around strict aliasing rules on...
2016-06-07 Amitay Isaacslib/util: Expose few more subsystems for standalone...
2016-06-07 Volker Lendeckelib: Move msghdr to lib/util/
2016-06-06 Amitay Isaacslib/util: Avoid splitting tevent-unix-util as public...
2016-06-03 Bob Campbellsamba_dnsupdate: do not interpret failure count as...
2016-05-25 Alexander Bokovoys3-smbd: Support systemd 230
2016-05-12 Michael Adamlib: add sys_write_v - void variant of sys_write
2016-05-12 Michael Adamlib: add sys_read_v - void variant of sys_read
2016-05-12 Michael Adamdebug: fix -O3 warning - unused return code of write()
2016-05-06 Garming Samtypo: mplementation => implementation
2016-05-03 Volker Lendeckelib: Avoid includes.h in base64.c
2016-05-03 Volker Lendeckelib: Give base64.c its own .h
2016-05-03 Volker Lendeckelib: Remove SMB_ASSERT from base64_encode_data_blob
2016-05-03 Volker Lendeckelib: =0 and |= is equivalent to =
2016-05-03 Volker Lendeckelib: The base64 chars are by definition single-byte :-)
2016-04-19 Andreas Schneiderutil: Add memcmp_const_time()
2016-04-01 Christof Schmittgpfswrap: Add wrapper for gpfs_set_winattrs
2016-03-28 Uri Simchonilib/util: fix function comment
2016-03-24 Douglas Bagnallutil/attr.h: use HAVE___ATTRIBUTE__, not __GNUC__ compa...
2016-03-10 Stefan Metzmacherlib/util_net: add support for .ipv6-literal.net
2016-03-10 Stefan Metzmacherlib/util_net: move ipv6 linklocal handling into interpr...
2016-03-09 Douglas Bagnallasn1: make readContextSimple() add a NUL byte
2016-03-09 Douglas BagnallASN1: use a talloc context in read_contextSimple
2016-03-09 Douglas Bagnallutil/tests: add test for BINARY_ARRAY_SEARCH_V macro
2016-03-09 Douglas Bagnallutil/binsearch: macro for greater than or equal search
2016-03-06 Volker Lendeckelib: Introduce SERVER_ID_BUF_LENGTH
2016-03-01 Martin Schwenkelib/util: Add strv_util.[ch] containing new function...
2016-03-01 Aurelien Aptellib/util/util.c: move null-check before use
2016-02-29 Martin Schwenkelib/util: Add tests for strv_addn()
2016-02-29 Volker Lendeckelib/util: Add strv_addn()
2016-02-29 Martin SchwenkeRevert "lib/util: Expose strv_addn() for adding string...
2016-02-26 Martin Schwenkelib/util: Add tests for strv
2016-02-26 Aurelien Aptellib/util/idtree.c: fix UB by using uint in left-shift
2016-02-25 Martin Schwenkelib/util: Expose strv_addn() for adding string with...
2016-02-23 Volker Lendeckelib: Move data_blob_list_item to source4
2016-02-12 Andreas Schneiderutil: Update GPL header of talloc_stack.h
2016-02-11 Volker Lendeckeparam: Fix str_list_v3 to accept ; again
2016-02-10 Jeremy Allisonasn1: Ensure asn1_tag_remaining() only ever returns...
2016-02-09 Jeremy Allisonasn1: Make asn1_peek_tag_needed_size() use the same...
2016-02-09 Volker Lendeckeasn1: Protect against overlong tag lengths
2016-02-06 Michael Adamdlist: remove outdated comment about type argument
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_CONCATE...
2016-02-06 Michael Adamdlist: remove unneeded argument from DLIST_DEMOTE()
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2016-02-05 Martin Schwenkeutil: Move util_strlist.c into samba-util-core
next