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
/
lib
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/util make string_wrappers.h a public header
Andrew Bartlett
2011-05-03
1
-1
/
+1
*
lib/util Use lib/util/util_str.c in common, including strequal()
Andrew Bartlett
2011-05-03
2
-3
/
+3
*
lib/util Use compiler-checked safe string macros in top level code.
Andrew Bartlett
2011-05-03
2
-35
/
+27
*
s4: fix arguments to safe_strcpy()
Andrew Bartlett
2011-05-03
1
-5
/
+5
*
lib/util/charset Use push_string and talloc_strupper/strlower from common code
Andrew Bartlett
2011-05-03
2
-17
/
+10
*
Remove strlower_m() and strupper_m() from source4 and common code.
Andrew Bartlett
2011-05-03
2
-86
/
+0
*
lib/util Move set_socket_options() into common code.
Andrew Bartlett
2011-05-03
2
-0
/
+163
*
lib/util Move more network utility functions from source3 into lib/util
Andrew Bartlett
2011-05-03
4
-1
/
+275
*
lib/util Rename conv_str_size() -> conv_str_size_error()
Andrew Bartlett
2011-04-30
2
-4
/
+2
*
lib/util Re-merge the string_sub() and all_string_sub() from source3
Andrew Bartlett
2011-04-29
3
-15
/
+46
*
lib/util/charset Move strstr_m() to the top level
Andrew Bartlett
2011-04-29
2
-0
/
+84
*
lib/util/charset Merge talloc-based pull and push charset functions
Andrew Bartlett
2011-04-28
3
-95
/
+151
*
lib/util/charset Add copyright headers
Andrew Bartlett
2011-04-28
1
-1
/
+2
*
lib/util/charset Make fast path from UTF16 to '8 bit' charsets clearer
Andrew Tridgell
2011-04-28
1
-14
/
+28
*
lib/util/charset Add tests for srclen=-1 behaviour.
Andrew Bartlett
2011-04-28
1
-0
/
+443
*
lib/util/charset use convert_string.c in common
Andrew Bartlett
2011-04-28
4
-204
/
+5
*
lib/util/charset Fix string termination conditions for UTF16 strings
Andrew Bartlett
2011-04-28
1
-4
/
+4
*
dynconfig: Have only one dynconfig.o in the common code.
Andrew Bartlett
2011-04-27
1
-1
/
+1
*
lib/util Define samba-util-common only for s3-waf
Andrew Bartlett
2011-04-26
1
-24
/
+11
*
lib/util: add RBVAL, RBVALS, RSBVAL and RSRBVALS macros
Stefan Metzmacher
2011-04-24
1
-6
/
+11
*
Fix case of libUTIL_LDB.
Jelmer Vernooij
2011-04-23
1
-6
/
+6
*
asn1: Fix Coverity ID 2299, CHECKED_RETURN
Volker Lendecke
2011-04-22
1
-1
/
+5
*
lib/util/charset Always set *converted_size even on failure
Andrew Bartlett
2011-04-20
1
-4
/
+2
*
lib/util/charset create _handle functions for convert_string() et al
Andrew Bartlett
2011-04-20
1
-29
/
+86
*
util: Build samba-util without unresolved symbols.
Brad Hards
2011-04-16
1
-33
/
+60
*
lib/util Move alpha_strcpy() from s3 into common code
Andrew Bartlett
2011-04-14
2
-46
/
+51
*
s3-includes: include lib/util/debug.h headers in includes.h not smb.h
Günther Deschner
2011-04-14
1
-0
/
+1
*
lib: Move next_token next to next_token_talloc
Volker Lendecke
2011-04-13
2
-47
/
+46
*
build: Bring DYNCONFIG into samba-util library to avoid symbol duplication
Andrew Bartlett
2011-04-13
1
-1
/
+1
*
s3-charcnv: Move convert_string() et al to lib/util/charset
Andrew Bartlett
2011-04-13
1
-0
/
+467
*
lib/util/charset Add many more charset tests
Andrew Bartlett
2011-04-13
1
-15
/
+444
*
lib/util/charset Add convert_string_error()
Andrew Bartlett
2011-04-13
2
-0
/
+25
*
lib/util/charset Make ASCII conversion validate it's input
Andrew Bartlett
2011-04-13
1
-4
/
+69
*
lib/util/charset Rename convert_string test to allow a 'non_handle' test
Andrew Bartlett
2011-04-13
1
-3
/
+2
*
lib/util/charset Add more tests for convert_string_error_handle()
Andrew Bartlett
2011-04-13
1
-0
/
+101
*
lib/util/charset Preserve 'pull' errors even when converting via UTF16
Andrew Bartlett
2011-04-13
1
-3
/
+8
*
lib/util/charset Add tests for convert_string_error_handle
Andrew Bartlett
2011-04-13
1
-1
/
+68
*
lib/util/charset Add expected values for upper/lower case tests
Andrew Bartlett
2011-04-13
1
-0
/
+16
*
lib/util/charset Fix and add public interface for convert_string_error_handle
Andrew Bartlett
2011-04-13
2
-7
/
+14
*
lib/util: Make string_replace from s3 common
Andrew Bartlett
2011-04-13
2
-10
/
+43
*
lib/util ucs2_align is identical, put it in common
Andrew Bartlett
2011-04-13
2
-7
/
+7
*
lib/util Move simple string routines into common code.
Andrew Bartlett
2011-04-13
4
-55
/
+82
*
lib/util/charset Move source3/lib/util_unistr.c to the common code.
Andrew Bartlett
2011-04-13
3
-1
/
+345
*
lib/util make UTIL_TDB a library
Andrew Bartlett
2011-04-13
1
-2
/
+3
*
lib: make asn1_util a private library
Andrew Tridgell
2011-04-06
1
-4
/
+5
*
lib: moved data_blob.c into samba-util-common
Andrew Tridgell
2011-04-06
1
-2
/
+2
*
debug: default debug to stderr
Andrew Tridgell
2011-04-04
1
-1
/
+2
*
debug: Restore the s3-style check in check_log_size()
Volker Lendecke
2011-03-31
1
-1
/
+6
*
lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et al
Andrew Bartlett
2011-03-31
4
-15
/
+241
*
charconv: Use talloc_tos() in the S3 build
Volker Lendecke
2011-03-31
1
-1
/
+9
[next]