Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
8bc6b900ed8609d67e75bc7266b9b533a703eb4a
/
sshpty.c
2be1cbb
- (dtucker) [acconfig.h configure.ac defines.h includes.h sshpty.c
by Darren Tucker
· 19 years ago
3f9fdc7
- avsm@cvs.openbsd.org 2004/06/21 17:36:31
by Darren Tucker
· 20 years ago
f4da3bb
- deraadt@cvs.openbsd.org 2004/01/11 21:55:06
by Damien Miller
· 21 years ago
a8e06ce
- djm@cvs.openbsd.org 2003/11/21 11:57:03
by Damien Miller
· 21 years ago
5ade9ab
- (bal) redo how we handle 'mysignal()'. Move it to
by Ben Lindstrom
· 21 years ago
469954d
- (djm) OpenBSD CVS Sync
by Damien Miller
· 21 years ago
04bd8b0
- djm@cvs.openbsd.org 2003/05/24 09:30:40
by Damien Miller
· 21 years ago
996acd2
*** empty log message ***
by Damien Miller
· 22 years ago
e8cea9e
- markus@cvs.openbsd.org 2003/02/03 08:56:16
by Damien Miller
· 22 years ago
81ed518
by Tim Rice
· 22 years ago
232ccf7
- (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync
by Ben Lindstrom
· 22 years ago
c2df3ec
- deraadt@cvs.openbsd.org 2002/06/24 17:57:20
by Ben Lindstrom
· 22 years ago
8ada5d0
- deraadt@cvs.openbsd.org 2002/06/23 21:06:13 [sshpty.c] KNF
by Ben Lindstrom
· 22 years ago
5c38552
- deraadt@cvs.openbsd.org 2002/06/23 03:30:58
by Ben Lindstrom
· 22 years ago
5a6abda
unexpand
by Ben Lindstrom
· 22 years ago
1e28c9e
by Tim Rice
· 22 years ago
9f0f5c6
- deraadt@cvs.openbsd.org 2001/12/19 07:18:56
by Damien Miller
· 23 years ago
4a820ea
- (djm) Cleanup sshpty.c a little
by Damien Miller
· 23 years ago
25ee4e4
- (stevesk) sshpty.c: return 0 on error in cray pty code; ok wendyp@cray.com
by Kevin Steves
· 23 years ago
f744b51
- (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup
by Kevin Steves
· 23 years ago
6db66ff
- (bal) Second around of UNICOS patches. A few other things left.
by Ben Lindstrom
· 23 years ago
c88785e
- markus@cvs.openbsd.org 2001/07/22 21:32:27
by Ben Lindstrom
· 23 years ago
d01ba98
- OpenBSD CVS Sync
by Ben Lindstrom
· 23 years ago
974fb9c
- (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL
by Kevin Steves
· 23 years ago
6ed8c04
- (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
by Ben Lindstrom
· 24 years ago
d95c09c
- (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
by Ben Lindstrom
· 24 years ago
[Renamed (99%) from pty.c]
99e9243
- (djm) Use ttyname() to determine name of tty returned by openpty()
by Damien Miller
· 24 years ago
31ca54a
- itojun@cvs.openbsd.org 2001/02/08 19:30:52
by Ben Lindstrom
· 24 years ago
ef4eea9
- stevesk@cvs.openbsd.org 2001/02/04 08:32:27
by Kevin Steves
· 24 years ago
226cfa0
Hopefully things did not get mixed around too much. It compiles under
by Ben Lindstrom
· 24 years ago
46c1622
One way to massive patch. <sigh> It compiles and works under Linux..
by Ben Lindstrom
· 24 years ago
fa72dda
- (stevesk) OpenBSD CVS updates:
by Kevin Steves
· 24 years ago
6c0d627
- (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
by Kevin Steves
· 24 years ago
85b3db6
- (stevesk) pty.c: use __hpux to identify HP-UX.
by Kevin Steves
· 24 years ago
b562864
- (bal) Changed from GNU rx to PCRE on suggestion from djm.
by Ben Lindstrom
· 24 years ago
e4340be
- (djm) Merge OpenBSD changes:
by Damien Miller
· 24 years ago
bac2d8a
- (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
by Damien Miller
· 24 years ago
6d8c11f
- (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
by Damien Miller
· 24 years ago
6536c7d
- OpenBSD CVS Updates:
by Damien Miller
· 24 years ago
d0cff3e
- Merge fixes from Debian patch from Phil Hands <phil@hands.com>
by Damien Miller
· 25 years ago
4af5130
by Damien Miller
· 25 years ago
e37ac5a
- Runtime error fix for HPUX from Otmar Stahl
by Damien Miller
· 25 years ago
8f975b6
- Removed warning workaround for Linux and devpts filesystems (no longer
by Damien Miller
· 25 years ago
98c7ad6
- OpenBSD CVS updates to v1.2.3
by Damien Miller
· 25 years ago
204ad07
- Warning was valid - possible race condition on PTYs. Avoided using
by Damien Miller
· 25 years ago
c4cea3e
- Avoid warning message with Unix98 ptys
by Damien Miller
· 25 years ago
c7d8dbb
- Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
by Damien Miller
· 25 years ago
76112de
- Integration of large HPUX patch from Andre Lucas
by Damien Miller
· 25 years ago
36b339a
- Clean up broken includes in pty.c
by Damien Miller
· 25 years ago
a34a28b
- OpenBSD CVS Changes
by Damien Miller
· 25 years ago
bf1c9b2
- Import of patch from Ben Taylor <bent@clark.net>:
by Damien Miller
· 25 years ago
fce1648
- Compile fix for Solaris with /dev/ptmx from
by Damien Miller
· 25 years ago
037a0dc
- Merged more OpenBSD changes:
by Damien Miller
· 25 years ago
5428f64
by Damien Miller
· 25 years ago
95def09
- Merged very large OpenBSD source code reformat
by Damien Miller
· 25 years ago
3bd49ec
- Various small cleanups to bring diff (against OpenBSD) size down.
by Damien Miller
· 25 years ago
356a0b0
Lots of changes:
by Damien Miller
· 25 years ago
d4a8b7e
Initial revision
by Damien Miller
· 25 years ago