summaryrefslogtreecommitdiffstats
path: root/sshpty.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - markus@cvs.openbsd.org 2003/02/03 08:56:16Damien Miller2003-02-241-3/+3
| | | | | | [sshpty.c] don't call error() for readonly /dev; from soekris list; ok mcbride, henning, deraadt.
* Cray fixes (bug 367) based on patch from Wendy Palm @ cray.Tim Rice2002-09-261-4/+4
| | | | This does not include the deattack.c fixes.
* - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial syncBen Lindstrom2002-07-231-2/+2
| | | | with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com.
* - deraadt@cvs.openbsd.org 2002/06/24 17:57:20Ben Lindstrom2002-06-261-3/+3
| | | | | [sftp-server.c sshpty.c] explicit (u_int) for uid and gid
* - deraadt@cvs.openbsd.org 2002/06/23 21:06:13Ben Lindstrom2002-06-231-4/+4
| | | | | [sshpty.c] KNF
* - deraadt@cvs.openbsd.org 2002/06/23 03:30:58Ben Lindstrom2002-06-231-3/+3
| | | | | | [scard.c ssh-dss.c ssh-rsa.c sshconnect.c sshconnect2.c sshd.c sshlogin.c sshpty.c] various KNF and %d for unsigned
* unexpandBen Lindstrom2002-06-091-3/+3
|
* 20020514Tim Rice2002-05-141-0/+14
| | | | | | | [sshpty.c] set tty modes when allocating old style bsd ptys to match what newer style ptys have when allocated. Based on a patch by Roger Cornelius <rac@tenzing.org> [README.privsep] UnixWare 7 and OpenUNIX 8 work.
* - deraadt@cvs.openbsd.org 2001/12/19 07:18:56Damien Miller2001-12-211-11/+11
| | | | | | | | | | | | [auth1.c auth2.c auth2-chall.c auth-bsdauth.c auth.c authfile.c auth.h] [auth-krb4.c auth-rhosts.c auth-skey.c bufaux.c canohost.c channels.c] [cipher.c clientloop.c compat.c compress.c deattack.c key.c log.c mac.c] [match.c misc.c nchan.c packet.c readconf.c rijndael.c rijndael.h scard.c] [servconf.c servconf.h serverloop.c session.c sftp.c sftp-client.c] [sftp-glob.c sftp-int.c sftp-server.c ssh-add.c ssh-agent.c ssh.c] [sshconnect1.c sshconnect2.c sshconnect.c sshd.8 sshd.c sshd_config] [ssh-keygen.c sshlogin.c sshpty.c sshtty.c ttymodes.c uidswap.c] basic KNF done while i was looking for something else
* - (djm) Cleanup sshpty.c a littleDamien Miller2001-10-121-11/+10
|
* - (stevesk) sshpty.c: return 0 on error in cray pty code;Kevin Steves2001-08-141-0/+1
| | | | ok wendyp@cray.com
* - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanupKevin Steves2001-08-141-36/+33
| | | | for some #ifdef _CRAY code; ok wendyp@cray.com
* - (bal) Second around of UNICOS patches. A few other things left.Ben Lindstrom2001-08-071-0/+59
| | | | Patches by William L. Jones <jones@mail.utexas.edu>
* - markus@cvs.openbsd.org 2001/07/22 21:32:27Ben Lindstrom2001-08-061-2/+3
| | | | | [sshpty.c] update comment
* - OpenBSD CVS SyncBen Lindstrom2001-07-221-2/+3
| | | | | | - markus@cvs.openbsd.org 2001/07/18 21:10:43 [sshpty.c] pr #1946, allow sshd if /dev is readonly
* - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFLKevin Steves2001-06-151-0/+4
| | | | around grantpt().
* - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]Ben Lindstrom2001-03-051-1/+1
|
* - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] andBen Lindstrom2001-02-181-0/+342
pty.[ch] -> sshpty.[ch]