summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix builds with external tallocSimo Sorce2009-10-091-1/+1
* asn1_tests: Fix typo in comment.Karolin Seeger2009-10-091-2/+2
* tdr: teach TDR about uint1632 enumsAndrew Tridgell2009-10-071-0/+10
* lib/tdr: get rid of build warning when using TDR_ALLOC macro.Günther Deschner2009-10-051-1/+1
* NULL is not a valid event context.Jeremy Allison2009-10-011-1/+1
* s4/asn1: ber_read_OID_String() to be based on _ber_read_OID_String_impl()Kamen Mazdrashki2009-10-011-30/+3
* s4/asn1: local TALLOC_CTX should be child of torture_contextKamen Mazdrashki2009-10-011-2/+2
* s4/asn1: fixed typo in torture messagesKamen Mazdrashki2009-10-011-2/+2
* s4/asn1: Added test for ber_read_partial_OID_String()Kamen Mazdrashki2009-10-011-0/+45
* s4/asn1: Added test for ber_read_OID_String()Kamen Mazdrashki2009-10-011-0/+32
* s4/asn1: Added test for ber_write_partial_OID_String()Kamen Mazdrashki2009-10-011-0/+74
* s4/asn1: Added test for ber_write_OID_String()Kamen Mazdrashki2009-10-011-0/+74
* s4/asn1: Added torture suite for ASN1Kamen Mazdrashki2009-10-011-0/+35
* util: strhex_to_str() fixed to handle '0x' correctlyKamen Mazdrashki2009-10-011-6/+6
* util: fixed compile time "discards qualifiers" warningKamen Mazdrashki2009-10-011-3/+3
* s4/drsuapi: ber_read_partial_OID_String() implementationKamen Mazdrashki2009-10-012-0/+37
* s4/drsuapi: Internal implementation for ber_read_OID_StringKamen Mazdrashki2009-10-011-0/+40
* s4/drsuapi: ber_write_partial_OID_String() implementationKamen Mazdrashki2009-10-012-0/+36
* s4:torture: data_blob_hex_string() output is now lowercase.Andrew Kroeger2009-09-301-1/+1
* pidl: Avoid using talloc_free as function pointer, since it may be aJelmer Vernooij2009-09-282-0/+12
* parmlist: Add more tests.Jelmer Vernooij2009-09-273-3/+92
* parmlist: Add basic tests for test_get_int().Jelmer Vernooij2009-09-271-0/+46
* util/parmlist: Add some more comments.Jelmer Vernooij2009-09-272-4/+36
* libutil: Add separate utility code for dealing with settings as aJelmer Vernooij2009-09-263-0/+102
* Fixing timeval calculationSimo Sorce2009-09-251-1/+1
* lib/util: fix build warning.Günther Deschner2009-09-251-1/+1
* Remove the const from the str_list_XXX functions thatJeremy Allison2009-09-242-24/+24
* s4-ldb: added a bunch more debug for DC joinAndrew Tridgell2009-09-221-2/+3
* s4-util: windows only accepts lowercase hex encodings for extended DNsAndrew Tridgell2009-09-221-1/+4
* lib/tevent: a cleaner fix for be4ac227842530d484659f2db683453366326d8b segvRusty Russell2009-09-221-7/+1
* tdb:tdbtool: fix indentation.Michael Adam2009-09-211-178/+177
* tdb:tdbtool: add transaction_start/_commit/_cancel commands.Michael Adam2009-09-211-0/+21
* tdb:tdbtool: add the "speed" command to the help text.Michael Adam2009-09-211-0/+1
* async_sock: return -1/EPIPE if we're getting an end of file on read.Stefan Metzmacher2009-09-211-0/+4
* tevent: make sure we don't set errno within the signal handler function.Stefan Metzmacher2009-09-211-0/+3
* talloc: fixed talloc_disable_null_tracking()Andrew Tridgell2009-09-203-1/+30
* tdb: increase minor versionAndrew Tridgell2009-09-191-1/+1
* talloc: don't crash if f is NULL in talloc_report_*Andrew Tridgell2009-09-171-2/+4
* libreplace: added likely()/unlikely() macros for gccAndrew Tridgell2009-09-171-0/+19
* spnego: Support ASN.1 BIT STRING and use it in SPNEGO.Kouhei Sutou2009-09-172-0/+44
* lib/crypto: include aes.h into crypto.hStefan Metzmacher2009-09-161-1/+1
* tdb: allow reads after prepare commitAndrew Tridgell2009-09-151-8/+0
* talloc: when we enable NULL tracking, reparent the autofree contextAndrew Tridgell2009-09-151-0/+3
* lib/crypto: link in AES crypto for s4 as well.Günther Deschner2009-09-161-1/+2
* lib/crypto: add aes encryption routines to main cryto lib.Günther Deschner2009-09-164-0/+1462
* libreplace: white space cleanupsBjörn Jacke2009-09-152-12/+12
* libcli:nbt put util_net.c protos in new header fileAndrew Bartlett2009-09-152-21/+46
* libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett2009-09-152-2/+138
* Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJMatt Kraai2009-09-147-14/+14
* tevent:mksyms: fix spelling...Michael Adam2009-09-112-2/+2