summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/libarchive/archive_random.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2024-09-171-1/+0
| | | | | * upstream-LibArchive: LibArchive 2024-09-13 (12ecf841)
* Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2023-10-161-3/+32
| | | | | * upstream-LibArchive: LibArchive 2023-09-12 (6468cd1f)
* libarchive: Use uint8_t instead of u_charBrad King2021-04-051-4/+4
| | | | | | The latter is not a standard type. Fixes: #22013
* Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2017-07-201-0/+3
| | | | | * upstream-LibArchive: LibArchive 2017-07-09 (98a69539)
* Merge topic 'libarchive-backport-rc4-crypto-rec'Brad King2017-03-221-1/+1
|\ | | | | | | | | | | | | 18009aaf libarchive: backport rc4 crypto requirement update Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !598
| * libarchive: backport rc4 crypto requirement updateBrad King2017-03-211-1/+1
| | | | | | | | | | | | Backport upstream libarchive commit 70f497f456 (As per Cryptographic Requirements, 2017-03-19). Discard more bytes of the RC4 keystream to reduce the possibility of non-random bytes.
* | Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2017-02-201-1/+1
|/ | | | | * upstream-LibArchive: LibArchive 2017-02-19 (100ee75a)
* libarchive: Do not use pthread.h API without headerBrad King2015-10-281-2/+1
|
* libarchive: Avoid non-portable u_int8_tBrad King2015-10-221-7/+7
| | | | Use uint8_t that we prepare in config.h instead.
* libarchive: Define O_CLOEXEC when missingBrad King2015-10-221-0/+4
| | | | Do this in archive_random.c as we do in several other sources already.
* Merge branch 'libarchive-upstream' into update-libarchiveBrad King2015-10-211-0/+266
Resolve conflicts by integrating changes from both sides.