Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-24 | lib/util Add Volker's asn1_Integer test into code that runs in 'make test' | Andrew Bartlett | 1 | -0/+94 | |
The comfychair test harness isn't hooked up, and with the current infrustructure C code is better tested directly here. Andrew Bartlett | |||||
2010-12-21 | lib/util/asn1.c - remove the "const" specifier from OID | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
There is no reason to have it "const" since it's an allocated thing. | |||||
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -1/+1 | |
This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104 | |||||
2010-10-22 | asn1_tests: Implement negative unit-tests for ber_write_OID_String() | Kamen Mazdrashki | 1 | -0/+22 | |
2010-10-20 | asn1_tests.c: Make test data static const | Kamen Mazdrashki | 1 | -6/+6 | |
2009-10-16 | s4/asn1: Use explicite TALLOC_CTX in ber_write_OID functions | Kamen Mazdrashki | 1 | -3/+3 | |
2009-10-09 | asn1_tests: Fix typo in comment. | Karolin Seeger | 1 | -2/+2 | |
Karolin | |||||
2009-10-01 | s4/asn1: local TALLOC_CTX should be child of torture_context | Kamen Mazdrashki | 1 | -2/+2 | |
2009-10-01 | s4/asn1: fixed typo in torture messages | Kamen Mazdrashki | 1 | -2/+2 | |
2009-10-01 | s4/asn1: Added test for ber_read_partial_OID_String() | Kamen Mazdrashki | 1 | -0/+45 | |
2009-10-01 | s4/asn1: Added test for ber_read_OID_String() | Kamen Mazdrashki | 1 | -0/+32 | |
2009-10-01 | s4/asn1: Added test for ber_write_partial_OID_String() | Kamen Mazdrashki | 1 | -0/+74 | |
2009-10-01 | s4/asn1: Added test for ber_write_OID_String() | Kamen Mazdrashki | 1 | -0/+74 | |
2009-10-01 | s4/asn1: Added torture suite for ASN1 | Kamen Mazdrashki | 1 | -0/+35 | |