Merge branch 'master' of ssh://git.samba.org/data/git/samba
[tprouty/samba.git] / lib / util /
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-03 Tim Proutys3: Change sockaddr util function names for consistency
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-20 Tim Proutys3 build: Fix incomplete types warnings
2008-11-19 Tim Proutys3/s4 build: Fix execinfo and sasl build error when...
2008-11-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-16 Stefan Metzmacherlib/util: hex_encode_talloc(): fix error path and set...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Jelmer VernooijRename class to "cls" since the first is a keyword...
2008-11-01 Jelmer VernooijMove lp_*() calls a bit higher up the calls tack.
2008-11-01 Jelmer VernooijRemove convert_string_talloc_descriptor, add iconv_tall...
2008-11-01 Jelmer VernooijMove ABS() to libutil.
2008-11-01 Jelmer VernooijALlow util/debug.h to be included more than once.
2008-11-01 Jelmer VernooijFix includes in installed version of talloc_stack.h.
2008-11-01 Jelmer VernooijMerge branch 'master' of /home/jelmer/samba3
2008-11-01 Jelmer VernooijOnly provide valgrind_strlen prototype when it's being...
2008-11-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-11-01 Jelmer VernooijSamba3: Include util.h header file rather than having...
2008-11-01 Jelmer VernooijInstall additional libutil headers.
2008-10-31 Andrew Tridgellfinished adding UTF16_MUNGED charset
2008-10-31 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-31 Andrew Tridgelladded a new charset for string2key
2008-10-24 Jelmer VernooijRemove include/local.h and move defines to more appropr...
2008-10-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-24 Jelmer VernooijRemove unused include param/param.h.
2008-10-24 Jelmer VernooijRemove more global_loadparm instances, fix syntax errors.
2008-10-24 Jelmer VernooijAdd version of next_codepoint without iconv_convenience.
2008-10-24 Jelmer VernooijRemove dependency of charset code on loadparm.
2008-10-24 Jelmer VernooijRemove iconv_convenience argument from convert_string...
2008-10-24 Jelmer VernooijAvoid retrieving iconv convenience during loops.
2008-10-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-24 Jelmer VernooijRemove iconv_convenience parameter from simple string...
2008-10-24 Jelmer VernooijSplit up codepoints code, use consistent _m suffix.
2008-10-23 Jelmer VernooijRename string_replace_w to string_replace_m, which...
2008-10-23 Jelmer VernooijRemove unnecessary include, improve function name.
2008-10-23 Jelmer VernooijMove charset library to top level.
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijMove set_sockaddr_port to libutil.
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijUse common net utility code (address and sockaddr manip...
2008-10-23 Jelmer VernooijRename same_net to same_net_v4 for consistency with...
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijInline asn1_proto.h since the API is stable and public.
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Volker LendeckeOptimize x_fread to speed up the smbclient put command
2008-10-23 Jelmer VernooijImport talloc_stack into util library.
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijUse common error definitions.
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijImport NTSTATUS defines from Samba 3.
2008-10-22 Günther Deschners3-build: temporarily add asn1_proto file.
2008-10-22 Günther Deschnerlib-util: merge from s3 asn1.
2008-10-22 Günther Deschnerlib-util: fix c++ compile warning.
2008-10-21 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-10-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-20 Jelmer VernooijMake sure prototypes are always included, make some...
2008-10-20 Jelmer VernooijMove discard_const hack to memory.hso it can be used...
2008-10-20 Jelmer VernooijProvide two symbols to allow ndrdump compiled by Samba...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijFix segfault when using DEBUG() in the merged build.
2008-10-19 Jelmer VernooijJust call talloc_free directly rather than through...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMove more functions out of util_str.c into the shared...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMove SMB-specific attribute function to SMB client...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-18 Günther Deschnerlib/util: fix strhex_to_data_blob to use data_blob_talloc.
2008-10-18 Jelmer VernooijAdd extra parameter consistent with samba3.
2008-10-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-18 Jelmer VernooijAdd TALLOC_CTX pointer to strhex_to_data_blob for consi...
2008-10-18 Jelmer VernooijMove substitute functions to a different file.
2008-10-18 Jelmer VernooijAdd libutil README file.
2008-10-18 Jelmer VernooijFix const, dupes.
2008-10-18 Jelmer VernooijUse separate make variables for libutil and libcrypto.
2008-10-18 Jelmer VernooijUse shared util.c.
2008-10-18 Jelmer VernooijAdd extra argument free_on_fail to realloc_array()...
2008-10-18 Jelmer VernooijUse the new memory macro file from Samba 3.
2008-10-18 Jelmer VernooijMove some of the memory utility macros to a separate...
2008-10-14 Jelmer VernooijShare libndr.h between Samba 3 and Samba 4.
2008-10-14 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-10-14 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-14 Jelmer VernooijUse common fusage implementation.
2008-10-13 Tim ProutyRemove extraneous comment from 0a33d8bd312cc4497d08bbe0...
2008-10-13 Tim ProutyCheck for f_frsize when using statvfs
2008-10-13 Jelmer VernooijTest maxsize parameter to file_load() as used in Samba 3.
2008-10-13 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijAdd test for data_blob_string_const_null.
2008-10-13 Jelmer VernooijAdd data_blob_string_const_null() function that include...
2008-10-12 Günther Deschnerfix build warnings.
2008-10-12 Jelmer VernooijFix number of arguments for file_load() functions.
2008-10-12 Jelmer VernooijMake util_tdb.h static since it is now used by Samba3.
2008-10-12 Jelmer VernooijUse common util_file code.
2008-10-12 Jelmer VernooijSync util_tdb implementations.
2008-10-12 Jelmer VernooijMove rbtree.[ch] to lib/util.
2008-10-12 Jelmer VernooijAdd more tests to datablob testsuite.
next