Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-20 | util/strlist: Fix up "const" warnings in the string list and test code | Matthias Dieter Wallnöfer | 1 | -24/+27 | |
This work I did using suggestions by Jelmer. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-11-13 | util: str_list_unique_2() test implementation | Kamen Mazdrashki | 1 | -0/+33 | |
Difference with previous test for str_list_unique() is that this test allows number of elements and number of duplicates to be supplied on command line using --option="list_unique:count=47" --option="list_unique:dups=7" | |||||
2009-11-12 | lib/util Split data_blob_hex_string() into upper and lower | Andrew Bartlett | 1 | -1/+2 | |
Rather than have a repeat of the bugs we found at the plugfest where hexidecimal strings must be in upper or lower case in particular places, ensure that each caller chooses which case they want. This reverts most of the callers back to upper case, as things were before tridge's patch. The critical call in the extended DN code is of course handled in lower case. Andrew Bartlett | |||||
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 | |
2009-09-30 | s4:torture: data_blob_hex_string() output is now lowercase. | Andrew Kroeger | 1 | -1/+1 | |
Based on the change in commit fb84edabbe9f358031117de2cf78613c704ac600, these tests needs to expect lowercase output. | |||||
2009-09-27 | parmlist: Add more tests. | Jelmer Vernooij | 1 | -3/+63 | |
2009-09-27 | parmlist: Add basic tests for test_get_int(). | Jelmer Vernooij | 1 | -0/+46 | |
2009-09-05 | util:tests: Correct time tests for negative UTC offsets. | Andrew Kroeger | 1 | -2/+23 | |
All: Please find attached a patch to fix the timestring and http_timestring tests on hosts that have a negative UTC offset (west of the Prime Meridian). Sincerely, Andrew Kroeger >From 8a8ca35edccf64aa98f2f3ae1469c4c27db8215e Mon Sep 17 00:00:00 2001 From: Andrew Kroeger <andrew@id10ts.net> Date: Fri, 4 Sep 2009 01:31:50 -0500 Subject: [PATCH] util:tests: Correct time tests for negative UTC offsets. The timestring and http_timestring tests were failing on hosts with negative offsets from UTC. Due to the timezone offset, the returned values were back in the year 1969 (before the epoch) and did not match the test patterns. The correction computes the offset from UTC, and if it is negative that offset is added onto the value given to the timestring() and http_timestring() calls so that the returned values fall on 01-Jan-1970 and match the test pattern. | |||||
2009-07-19 | Fix broken password quality check | Matthieu Patou | 1 | -0/+2 | |
This fixes broken password tests when the passwords contain non ASCII characters (e.g. accentuated chars like ('e, `e, ...) | |||||
2009-05-15 | Add extensive tests for str_list function behaviour | Andrew Bartlett | 1 | -15/+343 | |
2009-05-14 | Add new functions and tests: str_list_make_empty(), str_list_make_single() | Andrew Bartlett | 1 | -0/+34 | |
2009-01-08 | Print the failed value in the time tests. | Jelmer Vernooij | 1 | -5/+8 | |
2008-12-23 | Fix use of "time offset" parameter, and add test to make sure I don't break ↵ | Jelmer Vernooij | 1 | -0/+16 | |
it again :-) | |||||
2008-10-13 | Test maxsize parameter to file_load() as used in Samba 3. | Jelmer Vernooij | 1 | -0/+6 | |
2008-10-13 | Add test for data_blob_string_const_null. | Jelmer Vernooij | 1 | -0/+11 | |
2008-10-12 | Fix number of arguments for file_load() functions. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-12 | Add more tests to datablob testsuite. | Jelmer Vernooij | 1 | -2/+44 | |
2008-10-12 | Add one-test testsuite for datablob. | Jelmer Vernooij | 1 | -0/+44 | |
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -3/+3 | |
2008-10-11 | Add some simple tests for lib/util/time.c | Jelmer Vernooij | 1 | -0/+75 | |
2008-10-11 | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 5 | -0/+507 | |
Conflicts: source4/Makefile |