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: Fix a typo
Volker Lendecke
2015-02-10
1
-1
/
+1
*
lib: Slightly simplify strupper_m
Volker Lendecke
2014-11-14
1
-2
/
+2
*
s3: utils: Don't directly manipulate errno inside strupper_m().
Jeremy Allison
2014-09-16
1
-5
/
+1
*
move str_list_make_v3 out of s3 code
Garming Sam
2014-05-07
1
-68
/
+0
*
lib: Move full_path_tos to util_str.c
Volker Lendecke
2014-04-23
1
-0
/
+39
*
lib: Fix CID 241650 Sizeof not portable
Volker Lendecke
2013-05-12
1
-1
/
+1
*
s3:lib fix wrong usage of PRIu64 in sscanf
Christian Ambach
2013-05-06
1
-1
/
+1
*
Remove smb_panic() from unix_strlower(). Just rely on error code return.
Jeremy Allison
2012-08-09
1
-2
/
+0
*
Correctly check for errors in strlower_m() returns.
Jeremy Allison
2012-08-09
1
-4
/
+5
*
Fix strlower_m() to return an error indication.
Jeremy Allison
2012-08-09
1
-4
/
+8
*
Check error returns on strnorm().
Jeremy Allison
2012-08-09
1
-2
/
+3
*
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
2012-08-09
1
-4
/
+10
*
Change strupper_m() to return a value.
Jeremy Allison
2012-08-09
1
-4
/
+8
*
Fix bad return in unix_strupper.
Jeremy Allison
2012-08-09
1
-1
/
+1
*
Prepare to remove smb_panic() from unix_strlower().
Jeremy Allison
2012-08-09
1
-0
/
+2
*
Fix bad return values in unix_strlower/unix_strupper.
Jeremy Allison
2012-08-09
1
-2
/
+2
*
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
2012-07-24
1
-0
/
+1
*
s3-auth remove sanitized_username from auth_serversupplied_info
Andrew Bartlett
2011-08-03
1
-8
/
+0
*
First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems
Jeremy Allison
2011-07-19
1
-1
/
+1
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
1
-3
/
+3
*
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3: fix more -Wunused-but-set-variable build warnings.
Günther Deschner
2011-06-01
1
-3
/
+0
*
s3-lib Move realloc based string substitution functions out of util_str.c
Andrew Bartlett
2011-05-31
1
-123
/
+3
*
s3-lib Move sstring_sub() to it's only user and make static
Andrew Bartlett
2011-05-31
1
-27
/
+0
*
s3-lib Move string_init functions into their own file
Andrew Bartlett
2011-05-31
1
-52
/
+0
*
s3-lib Replace StrnCaseCmp() with strncasecmp_m()
Andrew Bartlett
2011-05-18
1
-61
/
+1
*
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
2011-05-18
1
-84
/
+1
*
More simple const fixes.
Jeremy Allison
2011-05-05
1
-2
/
+2
*
lib/util Use lib/util/util_str.c in common, including strequal()
Andrew Bartlett
2011-05-03
1
-86
/
+0
*
Remove strlower_m() and strupper_m() from source4 and common code.
Andrew Bartlett
2011-05-03
1
-0
/
+61
*
s3-lib: Rely on uint64_t in conv_str_size()
Andrew Bartlett
2011-04-30
1
-30
/
+13
*
lib/util Re-merge the string_sub() and all_string_sub() from source3
Andrew Bartlett
2011-04-29
1
-128
/
+0
*
lib/util/charset Move strstr_m() to the top level
Andrew Bartlett
2011-04-29
1
-81
/
+0
*
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
[next]