Brian Somers
f0183cc46a
Handle ftp_copycommand() and ftp_copyresult() potentially returning < -1.
2001-08-20 15:01:06 +00:00
Brian Somers
9cfe90fe1f
Handle snprintf() returning < 0 (not just -1)
...
MFC after: 2 weeks
2001-08-20 14:53:05 +00:00
Brian Somers
cbe1d3b630
Handle snprintf() returning -1.
...
MFC after: 2 weeks
2001-08-20 14:46:40 +00:00
Brian Somers
5f32890558
Handle snrintf overflows.
...
Spotted by: bde
2001-08-20 13:44:13 +00:00
Brian Somers
36c1612b5e
Handle snprintf() returning -1.
...
MFC after: 2 weeks
2001-08-20 13:24:39 +00:00
Brian Somers
327e849ae1
Handle snprintf() returning -1.
...
MFC after: 2 weeks
2001-08-20 12:56:45 +00:00
Kris Kennaway
6dac8ac9e5
Mark some functions as __printflike() and/or taking const char * arguments
...
instead of char *.
MFC after: 2 weeks
2001-08-20 12:53:36 +00:00
Nik Clayton
682d574173
Note that submitted patches are assumed to be under the same license as
...
the file they patch.
2001-08-20 12:52:59 +00:00
Mark Murray
432f97766d
Fix overflow problem when giving a username that is too long.
...
Also minor declaration/header fixes while auditing the code.
2001-08-20 12:52:49 +00:00
Brian Somers
2449bf28ad
Handle snprintf() returning -1.
...
MFC after: 2 weeks
2001-08-20 12:50:21 +00:00
Mark Murray
b174363035
Very minor stylistic nit.
...
Discussed with: ru
2001-08-20 12:46:11 +00:00
Mark Murray
47965f01dd
Add 'try_mapped_pass' standard option.
...
Asked for by: lukeh@PADL.COM
2001-08-20 12:43:19 +00:00
Brian Somers
3c321a686f
Handle snprintf() returning -1
...
MFC after: 2 weeks
2001-08-20 12:41:36 +00:00
Mark Murray
468a061e69
More libss removal.
2001-08-20 12:39:23 +00:00
Mark Murray
7c5a3600ab
Diff reduce all the crypto telnet Makefiles.
2001-08-20 12:32:45 +00:00
Brian Somers
a53a9f6906
Handle snrintf() returning -1.
...
MFC after: 2 weeks
2001-08-20 12:31:13 +00:00
Mark Murray
21f083c0a6
Code merge and diff reduce with "base" telnet. This is the "later"
...
telnet, so it was treated as the reference code, except where later
commits were made to "base" telnet.
2001-08-20 12:28:40 +00:00
Mark Murray
012b940383
Code merge and diff reduction between this and crypto telnet.
...
Also remove useless AUTHENTICATION code. We have never compiled this
here, and it is doubtful that it even works without crypto.
2001-08-20 12:21:31 +00:00
Mark Murray
aa71cb52b5
Feature merging and diff reduction between this code and crypto telnet.
...
Also remove conditional (AUTHENTICATION) code as we have never compiled
it here, and it is doubtful that it even works in this scenario.
2001-08-20 12:12:27 +00:00
Brian Somers
7806546c39
Handle snprintf() returning -1
...
MFC after: 2 weeks
2001-08-20 12:06:42 +00:00
Mark Murray
5adb5c82e3
No functional changes, but:
...
o unifdef AUTHENTICATE. We have never compiled this code, and its
doubtful it will even work in this case.
o Style changes (some ansification, some comment updating)
o Diff reduction and code style merging with crypto telnet.
2001-08-20 12:04:53 +00:00
Brian Somers
2aad70eb9e
Don't misuse the return from snprintf.
...
MFC after: 2 weeks
2001-08-20 11:58:05 +00:00
Brian Somers
84b0fe8197
Properly change old interface addresses so that their destination is
...
255.255.255.255 if our new destination address conflicts.
2001-08-20 11:06:21 +00:00
Brian Somers
428217f76c
Add some comments to explain what's going on here
2001-08-20 10:25:23 +00:00
Kris Kennaway
a0b13740e8
Don't overflow a buffer from command line arguments.
...
MFC after: 2 weeks
2001-08-20 09:43:04 +00:00
Ruslan Ermilov
3faf1df3a7
mdoc(7) police: markup nits.
2001-08-20 08:55:07 +00:00
Peter Wemm
d7c5f05199
Merge vendor branch onto mainline (try to fix HAVE_KERBEROS)
2001-08-20 08:47:21 +00:00
Ruslan Ermilov
9707db33bc
mdoc(7) police: simplify literal display block.
2001-08-20 08:29:55 +00:00
Ruslan Ermilov
c17af17b5c
mdoc(7) police: fixed markup, removed the extra word.
2001-08-20 08:28:18 +00:00
Kris Kennaway
04228e35d9
Part II of libss retirement: zap mk_cmds too.
...
Pointy hat to: kris
2001-08-20 06:23:35 +00:00
Kris Kennaway
73c4a23ef2
The timed protocol is not implemented in a compatible way by all vendors;
...
the size of the tsp_name field is OS-dependent. 4.3BSD used a 32-byte
field, FreeBSD uses MAXHOSTNAMELEN and RedHat apparently uses a 64-byte
field. As a result, sanity checking code added a few months ago to detect
short packets will fail when interoperating with one of these other vendors.
Change the short packet detection code to expect a minimum packet size
corresponding to the 4.3BSD implementation, which should be a safe minimum
size.
Submitted by: Stephen Whiteley <stevew@best.com> (based on)
PR: misc/29867
2001-08-20 06:16:04 +00:00
Bruce A. Mah
119c74f12e
Fix an SGML glitch.
2001-08-20 04:56:37 +00:00
Dima Dorfman
a5ef8459cc
Fix grammar.
2001-08-20 02:16:41 +00:00
Dima Dorfman
b9595aa55f
Respect the -N flag when changing directory attributes in setdirmode).
...
PR: 29671
Submitted by: Sascha Blank <sblank@addcom.de>
2001-08-20 02:15:22 +00:00
Dima Dorfman
406a1cee7d
Use `an' where appropriate.
2001-08-20 02:08:26 +00:00
Dima Dorfman
e3d0beed03
Pass the username we just made to pwd_mkdb so that the latter doesn't
...
have to regenerate the entire database.
PR: 25798
Submitted by: Domas Mituzas <domas.mituzas@delfi.lt>
2001-08-20 01:20:05 +00:00
Dima Dorfman
fcd7e67061
Sync the default module search path with the one in
...
sys/boot/common/module.c.
PR: 21405
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2001-08-20 01:12:28 +00:00
Dima Dorfman
bed6a37708
Shoot (and kill) the second person with a high-powered rifle.
2001-08-20 01:02:05 +00:00
Brian Somers
d42d9220c7
When attempting to change the default route, don't write the gateway
...
and mask to the routing socket, otherwise the update fails.
Warning provided by: markm
The code here was broken for FreeBSD when IPv6 support was added, but
was fixed for OpenBSD. OpenBSD expects the gateway and mask to be
supplied and fails the update otherwise.
2001-08-20 00:46:33 +00:00
Matthew Dillon
2f9e4e8025
Limit the amount of KVM reserved for the buffer cache and for swap-meta
...
information. The default limits only effect machines with > 1GB of ram
and can be overriden with two new kernel conf variables VM_SWZONE_SIZE_MAX
and VM_BCACHE_SIZE_MAX, or with loader variables kern.maxswzone and
kern.maxbcache. This has the effect of leaving more KVM available for
sizing NMBCLUSTERS and 'maxusers' and should avoid tripups where a sysad
adds memory to a machine and then sees the kernel panic on boot due to
running out of KVM.
Also change the default swap-meta auto-sizing calculation to allocate half
of what it was previously allocating. The prior defaults were way too high.
Note that we cannot afford to run out of swap-meta structures so we still
stay somewhat conservative here.
2001-08-20 00:41:12 +00:00
Dima Dorfman
a35671c197
There is no "(integer)" type; it's called "(int)".
...
PR: 20749
Submitted by: Ralf S. Engelschall <rse@engelschall.com>
2001-08-20 00:29:23 +00:00
Dima Dorfman
05c1a26884
Add new entires for firewall_flags, amd_map_program, and
...
enable_quotas. Plus other assorted fixes.
PR: 20479
Submitted by: Ralf S. Engelschall <rse@engelschall.com>
2001-08-20 00:28:30 +00:00
Dima Dorfman
d634b35fa7
Mark up IPFIREWALL in .Dv.
2001-08-20 00:10:42 +00:00
Dima Dorfman
b7e90a112f
Capitalize the first word in sentences, and put periods at the end of
...
sentences.
2001-08-20 00:03:01 +00:00
Dima Dorfman
0b5c3be90d
Expand a little on the note about apm_battery. Note that apmd can
...
execute commands when the battery level changes, and point users at
the examples in /etc/apmd.conf since this stuff isn't (yet?)
documented in the manual page. Also note its MFC.
Submitted by: nsayer
2001-08-19 23:36:49 +00:00
Brian Somers
260799afa4
Add some casts.
...
Not spotted by: FreeBSD's gcc version 2.95.3 20010315 (release)
Spotted by: OpenBSD's gcc version 2.95.3 20010125 (prerelease)
2001-08-19 22:23:28 +00:00
Brian Somers
5cbe92e7e8
Add a missing % in a format string.
...
Not spotted by: FreeBSD's gcc version 2.95.3 20010315 (release)
Spotted by: OpenBSD's gcc version 2.95.3 20010125 (prerelease)
2001-08-19 22:23:23 +00:00
Brian Somers
856cf6873b
Avoid a compiler warning
...
Not spotted by: FreeBSD's gcc version 2.95.3 20010315 (release)
Spotted by: OpenBSD's gcc version 2.95.3 20010125 (prerelease)
2001-08-19 22:23:22 +00:00
Kris Kennaway
11ec14cfec
Zap LIBSS
2001-08-19 21:34:20 +00:00
Kris Kennaway
4870a3d346
Say goodbye to libss, which somehow managed to crouch hidden in the tree
...
for long after it was used.
2001-08-19 21:32:52 +00:00