Age | Commit message (Expand) | Author | Files | Lines |
2011-08-03 | s3-auth remove sanitized_username from auth_serversupplied_info | Andrew Bartlett | 1 | -8/+0 |
2011-07-19 | First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems | Jeremy Allison | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -3/+3 |
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -2/+2 |
2011-06-01 | s3: fix more -Wunused-but-set-variable build warnings. | Günther Deschner | 1 | -3/+0 |
2011-05-31 | s3-lib Move realloc based string substitution functions out of util_str.c | Andrew Bartlett | 1 | -123/+3 |
2011-05-31 | s3-lib Move sstring_sub() to it's only user and make static | Andrew Bartlett | 1 | -27/+0 |
2011-05-31 | s3-lib Move string_init functions into their own file | Andrew Bartlett | 1 | -52/+0 |
2011-05-18 | s3-lib Replace StrnCaseCmp() with strncasecmp_m() | Andrew Bartlett | 1 | -61/+1 |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -84/+1 |
2011-05-05 | More simple const fixes. | Jeremy Allison | 1 | -2/+2 |
2011-05-03 | lib/util Use lib/util/util_str.c in common, including strequal() | Andrew Bartlett | 1 | -86/+0 |
2011-05-03 | Remove strlower_m() and strupper_m() from source4 and common code. | Andrew Bartlett | 1 | -0/+61 |
2011-04-30 | s3-lib: Rely on uint64_t in conv_str_size() | Andrew Bartlett | 1 | -30/+13 |
2011-04-29 | lib/util Re-merge the string_sub() and all_string_sub() from source3 | Andrew Bartlett | 1 | -128/+0 |
2011-04-29 | lib/util/charset Move strstr_m() to the top level | Andrew Bartlett | 1 | -81/+0 |
2011-04-14 | lib/util Move alpha_strcpy() from s3 into common code | Andrew Bartlett | 1 | -50/+0 |
2011-04-14 | s3-lib Remove very unused (#if 0) strncpyn | Andrew Bartlett | 1 | -25/+0 |
2011-04-14 | s3-lib Remove unused string_append | Andrew Bartlett | 1 | -22/+0 |
2011-04-14 | s3-lib Move unix_strlower and unix_strupper to their only users. | Andrew Bartlett | 1 | -0/+41 |
2011-04-14 | s3-lib Remove unused str_ascii_charnum() | Andrew Bartlett | 1 | -18/+0 |
2011-04-14 | s3-lib Move strisnormal to it's only user in mangle_hash.c | Andrew Bartlett | 1 | -13/+0 |
2011-04-13 | lib/util: Make string_replace from s3 common | Andrew Bartlett | 1 | -43/+0 |
2011-04-13 | lib/util Move simple string routines into common code. | Andrew Bartlett | 1 | -49/+0 |
2011-03-30 | lib/util Move base64 functions into lib/util/base64.c | Andrew Bartlett | 1 | -115/+0 |
2011-03-29 | =?UTF-8?q?alpha=5Fstrcpy()=20is=20a=20utility=20function=20which=20reportedly: | David Disseldorp | 1 | -3/+9 |
2011-03-23 | lib/util: Merge basic string length and comparison functions | Andrew Bartlett | 1 | -292/+0 |
2011-03-23 | s3-lib prepare Samba3 to use common codepoint based string functions | Andrew Bartlett | 1 | -108/+82 |
2011-03-23 | s3-safe_str: Futher simplify the macros by removing indirection | Andrew Bartlett | 1 | -5/+5 |
2011-03-23 | s3-lib Remove the clobber_region() code. | Andrew Bartlett | 1 | -48/+15 |
2011-03-15 | s3: Remove some unused code | Volker Lendecke | 1 | -41/+0 |
2011-02-18 | charset Remove use of {isupper,islower,toupper,tolower}_w functions | Andrew Bartlett | 1 | -2/+2 |
2011-02-09 | Fix up some buildfarm warnings. | Jeremy Allison | 1 | -1/+1 |
2011-02-03 | s3:lib: allow_trailing_dollar should only allow '$' | Stefan Metzmacher | 1 | -12/+12 |
2010-11-10 | Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin... | Jeremy Allison | 1 | -0/+4 |
2010-11-03 | s3:util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting ter... | Michael Adam | 1 | -0/+9 |
2010-11-03 | s3:lib/util_str: add strlen_m_ext() that takes input and output charset | Michael Adam | 1 | -13/+55 |
2010-11-03 | s3:lib/util_str: clarify the comment header for strlen_m(). | Michael Adam | 1 | -4/+6 |
2010-09-09 | Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor... | Jeremy Allison | 1 | -0/+3 |
2010-04-11 | s3: Move sanitize_username to lib/util_str.c | Volker Lendecke | 1 | -0/+8 |
2010-03-28 | s3: Slightly simplify logic in conv_str_size | Volker Lendecke | 1 | -29/+33 |
2010-03-28 | s3: Fix indentation in conv_str_size | Volker Lendecke | 1 | -2/+2 |
2009-09-24 | Revert 918b5a7e057bd91289ec06b3ef8d95da43a50ede. This code | Jeremy Allison | 1 | -6/+6 |
2009-09-24 | s3:util_str "str_list_make_v3" - introduce also here the "const" result | Matthias Dieter Wallnöfer | 1 | -9/+9 |
2009-07-16 | Replace short-lived NULL talloc contexts with talloc_tos(). | Jeremy Allison | 1 | -17/+17 |
2009-07-10 | Fix our base64 implementation for blobs of length 4.... | Volker Lendecke | 1 | -1/+1 |
2009-05-28 | Make sid_binstring & friends take a talloc context | Volker Lendecke | 1 | -3/+4 |
2009-04-30 | Re-import the v3-3 version of str_list_make(). | Volker Lendecke | 1 | -7/+59 |
2009-04-14 | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 1 | -46/+46 |
2009-03-01 | Move next_token_talloc() to top-level. | Jelmer Vernooij | 1 | -112/+0 |