index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util_str.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/util Move alpha_strcpy() from s3 into common code
Andrew Bartlett
2011-04-14
1
-50
/
+0
*
s3-lib Remove very unused (#if 0) strncpyn
Andrew Bartlett
2011-04-14
1
-25
/
+0
*
s3-lib Remove unused string_append
Andrew Bartlett
2011-04-14
1
-22
/
+0
*
s3-lib Move unix_strlower and unix_strupper to their only users.
Andrew Bartlett
2011-04-14
1
-0
/
+41
*
s3-lib Remove unused str_ascii_charnum()
Andrew Bartlett
2011-04-14
1
-18
/
+0
*
s3-lib Move strisnormal to it's only user in mangle_hash.c
Andrew Bartlett
2011-04-14
1
-13
/
+0
*
lib/util: Make string_replace from s3 common
Andrew Bartlett
2011-04-13
1
-43
/
+0
*
lib/util Move simple string routines into common code.
Andrew Bartlett
2011-04-13
1
-49
/
+0
*
lib/util Move base64 functions into lib/util/base64.c
Andrew Bartlett
2011-03-30
1
-115
/
+0
*
=?UTF-8?q?alpha=5Fstrcpy()=20is=20a=20utility=20function=20which=20reportedly:
David Disseldorp
2011-03-29
1
-3
/
+9
*
lib/util: Merge basic string length and comparison functions
Andrew Bartlett
2011-03-23
1
-292
/
+0
*
s3-lib prepare Samba3 to use common codepoint based string functions
Andrew Bartlett
2011-03-23
1
-108
/
+82
*
s3-safe_str: Futher simplify the macros by removing indirection
Andrew Bartlett
2011-03-23
1
-5
/
+5
*
s3-lib Remove the clobber_region() code.
Andrew Bartlett
2011-03-23
1
-48
/
+15
*
s3: Remove some unused code
Volker Lendecke
2011-03-15
1
-41
/
+0
*
charset Remove use of {isupper,islower,toupper,tolower}_w functions
Andrew Bartlett
2011-02-18
1
-2
/
+2
*
Fix up some buildfarm warnings.
Jeremy Allison
2011-02-09
1
-1
/
+1
*
s3:lib: allow_trailing_dollar should only allow '$'
Stefan Metzmacher
2011-02-03
1
-12
/
+12
*
Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...
Jeremy Allison
2010-11-10
1
-0
/
+4
*
s3:util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting ter...
Michael Adam
2010-11-03
1
-0
/
+9
*
s3:lib/util_str: add strlen_m_ext() that takes input and output charset
Michael Adam
2010-11-03
1
-13
/
+55
*
s3:lib/util_str: clarify the comment header for strlen_m().
Michael Adam
2010-11-03
1
-4
/
+6
*
Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...
Jeremy Allison
2010-09-09
1
-0
/
+3
*
s3: Move sanitize_username to lib/util_str.c
Volker Lendecke
2010-04-11
1
-0
/
+8
*
s3: Slightly simplify logic in conv_str_size
Volker Lendecke
2010-03-28
1
-29
/
+33
*
s3: Fix indentation in conv_str_size
Volker Lendecke
2010-03-28
1
-2
/
+2
*
Revert 918b5a7e057bd91289ec06b3ef8d95da43a50ede. This code
Jeremy Allison
2009-09-24
1
-6
/
+6
*
s3:util_str "str_list_make_v3" - introduce also here the "const" result
Matthias Dieter Wallnöfer
2009-09-24
1
-9
/
+9
*
Replace short-lived NULL talloc contexts with talloc_tos().
Jeremy Allison
2009-07-16
1
-17
/
+17
*
Fix our base64 implementation for blobs of length 4....
Volker Lendecke
2009-07-10
1
-1
/
+1
*
Make sid_binstring & friends take a talloc context
Volker Lendecke
2009-05-28
1
-3
/
+4
*
Re-import the v3-3 version of str_list_make().
Volker Lendecke
2009-04-30
1
-7
/
+59
*
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
2009-04-14
1
-46
/
+46
*
Move next_token_talloc() to top-level.
Jelmer Vernooij
2009-03-01
1
-112
/
+0
*
Move 128 bytes from the data to the text segment
Volker Lendecke
2008-12-14
1
-1
/
+1
*
Add wrapper str_list_make_v3() to replace the old S3 behavior of
Jeremy Allison
2008-11-06
1
-0
/
+16
*
Move more functions out of util_str.c into the shared util.c.
Jelmer Vernooij
2008-10-19
1
-229
/
+0
*
Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.
Jelmer Vernooij
2008-10-18
1
-1
/
+1
*
Use str_list_equal() rather than str_list_compare().
Jelmer Vernooij
2008-10-18
1
-23
/
+0
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-7
/
+3
*
Use common strlist implementation in Samba 3 and Samba 4.
Jelmer Vernooij
2008-10-12
1
-107
/
+0
*
Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_...
Jeremy Allison
2008-08-21
1
-2
/
+3
*
talloc_string_sub2: Don't return NULL if src is empty.
Karolin Seeger
2008-07-25
1
-1
/
+1
*
Fix a segfault in base64_encode_data_blob
Volker Lendecke
2008-07-10
1
-1
/
+3
*
util_str: add talloc_asprintf_strlower_m().
Günther Deschner
2008-06-04
1
-0
/
+17
*
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
2008-05-20
1
-25
/
+27
*
Fix bug 5375
Volker Lendecke
2008-04-07
1
-3
/
+4
*
Fix some warnings
Volker Lendecke
2008-02-25
1
-16
/
+14
*
Fix some typos.
Karolin Seeger
2008-02-08
1
-1
/
+1
*
str_list_free is not needed anymore
Volker Lendecke
2008-02-04
1
-17
/
+1
[next]