aboutsummaryrefslogtreecommitdiffstats
path: root/main/ca-certificates/update-ca.c
Commit message (Collapse)AuthorAgeFilesLines
* main/ca-certificates: build fix for ppc64leNatanael Copa2017-03-171-0/+1
|
* main/ca-certificates: fix fallback for sendfile(2)Natanael Copa2016-08-051-1/+1
| | | | fix return value and errno check
* main/ca-certificates: sendfile fix update-ca-certificatesNatanael Copa2016-04-081-1/+35
| | | | | fallback to read(2)/write(2) in case sendfile is not supported by kernel or blockdevice/filesystem
* main/ca-certificates: improve run-parts executionNatanael Copa2016-01-141-3/+5
| | | | | Do not depend on PATH for run-parts, instead we try /usr/bin/run-parts and /bin/run-parts directly. Exit with error if it fails.
* main/ca-certificates: run c_rehash as a hook from update.dNatanael Copa2016-01-141-7/+4
| | | | | | | | instead of running c_rehash directly we run it as a hook from update.d. We also: - update the man-page to be more correct. - remove obsolete lua script
* main/ca-certificates: fix and optimize update-ca-certificatesTimo Teräs2015-11-111-153/+146
| | | | fixes #4772
* main/ca-certificates: fix update-ca.cTimo Teräs2015-10-161-2/+2
| | | | | - fix permissions for the .crt bundle - fix exec of c_rehash
* main/ca-certificates: replace update-ca-certificates implementationNatanael Copa2015-10-151-0/+335
Use C implementation to avoid Lua dependency. https://github.com/xynopsis/update_ca_cert