summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2011-05-08Improve debug messages when creating socket directoriesAndrew Bartlett1-1/+2
2011-05-06lib/util don't use enum protocol_types in ms_fnmatch_protocolAndrew Bartlett2-2/+2
2011-05-06lib/util Use lib/util/ms_fnmatch.c in common for gen_fnmatch()Andrew Bartlett1-2/+2
2011-05-06lib/util Rename ms_fnmatch() to ms_fnmatch_protocol() to avoid dup symbolAndrew Bartlett2-5/+6
2011-05-06lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett4-1/+246
2011-05-05Fix many const compiler warnings.Jeremy Allison2-4/+4
2011-05-05Clean up some const and other compiler warnings.Jeremy Allison3-7/+7
2011-05-04I added them, so I get to kill them :-). Finally remove all uses of safe_strc...Jeremy Allison3-99/+0
2011-05-04Tidy up some missing checks for NULL in strlcpy.Jeremy Allison1-1/+1
2011-05-04Remove overmalloc_safe_strcpy - can be simple strlcpy.Jeremy Allison1-8/+0
2011-05-04Change safe_strcpy_base to strlcpy_base. Note the size doesn't change here as...Jeremy Allison1-2/+2
2011-05-04Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison3-10/+10
2011-05-03lib/util make string_wrappers.h a public headerAndrew Bartlett1-1/+1
2011-05-03lib/util Use lib/util/util_str.c in common, including strequal()Andrew Bartlett2-3/+3
2011-05-03lib/util Use compiler-checked safe string macros in top level code.Andrew Bartlett2-35/+27
2011-05-03s4: fix arguments to safe_strcpy()Andrew Bartlett1-5/+5
2011-05-03lib/util/charset Use push_string and talloc_strupper/strlower from common codeAndrew Bartlett2-17/+10
2011-05-03Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett2-86/+0
2011-05-03lib/util Move set_socket_options() into common code.Andrew Bartlett2-0/+163
2011-05-03lib/util Move more network utility functions from source3 into lib/utilAndrew Bartlett4-1/+275
2011-04-30lib/util Rename conv_str_size() -> conv_str_size_error()Andrew Bartlett2-4/+2
2011-04-29lib/util Re-merge the string_sub() and all_string_sub() from source3Andrew Bartlett3-15/+46
2011-04-29lib/util/charset Move strstr_m() to the top levelAndrew Bartlett2-0/+84
2011-04-28lib/util/charset Merge talloc-based pull and push charset functionsAndrew Bartlett3-95/+151
2011-04-28lib/util/charset Add copyright headersAndrew Bartlett1-1/+2
2011-04-28lib/util/charset Make fast path from UTF16 to '8 bit' charsets clearerAndrew Tridgell1-14/+28
2011-04-28lib/util/charset Add tests for srclen=-1 behaviour.Andrew Bartlett1-0/+443
2011-04-28lib/util/charset use convert_string.c in commonAndrew Bartlett4-204/+5
2011-04-28lib/util/charset Fix string termination conditions for UTF16 stringsAndrew Bartlett1-4/+4
2011-04-27dynconfig: Have only one dynconfig.o in the common code.Andrew Bartlett1-1/+1
2011-04-26lib/util Define samba-util-common only for s3-wafAndrew Bartlett1-24/+11
2011-04-24lib/util: add RBVAL, RBVALS, RSBVAL and RSRBVALS macrosStefan Metzmacher1-6/+11
2011-04-23Fix case of libUTIL_LDB.Jelmer Vernooij1-6/+6
2011-04-22asn1: Fix Coverity ID 2299, CHECKED_RETURNVolker Lendecke1-1/+5
2011-04-20lib/util/charset Always set *converted_size even on failureAndrew Bartlett1-4/+2
2011-04-20lib/util/charset create _handle functions for convert_string() et alAndrew Bartlett1-29/+86
2011-04-16util: Build samba-util without unresolved symbols.Brad Hards1-33/+60
2011-04-14lib/util Move alpha_strcpy() from s3 into common codeAndrew Bartlett2-46/+51
2011-04-14s3-includes: include lib/util/debug.h headers in includes.h not smb.hGünther Deschner1-0/+1
2011-04-13lib: Move next_token next to next_token_tallocVolker Lendecke2-47/+46
2011-04-13build: Bring DYNCONFIG into samba-util library to avoid symbol duplicationAndrew Bartlett1-1/+1
2011-04-13s3-charcnv: Move convert_string() et al to lib/util/charsetAndrew Bartlett1-0/+467
2011-04-13lib/util/charset Add many more charset testsAndrew Bartlett1-15/+444
2011-04-13lib/util/charset Add convert_string_error()Andrew Bartlett2-0/+25
2011-04-13lib/util/charset Make ASCII conversion validate it's inputAndrew Bartlett1-4/+69
2011-04-13lib/util/charset Rename convert_string test to allow a 'non_handle' testAndrew Bartlett1-3/+2
2011-04-13lib/util/charset Add more tests for convert_string_error_handle()Andrew Bartlett1-0/+101
2011-04-13lib/util/charset Preserve 'pull' errors even when converting via UTF16Andrew Bartlett1-3/+8
2011-04-13lib/util/charset Add tests for convert_string_error_handleAndrew Bartlett1-1/+68
2011-04-13lib/util/charset Add expected values for upper/lower case testsAndrew Bartlett1-0/+16