summaryrefslogtreecommitdiff
path: root/sshd.c
Commit message (Expand)AuthorAgeFilesLines
* - markus@cvs.openbsd.org 2003/08/28 12:54:34Damien Miller2003-09-021-15/+1
* - (bal) redo how we handle 'mysignal()'. Move it toBen Lindstrom2003-08-251-2/+2
* - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with HeimdalDamien Miller2003-08-221-1/+1
* - markus@cvs.openbsd.org 2003/08/13 08:46:31Darren Tucker2003-08-131-17/+2
* - (dtucker) OpenBSD CVS SyncPOST_KRB4_REMOVALDarren Tucker2003-08-021-17/+4
* - markus@cvs.openbsd.org 2003/07/16 10:34:53Darren Tucker2003-07-191-7/+3
* - markus@cvs.openbsd.org 2003/07/14 12:36:37Darren Tucker2003-07-191-35/+28
* - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]Darren Tucker2003-07-081-0/+6
* - deraadt@cvs.openbsd.org 2003/06/28 16:23:06Darren Tucker2003-07-031-4/+4
* - djm@cvs.openbsd.org 2003/06/28 07:48:10Darren Tucker2003-07-031-2/+5
* - markus@cvs.openbsd.org 2003/06/24 08:23:46Darren Tucker2003-06-281-2/+2
* - (djm) Always use mysignal() for SIGALRMDamien Miller2003-06-041-2/+2
* - djm@cvs.openbsd.org 2003/06/04 10:23:48Damien Miller2003-06-041-5/+1
* - deraadt@cvs.openbsd.org 2003/05/29 16:58:45Damien Miller2003-06-021-2/+4
* RCS ID syncDamien Miller2003-06-021-1/+1
* - (djm) Always use saved_argv in sshd.c as compat_init_setproctitle mayDamien Miller2003-06-021-1/+1
* - djm@cvs.openbsd.org 2003/05/24 09:30:40Damien Miller2003-05-261-1/+1
* - (djm) Remove IPv4 by default hack now that we can specify AF in configDamien Miller2003-05-181-4/+0
* - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argvDamien Miller2003-05-151-1/+2
* - (djm) Add new UsePAM configuration directive to allow runtime controlDamien Miller2003-05-141-1/+2
* - markus@cvs.openbsd.org 2003/04/14 14:17:50Damien Miller2003-05-141-2/+3
* - (djm) RCSID sync w/ OpenBSDDamien Miller2003-05-141-1/+1
* - (dtucker) Bug #536: Test for and work around openpty/controlling ttyBEFORE_FREEBSD_PAM_MERGEDarren Tucker2003-05-101-4/+4
* *** empty log message ***Damien Miller2003-04-091-14/+14
* - (djm) Bug #245: TTY problems on Solaris. Fix by stevesk@ andDamien Miller2003-03-101-2/+6
* - markus@cvs.openbsd.org 2003/02/16 17:09:57Damien Miller2003-02-241-3/+5
* - (djm) OpenBSD CVS SyncDamien Miller2003-02-241-3/+3
* - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. MoreDamien Miller2003-01-101-1/+9
* - markus@cvs.openbsd.org 2002/11/07 16:28:47Ben Lindstrom2002-11-091-2/+2
* - (djm) OpenBSD CVS SyncDamien Miller2002-09-301-1/+7
* - markus@cvs.openbsd.org 2002/09/25 15:19:02Damien Miller2002-09-271-2/+2
* Cray fixes (bug 367) based on patch from Wendy Palm @ cray.Tim Rice2002-09-251-1/+1
* - stevesk@cvs.openbsd.org 2002/09/13 19:23:09Damien Miller2002-09-191-22/+6
* - stevesk@cvs.openbsd.org 2002/07/23 16:03:10Ben Lindstrom2002-07-231-3/+5
* - markus@cvs.openbsd.org 2002/07/19 15:43:33Ben Lindstrom2002-07-231-4/+9
* - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial syncBen Lindstrom2002-07-221-1/+1
* [acconfig.h configure.ac sshd.c] s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/Tim Rice2002-07-071-1/+1
* - deraadt@cvs.openbsd.org 2002/06/30 21:59:45Ben Lindstrom2002-07-041-4/+5
* - deraadt@cvs.openbsd.org 2002/06/30 21:54:16Ben Lindstrom2002-07-041-12/+12
* - deraadt@cvs.openbsd.org 2002/06/28 23:05:06Ben Lindstrom2002-07-041-2/+2
* - deraadt@cvs.openbsd.org 2002/06/28 10:08:25Ben Lindstrom2002-07-041-1/+3
* - (bal) Cygwin uid0 fix by vinschen@redhat.comBen Lindstrom2002-06-271-0/+7
* - markus@cvs.openbsd.org 2002/06/25 18:51:04Ben Lindstrom2002-06-251-1/+12
* [acconfig.h configure.ac sshd.c] BROKEN_FD_PASSING fix from MarkusTim Rice2002-06-251-0/+4
* - deraadt@cvs.openbsd.org 2002/06/23 10:29:52Ben Lindstrom2002-06-231-8/+16
* - deraadt@cvs.openbsd.org 2002/06/23 03:30:58Ben Lindstrom2002-06-231-3/+3
* - stevesk@cvs.openbsd.org 2002/06/22 20:05:27Ben Lindstrom2002-06-231-2/+2
* - stevesk@cvs.openbsd.org 2002/06/22 16:40:19Ben Lindstrom2002-06-231-1/+4
* - markus@cvs.openbsd.org 2002/06/20 23:05:56Ben Lindstrom2002-06-211-1/+5
* - (bal) Build noop setgroups() for cygwin to clean up code (For otherBen Lindstrom2002-06-121-2/+0