summaryrefslogtreecommitdiff
path: root/lib/util/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Move utf16_len[_n]() to lib/util/charset/Volker Lendecke2021-01-121-31/+0
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-031-0/+1
* lib: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-4/+3
* common-lib: Update error check for new string conversion wrapperSwen Schillig2019-04-111-2/+2
* common-lib: Use wrapper for string to integer conversionSwen Schillig2019-03-011-4/+6
* util: Add memcmp_const_time()Andreas Schneider2016-04-191-0/+12
* lib/util: Return some functions to util_str.cMartin Schwenke2014-09-191-0/+55
* lib/util: Move next_token* functions to util_str.cMartin Schwenke2014-09-191-0/+145
* lib/util: Remove unused str_format_nbt_domain()Andrew Bartlett2012-02-101-35/+0
* I added them, so I get to kill them :-). Finally remove all uses of safe_strc...Jeremy Allison2011-05-041-71/+0
* lib/util Use lib/util/util_str.c in common, including strequal()Andrew Bartlett2011-05-031-1/+1
* lib/util Use compiler-checked safe string macros in top level code.Andrew Bartlett2011-05-031-33/+23
* lib/util Rename conv_str_size() -> conv_str_size_error()Andrew Bartlett2011-04-301-1/+1
* lib/util: Make string_replace from s3 commonAndrew Bartlett2011-04-131-10/+0
* lib/util ucs2_align is identical, put it in commonAndrew Bartlett2011-04-131-7/+0
* lib/util Move simple string routines into common code.Andrew Bartlett2011-04-131-54/+0
* lib/util Move base64 functions into lib/util/base64.cAndrew Bartlett2011-03-301-2/+0
* s4-util: removed the valgrind_strlen() routineAndrew Tridgell2011-02-181-11/+0
* Change uint_t to unsigned int in lib/utilMatt Kraai2010-02-021-1/+1
* util_str: setup the correct talloc name for stringsStefan Metzmacher2009-01-191-0/+2
* Move more functions out of util_str.c into the shared util.c.Jelmer Vernooij2008-10-191-299/+20
* Move SMB-specific attribute function to SMB client library.Jelmer Vernooij2008-10-191-46/+2
* lib/util: fix strhex_to_data_blob to use data_blob_talloc.Günther Deschner2008-10-181-1/+1
* Add extra parameter consistent with samba3.Jelmer Vernooij2008-10-181-5/+9
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-181-138/+0
|\
| * Move substitute functions to a different file.Jelmer Vernooij2008-10-181-138/+0
* | Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-181-2/+2
|/
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-0/+790