talloc: Added doxygen config file.
[ira/wip.git] / lib / util /
2010-02-05 Matthias Dieter... s4:UID wrapper - Fix includes
2010-02-02 Matt KraaiChange uint_t to unsigned int in lib/util
2010-01-29 Stefan Metzmacherlib/util: remove data_blob_talloc_reference()
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-08 Andrew Tridgells4-debug: removed debug_ctx(). It didn't catch on :-)
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-06 Björn Jackelib/util: move TIME_T_MIN/MAX defines into header file
2009-12-18 Brendan PowersReturn NULL in strlower_talloc if src is NULL
2009-12-10 Andrew Tridgellutil: added binsearch.h for binary array searches
2009-12-01 Matthias Dieter... util/util_strlist - add a call "const_str_list" for...
2009-11-20 Matthias Dieter... charset/tests/iconv - Remove the "const" from "ptr_in...
2009-11-20 Matthias Dieter... util/strlist: Fix up "const" warnings in the string...
2009-11-14 Volker LendeckeAttempt to fix the s4 build -- we can not use map_nt_er...
2009-11-14 Volker LendeckeIntroduce tevent_req_poll_ntstatus
2009-11-14 Volker LendeckeIntroduce tevent_req_simple_finish_ntstatus
2009-11-13 Kamen Mazdrashkiutil: str_list_unique() bugfix
2009-11-13 Kamen Mazdrashkiutil: str_list_unique_2() test implementation
2009-11-12 Andrew Bartlettlib/util Split data_blob_hex_string() into upper and...
2009-11-04 Andrew Bartlettlib/util Fix comments in rfc1738.c.
2009-11-02 Andrew Bartlettlib/util Use rfc1738.c from Squid for all our URL encod...
2009-11-02 Andrew Bartlettlib/util Add rfc1738 escape/unescape code from Squid
2009-10-23 Andrew Bartlettutil:ldb Allow multiple entries to be added in one...
2009-10-22 Andrew Tridgellutil: fixed place where we could look one byte past...
2009-10-20 Andrew Tridgelllib-util: check for too many combinations in generate_u...
2009-10-19 Andrew Tridgellutil: fixed generate_unique_strs() to be portable
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-16 Kamen Mazdrashkis4/asn1: Use explicite TALLOC_CTX in ber_write_OID...
2009-10-11 Simo SorceFix builds with external tdb
2009-10-09 Simo SorceFix builds with external talloc
2009-10-09 Karolin Seegerasn1_tests: Fix typo in comment.
2009-10-01 Kamen Mazdrashkis4/asn1: ber_read_OID_String() to be based on _ber_read...
2009-10-01 Kamen Mazdrashkis4/asn1: local TALLOC_CTX should be child of torture_co...
2009-10-01 Kamen Mazdrashkis4/asn1: fixed typo in torture messages
2009-10-01 Kamen Mazdrashkis4/asn1: Added test for ber_read_partial_OID_String()
2009-10-01 Kamen Mazdrashkis4/asn1: Added test for ber_read_OID_String()
2009-10-01 Kamen Mazdrashkis4/asn1: Added test for ber_write_partial_OID_String()
2009-10-01 Kamen Mazdrashkis4/asn1: Added test for ber_write_OID_String()
2009-10-01 Kamen Mazdrashkis4/asn1: Added torture suite for ASN1
2009-10-01 Kamen Mazdrashkiutil: strhex_to_str() fixed to handle '0x' correctly
2009-10-01 Kamen Mazdrashkiutil: fixed compile time "discards qualifiers" warning
2009-10-01 Kamen Mazdrashkis4/drsuapi: ber_read_partial_OID_String() implementation
2009-10-01 Kamen Mazdrashkis4/drsuapi: Internal implementation for ber_read_OID_String
2009-10-01 Kamen Mazdrashkis4/drsuapi: ber_write_partial_OID_String() implementation
2009-09-30 Andrew Kroegers4:torture: data_blob_hex_string() output is now lowercase.
2009-09-27 Jelmer Vernooijparmlist: Add more tests.
2009-09-27 Jelmer Vernooijparmlist: Add basic tests for test_get_int().
2009-09-27 Jelmer Vernooijutil/parmlist: Add some more comments.
2009-09-26 Jelmer Vernooijlibutil: Add separate utility code for dealing with...
2009-09-25 Günther Deschnerlib/util: fix build warning.
2009-09-25 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-09-24 Jeremy AllisonRemove the const from the str_list_XXX functions that
2009-09-23 Andrew Tridgells4-ldb: added a bunch more debug for DC join
2009-09-23 Andrew Tridgells4-util: windows only accepts lowercase hex encodings...
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-09-17 Kouhei Sutouspnego: Support ASN.1 BIT STRING and use it in SPNEGO.
2009-09-15 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-15 Andrew Bartlettlibcli:nbt put util_net.c protos in new header file
2009-09-15 Andrew Bartlettlibcli:nbt make the lmhosts parsing code and dependicie...
2009-09-10 Matthias Dieter... util_strlist: Add some more "const"s - small correction
2009-09-10 Matthias Dieter... util_strlist: Add some more "const"s
2009-09-08 Steven Dannemanlib/util: add unique string generator helper function
2009-09-07 Matthias Dieter... s4:tests/iconv - Fix a warning
2009-09-07 Inras4: Fix "Small memory leak after calling several times...
2009-09-05 Andrew Kroegerutil:tests: Correct time tests for negative UTC offsets.
2009-08-27 Michael Adamutil: fix comment and clarify argument name in DLIST_DE...
2009-08-24 Jeremy AllisonFix make test.
2009-08-11 Kouhei SutouRename ASN1_BITFIELD to ASN1_BIT_STRING.
2009-08-05 Andrew Tridgellmake the UID_WRAPPER skip checks at runtime
2009-08-05 Andrew Tridgelladded a uid_wrapper library
2009-07-31 Stefan Metzmacherutil/asn1: fix potential memory leak in asn1_write_OID()
2009-07-25 Volker LendeckeNo explicit initialization necessary for a zero blob
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-20 Tim Proutylib util: Fix const warning
2009-07-19 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-07-19 Slava Semushinlib/util/util_file.c(file_save): fixed file descriptor...
2009-07-19 Matthieu PatouFix broken password quality check
2009-07-01 Michael Adamlib/util: fix order of includes in tevent_ntstatus.c
2009-06-29 Michael Adamlib/util: fix building tevent_ntstatus without config.h
2009-06-29 Andrew BartlettFix ndrdump to use a common setup_logging() API
2009-06-29 Andrew BartlettRevert "s4:debug: make setup_logging() a bit more compa...
2009-06-29 Nathaniel McCallumTwo patches which fix issues on cross compiling/building
2009-06-20 Volker LendeckeMove asn1_load_nocopy() to lib/util/asn1.c
2009-06-20 Volker LendeckeMove asn1_blob() to lib/util/asn1.c
2009-06-11 Andrew BartlettFix build of recurusion fix in reopen_logs()
2009-06-11 Andrew BartlettDon't recurse in reopen_logs().
2009-06-10 Günther Deschnerlib-util: move set_blocking() call into own file.
2009-06-10 Andrew Tridgelladded asn1 functions for handling booleans in a simple...
2009-06-08 Jelmer Vernooijlibsamba-util: Fix soversion.
2009-06-06 Volker LendeckeUse data_blob_null instead of data_blob(NULL, 0)
2009-06-04 Andrew Tridgelladd gendb_search_single_extended_dn()
2009-06-02 Jelmer VernooijBuild libsamba-util as a shared library.
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-29 Volker Lendeckeutil: Change license on tevent_unix to LGPLv3+
2009-05-29 Günther Deschnerutil: move add_gid_to_array_unique to toplevel and...
2009-05-14 Andrew BartlettAdd extensive tests for str_list function behaviour
2009-05-14 Volker LendeckeRemove two unused variables
2009-05-13 Andrew BartlettAdd new functions and tests: str_list_make_empty()...
2009-05-13 Derrell LipmanTake advantage of the easier-to-use thread macros
2009-05-13 Derrell LipmanMake the thread functions a bit easier to use
next