summaryrefslogtreecommitdiff
path: root/libarchive_fe
Commit message (Expand)AuthorAgeFilesLines
* Add printf attributes to the printflike functions used in tests and fixzoulasc2020-01-231-2/+7
* Remove unused members of struct lafe_line_readerMarc Espie2019-06-111-2/+1
* Merge lib/libc/gen/readpassphrase.c v 1.27 from OpenBSDMartin Matuska2019-06-101-44/+51
* Older Solaris at least has no _PATH_TTY, so provide a fallback.Joerg Sonnenberger2016-06-221-0/+4
* SIGRTMAX doesn't exist on all systems, so compute the largest usedJoerg Sonnenberger2016-06-211-9/+14
* Fix argument range of ctype functions.Joerg Sonnenberger2016-06-211-3/+3
* Declare lafe_progname staticMartin Matuska2016-05-111-1/+1
* Issue 675: SIGRTMAX can be non-constant, so allocate the signal tracking arra...Tim Kientzle2016-03-221-2/+5
* Replace usage of _NSIG with SIGRTMAXEric N. Vander Weele2016-03-181-3/+3
* fix capitalized windows includesMartin Müllenhaupt2015-01-191-1/+1
* Implement readpassphrase function, which read a passphrase from console, on W...Michihiro NAKAJIMA2014-10-131-5/+36
* Include stdlib.h to avoid build failure on Windows.Michihiro NAKAJIMA2014-10-121-0/+3
* Fix build failure on Ubuntu.Michihiro NAKAJIMA2014-09-211-4/+11
* Implement reading a passphrase from ttys.Michihiro NAKAJIMA2014-09-212-0/+304
* Refactor lafe_setprogname slightly to avoid the repeated logic about default ...Tim Kientzle2013-12-192-3/+5
* Hide *lafe_progname and provide getter/setter instead.Jean-Yves Migeon2013-09-062-2/+25
* Allow format string checking with GCC.Joerg Sonnenberger2012-02-282-2/+12
* Introduce archive_match_exclude_pattern_from_file(_w) andMichihiro NAKAJIMA2012-02-122-114/+0
* Rename archive_matching to archive_match.Michihiro NAKAJIMA2012-02-081-2/+2
* Fix build failure at libarchive_fe.Michihiro NAKAJIMA2012-01-181-0/+1
* Use archive_matching API at both bsdcpio and bsdtar instead of lafe_exclude f...Michihiro NAKAJIMA2012-01-184-522/+11
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-071-1/+1
* Remove unnecessary call to strlen; we already know how long this string is.Colin Percival2011-08-161-1/+1
* Accept both '!' and '^' for a negated character class.Tim Kientzle2010-10-061-2/+2
* Improve the testing of tar -X and try to correctly handle some odd cases.Tim Kientzle2010-04-111-29/+26
* Simplify the line reader:Joerg Sonnenberger2010-02-201-31/+29
* The second argument for lafe_line_reader has been changed to a booleanJoerg Sonnenberger2010-02-201-1/+1
* Remove unreachable code.Michihiro NAKAJIMA2010-01-061-2/+0
* Don't use _getcwd and _strdup on Borland C Compiler.Michihiro NAKAJIMA2009-12-181-1/+1
* Teach it to compiler and analyzer that function `lafe_errc' is no return.Michihiro NAKAJIMA2009-11-091-1/+8
* Make the __FBSDID() handling more platform-agnostic by usingTim Kientzle2009-11-011-5/+7
* Test various line separators in -T input, including CRLF, NL, and null.Tim Kientzle2009-08-234-11/+20
* Windows _strdup nonsense.Tim Kientzle2009-07-271-0/+4
* Refactor common frontend code into a separate library.Joerg Sonnenberger2009-05-269-0/+983