abs
772b3f392d
Tweak last to only allow highbit characters >=160, to avoid issues with
...
characters 128 + 0..31
2000-10-02 18:32:55 +00:00
abs
3a7a808464
Do not strip highbit characters.
2000-10-02 18:31:48 +00:00
itojun
eccf945a90
be ready for rijndael
2000-10-02 17:46:42 +00:00
taca
20117cd175
- Knf auto variables in modified line by me.
...
- Print "??" as tty name instead of print nothing. Suggested by jhawk.
2000-10-02 03:28:42 +00:00
itojun
e08dea46c9
cope with no idea/rc5 cases.
2000-10-01 22:13:37 +00:00
itojun
f15517916a
MKCRYPTO_RSA is gone. TODO: idea/rc5 handling
2000-10-01 10:24:57 +00:00
jhawk
8d07b6ddd6
Return to whois.internic.net.
...
whois.networksolutions.com is just wrong -- it only returns information
for Network Solutions domains.
whois.opensrs.net is a bit better -- it returns information for OpenSRS
domains, and otherwise recurses to the correct whois server for other
domains -- unfortunately it is not canonical, and cannot be construed as
"correct." Other recursing proxies include whois.geektools.com and pallas.
eruditorum.org, neither of which is "official" either.
For good or for ill, we go back to whois.internic.net, which is the canonical
source for this information.
2000-09-30 14:05:48 +00:00
thorpej
9f6ddd1801
Enable the ssh build framework.
2000-09-28 22:20:58 +00:00
thorpej
03aaa05985
Update for most recent ssh source files.
2000-09-28 22:06:44 +00:00
jdolecek
f8031c2d6d
add code to recognize special ftpd utmp entries and match corresponding
...
process accordingly, so that w parses entries made by "ftpd -U" correctly
the new code is conditionalized upon define SUPPORT_FTPD_UTMP, turned
on by default in w(1)'s Makefile
This addresses bin/11095 by Daniel Hagerty.
2000-09-28 18:20:29 +00:00
sommerfeld
e970dc32cd
Move cpu header right 3 spaces to match grouping in man page
2000-09-28 14:56:52 +00:00
sommerfeld
4d7c61e467
Synch with implementation (correct problem reported in misc/11086)
2000-09-28 14:51:15 +00:00
lukem
0aa81b3ec3
explicitly use SOCK_STREAM with socket() instead of res->ai_socktype,
...
because it appears that linux with glibc doesn't set the latter
correctly after one of getaddrinfo() or getnameinfo().
2000-09-28 12:29:23 +00:00
lukem
ddc9ba4e19
clarify that $ftp_proxy only works for full URLs and can't be used for
...
interactive connections.
2000-09-28 12:26:19 +00:00
kleink
5710066a9e
Spellink.
2000-09-27 11:50:15 +00:00
augustss
50891507e0
Updated version of the usbhidctl command that allows setting, as well as
...
reading, items. From Dave Sainty <dave@dtsp.co.nz>.
2000-09-24 02:27:12 +00:00
simonb
cd2e1c1e91
Use ${COPY} instead of -c for ${INSTALL} commands.
2000-09-23 13:53:41 +00:00
simonb
3a3ed5c9db
Get the build ordering right for all and dependall.
2000-09-23 06:18:08 +00:00
enami
f676ab58c4
Make vmstat -m to put at least one space between each numbers.
2000-09-23 00:39:19 +00:00
pooka
a8965df2d2
tweak for file 3.32
2000-09-22 16:53:39 +00:00
pooka
e5efd07a0b
resolve conflicts
2000-09-22 16:34:59 +00:00
pooka
c45f82114c
file 3.32
2000-09-22 16:01:07 +00:00
thorpej
c938e2e7cd
Display number of zero page aborts.
2000-09-21 22:38:28 +00:00
ad
7f700a8518
Document new behaviour WRT password expiry, and Xr login.conf.
2000-09-21 11:13:06 +00:00
ad
f03c136f00
When not running as the super-user: if the user's password has expired or is
...
due to expire within _PASSWORD_WARNDAYS (or the setting from login.conf),
force the user to set a different password than the one they are currently
using. (Yes, it's actually worthwhile doing this.)
2000-09-21 11:11:49 +00:00
ad
07318ea12f
Document `-s' option.
2000-09-21 10:29:11 +00:00
ad
80064cab88
New option, `-s': don't bother with PID files or signals.
2000-09-21 10:27:34 +00:00
ad
94fcdfba6e
KNF, const.
2000-09-21 10:17:24 +00:00
tv
a5c649d5f5
Until whois supports proper recursion and/or the rwhois protocol, use
...
whois.opensrs.net, which does internal recursion for domain data.
Network Solutions' server recurses on only _some_ registries, and has the
damned disclaimer and advertising on no-match results.
2000-09-19 17:09:10 +00:00
christos
253750edbd
Add -E "dontsendempty" flag which does not send messages that have no
...
data. This is useful when piping cron error output to mail. While I am
there add -~ to be a synonym for -I [but don't document it]. This is for
compatibility with other OS's.
2000-09-19 01:12:48 +00:00
abs
762a48a1a4
Do not use 'Ar' for literal arguments, update Dd
2000-09-18 16:47:11 +00:00
ad
5ab843adef
- sizeof(), not constants.
...
- snprintf() will always terminate the output string.
- Spacing.
2000-09-18 16:00:41 +00:00
abs
75155d4d12
Switch centre to -C from -c. Now different from FreeBSD, but avoids conflict
...
with Solaris, Linux and others.
2000-09-18 13:42:53 +00:00
abs
ef12b8c845
Add '-c' for center (from FreeBSD)
2000-09-15 11:23:17 +00:00
mjl
32f69fdac5
Add a -f option to turn off the strict length checking for passphrases.
...
Also discourage its use in the manpage (and fix a couple of formatting nits).
2000-09-14 19:18:24 +00:00
mjl
64d7bd0b8c
Use optarg instead of reaching beyond argv array. Fixes PR/11004
...
by TheMan <atatat@atatdot.net>.
2000-09-14 15:26:42 +00:00
lukem
bac7eba63f
since everything else here uses ANSI C, we might as well replace __STRING()
...
with the ANSI C stringization stuff...
2000-09-14 13:48:33 +00:00
erh
d2f1d733d5
Switch to the user we're su-ing to sooner. This allows su to actually access the user's home directory in cases where root can't. (i.e. root=nobody NFS mounts). Also, avoid inadvertently raising the priority.
2000-09-09 18:13:05 +00:00
matt
a28f4d4751
Teach crunchgen.c about MAKEOBJDIRPREFIX.
2000-09-08 17:20:47 +00:00
mjl
e267ac2359
Oops, errx() not err().
2000-09-08 13:14:33 +00:00
mjl
680cd1fdaa
Un-__P, ANSI- and constify.
2000-09-08 13:11:03 +00:00
mjl
f9e3c9099b
Use err()
2000-09-08 13:06:13 +00:00
mjl
88a0bc30c2
Un-__P and ANSIfy.
2000-09-08 12:57:28 +00:00
mjl
8de1362608
Use errx(), add usage().
2000-09-08 12:55:36 +00:00
lukem
52b579665e
always include <netdb.h>, not just when INET6 is defined.
...
resolves PR [bin/10970] by Richard Earnshaw <rearnsha@cambridge.arm.com>>
2000-09-08 11:54:53 +00:00
msaitoh
05e625cb7d
remove extra period
2000-09-06 20:22:53 +00:00
mjl
f40dea5772
Add a setlocale() call and use strftime().
...
Use err() instead of fprintf + exit.
Check for extraenous arguments and complain.
ANSIfy.
2000-09-06 12:13:48 +00:00
mjl
11ce988357
Increase temporary buffer size not to truncate temp file template.
2000-09-06 10:17:01 +00:00
christos
89d34c0b70
fixed comment U -> u
2000-09-05 21:08:35 +00:00
christos
73e15c3ea3
:u modifier a'la uniq(1) [from der Mouse]
2000-09-05 17:57:52 +00:00