summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2016-06-01Add detailed error messages and restructure to make the individualIngo Schwarze
2016-06-01Test history_get() return value;Ingo Schwarze
2016-05-31The argument of remove_history() only counts existing entries,Ingo Schwarze
2016-05-31Style unification and whitespace cleanup, in part suggested byIngo Schwarze
2016-05-30Gix misleading indent pointed out by GCC 6.1.Brent Cook
2016-05-29Nuke sigret.cBob Beck
2016-05-29We don't have sigreturn anymoreBob Beck
2016-05-26tests for the two segfaults in backref() that were just fixedIngo Schwarze
2016-05-26Fix an oversight that caused the test program to segfault:Ingo Schwarze
2016-05-26systematically test all combinations of REG_STARTEND, REG_NEWLINE,Ingo Schwarze
2016-05-26support for testing REG_STARTEND together with REG_NOTBOLIngo Schwarze
2016-05-25deal with the el_errno -> read_errno cleanup, read.c rev. 1.43Ingo Schwarze
2016-05-22cope with simplified chared/read interfaceIngo Schwarze
2016-05-10Enable the readline(3) regression test provided by Bastian Maerkisch,Ingo Schwarze
2016-05-10adapt to recently changed internal interface of read_getcmd()Ingo Schwarze
2016-05-10In a signal handler use snprintf()+local buffer instead of asprintf+freePhilip Guenther
2016-05-10Test that various calls can be interrupted in a non-threaded process,Philip Guenther
2016-05-06A few regression tests for libedit readline(3) compat code.Ingo Schwarze
2016-04-28Update regress test to reflect changes in the cipher list.Joel Sing
2016-04-28Update AEAD regress to match EVP_aead_chacha20_poly1305() changes.Joel Sing
2016-04-13After opening an AEAD, ensure that the decrypted output matches theJoel Sing
2016-04-11cope with the deletion of Char, use wchar_tIngo Schwarze
2016-04-11drop -DWIDECHAR, it's no longer neededIngo Schwarze
2016-03-22initialize el_state.metanext before testing read_getcmd()Ingo Schwarze
2016-03-20Fix the CHARSET_IS_UTF8 case in read_char().Ingo Schwarze
2016-03-20Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])Kenneth R Westerback
2016-03-17Last parameter to execl[e]() functions *must* be cast to a pointer.Kenneth R Westerback
2016-03-13check return value for BN_hex2bn in regression testsBrent Cook
2016-03-01After the bugfix in libedit/chared.c rev. 1.17,Ingo Schwarze
2016-03-01Enter libedit directory by default.Ingo Schwarze
2016-03-01More unit tests for libedit.Ingo Schwarze
2016-02-26Add a test for negated POSIX characer classes.Todd C. Miller
2016-02-11Test the C/POSIX locale too, in addition to UTF-8.Ingo Schwarze
2016-02-11Slowly start a unit test suite for libedit; Christos is right thatIngo Schwarze
2016-01-27Properly initialize sin_family.Jeremie Courreges-Anglas
2015-12-28initialize pointer to avoid undefined free on failureBrent Cook
2015-11-19hint: compile before commitTheo de Raadt
2015-11-08Make sure we use a sigjmp_buf in the sigsetjmp() part of the test.Miod Vallat
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-11-02Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,Reyk Floeter
2015-10-30print unsigned ints with %u, not %d. Reported by Pascal Cuoq.Miod Vallat
2015-10-30Add explicit LL suffixes to the numerical constants which do not fit in 32 bits.Miod Vallat
2015-10-30Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofMiod Vallat
2015-10-25Change test to use length 128 (shortest long-form encoding).Doug Hogan
2015-10-25Hide __atexit and __atexit_register_cleanup()Philip Guenther
2015-10-25Missing initializer; spotted by coverity.Miod Vallat
2015-10-25Use dprintf() instead of fprintf() in the signal handlerPhilip Guenther
2015-10-23Cast ctype functions' arguments to unsigned char.mmcc
2015-10-23Add ifnameindex to te libc regress testsClaudio Jeker
2015-10-22Add a regress test for if_indextoname() and if_nametoindex()Claudio Jeker