Change strupper_m() to return a value.
[kai/samba.git] / source3 / lib / util_str.c
2012-08-09 Jeremy AllisonChange strupper_m() to return a value.
2012-08-09 Jeremy AllisonFix bad return in unix_strupper.
2012-08-09 Jeremy AllisonPrepare to remove smb_panic() from unix_strlower().
2012-08-09 Jeremy AllisonFix bad return values in unix_strlower/unix_strupper.
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2011-08-03 Andrew Bartletts3-auth remove sanitized_username from auth_serversuppl...
2011-07-19 Jeremy AllisonFirst part of fix for bug 8310 - toupper_ascii() is...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-05-31 Günther Deschners3: fix more -Wunused-but-set-variable build warnings.
2011-05-30 Andrew Bartletts3-lib Move realloc based string substitution functions...
2011-05-30 Andrew Bartletts3-lib Move sstring_sub() to it's only user and make...
2011-05-30 Andrew Bartletts3-lib Move string_init functions into their own file
2011-05-18 Andrew Bartletts3-lib Replace StrnCaseCmp() with strncasecmp_m()
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-05-03 Andrew Bartlettlib/util Use lib/util/util_str.c in common, including...
2011-05-03 Andrew BartlettRemove strlower_m() and strupper_m() from source4 and...
2011-04-30 Andrew Bartletts3-lib: Rely on uint64_t in conv_str_size()
2011-04-29 Andrew Bartlettlib/util Re-merge the string_sub() and all_string_sub...
2011-04-29 Andrew Bartlettlib/util/charset Move strstr_m() to the top level
2011-04-14 Andrew Bartlettlib/util Move alpha_strcpy() from s3 into common code
2011-04-14 Andrew Bartletts3-lib Remove very unused (#if 0) strncpyn
2011-04-14 Andrew Bartletts3-lib Remove unused string_append
2011-04-14 Andrew Bartletts3-lib Move unix_strlower and unix_strupper to their...
2011-04-14 Andrew Bartletts3-lib Remove unused str_ascii_charnum()
2011-04-14 Andrew Bartletts3-lib Move strisnormal to it's only user in mangle_hash.c
2011-04-13 Andrew Bartlettlib/util: Make string_replace from s3 common
2011-04-13 Andrew Bartlettlib/util Move simple string routines into common code.
2011-03-30 Andrew Bartlettlib/util Move base64 functions into lib/util/base64.c
2011-03-28 David Disseldorp=?UTF-8?q?alpha=5Fstrcpy()=20is=20a=20utility=20functio...
2011-03-23 Andrew Bartlettlib/util: Merge basic string length and comparison...
2011-03-23 Andrew Bartletts3-lib prepare Samba3 to use common codepoint based...
2011-03-23 Andrew Bartletts3-safe_str: Futher simplify the macros by removing...
2011-03-23 Andrew Bartletts3-lib Remove the clobber_region() code.
2011-03-15 Volker Lendeckes3: Remove some unused code
2011-02-18 Andrew Bartlettcharset Remove use of {isupper,islower,toupper,tolower...
2011-02-09 Jeremy AllisonFix up some buildfarm warnings.
2011-02-02 Stefan Metzmachers3:lib: allow_trailing_dollar should only allow '$'
2010-11-10 Jeremy AllisonFix bug 7781 - Samba transforms ShareName to lowercase...
2010-11-03 Michael Adams3:util_str: add strlen_m_ext_term() - variant of strle...
2010-11-03 Michael Adams3:lib/util_str: add strlen_m_ext() that takes input...
2010-11-03 Michael Adams3:lib/util_str: clarify the comment header for strlen_m().
2010-09-09 Jeremy AllisonFox missing SMB_MALLOC return checks noticed by "Andrea...
2010-04-11 Volker Lendeckes3: Move sanitize_username to lib/util_str.c
2010-03-28 Volker Lendeckes3: Slightly simplify logic in conv_str_size
2010-03-28 Volker Lendeckes3: Fix indentation in conv_str_size
2009-09-25 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-09-24 Jeremy AllisonRevert 918b5a7e057bd91289ec06b3ef8d95da43a50ede. This...
2009-09-24 Matthias Dieter... s3:util_str "str_list_make_v3" - introduce also here...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-17 Jeremy AllisonReplace short-lived NULL talloc contexts with talloc_tos().
2009-07-10 Volker LendeckeFix our base64 implementation for blobs of length 4....
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Volker LendeckeMake sid_binstring & friends take a talloc context
2009-04-30 Volker LendeckeRe-import the v3-3 version of str_list_make().
2009-04-14 Andrew BartlettConvert Samba3 to use the common lib/util/charset API
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMove next_token_talloc() to top-level.
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-14 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-14 Volker LendeckeMove 128 bytes from the data to the text segment
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-07 Jeremy AllisonAdd wrapper str_list_make_v3() to replace the old S3...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMove more functions out of util_str.c into the shared...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-18 Jelmer VernooijRename hex_encode to hex_encode_talloc,for consistency...
2008-10-18 Jelmer VernooijUse str_list_equal() rather than str_list_compare().
2008-10-14 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijUse {u,}int64_t instead of SMB_BIG_{U,}INT.
2008-10-11 Jelmer VernooijUse common strlist implementation in Samba 3 and Samba 4.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-21 Jeremy AllisonFix bug 5698 - mixup of TALLOC/malloc. Spotted by Dougl...
2008-07-25 Karolin Seegertalloc_string_sub2: Don't return NULL if src is empty.
2008-07-10 Volker LendeckeFix a segfault in base64_encode_data_blob
2008-06-03 Günther Deschnerutil_str: add talloc_asprintf_strlower_m().
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-20 Tim ProutyCleanup size_t return values in callers of convert_stri...
2008-04-07 Volker LendeckeFix bug 5375
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-25 Volker LendeckeFix some warnings
2008-02-08 Karolin SeegerFix some typos.
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-04 Volker Lendeckestr_list_free is not needed anymore
2008-02-04 Volker LendeckeAlways pass a TALLOC_CTX to str_list_make and str_list_copy
2008-02-04 Volker LendeckeSimplify str_list_xxx
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
next