index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
talloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_INVALIDATE_SHRINK_CHUNK(...
Stefan Metzmacher
2011-05-02
1
-1
/
+36
*
lib/util Rename conv_str_size() -> conv_str_size_error()
Andrew Bartlett
2011-04-30
2
-4
/
+2
*
kerberos: Only include gssapi/gssapi_krb5.h when available
Andrew Bartlett
2011-04-30
1
-0
/
+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
*
libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/auth
Andrew Bartlett
2011-04-27
1
-0
/
+10
*
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 license info for talloc in manpage.
Jelmer Vernooij
2011-04-24
1
-3
/
+3
*
Fix case of libUTIL_LDB.
Jelmer Vernooij
2011-04-23
1
-6
/
+6
*
Support the 'PYTHON' environment variable.
Jelmer Vernooij
2011-04-23
2
-0
/
+2
*
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
*
tdb_backup: avoid transaction on backup file, use lockall
Simo Sorce
2011-04-19
1
-8
/
+13
*
tdb: make sure we skip over recovery area correctly.
Rusty Russell
2011-04-19
3
-17
/
+44
*
tdb_expand: limit the expansion with huge records
Simo Sorce
2011-04-18
1
-5
/
+20
*
tdb: tdb_repack() only when it's worthwhile.
Rusty Russell
2011-04-18
1
-6
/
+31
*
tdb: fix transaction recovery area for converted tdbs.
Rusty Russell
2011-04-18
1
-2
/
+4
*
lib/socket_wrapper: allow up to 32 interfaces for a bigger 'make test'
Andrew Bartlett
2011-04-19
1
-1
/
+4
*
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
*
libcli/auth Move krb5 wrapper functions from s3 into common
Andrew Bartlett
2011-04-14
1
-105
/
+5
*
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
*
talloc: fix compiler warnings with -Wc++-compat
Stefan Metzmacher
2011-04-13
1
-5
/
+5
*
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
[prev]
[next]