index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util_str.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-12-14
Move 128 bytes from the data to the text segment
Volker Lendecke
1
-1
/
+1
2008-11-06
Add wrapper str_list_make_v3() to replace the old S3 behavior of
Jeremy Allison
1
-0
/
+16
2008-10-19
Move more functions out of util_str.c into the shared util.c.
Jelmer Vernooij
1
-229
/
+0
2008-10-18
Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.
Jelmer Vernooij
1
-1
/
+1
2008-10-18
Use str_list_equal() rather than str_list_compare().
Jelmer Vernooij
1
-23
/
+0
2008-10-14
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
1
-7
/
+3
2008-10-12
Use common strlist implementation in Samba 3 and Samba 4.
Jelmer Vernooij
1
-107
/
+0
2008-08-21
Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_...
Jeremy Allison
1
-2
/
+3
2008-07-25
talloc_string_sub2: Don't return NULL if src is empty.
Karolin Seeger
1
-1
/
+1
2008-07-10
Fix a segfault in base64_encode_data_blob
Volker Lendecke
1
-1
/
+3
2008-06-04
util_str: add talloc_asprintf_strlower_m().
Günther Deschner
1
-0
/
+17
2008-05-20
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
1
-25
/
+27
2008-04-07
Fix bug 5375
Volker Lendecke
1
-3
/
+4
2008-02-25
Fix some warnings
Volker Lendecke
1
-16
/
+14
2008-02-08
Fix some typos.
Karolin Seeger
1
-1
/
+1
2008-02-04
str_list_free is not needed anymore
Volker Lendecke
1
-17
/
+1
[next]