summaryrefslogtreecommitdiff
path: root/lib/util/util_str.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-15lib: Move conv_str_bool() to its only userVolker Lendecke1-25/+0
2026-02-15lib: Avoid an "else", we return in the if-branchVolker Lendecke1-4/+5
2026-02-15lib: Remove very little used wrapper conv_str_u64()Volker Lendecke1-25/+0
2025-03-05lib: Remove unused next_token()Volker Lendecke1-46/+8
2023-03-09lib: Fix whitespaceVolker Lendecke1-7/+7
2022-12-14lib: Move talloc_asprintf_addbuf() to tallocVolker Lendecke1-23/+0
2022-07-25lib: Remove a few #include "includes.h"Volker Lendecke1-1/+2
2022-06-09lib/util: Move memcmp_const_time() to util.cJoseph Sutton1-12/+0
2021-10-08lib: Add talloc_asprintf_addbuf()Volker Lendecke1-0/+23
2021-01-12lib: Move utf16_len[_n]() to lib/util/charset/Volker Lendecke1-31/+0
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2019-06-30lib: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-4/+3
2019-04-11common-lib: Update error check for new string conversion wrapperSwen Schillig1-2/+2
2019-03-01common-lib: Use wrapper for string to integer conversionSwen Schillig1-4/+6
2016-04-19util: Add memcmp_const_time()Andreas Schneider1-0/+12
2014-09-19lib/util: Return some functions to util_str.cMartin Schwenke1-0/+55
2014-09-19lib/util: Move next_token* functions to util_str.cMartin Schwenke1-0/+145
2012-02-10lib/util: Remove unused str_format_nbt_domain()Andrew Bartlett1-35/+0
2011-05-04I added them, so I get to kill them :-). Finally remove all uses of safe_strc...Jeremy Allison1-71/+0
2011-05-03lib/util Use lib/util/util_str.c in common, including strequal()Andrew Bartlett1-1/+1
2011-05-03lib/util Use compiler-checked safe string macros in top level code.Andrew Bartlett1-33/+23
2011-04-30lib/util Rename conv_str_size() -> conv_str_size_error()Andrew Bartlett1-1/+1
2011-04-13lib/util: Make string_replace from s3 commonAndrew Bartlett1-10/+0
2011-04-13lib/util ucs2_align is identical, put it in commonAndrew Bartlett1-7/+0
2011-04-13lib/util Move simple string routines into common code.Andrew Bartlett1-54/+0
2011-03-30lib/util Move base64 functions into lib/util/base64.cAndrew Bartlett1-2/+0
2011-02-18s4-util: removed the valgrind_strlen() routineAndrew Tridgell1-11/+0
2010-02-02Change uint_t to unsigned int in lib/utilMatt Kraai1-1/+1
2009-01-19util_str: setup the correct talloc name for stringsStefan Metzmacher1-0/+2
2008-10-19Move more functions out of util_str.c into the shared util.c.Jelmer Vernooij1-299/+20
2008-10-19Move SMB-specific attribute function to SMB client library.Jelmer Vernooij1-46/+2
2008-10-18lib/util: fix strhex_to_data_blob to use data_blob_talloc.Günther Deschner1-1/+1
2008-10-18Add extra parameter consistent with samba3.Jelmer Vernooij1-5/+9
2008-10-18Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-138/+0
2008-10-18Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij1-2/+2
2008-10-18Move substitute functions to a different file.Jelmer Vernooij1-138/+0
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-0/+790