summaryrefslogtreecommitdiff
path: root/source3/lib/util_str.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-15lib: Simplify conv_str_sizeVolker Lendecke1-31/+3
2026-01-20smbd: Remove unused STR_TO_SMB_BIG_UINTVolker Lendecke1-27/+0
2024-07-04lib: Remove unused strnrchr_mVolker Lendecke1-35/+0
2024-05-22lib: Fix a typoVolker Lendecke1-1/+1
2022-12-12lib: Remove unused octal_string()Volker Lendecke1-18/+0
2022-02-17smbd: Make strnorm() static to filename.cVolker Lendecke1-12/+0
2022-01-18lib: Remove unused asprintf_strupper_m()Volker Lendecke1-26/+0
2021-03-10lib/util: Replace buggy string_sub_talloc() with talloc_string_sub() in lib/utilAndrew Bartlett1-117/+0
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2020-07-16s3: lib: Cleanup - all the ipstr_XXX() functions are only used in namecache.c.Jeremy Allison1-164/+0
2020-05-05lib: Move push_skip_string() to clirap2.cVolker Lendecke1-10/+0
2020-01-30lib: Align integer typesVolker Lendecke1-2/+1
2019-11-27s3:lib: remove unused str_list_substitute()Stefan Metzmacher1-74/+0
2019-06-30source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-3/+3
2019-04-11lib: Update error check for new string conversion wrapperSwen Schillig1-1/+1
2019-03-01lib: Use wrapper for string to integer conversionSwen Schillig1-2/+3
2019-01-08lib: Remove StrnCpyVolker Lendecke1-26/+0
2018-03-01s3:lib: Add FALL_THROUGH statements in util_str.cAndreas Schneider1-0/+4
2016-08-24s3-lib: Remove unused function sprintf_appendAmitay Isaacs1-59/+0
2015-05-06lib: Fix a typoVolker Lendecke1-1/+1
2015-02-10lib: Fix a typoVolker Lendecke1-1/+1
2014-11-14lib: Slightly simplify strupper_mVolker Lendecke1-2/+2
2014-09-16s3: utils: Don't directly manipulate errno inside strupper_m().Jeremy Allison1-5/+1
2014-05-07move str_list_make_v3 out of s3 codeGarming Sam1-68/+0
2014-04-23lib: Move full_path_tos to util_str.cVolker Lendecke1-0/+39
2013-05-12lib: Fix CID 241650 Sizeof not portableVolker Lendecke1-1/+1
2013-05-06s3:lib fix wrong usage of PRIu64 in sscanfChristian Ambach1-1/+1
2012-08-09Remove smb_panic() from unix_strlower(). Just rely on error code return.Jeremy Allison1-2/+0
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-4/+5
2012-08-09Fix strlower_m() to return an error indication.Jeremy Allison1-4/+8
2012-08-09Check error returns on strnorm().Jeremy Allison1-2/+3
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-4/+10
2012-08-09Change strupper_m() to return a value.Jeremy Allison1-4/+8
2012-08-09Fix bad return in unix_strupper.Jeremy Allison1-1/+1
2012-08-09Prepare to remove smb_panic() from unix_strlower().Jeremy Allison1-0/+2
2012-08-09Fix bad return values in unix_strlower/unix_strupper.Jeremy Allison1-2/+2
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett1-0/+1
2011-08-03s3-auth remove sanitized_username from auth_serversupplied_infoAndrew Bartlett1-8/+0
2011-07-19First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-3/+3
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-2/+2
2011-06-01s3: fix more -Wunused-but-set-variable build warnings.Günther Deschner1-3/+0
2011-05-31s3-lib Move realloc based string substitution functions out of util_str.cAndrew Bartlett1-123/+3
2011-05-31s3-lib Move sstring_sub() to it's only user and make staticAndrew Bartlett1-27/+0
2011-05-31s3-lib Move string_init functions into their own fileAndrew Bartlett1-52/+0
2011-05-18s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett1-61/+1
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-84/+1
2011-05-05More simple const fixes.Jeremy Allison1-2/+2
2011-05-03lib/util Use lib/util/util_str.c in common, including strequal()Andrew Bartlett1-86/+0
2011-05-03Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett1-0/+61