Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no need to declare "extern optarg" and "extern optind" | 2020-02-14 | 1 | -3/+1 | |
| | | | | | | when <unistd.h> is included; patch from Jan Stary <hans at stare dot cz>; OK millert | ||||
* | The ber_* namespace is used by liblber since time immemorial, | 2019-10-24 | 2 | -99/+99 | |
| | | | | | | | | | | | | so move our BER API to the unused ober_* prefix to avoid some breakage in ports. Problem diagnosed by jmatthew with ber_free() in samba, but there are many others as pointed out by sthen. tests & ok rob ok sthen (who had an almost identical diff for libutil) "go head hit it" deraadt | ||||
* | Correct spelling in comment. | 2019-09-18 | 1 | -2/+2 | |
| | |||||
* | Add test case for ber_scanf_elements. | 2019-08-14 | 1 | -1/+48 | |
| | | | | Significant tweak by and ok martijn@ | ||||
* | Update regression test for a maximum sizeof(int32_t) length octets. | 2019-06-01 | 1 | -8/+6 | |
| | |||||
* | Fix edge case tests in long form encoding. Regress failure noticed by Bluhm on | 2019-05-31 | 1 | -5/+5 | |
| | | | | 32 bit platforms. | ||||
* | Hookup ber regress. | 2019-05-13 | 1 | -2/+2 | |
| | | | | ok bluhm@ | ||||
* | Add an enum test. Modify some output. | 2019-05-12 | 1 | -2/+11 | |
| | |||||
* | Use .OBJDIR. | 2019-05-12 | 1 | -3/+3 | |
| | |||||
* | Remove a now obsolete comment about BITSTRING. | 2019-05-12 | 1 | -6/+1 | |
| | |||||
* | Add test cases for enum, and an additional test for null. | 2019-05-12 | 1 | -1/+47 | |
| | |||||
* | Test mandatory use of minimal contents octets for int and enum. | 2019-05-12 | 1 | -1/+10 | |
| | |||||
* | Add some more edge case tests. | 2019-05-10 | 1 | -9/+27 | |
| | |||||
* | Tweak; work in progress. | 2019-04-27 | 1 | -2/+5 | |
| | |||||
* | Tweak tests; work in progress. | 2019-04-27 | 1 | -59/+308 | |
| | |||||
* | Use REGRESS_TARGETS et al. | 2019-04-27 | 1 | -4/+10 | |
| | |||||
* | Add test, update comments, and modify some output. | 2019-04-27 | 1 | -15/+27 | |
| | |||||
* | Fix comment regarding suspected problem when handling large negative integers. | 2019-04-27 | 1 | -2/+2 | |
| | |||||
* | Tweak previous. | 2019-04-27 | 1 | -7/+15 | |
| | |||||
* | Regress testing for int (long long). Two's complement is eating my brain. | 2019-04-27 | 1 | -0/+469 | |
| | |||||
* | Fix white space and add an snmp test. | 2019-03-31 | 1 | -6/+13 | |
| | |||||
* | Tweak ldap related tests. | 2019-03-31 | 1 | -36/+58 | |
| | |||||
* | Tweak output and correct a comment. | 2019-03-27 | 1 | -3/+3 | |
| | |||||
* | Modify a test to stress embedded ber elements in ber_printf_elements(). Also | 2019-03-27 | 1 | -11/+20 | |
| | | | | cleanup some output. | ||||
* | Replace "garbage" test with an explicit test of an incorrect length (i.e. not | 2019-03-27 | 1 | -4/+4 | |
| | | | | enough data). Expects a failure (with errno = ECANCELED). | ||||
* | Check errno on expected failures. Also fix some output wording. | 2019-03-27 | 1 | -3/+4 | |
| | |||||
* | Only perform position and memory checks on short form encoding (i.e. short | 2019-03-27 | 1 | -10/+43 | |
| | | | | | form tagging and short form length encoding). Add two tests for long form length encoding. | ||||
* | Cleanup output and main return code. | 2019-03-27 | 1 | -23/+14 | |
| | |||||
* | Fix white space. | 2019-03-26 | 1 | -5/+5 | |
| | |||||
* | Add ber api regress. Assumes that ber has been built into libutil. | 2019-03-26 | 2 | -0/+602 | |
| | | | | Not hooked up to the build. | ||||
* | Enable tests for +/-LLONG_MAX and add tests for other boundary conditions. | 2017-03-16 | 1 | -6/+19 | |
| | | | | ok millert@ | ||||
* | Add tests for scaled overflow and underflow and the exact overflow and | 2017-03-15 | 1 | -3/+44 | |
| | | | | | underflow boundaries for 64bit platforms. Tests for exactly under the boundaries disabled pending fixes. ok millert@ djm@ (previous version). | ||||
* | Clean up errno handling in fmt_scaled test: | 2017-03-15 | 1 | -13/+9 | |
| | | | | | | | | | - always clear before calling function under test. - save immediately after function under test. - always use saved value for validation and reporting. - remove "fraction too big" testcase that never atually worked (but looked like it did because the previous test's errno was never cleared). - delete unecessary "extern int errno". | ||||
* | Add missing includes to avoid implicit function declarations. | 2017-02-25 | 1 | -1/+2 | |
| | |||||
* | Convert quad_t to long long | 2016-08-14 | 1 | -8/+8 | |
| | |||||
* | guenther wants a copyright | 2014-08-10 | 1 | -0/+17 | |
| | |||||
* | Only need <stdint.h> and not all of <inttypes.h> here | 2014-08-10 | 1 | -1/+1 | |
| | |||||
* | add a test for writing too far | 2014-04-08 | 1 | -0/+9 | |
| | |||||
* | updated regress values from djm | 2013-07-29 | 1 | -31/+31 | |
| | |||||
* | link subdir | 2013-06-04 | 2 | -3/+3 | |
| | |||||
* | missed a space in the latin passphrase. | 2013-06-04 | 1 | -3/+3 | |
| | |||||
* | tests for bcrypt_pbkdf_test.c | 2013-06-04 | 2 | -0/+136 | |
| | |||||
* | require scan_scaled to set errno to EINVAL rather than ERANGE if it | 2012-11-12 | 1 | -3/+4 | |
| | | | | | | encounters an invalid multiplier, like the man page says it should "looks sensible" deraadt@, ok ian@ | ||||
* | Move the commented out test program in pkcs5_pbkdf2.c into a proper | 2012-09-06 | 3 | -2/+154 | |
| | | | | regress test. | ||||
* | Repair comment ID & typo, no binary change | 2009-06-20 | 1 | -5/+5 | |
| | |||||
* | bullshit test; pointed out by david | 2005-10-21 | 1 | -2/+0 | |
| | |||||
* | Now that rounding is done properly for fractionless numbers, fix the | 2005-03-09 | 1 | -4/+6 | |
| | | | | regression cases and add a few too. | ||||
* | Some more real-life regression cases. | 2005-03-08 | 1 | -0/+3 | |
| | |||||
* | new regression found in the wild: 1099512676352 -> 2.0T; fixed a minute ago. | 2004-09-16 | 1 | -0/+1 | |
| | |||||
* | errno -> err in a structure. OK deraadt@ | 2004-07-16 | 1 | -8/+8 | |
| |