pidl: Introduce new dirrective: relative_short
[ira/wip.git] / lib /
2009-12-10 Andrew Tridgellutil: added binsearch.h for binary array searches
2009-12-08 Kamen Mazdrashkitdr-test: Fix 'push_charset' test
2009-12-08 Kamen Mazdrashkitalloc: Fix write behind memory block
2009-12-07 Simo SorceFix release script with newer versins of git
2009-12-01 Matthias Dieter... util/util_strlist - add a call "const_str_list" for...
2009-11-26 Volker Lendecketevent: Fix a comment
2009-11-20 Matthias Dieter... charset/tests/iconv - Remove the "const" from "ptr_in...
2009-11-20 Matthias Dieter... tdb tools: Mostly cosmetic adaptions
2009-11-20 Matthias Dieter... util/strlist: Fix up "const" warnings in the string...
2009-11-20 Stefan Metzmachertdb: change version to 1.2.0 after adding TDB_*ALLOW_NE... tdb-1.2.0
2009-11-20 Stefan Metzmachertdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTIN...
2009-11-20 Ronnie SahlbergNew attempt at TDB transaction nesting allow/disallow.
2009-11-20 Stefan Metzmachertdb: always set tdb->tracefd to -1 to be safe on goto...
2009-11-18 Andrew Tridgellfixed the build
2009-11-18 Aravind Srinivasans4/torture: add a new ulong parameteric torture option
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-07 Volker Lendecketdb: Fix a C++ warning
2009-11-04 Andrew Bartlettlib/util Fix comments in rfc1738.c.
2009-11-03 Stefan Metzmachertsocket: rewrite tsocket_guide.txt to reflect the curre...
2009-11-03 Stefan Metzmachertsocket_bsd: return -1 and set errno to ENAMETOOLONG...
2009-11-03 Stefan Metzmachertsocket: remove prototype of non-existing tsocket_addre...
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-28 Kirill Smelkovtdb: update README a bit
2009-10-28 Kirill Smelkovtdb: add tests for double .close() in pytdb
2009-10-28 Kirill Smelkovtdb: reset tdb->fd to -1 in tdb_close()
2009-10-28 Kirill Smelkovtdb: fix typo in python's Tdb.get() docstring
2009-10-28 Kirill Smelkovtdb: kill last bits from swig
2009-10-25 Andrew Tridgelltdb: detect tdb store of identical records and skip
2009-10-23 Stefan Metzmachertdb: rename 'struct list_struct' into 'struct tdb_record'
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-21 Rusty Russelllib/tdb: make tdbtool use tdb_check() for "check" command
2009-10-21 Rusty Russelllib/tdb: add tdb_check()
2009-10-21 Rusty Russelllib/tdb: add -t (always use transactions) option to...
2009-10-21 Rusty Russelllib/tdb: wean off TDB_ERRCODE.
2009-10-21 Rusty Russelllib/tdb: TDB_TRACE support (for developers)
2009-10-20 Andrew Tridgelllib-util: check for too many combinations in generate_u...
2009-10-19 Andrew Tridgelltdb: fixed the intermittent failure of tdbtorture in...
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-14 Simo Sorcetalloc: Fix exports and increment talloc version talloc-2.0.1
2009-10-14 Simo Sorcetalloc: Make abi checks in release script
2009-10-14 Simo Sorcetalloc: Move release script under /script too
2009-10-14 Simo Sorcetalloc: Change the way mksysms work
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-06 Andrew Tridgelltdr: teach TDR about uint1632 enums
2009-10-05 Günther Deschnerlib/tdr: get rid of build warning when using TDR_ALLOC...
2009-10-01 Jeremy AllisonNULL is not a valid event context.
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-28 Jelmer Vernooijpidl: Avoid using talloc_free as function pointer,...
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 Simo SorceFixing timeval calculation
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-22 Rusty Russelllib/tevent: a cleaner fix for be4ac227842530d484659f2db...
2009-09-21 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-09-21 Michael Adamtdb:tdbtool: fix indentation.
2009-09-21 Michael Adamtdb:tdbtool: add transaction_start/_commit/_cancel...
2009-09-21 Michael Adamtdb:tdbtool: add the "speed" command to the help text.
2009-09-21 Stefan Metzmacherasync_sock: return -1/EPIPE if we're getting an end...
2009-09-21 Stefan Metzmachertevent: make sure we don't set errno within the signal...
2009-09-20 Matthias Dieter... Merge branch 'master' of git://git.samba.org/samba
2009-09-20 Andrew Tridgelltalloc: fixed talloc_disable_null_tracking()
2009-09-19 Andrew Tridgelltdb: increase minor version
2009-09-18 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-18 Andrew Tridgelltalloc: don't crash if f is NULL in talloc_report_*
2009-09-18 Andrew Tridgelllibreplace: added likely()/unlikely() macros for gcc
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-17 Andrew Tridgelllibreplace: added likely()/unlikely() macros for gcc
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-16 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
next