summaryrefslogtreecommitdiff
path: root/source3/lib/util_str.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-09Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...Jeremy Allison1-0/+3
2010-04-11s3: Move sanitize_username to lib/util_str.cVolker Lendecke1-0/+8
2010-03-28s3: Slightly simplify logic in conv_str_sizeVolker Lendecke1-29/+33
2010-03-28s3: Fix indentation in conv_str_sizeVolker Lendecke1-2/+2
2009-09-24Revert 918b5a7e057bd91289ec06b3ef8d95da43a50ede. This codeJeremy Allison1-6/+6
2009-09-24s3:util_str "str_list_make_v3" - introduce also here the "const" resultMatthias Dieter Wallnöfer1-9/+9
2009-07-16Replace short-lived NULL talloc contexts with talloc_tos().Jeremy Allison1-17/+17
2009-07-10Fix our base64 implementation for blobs of length 4....Volker Lendecke1-1/+1
2009-05-28Make sid_binstring & friends take a talloc contextVolker Lendecke1-3/+4
2009-04-30Re-import the v3-3 version of str_list_make().Volker Lendecke1-7/+59
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett1-46/+46
2009-03-01Move next_token_talloc() to top-level.Jelmer Vernooij1-112/+0
2008-12-14Move 128 bytes from the data to the text segmentVolker Lendecke1-1/+1
2008-11-06Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison1-0/+16
2008-10-19Move more functions out of util_str.c into the shared util.c.Jelmer Vernooij1-229/+0
2008-10-18Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij1-1/+1
2008-10-18Use str_list_equal() rather than str_list_compare().Jelmer Vernooij1-23/+0
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-7/+3
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-107/+0
2008-08-21Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_...Jeremy Allison1-2/+3
2008-07-25talloc_string_sub2: Don't return NULL if src is empty.Karolin Seeger1-1/+1
2008-07-10Fix a segfault in base64_encode_data_blobVolker Lendecke1-1/+3
2008-06-04util_str: add talloc_asprintf_strlower_m().Günther Deschner1-0/+17
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-25/+27
2008-04-07Fix bug 5375Volker Lendecke1-3/+4
2008-02-25Fix some warningsVolker Lendecke1-16/+14
2008-02-08Fix some typos.Karolin Seeger1-1/+1
2008-02-04str_list_free is not needed anymoreVolker Lendecke1-17/+1
2008-02-04Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke1-10/+3
2008-02-04Simplify str_list_xxxVolker Lendecke1-111/+47
2008-01-19util_str: Don't return memory from talloc_tos(), use mem_ctx instead.Kai Blin1-3/+3
2008-01-09Fixup hot paths - add macro for toupper (c < 0x80).Jeremy Allison1-5/+16
2007-12-21Remove next_token_nr_talloc and its associated globalVolker Lendecke1-77/+0
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-94/+16