summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-05-08lib/socket move interfaces code to the top levelAndrew Bartlett3-0/+365
2011-05-08Improve debug messages when creating socket directoriesAndrew Bartlett1-1/+2
2011-05-07Fix Samba3 on OpenIndiana.Gordon Ross1-1/+3
2011-05-06tdb: fix a build warning.Günther Deschner1-0/+1
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-06More const fixes. Remove CONST_DISCARD.Jeremy Allison2-3/+3
2011-05-05Fix many const compiler warnings.Jeremy Allison2-4/+4
2011-05-05Clean up some const and other compiler warnings.Jeremy Allison4-7/+9
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-05-02talloc: use TC_UNDEFINE_SHRINK_CHUNK() instead of TC_INVALIDATE_SHRINK_CHUNK(...Stefan Metzmacher1-1/+36
2011-04-30lib/util Rename conv_str_size() -> conv_str_size_error()Andrew Bartlett2-4/+2
2011-04-30kerberos: Only include gssapi/gssapi_krb5.h when availableAndrew Bartlett1-0/+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-27libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/authAndrew Bartlett1-0/+10
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-24Fix license info for talloc in manpage.Jelmer Vernooij1-3/+3
2011-04-23Fix case of libUTIL_LDB.Jelmer Vernooij1-6/+6
2011-04-23Support the 'PYTHON' environment variable.Jelmer Vernooij2-0/+2
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-19tdb_backup: avoid transaction on backup file, use lockallSimo Sorce1-8/+13
2011-04-19tdb: make sure we skip over recovery area correctly.Rusty Russell3-17/+44
2011-04-18tdb_expand: limit the expansion with huge recordsSimo Sorce1-5/+20
2011-04-18tdb: tdb_repack() only when it's worthwhile.Rusty Russell1-6/+31
2011-04-18tdb: fix transaction recovery area for converted tdbs.Rusty Russell1-2/+4