summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/util: Merge basic string length and comparison functionsAndrew Bartlett2011-03-231-292/+0
* s3-lib prepare Samba3 to use common codepoint based string functionsAndrew Bartlett2011-03-231-108/+82
* s3-safe_str: Futher simplify the macros by removing indirectionAndrew Bartlett2011-03-231-5/+5
* s3-lib Remove the clobber_region() code.Andrew Bartlett2011-03-231-48/+15
* s3: Remove some unused codeVolker Lendecke2011-03-151-41/+0
* charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett2011-02-181-2/+2
* Fix up some buildfarm warnings.Jeremy Allison2011-02-091-1/+1
* s3:lib: allow_trailing_dollar should only allow '$'Stefan Metzmacher2011-02-031-12/+12
* Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison2010-11-101-0/+4
* s3:util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting ter...Michael Adam2010-11-031-0/+9
* s3:lib/util_str: add strlen_m_ext() that takes input and output charsetMichael Adam2010-11-031-13/+55
* s3:lib/util_str: clarify the comment header for strlen_m().Michael Adam2010-11-031-4/+6
* Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...Jeremy Allison2010-09-091-0/+3
* s3: Move sanitize_username to lib/util_str.cVolker Lendecke2010-04-111-0/+8
* s3: Slightly simplify logic in conv_str_sizeVolker Lendecke2010-03-281-29/+33
* s3: Fix indentation in conv_str_sizeVolker Lendecke2010-03-281-2/+2
* Revert 918b5a7e057bd91289ec06b3ef8d95da43a50ede. This codeJeremy Allison2009-09-241-6/+6
* s3:util_str "str_list_make_v3" - introduce also here the "const" resultMatthias Dieter Wallnöfer2009-09-241-9/+9
* Replace short-lived NULL talloc contexts with talloc_tos().Jeremy Allison2009-07-161-17/+17
* Fix our base64 implementation for blobs of length 4....Volker Lendecke2009-07-101-1/+1
* Make sid_binstring & friends take a talloc contextVolker Lendecke2009-05-281-3/+4
* Re-import the v3-3 version of str_list_make().Volker Lendecke2009-04-301-7/+59
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-141-46/+46
* Move next_token_talloc() to top-level.Jelmer Vernooij2009-03-011-112/+0