Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upstream: switch over to the new authorized_keys options API and | djm@openbsd.org | 2018-03-03 | 1 | -4/+3 |
| | | | | | | | | | | | remove the legacy one. Includes a fairly big refactor of auth2-pubkey.c to retain less state between key file lines. feedback and ok markus@ OpenBSD-Commit-ID: dece6cae0f47751b9892080eb13d6625599573df | ||||
* | upstream: refactor sshkey_read() to make it a little more, err, | djm@openbsd.org | 2018-03-02 | 1 | -8/+8 |
| | | | | | | readable. ok markus OpenBSD-Commit-ID: 2e9247b5762fdac3b6335dc606d3822121714c28 | ||||
* | updatedepend | Damien Miller | 2018-02-26 | 1 | -38/+45 |
| | |||||
* | Regenerate dependencies after UNICOS removal. | Darren Tucker | 2018-02-15 | 1 | -159/+159 |
| | |||||
* | rebuild depends | Damien Miller | 2018-01-23 | 1 | -3/+3 |
| | |||||
* | remove blocks.c from Makefile | Damien Miller | 2017-12-19 | 1 | -39/+38 |
| | |||||
* | Update .depend with empty config.h | Darren Tucker | 2017-12-12 | 1 | -38/+31 |
| | |||||
* | Add autogenerated dependency info to Makefile. | Darren Tucker | 2017-12-11 | 1 | -0/+184 |
Adds a .depend file containing dependency information generated by makedepend, which is appended to the generated Makefile by configure. You can regen the file with "make -f Makefile.in depend" if necessary, but we'll be looking at some way to automatically keep this up to date. "no objection" djm@ |