Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ssh-keygen -A to generate missing host keys. | Darren Tucker | 2018-06-06 | 1 | -15/+1 |
| | | | | | Instead of testing for each specific key type, use ssh-keygen -A to generate any missing host key types. | ||||
* | Remove remaining now-obsolete cvs $Ids. | Darren Tucker | 2018-02-15 | 3 | -3/+0 |
| | |||||
* | Update link for my patches. | Darren Tucker | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | - (djm) [Makefile.in WARNING.RNG aclocal.m4 buildpkg.sh.in configure.ac] | Damien Miller | 2011-05-05 | 1 | -9/+2 |
| | | | | | | | | | [entropy.c ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c] [ssh-keysign.c ssh-pkcs11-helper.c ssh-rand-helper.8 ssh-rand-helper.c] [ssh.c ssh_prng_cmds.in sshd.c contrib/aix/buildbff.sh] [regress/README.regress] Remove ssh-rand-helper and all its tentacles. PRNGd seeding has been rolled into entropy.c directly. Thanks to tim@ for testing on affected platforms. | ||||
* | - (dtucker) [contrib/aix/buildbff.sh] Fix creation of ssh_prng_cmds.default | Darren Tucker | 2010-04-18 | 1 | -2/+2 |
| | | | | file. | ||||
* | - (dtucker) [contrib/aix/buildbff.sh] Only try to rename ssh_prng_cmds if it | Darren Tucker | 2009-03-07 | 1 | -2/+9 |
| | | | | | exists (it's not created if OpenSSL's PRNG is self-seeded, eg if the OS has a /dev/random). | ||||
* | - (dtucker) [contrib/aix/buildbff.sh] Ensure that perl is available. | Darren Tucker | 2006-09-10 | 1 | -1/+3 |
| | |||||
* | - (dtucker) [contrib/aix/buildbff.sh] Always create privsep user. | Darren Tucker | 2006-09-09 | 1 | -24/+20 |
| | |||||
* | - (dtucker) [contrib/aix/pam.conf] Correct comments. From davidl at | Darren Tucker | 2005-05-31 | 1 | -2/+2 |
| | | | | vintela.com. | ||||
* | - (dtucker) [contrib/aix/buildbff.sh] Bug #1005: Look up only the user we're | Darren Tucker | 2005-03-29 | 1 | -2/+2 |
| | | | | | interested in which is much faster in large (eg LDAP or NIS) environments. Patch from dleonard at vintela.com. | ||||
* | - djm@cvs.openbsd.org 2003/11/21 11:57:03 | Damien Miller | 2003-11-21 | 2 | -27/+27 |
| | | | | | | [everything] unexpand and delete whitespace at EOL; ok markus@ (done locally and RCS IDs synced) | ||||
* | - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX from | Darren Tucker | 2003-09-22 | 1 | -0/+20 |
| | | | | article by genty at austin.ibm.com, included with the author's permission. | ||||
* | - (dtucker) [contrib/aix/inventory.sh] Add public domain notice. ok mouring@ | Darren Tucker | 2003-08-26 | 1 | -1/+2 |
| | | | | (the original author) | ||||
* | - (dtucker) [README buildbff.sh inventory.sh] (all in contrib/aix) | Darren Tucker | 2003-08-25 | 3 | -6/+11 |
| | | | | | Update package builder: correctly handle config variables, use lsuser rather than /etc/passwd, fix typos, add Id's. | ||||
* | - (djm) AIX package builder update from dtucker@zip.com.au | Damien Miller | 2003-03-10 | 3 | -15/+64 |
| | |||||
* | - (bal) aixbff package updated by dtucker@zip.com.au | Ben Lindstrom | 2002-07-18 | 1 | -16/+13 |
| | |||||
* | - (bal) Updated AIX package build. Patch by dtucker@zip.com.au | Ben Lindstrom | 2002-06-26 | 2 | -37/+180 |
| | |||||
* | [contrib/aix/buildbff.sh contrib/aix/inventory.sh] AIX package | Tim Rice | 2002-03-17 | 2 | -11/+28 |
| | | | | | | build fixes. Patch by Darren Tucker <dtucker@zip.com.au> [contrib/solaris/buildpkg.sh] add missing dirs to SYSTEM_DIR. Have postinstall check for $piddir and add if necessary. | ||||
* | - (bal) Added contrib/aix/ to support BFF package generation provided | Ben Lindstrom | 2002-03-05 | 3 | -0/+284 |
by Darren Tucker <dtucker@zip.com.au> |