summaryrefslogtreecommitdiff
path: root/source3/lib/util_str.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-30s3-lib: Rely on uint64_t in conv_str_size()Andrew Bartlett1-30/+13
2011-04-29lib/util Re-merge the string_sub() and all_string_sub() from source3Andrew Bartlett1-128/+0
2011-04-29lib/util/charset Move strstr_m() to the top levelAndrew Bartlett1-81/+0
2011-04-14lib/util Move alpha_strcpy() from s3 into common codeAndrew Bartlett1-50/+0
2011-04-14s3-lib Remove very unused (#if 0) strncpynAndrew Bartlett1-25/+0
2011-04-14s3-lib Remove unused string_appendAndrew Bartlett1-22/+0
2011-04-14s3-lib Move unix_strlower and unix_strupper to their only users.Andrew Bartlett1-0/+41
2011-04-14s3-lib Remove unused str_ascii_charnum()Andrew Bartlett1-18/+0
2011-04-14s3-lib Move strisnormal to it's only user in mangle_hash.cAndrew Bartlett1-13/+0
2011-04-13lib/util: Make string_replace from s3 commonAndrew Bartlett1-43/+0
2011-04-13lib/util Move simple string routines into common code.Andrew Bartlett1-49/+0
2011-03-30lib/util Move base64 functions into lib/util/base64.cAndrew Bartlett1-115/+0
2011-03-29=?UTF-8?q?alpha=5Fstrcpy()=20is=20a=20utility=20function=20which=20reportedly:David Disseldorp1-3/+9
2011-03-23lib/util: Merge basic string length and comparison functionsAndrew Bartlett1-292/+0
2011-03-23s3-lib prepare Samba3 to use common codepoint based string functionsAndrew Bartlett1-108/+82
2011-03-23s3-safe_str: Futher simplify the macros by removing indirectionAndrew Bartlett1-5/+5
2011-03-23s3-lib Remove the clobber_region() code.Andrew Bartlett1-48/+15
2011-03-15s3: Remove some unused codeVolker Lendecke1-41/+0
2011-02-18charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett1-2/+2
2011-02-09Fix up some buildfarm warnings.Jeremy Allison1-1/+1
2011-02-03s3:lib: allow_trailing_dollar should only allow '$'Stefan Metzmacher1-12/+12
2010-11-10Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison1-0/+4
2010-11-03s3:util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting ter...Michael Adam1-0/+9
2010-11-03s3:lib/util_str: add strlen_m_ext() that takes input and output charsetMichael Adam1-13/+55
2010-11-03s3:lib/util_str: clarify the comment header for strlen_m().Michael Adam1-4/+6