pyldb: avoid segfault when adding an element with no name
[sfrench/samba-autobuild/.git] / lib / util / util_str.c
2019-04-11 Swen Schilligcommon-lib: Update error check for new string conversio...
2019-03-01 Swen Schilligcommon-lib: Use wrapper for string to integer conversion
2016-04-19 Andreas Schneiderutil: Add memcmp_const_time()
2014-09-19 Martin Schwenkelib/util: Return some functions to util_str.c
2014-09-19 Martin Schwenkelib/util: Move next_token* functions to util_str.c
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-02-10 Andrew Bartlettlib/util: Remove unused str_format_nbt_domain()
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-04 Jeremy AllisonI added them, so I get to kill them :-). Finally remove...
2011-05-03 Andrew Bartlettlib/util Use lib/util/util_str.c in common, including...
2011-05-03 Andrew Bartlettlib/util Use compiler-checked safe string macros in...
2011-04-30 Andrew Bartlettlib/util Rename conv_str_size() -> conv_str_size_error()
2011-04-13 Andrew Bartlettlib/util: Make string_replace from s3 common
2011-04-13 Andrew Bartlettlib/util ucs2_align is identical, put it in common
2011-04-13 Andrew Bartlettlib/util Move simple string routines into common code.
2011-03-30 Andrew Bartlettlib/util Move base64 functions into lib/util/base64.c
2011-02-18 Andrew Tridgells4-util: removed the valgrind_strlen() routine
2010-02-02 Matt KraaiChange uint_t to unsigned int in lib/util
2009-03-01 Jelmer VernooijMove next_token_talloc to util.c, as util_str.c is...
2009-03-01 Jelmer VernooijMove next_token_talloc() to top-level.
2009-01-19 Stefan Metzmacherutil_str: setup the correct talloc name for strings
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMove more functions out of util_str.c into the shared...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMove SMB-specific attribute function to SMB client...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-18 Günther Deschnerlib/util: fix strhex_to_data_blob to use data_blob_talloc.
2008-10-18 Jelmer VernooijAdd extra parameter consistent with samba3.
2008-10-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-18 Jelmer VernooijAdd TALLOC_CTX pointer to strhex_to_data_blob for consi...
2008-10-18 Jelmer VernooijMove substitute functions to a different file.
2008-10-11 Jelmer VernooijMove lib/util from source4 to top-level libutil.