summaryrefslogtreecommitdiffstats
path: root/contrib/aix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use ssh-keygen -A to generate missing host keys.Darren Tucker2018-06-061-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 Tucker2018-02-153-3/+0
|
* Update link for my patches.Darren Tucker2017-06-291-1/+1
|
* - (djm) [Makefile.in WARNING.RNG aclocal.m4 buildpkg.sh.in configure.ac]Damien Miller2011-05-051-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.defaultDarren Tucker2010-04-181-2/+2
| | | | file.
* - (dtucker) [contrib/aix/buildbff.sh] Only try to rename ssh_prng_cmds if itDarren Tucker2009-03-071-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 Tucker2006-09-101-1/+3
|
* - (dtucker) [contrib/aix/buildbff.sh] Always create privsep user.Darren Tucker2006-09-091-24/+20
|
* - (dtucker) [contrib/aix/pam.conf] Correct comments. From davidl atDarren Tucker2005-05-311-2/+2
| | | | vintela.com.
* - (dtucker) [contrib/aix/buildbff.sh] Bug #1005: Look up only the user we'reDarren Tucker2005-03-291-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:03Damien Miller2003-11-212-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 fromDarren Tucker2003-09-221-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 Tucker2003-08-261-1/+2
| | | | (the original author)
* - (dtucker) [README buildbff.sh inventory.sh] (all in contrib/aix)Darren Tucker2003-08-253-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.auDamien Miller2003-03-103-15/+64
|
* - (bal) aixbff package updated by dtucker@zip.com.auBen Lindstrom2002-07-181-16/+13
|
* - (bal) Updated AIX package build. Patch by dtucker@zip.com.auBen Lindstrom2002-06-262-37/+180
|
* [contrib/aix/buildbff.sh contrib/aix/inventory.sh] AIX packageTim Rice2002-03-172-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 providedBen Lindstrom2002-03-053-0/+284
by Darren Tucker <dtucker@zip.com.au>