summaryrefslogtreecommitdiff
path: root/CREDITS
Commit message (Collapse)AuthorAgeFilesLines
* convert to UTF-8; from Mike FrysingerDamien Miller2019-07-291-1/+1
|
* Remove now-obsolete CVS $Id tags from text files.Darren Tucker2016-08-171-3/+0
| | | | | Since -portable switched to git, the CVS $Id tags are no longer being updated and are becoming increasingly misleading. Remove them.
* - (djm) [CREDITS LICENCE Makefile.in auth.c configure.ac includes.h ]Damien Miller2006-08-311-1/+2
| | | | | | | | [platform.c platform.h sshd.c openbsd-compat/Makefile.in] [openbsd-compat/openbsd-compat.h openbsd-compat/port-solaris.c] [openbsd-compat/port-solaris.h] Add support for Solaris process contracts, enabled with --use-solaris-contracts. Patch from Chad Mynhier, tweaked by dtucker@ and myself; ok dtucker@
* - (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.cTim Rice2005-08-261-1/+3
| | | | | | | | openbsd-compat/Makefile.in openbsd-compat/openbsd-compat.h openbsd-compat/xcrypt.c] New files [openssh/openbsd-compat/port-uw.c openssh/openbsd-compat/port-uw.h] Support long passwords (> 8-char) on UnixWare 7 from Dhiraj Gulati and Ahsan Rashid. Cleanup and testing by tim@. Feedback and OK dtucker@
* - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.specDarren Tucker2004-05-271-2/+2
| | | | | contrib/README CREDITS INSTALL] Bug #873: Correct URLs for x11-ssh-askpass and Jim Knoble's email address , from Jim himself.
* Add people with several and/or large contributionsDarren Tucker2004-04-181-1/+4
|
* Minor wording changeDarren Tucker2004-01-301-2/+2
|
* - (dtucker) [configure.ac openbsd-compat/bsd-cray.c openbsd-compat/bsd-cray.h]Darren Tucker2004-01-301-1/+2
| | | | Bug #775: Cray fixes from wendy at cray.com
* - djm@cvs.openbsd.org 2003/11/21 11:57:03Damien Miller2003-11-211-2/+2
| | | | | | [everything] unexpand and delete whitespace at EOL; ok markus@ (done locally and RCS IDs synced)
* - (dtucker) [CREDITS Makefile.in configure.ac mdoc2man.awk mdoc2man.pl]Darren Tucker2003-09-071-1/+2
| | | | Replace mdoc2man.pl with mdoc2man.awk, provided by Peter Stuge.
* Update Corinna's address.Darren Tucker2003-08-111-2/+2
|
* - (dtucker) [configure.ac] Back out change for bug #620.Darren Tucker2003-07-231-2/+1
|
* - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO forDarren Tucker2003-07-191-1/+2
| | | | Solaris/x86. Patch from jrhett at isite.net.
* - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]Darren Tucker2003-07-141-1/+2
| | | | | Call setauthdb() before loginfailed(), which may load password registry- specific functions. Based on patch by cawlfiel@us.ibm.com.
* Add Roumen PetrovDarren Tucker2003-06-281-1/+2
|
* - (djm) Add back radix.o (used by AFS support), after it went missing fromDamien Miller2003-04-291-2/+2
| | | | | | | Makefile many moons ago - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer - (djm) Fix blibpath specification for AIX/gcc - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
* - (stevesk) [CREDITS] solarKevin Steves2002-07-281-1/+2
|
* - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk>Damien Miller2002-04-131-2/+2
|
* - (bal) Added contrib/aix/ to support BFF package generation providedBen Lindstrom2002-03-051-1/+2
| | | | by Darren Tucker <dtucker@zip.com.au>
* HARUYAMA Seigo has changed addressDamien Miller2001-12-241-2/+2
|
* - (djm) Makefile correctness fix from Mark D. Baushke <mdb@juniper.net>Damien Miller2001-11-121-1/+2
|
* - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.Damien Miller2001-04-161-1/+2
| | | | Roth <roth+openssh@feep.net>
* - (djm) Add CVS Id's to files that we have missedDamien Miller2001-02-091-0/+3
|
* Jim Knoble has changed his email addressDamien Miller2001-01-051-1/+1
|
* - (djm) Workaround PAM inconsistencies between Solaris derived PAM codeDamien Miller2000-12-201-0/+1
| | | | | and Linux-PAM. Based on report and fix from Andrew Morgan <morgan@transmeta.com>
* change my e-mail to a portable one.Kevin Steves2000-12-121-1/+1
|
* 20001202Ben Lindstrom2000-12-011-1/+1
| | | | | | | | | - (bal) Backed out of part of Alain St-Denis' loginrec.c patch. - (bal) Irix need some sort of mansubdir, patch by Michael Stone <mstone@cs.loyola.edu> Also removed a finished entry in TODO, and changed my address in the CREDITS file to match my new home address.
* Fix Haruyama-san's email addressDamien Miller2000-11-291-1/+1
|
* - (djm) fix select hack in serverloop.c from Philippe WILLEMDamien Miller2000-10-281-0/+1
| | | | <Philippe.WILLEM@urssaf.fr>
* - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.Ben Lindstrom2000-10-251-0/+1
| | | | | - (bal) Apply fixes to configure.in pointed out by Pavel Roskin <proski@gnu.org>
* - (djm) Add workaround for Linux 2.4's gratuitious errno change. PatchDamien Miller2000-10-141-1/+2
| | | | from Martin Johansson <fatbob@acc.umu.se>
* - (stevesk) Fix detection of pw_class struct member in configure;Kevin Steves2000-10-071-0/+1
| | | | patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
* Forgot to commit changelog from loginrec changesDamien Miller2000-09-301-0/+1
| | | | | | - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass. Problem was caused by interrupted read in ssh-add. Report from Donald J. Barry <don@astro.cornell.edu>
* forgot thisDamien Miller2000-09-301-0/+1
|
* - (djm) Merged big SCO portability patch from Tim RiceDamien Miller2000-09-291-1/+2
| | | | <tim@multitalents.net>
* - (djm) Another off-by-one fix from Pavel KankovskyDamien Miller2000-09-291-0/+1
| | | | <peak@argo.troja.mff.cuni.cz>
* - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>Damien Miller2000-09-231-0/+1
|
* - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>Damien Miller2000-09-161-0/+3
| | | | | | | | | | | | | | - (djm) Re-enable int64_t types - we need them for sftp - (djm) Use libexecdir from configure , rather than libexecdir/ssh - (djm) Update Redhat SPEC file accordingly - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter <Dirk.DeWachter@rug.ac.be> - (djm) Fixprogs and entropy list fixes from Larry Jones <larry.jones@sdrc.com> - (djm) Fix for SuSE spec file from Takashi YOSHIDA <tyoshida@gemini.rc.kyushu-u.ac.jp>
* - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>Damien Miller2000-09-051-0/+1
|
* - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran CoxDamien Miller2000-08-311-0/+1
| | | | <acox@cv.telegroup.com>
* - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>Damien Miller2000-08-301-0/+1
|
* - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>Damien Miller2000-08-181-0/+1
|
* - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>Damien Miller2000-08-151-0/+1
|
* - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>Damien Miller2000-08-151-0/+1
|
* - (djm) utmp direct write & SunOS 4 patch from Charles LevertDamien Miller2000-08-091-0/+1
| | | | <charles@comm.polymtl.ca>
* - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>Damien Miller2000-07-111-0/+1
|
* - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIADamien Miller2000-06-281-0/+1
| | | | support. Enable using "USE_SIA=1 ./configure [options]"
* - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support forDamien Miller2000-06-281-0/+1
| | | | Irix 6.x array sessions, project id's, and system audit trail id.
* - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>Damien Miller2000-06-261-2/+3
| | | | - (djm) Added password expiry checking (no password change support)
* - Better fix to aclocal tests from Garrick James <garrick@james.net>Damien Miller2000-06-261-0/+1
|