Joerg Wunsch
8905131422
Implement keyinfo(1) as a setuid Perl script, so /etc/skeykeys can
...
be made mode 0600.
Pointed out by: kieber@sax.de (Ulf Kieber)
Reviewed by: pst
1996-04-26 21:35:11 +00:00
Andrey A. Chernov
9137242c2c
Oops, restore missing piece of previous commit.
1996-04-25 18:14:11 +00:00
Andrey A. Chernov
cc8c038449
Treat ^end<EOF> as valid terminator (like ^end\n), some encoders (f.e. Eudora)
...
produce such things.
1996-04-25 14:49:40 +00:00
Paul Traina
d9fd44dd79
Add support for SOCKS if enabled.
...
Remove a useless bind() call (why did that ever get in there?)
1996-04-23 06:01:10 +00:00
Paul Traina
33bb8564be
Add support for socks
1996-04-23 05:18:43 +00:00
Sujal Patel
003aaef883
Fix a segfault which occurs when it gets an empty input line.
...
Closes PR bin/1153
Reviewed by: smpatel
Submitted by: Matthew C. Mead (mmead@Glock.COM )
1996-04-22 18:37:22 +00:00
John Polstra
d1157e5d90
Update an offset field for i386 a.out core files, so that the program
...
name comes out right again.
Note: Don't bring this change directly into the -stable branch. The
appropriate offset for -stable is different.
1996-04-18 19:05:58 +00:00
John Polstra
341a113d59
Fix a typo in the syntax for indirect offsets.
1996-04-18 18:17:14 +00:00
John Hay
33b6236de7
Document that ipx is a valid protocol for the -f option.
...
Comment out ns and iso. They are not supported anymore.
1996-04-13 21:23:57 +00:00
Bruce Evans
2c51e5ed8d
Changed all per-file errors to warnings. Exit with a nonzero status of
...
if there was a per-file error. My test case of `wc /proc/curproc/*'
works reasonably now (much like `size /proc/curproc/*'.
Reviewed by: wosch
1996-04-13 11:35:54 +00:00
Mike Pritchard
d33c4953e7
Print some warnings if root invokes chpass and sets the
...
shell to one of the following:
- a non-existent file
- a non-regular file
- a file without any execute bits set
The shell is still set to whatever they entered even if the above
conditions exist (hey, it is the super user doing this after all :-),
but this might give the admin. some warning that they are about to screw
themselves and give them a chance to fix it before it is too late.
Inspired by: some new FreeBSD user on USENET who set his root shell
to a shell that doesn't exist and now can't gain access to root (don't
worry, I sent him some mail on how to recover from this).
1996-04-11 05:30:18 +00:00
Wolfram Schneider
a0d038a406
Do not exit if a file is not readable. This is a short hack
...
until someone rewrite wc(1).
1996-04-10 22:21:01 +00:00
Mike Pritchard
457788f888
Correctly match the format flags and their descriptions.
...
Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
1996-04-09 21:46:24 +00:00
Wolfram Schneider
a9251605ba
Easter was one day to fast.
...
Unix use days *since* January 1 [0-365], not the 1th day of year etc.
1996-04-09 19:48:31 +00:00
Mike Pritchard
778413c81b
Do not include math.h because it isn't used and it causes
...
"make world" to fail if you use the msun math library and
blow away /usr/include and then do "make world". This is because
the msun math.h isn't installed with the other include files before
xlint is built. It finally gets installed when the msun library
is built.
Perhaps "make world" should install the msun math.h file if
it doesn't install the CSRG math.h, to prevent problems
like this in the future.
1996-04-09 17:17:31 +00:00
Joerg Wunsch
98fd61c0a2
Don't reference NULL pointers if owner and/or group are omitted.
...
Pointed out by: somebody on the mailing list who's name i forgot
1996-04-08 10:59:36 +00:00
Mike Pritchard
edf0e5b3f8
Correct some man page xrefs, and some other minor changes to bring some
...
man pages up to mdoc guidelines and fix some minor formatting glitches.
Also fixed a number of man pages to not abuse the .Xr macro to
display functions and path names and a lot of other junk.
1996-04-08 04:18:31 +00:00
Bruce Evans
9192bbf46f
Use strtoq() instead of strtol() so that large inums, and sizes can be
...
specified.
Not fixed: specification of large uids and gids; silent truncation of
unrepresentable values.
1996-04-07 12:58:13 +00:00
Joerg Wunsch
be71712986
Fix a typo.
...
Submitted by: tgm@netcom.com (Thomas G. McWilliams)
1996-04-07 01:18:20 +00:00
Mike Pritchard
906c1e27fc
Correct some man page cross references and file location references.
1996-04-07 00:06:21 +00:00
Mike Pritchard
e229ffb7e9
Correct some cross references and some path names.
1996-04-06 09:47:30 +00:00
Julian Elischer
b897ddafe5
Submitted by: archie@tribe.com
...
allow the user to install using a Numeric GID or UID.
this brings it in to line with chgrp and chown, ans is required
by some people using FreeBSD in a product.
1996-04-06 01:50:40 +00:00
Mike Pritchard
544b5cb2f1
Change calendar to report the actual date for variable day events.
...
E.g. for Easter, and entries like "04/SunFirst" calendar will
now report:
04/05* Good Friday (2 days before easter)
04/07* First Sunday...
instead of:
Easter-2 Good Friday...
04/SunFirst First Sunday...
I also modified the calendar files to use the variable day format
for a lot of events so that they will be reported correctly.
E.g. U.S. daylight savings time is now listed as:
04/SunFirst Daylight savings time...
There are still a lot of wrong dates in there for some events
that move from year to year, but I don't have a good calendar handy
right now that I can use for reference.
1996-04-06 01:15:21 +00:00
Wolfram Schneider
4c3dfdc376
$* -> $@
...
check exit code from $MKDEP_CPP, not sed(1)
1996-04-05 22:13:49 +00:00
Joerg Wunsch
9cb8a1050f
Xref clocks(7).
1996-04-05 08:53:38 +00:00
Andrey A. Chernov
481f550e6c
Cast to unsigned char instead of unsigned
...
Cast ctype argument to unsigned char
1996-04-03 07:47:35 +00:00
John Polstra
ffac7b875e
Removed the definition of the make variable SHAREDIR. It was clashing
...
with the definition in bsd.own.mk, causing "make world" to fall over.
1996-04-02 22:26:18 +00:00
Paul Richards
a5e0fef0f3
Don't build the special case lint libraries.
1996-03-31 22:18:46 +00:00
Andrey A. Chernov
daab85586e
Localize time
1996-03-31 16:39:26 +00:00
Bruce Evans
0e08ab6ff0
Renamed Proc-cache to Dir-cache for the same reasons as in vmstat.
...
Tweaked screen positions to match.
1996-03-29 14:48:25 +00:00
John Fieber
7b36c4a152
Make sure there is a linefeed at the end of generated HTML files.
1996-03-26 13:26:53 +00:00
Paul Richards
215b228037
Move llib-lstdc to llib-lc since that's what lint expects.
1996-03-24 20:03:46 +00:00
Paul Richards
e2304a633b
Re-enable building of lint libraries.
1996-03-24 19:47:12 +00:00
Paul Richards
50359a8d3a
Build and install llib-lstdc.ln. Disable Posix version.
...
Change install mode from NONBINMODE to LIBMODE
1996-03-24 19:45:58 +00:00
Paul Richards
4a7eb58ade
Add xlint
1996-03-24 14:09:33 +00:00
Paul Richards
e7f9bd714d
Don't build lint libraries for the moment.
1996-03-24 13:58:27 +00:00
Joerg Wunsch
3281f9d8e5
Cast char's to (u_char) before passing them to isctype() functions.
1996-03-19 21:21:06 +00:00
Bruce Evans
fdee4617c6
Fixed a type mismatch in crufty misconfigured compatibilty code.
1996-03-19 15:11:13 +00:00
Joerg Wunsch
229cd11bba
Minor correction regarding the last line of an uuencoded file.
...
Submitted by: Giles Lean <giles@topaz.nemeton.com.au>
1996-03-17 09:49:51 +00:00
Joerg Wunsch
6109ca90ae
Fix a couple of sign-extension bugs.
...
Submitted by: serg@bcs1.bcs.zaporizhzhe.ua (Sergey Shkonda)
1996-03-17 09:00:48 +00:00
Andras Olah
03801815df
Allow the user to disable the use of T/TCP by setting the -T option.
...
This option becomes useless when all TCP stacks are fixed out there.
1996-03-15 16:41:49 +00:00
Wolfram Schneider
506745c8a5
remove /usr/ucb from path
...
cleanup Makefile
1996-03-12 21:37:05 +00:00
Andrey A. Chernov
7573cb47cf
Increment network byte order properly
...
Reviewed by: wollman
1996-03-12 10:23:30 +00:00
Mark Murray
1a98a0fb5b
Make su a little less fascist about using Kerberos if it is not
...
configured or available.
Also fix a _nasty_ bug that would let one in if su -K was used.
Any old password would work :-( :-(.
1996-03-11 22:14:52 +00:00
David Greenman
d8d891521e
Move #include of queue.h before #include of socketvar.h in preparation for
...
struct socket changes.
1996-03-11 13:01:12 +00:00
David Greenman
48750b4c77
Include queue.h in preparation of struct socket changes.
1996-03-11 13:00:12 +00:00
David Greenman
0bb10c6613
Include queue.h in preparation for upcoming struct socket changes.
1996-03-11 12:56:07 +00:00
Mike Pritchard
83d5ca475c
Fix some grammer problems.
1996-03-11 04:50:13 +00:00
Mike Pritchard
6ce9e6704d
Add the -x option to the usage string.
...
Submitted by: Philippe Charnier <charnier@lirmm.fr>
1996-03-11 03:36:10 +00:00
Mike Pritchard
ade9638b8a
Fix a couple of typos.
...
Submitted by: Philippe Charnier <charnier@limrr.fr>
1996-03-11 03:31:51 +00:00