summaryrefslogtreecommitdiff
path: root/source3/lib/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-3/+3
* lib: Update error check for new string conversion wrapperSwen Schillig2019-04-111-1/+1
* lib: Use wrapper for string to integer conversionSwen Schillig2019-03-011-2/+3
* lib: Remove StrnCpyVolker Lendecke2019-01-081-26/+0
* s3:lib: Add FALL_THROUGH statements in util_str.cAndreas Schneider2018-03-011-0/+4
* s3-lib: Remove unused function sprintf_appendAmitay Isaacs2016-08-241-59/+0
* lib: Fix a typoVolker Lendecke2015-05-061-1/+1
* lib: Fix a typoVolker Lendecke2015-02-101-1/+1
* lib: Slightly simplify strupper_mVolker Lendecke2014-11-141-2/+2
* s3: utils: Don't directly manipulate errno inside strupper_m().Jeremy Allison2014-09-161-5/+1
* move str_list_make_v3 out of s3 codeGarming Sam2014-05-071-68/+0
* lib: Move full_path_tos to util_str.cVolker Lendecke2014-04-231-0/+39
* lib: Fix CID 241650 Sizeof not portableVolker Lendecke2013-05-121-1/+1
* s3:lib fix wrong usage of PRIu64 in sscanfChristian Ambach2013-05-061-1/+1
* Remove smb_panic() from unix_strlower(). Just rely on error code return.Jeremy Allison2012-08-091-2/+0
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-4/+5
* Fix strlower_m() to return an error indication.Jeremy Allison2012-08-091-4/+8
* Check error returns on strnorm().Jeremy Allison2012-08-091-2/+3
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-4/+10
* Change strupper_m() to return a value.Jeremy Allison2012-08-091-4/+8
* Fix bad return in unix_strupper.Jeremy Allison2012-08-091-1/+1
* Prepare to remove smb_panic() from unix_strlower().Jeremy Allison2012-08-091-0/+2
* Fix bad return values in unix_strlower/unix_strupper.Jeremy Allison2012-08-091-2/+2
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-0/+1
* s3-auth remove sanitized_username from auth_serversupplied_infoAndrew Bartlett2011-08-031-8/+0
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-191-1/+1
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-3/+3
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-2/+2
* s3: fix more -Wunused-but-set-variable build warnings.Günther Deschner2011-06-011-3/+0
* s3-lib Move realloc based string substitution functions out of util_str.cAndrew Bartlett2011-05-311-123/+3
* s3-lib Move sstring_sub() to it's only user and make staticAndrew Bartlett2011-05-311-27/+0
* s3-lib Move string_init functions into their own fileAndrew Bartlett2011-05-311-52/+0
* s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett2011-05-181-61/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-84/+1
* More simple const fixes.Jeremy Allison2011-05-051-2/+2
* lib/util Use lib/util/util_str.c in common, including strequal()Andrew Bartlett2011-05-031-86/+0
* Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett2011-05-031-0/+61
* s3-lib: Rely on uint64_t in conv_str_size()Andrew Bartlett2011-04-301-30/+13
* lib/util Re-merge the string_sub() and all_string_sub() from source3Andrew Bartlett2011-04-291-128/+0
* lib/util/charset Move strstr_m() to the top levelAndrew Bartlett2011-04-291-81/+0
* lib/util Move alpha_strcpy() from s3 into common codeAndrew Bartlett2011-04-141-50/+0
* s3-lib Remove very unused (#if 0) strncpynAndrew Bartlett2011-04-141-25/+0
* s3-lib Remove unused string_appendAndrew Bartlett2011-04-141-22/+0
* s3-lib Move unix_strlower and unix_strupper to their only users.Andrew Bartlett2011-04-141-0/+41
* s3-lib Remove unused str_ascii_charnum()Andrew Bartlett2011-04-141-18/+0
* s3-lib Move strisnormal to it's only user in mangle_hash.cAndrew Bartlett2011-04-141-13/+0
* lib/util: Make string_replace from s3 commonAndrew Bartlett2011-04-131-43/+0
* lib/util Move simple string routines into common code.Andrew Bartlett2011-04-131-49/+0
* lib/util Move base64 functions into lib/util/base64.cAndrew Bartlett2011-03-301-115/+0
* =?UTF-8?q?alpha=5Fstrcpy()=20is=20a=20utility=20function=20which=20reportedly:David Disseldorp2011-03-291-3/+9