| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
a possible disk overflow for enormous large mails.
Submitted by: grog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change changes the default handling of linemode so that older and/or
stupider telnet clients can still get wakeup characters like <ESC> and
<CTRL>D to work correctly multiple times on the same line, as in csh
"set filec" operations. It also causes CR and LF characters to be read by
apps in certain terminal modes consistently, as opposed to returning
CR sometimes and LF sometimes, which broke existing apps. The change
was shown to fix the problem demonstrated in the FreeBSD telnet client,
along with the telnet client in Solaris, SCO, Windows '95 & NT, DEC OSF,
NCSA, and others.
A similar change will be incorporated in the crypto version of telnetd.
This resolves bin/771 and bin/1037.
|
| |
|
|
|
|
|
|
| |
target.
Reviewed by: <many different folks>
Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
is asking for trouble (sequential database enumerations can get caught
in an infinite loop). The yp_mkdb(8) utility avoids putting such records
into a database, but ypxfr does not. Today I got bit by a NULL entry in
one of the amd maps on my network, which is served by a SunOS master.
The map was transfered successfully to my FreeBSD slave, but attempting
to dump it with ypcat(1) caused ypserv(8) to transmit the same record
over and over again, making the map appear to be infinitely large. I
finally noticed the problem while testing a new version of amd under
development at the Columbia CS department, which began gobbling up insane
amounts of memory while trying to swallow the map.
To deal with this problem, I'm modifying ypxfr to watch for records
with zero-length keys and turn them into something less destructive
before writing them to the database.
|
| |
|
|
|
|
|
| |
As this is the non-crypto version, remove the useless (commented out)
directives and macros.
|
|
|
|
| |
Also make -Wall a bit quieter
|
|
|
|
| |
Also make -Wall a bit quieter.
|
|
|
|
|
|
|
|
|
| |
plain 0 should be used. This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.
PR: 2752
Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
|
| |
|
|
|
|
| |
8bit codes due to lack of locale knowledge in daemon
|
|
|
|
|
| |
PR: 4462
Submitted by: hfir@math.rochester.edu
|
|
|
|
|
| |
PR: docs/4450
Submitted by: josh@quick.net
|
|
|
|
|
|
| |
`at/batch' requires this.
Obtained from: me && OpenBSD
|
|
|
|
| |
version ftpd_logwtmp().
|
| |
|
|
|
|
|
|
| |
For escaped characters used in modem strings, use double-backslashes
in gettytab.
PR: 4370
|
|
|
|
|
|
| |
Fix typo in escape parsing function.
PR: 4370
Submitted by: sumii@is.s.u-tokyo.ac.jp
|
|
|
|
|
| |
PR: 3382
Submitted by: furuta@sra.co.jp (Atsushi Furuta)
|
|
|
|
|
|
| |
split between lines.
PR: bin/4080
|
| |
|
|
|
|
|
|
|
| |
underscore and try looking it up again. This is a non-issue if we
switch to ELF.
Reviewed by: sef, jdp
|
|
|
|
| |
PR: bin/4079
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| | |
by a repository copy from 1.1.5 and patched back to Lite1) and
rbootd/bootdir/SYSHPBSD (which is binary). All changed files have
already left the vendor branch.
|
| | |
|
| |
| |
| |
| |
| | |
PR: 4135
Based on submitted patch by: blank@fox.uni-trier.de
|
| | |
|
| | |
|
| |
| |
| |
| | |
The existance of a stale obj dir does not imply the source too.
|
| |
| |
| |
| | |
index -> strchr, and rindex -> strrchr.
|
| | |
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Added patches from Robert Sexton to eliminate case sensitivity of the
xtend command.
|
| | |
| | |
| | |
| | | |
manpage is being viewed.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
PR: 3733
Reviewed by:
Submitted by: kfurge@worldnet.att.net
Obtained from:
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
PR: 3748
Reviewed by:
Submitted by:
Obtained from:
|
| | |
| | |
| | |
| | |
| | | |
PR: 3693
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
on malformed /etc/group entries. This is a band-aid until I can pull
in the newer group parsing code from getgrent .
Pointed out by: branson@belmakor.hq.ferg.com (Branson Matheson)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add a -Bforcedynamic option which generates a dynamic object even
if no shared libraries were given in the link.
Make RRS in text section warnings conditional on "-assert pure-text"
so that I can link non-PIC kernel modules without tons of link
errors. Changes to bsd.lib.mk to follow.
Fix a couple of bugs exposed by the fact that the kernel is not
linked at zero.
Reviewed by: jdp
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
calls. The cost is a little more up-front memory allocation, but the
effect seems minimal.
Problem noticed-by: bde
Added syslog at LOG_ERR when referencing an unknown gettytab entry
and for other cgetent() failues (circular reference et al).
To be merged into 2.2 after a few days testing.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
libraries to come out as 1-byte relocations instead of 4-byte
relocations.
Submitted by: Doug Rabson <dfr@nlsystems.com>
|
| | |
| | |
| | |
| | | |
definition of a system's virtual hosts.
|