summaryrefslogtreecommitdiffstats
path: root/main/ca-certificates/update-ca-certificates
Commit message (Collapse)AuthorAgeFilesLines
* main/ca-certificates: fix bug in processing of local CA certificatesAndy Shinn2015-05-061-2/+1
| | | | | | | | | We were only grabbing the index of the certlist table, which was making the filename appear as a number. It would seem like the seem like the second variables from the pairs() function is the actual name we want. [Timo: changed to use lua scratch '_' for the first return value, and use ipairs as it is numbered table.]
* main/ca-certificates: fix update-ca-certificatesNatanael Copa2015-04-101-1/+1
| | | | lua posix has changed api. update accordingly
* main/update-ca-certificates: fix few minor issues in lua versionTimo Teräs2014-04-211-28/+31
| | | | also optimize and cleanup the lua code a bit too. ref #2846
* main/ca-certificates: rewrite update-ca-certificates in luaTimo Teräs2014-04-211-0/+84
fix also overlay protected paths to exclude generated links. ref #2846