| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=175362
|
| |
|
|
|
|
|
|
| |
on pts(4) devices this time. This fixes the issues while leaving pts(4)
enabled on HEAD.
Notes:
svn path=/head/; revision=175352
|
| |
|
|
|
|
|
|
| |
The security fix will be re-committed soon, hopefully without breaking
anything.
Notes:
svn path=/head/; revision=175350
|
| |
|
|
|
|
|
|
|
|
| |
Fix an off-by-one error in inet_network(3). [08:02]
Security: FreeBSD-SA-08:01.pty
Security: FreeBSD-SA-08:02.libc
Notes:
svn path=/head/; revision=175330
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Use PTY* for all pty(4) related constants.
- Use PTMX* for all pts(4) related constants.
- Consistently use _PATH_DEV PTMX rather than "/dev/ptmx".
- Revert 1.7 and properly fix it by using the correct prefix string for
pts(4) masters.
MFC after: 3 days
Notes:
svn path=/head/; revision=174842
|
| |
|
|
|
|
|
|
|
| |
pty(4) changes.
MFC after: 3 days
Notes:
svn path=/head/; revision=174565
|
| |
|
|
| |
Notes:
svn path=/head/; revision=155593
|
| |
|
|
|
|
|
|
|
| |
and if so, use the pts system.
Suggested by: rwatson
Notes:
svn path=/head/; revision=154965
|
| |
|
|
| |
Notes:
svn path=/head/; revision=154836
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a tty device instead of the legacy minor number approach. This is known to
fix gnome-vfs' sftp module as well as kio_sftp and kdesu on -CURRENT.
Thanks to scottl for the snprintf() approach idea.
Reviewed by: phk
Tested by: pav
mich
Approved by: re (scottl)
Notes:
svn path=/head/; revision=147811
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143137
|
| |
|
|
|
|
|
|
|
| |
o #include <stdio.h> to make sprintf()'s prototype visible.
o Remove unused variable: sbuf.
o Don't use assignment as truth value.
Notes:
svn path=/head/; revision=108646
|
|
|
to Solaris, it is in /usr/libexec) to perform the handing over of tty nodes
to the user being granted the pty.
Submitted by: Ryan Younce <ryany@pobox.com>
Reviewed by: security-officer@, standards@, mike@
Notes:
svn path=/head/; revision=108574
|