summaryrefslogtreecommitdiff
path: root/contrib/aix
AgeCommit message (Collapse)Author
2018-06-06Use ssh-keygen -A to generate missing host keys.Darren Tucker
Instead of testing for each specific key type, use ssh-keygen -A to generate any missing host key types.
2018-02-15Remove remaining now-obsolete cvs $Ids.Darren Tucker
2017-06-29Update link for my patches.Darren Tucker
2011-05-05 - (djm) [Makefile.in WARNING.RNG aclocal.m4 buildpkg.sh.in configure.ac]Damien Miller
[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.
2010-04-18 - (dtucker) [contrib/aix/buildbff.sh] Fix creation of ssh_prng_cmds.defaultDarren Tucker
file.
2009-03-07 - (dtucker) [contrib/aix/buildbff.sh] Only try to rename ssh_prng_cmds if itDarren Tucker
exists (it's not created if OpenSSL's PRNG is self-seeded, eg if the OS has a /dev/random).
2006-09-10 - (dtucker) [contrib/aix/buildbff.sh] Ensure that perl is available.Darren Tucker
2006-09-09 - (dtucker) [contrib/aix/buildbff.sh] Always create privsep user.Darren Tucker
2005-05-31 - (dtucker) [contrib/aix/pam.conf] Correct comments. From davidl atDarren Tucker
vintela.com.
2005-03-29 - (dtucker) [contrib/aix/buildbff.sh] Bug #1005: Look up only the user we'reDarren Tucker
interested in which is much faster in large (eg LDAP or NIS) environments. Patch from dleonard at vintela.com.
2003-11-21 - djm@cvs.openbsd.org 2003/11/21 11:57:03Damien Miller
[everything] unexpand and delete whitespace at EOL; ok markus@ (done locally and RCS IDs synced)
2003-09-22 - (dtucker) [contrib/aix/pam.conf] Include example pam.conf for AIX fromDarren Tucker
article by genty at austin.ibm.com, included with the author's permission.
2003-08-26 - (dtucker) [contrib/aix/inventory.sh] Add public domain notice. ok mouring@Darren Tucker
(the original author)
2003-08-25 - (dtucker) [README buildbff.sh inventory.sh] (all in contrib/aix)Darren Tucker
Update package builder: correctly handle config variables, use lsuser rather than /etc/passwd, fix typos, add Id's.
2003-03-10 - (djm) AIX package builder update from dtucker@zip.com.auDamien Miller
2002-07-18 - (bal) aixbff package updated by dtucker@zip.com.auBen Lindstrom
2002-06-25 - (bal) Updated AIX package build. Patch by dtucker@zip.com.auBen Lindstrom
2002-03-17[contrib/aix/buildbff.sh contrib/aix/inventory.sh] AIX packageTim Rice
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.
2002-03-05 - (bal) Added contrib/aix/ to support BFF package generation providedBen Lindstrom
by Darren Tucker <dtucker@zip.com.au>