freebsd-dev/usr.bin/unzip
Yoshihiro Takahashi a4724ff481 unzip: sync with NetBSD upstream to add passphrase support
- Add support for password protected zip archives.
  We use memset_s() rather than explicit_bzero() for more portable
  (See PR).
- Use success/failure macro in exit()
- Mention ZIPX format in unzip(1)

Submitted by:	Mingye Wang and Alex Kozlov (ak@)
PR:		244181
Reviewed by:	mizhka
Obtained from:	NetBSD
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D28892
2021-09-26 01:32:42 +09:00
..
Makefile Don't explicitly specify c99 or gnu99 as the default is now gnu99. 2020-08-17 05:57:02 +00:00
Makefile.depend
unzip.1 unzip: sync with NetBSD upstream to add passphrase support 2021-09-26 01:32:42 +09:00
unzip.c unzip: sync with NetBSD upstream to add passphrase support 2021-09-26 01:32:42 +09:00