subunit: Include remainder of bindings and metadata.
[samba.git] / lib / util /
2010-03-30 Andrew Tridgellcharset: look for the codepages in the right place
2010-03-26 Andreas Schneiders3-smbd: Don't close stdout if we want to log to stdout.
2010-03-26 Andrew Tridgellutil: on FreeBSD true is in /usr/bin. Use execvp to...
2010-03-26 Andrew Tridgelllibutil: moved the networking defines to util_net.h
2010-03-22 Matthias Dieter... convert_string_talloc_convenience - print out the input...
2010-03-22 Stefan Metzmacherlib/util: add allocate_anonymous_shared()
2010-03-21 Volker LendeckeFix an uninitialized variable
2010-03-21 Volker LendeckeUse TALLOC_FREE in talloc_pop()
2010-03-21 Volker LendeckeUse calloc instead of ZERO_STRUCTP in talloc_stackframe...
2010-03-21 Volker LendeckeTrim an overlong line
2010-03-18 Andrew Tridgellcharset: fixed a problem with the global use of the...
2010-03-15 Stefan Metzmachertalloc_stack: reset stackframe pointers to NULL
2010-03-15 Stefan Metzmachertalloc_stack: make sure we never let talloc_tos() retur...
2010-03-11 Andrew BartlettExplain why we don't use certain characters in the...
2010-03-11 Endi S. Dewatalib/util - Removed curly braces from generate_random_pa...
2010-03-11 Andrew BartlettMove prototype to header of common code for set_sockadd...
2010-03-09 Stefan Metzmacherlib/util: change samba_runcmd() to use tevent_req _send...
2010-03-05 Andrew Tridgells4-privs: add root_privileges_original_uid()
2010-02-26 Stefan Metzmacherlib/util: add generate_random_password()
2010-02-26 Andrew Tridgells4-dns: use a loadparm list for samba_runcmd() commands
2010-02-23 Andreas Schneiderlibutil: Remove obsolete signal type cast.
2010-02-22 Brad HardsSpelling fixes for libutil
2010-02-17 Andrew Tridgellutil: added samba_runcmd()
2010-02-16 Andrew Tridgells4-dsdb: removed gendb_search_single_extended_dn()
2010-02-14 Andrew Tridgelllib: use TYPESAFE_QSORT() in lib/ and libcli/
2010-02-14 Andrew Tridgells4-ldb: use TYPESAFE_QSORT() in the rest of the ldb...
2010-02-13 Volker Lendeckeuse ZERO_STRUCT
2010-02-13 Volker LendeckeUse ZERO_STRUCTP
2010-02-13 Volker Lendeckes3: Fix a typo
2010-02-13 Andrew Tridgellutil: added TYPESAFE_QSORT() macro
2010-02-12 Volker Lendeckes3: Add tdb_data_equal
2010-02-11 Andrew Tridgellutil: added file_compare() utility function
2010-02-10 Andrew Tridgelltest:local added LOCAL-DLINKLIST testsuite
2010-02-10 Andrew Tridgellutil: rewrite dlinklist.h so that DLIST_ADD_END() is...
2010-02-10 Jeremy AllisonTemporary changes to dlinklist to keep the implementati...
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.
next