phil
584c2298f0
Import a simple message system with 'compiled' messages. Used by
...
the net system install program.
1997-09-26 21:16:38 +00:00
phil
08d5389ae7
Correct the usage() for reality.
1997-09-26 21:08:05 +00:00
phil
95f3bf39d9
Add a curses based menu compiler system. (Used by the new system install
...
program sysinst.)
1997-09-26 17:54:09 +00:00
lukem
a09466a728
add a space to restart message. from geoff wing in [bin/4161]
1997-09-26 15:22:46 +00:00
christos
6dea7d9ed2
Fix another gcc warning.
1997-09-26 15:14:08 +00:00
christos
a004ae7f41
PR/4140: David A. Holland: use svr4 style archives for ELF environments
1997-09-26 13:29:05 +00:00
christos
dbcb6055f7
PR/4150: sigint/sighup stays blocked after first letter cancellation.
1997-09-25 19:56:15 +00:00
hubertf
9950ba9dbb
Fix type: srt-root -> src-root
1997-09-24 00:47:34 +00:00
fair
7eaeaff5f2
fix some ints that should be "time_t" per PR#4139
1997-09-23 21:15:07 +00:00
christos
7b8cd5e6e3
Expand variables within variables correctly; eg.
...
foo.123=abc
bar=123
all:
echo ${foo.${bar}}
1997-09-22 17:11:12 +00:00
mrg
6b39891881
update for less332.
1997-09-21 12:45:04 +00:00
mrg
8a84baa498
merge less 332.
1997-09-21 12:40:58 +00:00
mrg
ae2bff5948
oops, this is less 332, not 322.
1997-09-21 12:34:31 +00:00
mrg
5eb1412525
less 322.
1997-09-21 12:22:44 +00:00
lukem
8732be2e09
More cleanups from Todd Miller <Todd.Miller@courtesan.com>:
...
* Use an int, not "union wait".
* Move the "parsed_url" label so that the next statement is not an "else" --
some ansi C compilers don't like it the old way (SGI's for example).
* Deal with the possibility of getlogin(2) failing.
* Don't error out if the remote server doesn't support the "MDTM" command.
1997-09-21 01:06:30 +00:00
lukem
b0f016ea70
- cleanup for WARNS=1
...
- use fgetln() correctly; the last line may not have a trailing \n
1997-09-20 14:55:00 +00:00
mikel
6e9797c617
set WARNS?=1
1997-09-20 05:51:40 +00:00
mikel
f08412063c
update for use with WARNS=1:
...
- use <sys/cdefs.h> __COPYRIGHT() and __RCSID() macros
- add parens and main() prototype to shut up gcc -Wall
also replace {,r}index() with str{,r}chr(), nuke 'register', and
otherwise KNFify and clean up
1997-09-20 05:50:45 +00:00
mikel
28cd33c439
xref syslog(3) not nonexistent syslog(8)
1997-09-20 05:24:36 +00:00
lukem
87f4122c62
* cleanup for WARNS=1
...
* deprecate register
* rindex -> strrchr
* fix .Nm usage
1997-09-15 10:58:35 +00:00
lukem
87453d32bd
Fixes from Todd Miller <Todd.Miller@courtesan.com>:
...
* use size_t instead of int in places
* use symbolic constants when using access()
1997-09-13 09:05:52 +00:00
mikel
37c88d8964
resize a pathname buffer to MAXPATHLEN; from Matthias Scheler in PR 4101
1997-09-10 07:13:51 +00:00
drochner
44280f34ac
enable WARNS
1997-09-09 11:07:43 +00:00
drochner
5145a54834
-fix error message for nonexistent key
...
- -Wall fixes
1997-09-09 11:06:31 +00:00
agc
b69f871588
Bump number of elements in specials array from 100 to 1000.
...
Typedefs are added to this array, and it silently ignores
any attempts to enter more elements when the array is full.
1997-09-09 09:28:19 +00:00
jtc
5b466bef97
Changed order of STANDARDS and HISTORY subheads to conform with
...
specification in mdoc(7).
1997-09-09 07:26:02 +00:00
mrg
2703290213
add -g flag: do not show non real name gecos info.
1997-09-09 02:41:06 +00:00
mrg
8e81f950a4
Ensure that option processing is complete before externally supplied
...
arguments are passed to sendmail.
1997-08-28 08:13:41 +00:00
thorpej
a73d0efd45
Enhancements from Ty Sarna <tsarna@endicor.com>, per PR #3935 . Allow
...
user to:
- get entries from a file other than "calendar".
- get entries for a different date than today.
- get entries for a whole week in advance, or only one day.
1997-08-26 19:58:10 +00:00
thorpej
a436ba4f68
Change an instance of a time_t to a (more appropriate) off_t, PR #4037 ,
...
enami tsugutomo.
1997-08-26 18:52:13 +00:00
kleink
66105c37fc
Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,
...
use SEEK_SET/SEEK_CUR/SEEK_END instead.
1997-08-25 19:31:43 +00:00
augustss
4d52119684
Don't try opening the device O_RDWR.
1997-08-25 19:03:12 +00:00
kleink
6b71fbbcbe
Add reference to nice(1).
1997-08-25 16:43:47 +00:00
kleink
8287c17d78
Add references to [gs]etpriority(2).
1997-08-25 16:42:36 +00:00
mikel
cc3132afa3
set WARNS?=1
1997-08-25 06:43:02 +00:00
mikel
58d8fb4ee7
sync usage string with manpage
...
use <sys/cdefs.h> __RCSID() and __COPYRIGHT() macros
fix prototypes and add parens for gcc -Wall
1997-08-25 06:42:19 +00:00
augustss
ad6d4eb815
Print class correctly for linked fields.
1997-08-24 23:20:04 +00:00
kleink
e021da65e2
* Fix compiler warnings
...
* Style: lseek(2) L_SET vs. SEEK_SET; getopt(3) EOF vs. -1
1997-08-24 13:57:54 +00:00
drochner
3cb8fe8b6b
Fix compiler warnings (because new prototypes came into scope
...
with latest "rpc.h" changes). It's -Wall ready now.
1997-08-24 10:53:16 +00:00
lukem
fa55e11566
* sanitize long output, fixing buffer overflows whilst doing so
...
* clean up for WARNS?=1
1997-08-24 02:40:40 +00:00
lukem
64c651fb96
support $TMPDIR
1997-08-23 07:32:50 +00:00
jonathan
3153b91d91
Add elf32 for mips.
...
(probably doesn't work, due to GP-register-relative relocs.)
1997-08-20 01:21:37 +00:00
mycroft
3110c7add1
Various changes to keep up with krb5, mostly addition of the kcontext
...
structure. From PR 3826, by Chris Jones.
1997-08-19 17:26:13 +00:00
augustss
653833821e
Change to use /dev/audioctl.
1997-08-18 21:35:26 +00:00
lukem
2fec2a28f5
bugs fixed:
...
* don't interpret '-' or '|' when a local filename is determined from
the remote name (i.e, in mget, and in get with only one argument).
This is implemented using an extra argument to recvrequest().
Fixes a major security hole.
* clean up memory leak when using globulize()
* clean up a couple of comments
* fix wording in TNF copyright
features added:
* support for TIS fwtk gate-ftp servers:
* read defaults from $FTPSERVER && $FTPSERVERPORT
* start in gate-ftp mode if invoked as 'gate-ftp'
* toggle or set with 'gate [host [port]]'
1997-08-18 10:20:13 +00:00
lukem
049da32c75
* add functionality to `force password change at next login'. to use,
...
set the pw_change field of the user to -1 (defined in <pwd.h> as
_PASSWORD_CHGNOW). based on [bin/936] by Simon Gerraty <sjg@quick.com.au>
* clean up for WARNS?=1
1997-08-16 13:50:43 +00:00
fair
80b4ae52e8
fix PR#3278, add some other dates taken from historical sources available on the web
1997-08-14 11:28:07 +00:00
mikel
7b94178928
include <unistd.h> for prototypes and cleanup unused variables; from
...
Enami Tsugutomo in PR bin/3972.
while I'm here, sort #includes according to KNF.
1997-08-12 06:07:23 +00:00
fair
7493d7febf
add shlock
1997-08-10 04:10:27 +00:00
hannken
dd99907a60
Get rid of compiler warning:
...
`warning: `cmp' might be used uninitialized in this function'.
1997-08-08 11:08:10 +00:00
fair
611f2c3b46
program to make lock files for shell scripts
1997-08-06 00:38:11 +00:00
jeremy
ebf4cbfe8e
Major re-write.
...
Resolves some outstanding ambiguities and documents the tolerances of uuencode
and uudecode. [PR/3268]
1997-08-03 08:51:33 +00:00
perry
88a54d8a99
1) RCSid police
...
2) Add __RCSIDs where apropriate.
3) WARNS=1, and clean up sources for WARNS=1 (including replacement of
a mktemp with a mkstemp even though it was probably safe...)
4) Some other small cosmetic changes
1997-08-02 21:30:05 +00:00
perry
7de054cd87
add crunch, and re-sort/format SUBDIR
1997-08-02 20:39:48 +00:00
mikel
c106897e5e
add 'atalk' to list of arguments recognized by -f, minor cleanup
1997-08-01 05:03:14 +00:00
mikel
e578379504
minor cleanup
1997-08-01 04:37:36 +00:00
mikel
19dd0c6f4e
set WARNS?=1
1997-08-01 04:33:03 +00:00
mikel
2c00d4fdb3
make exit codes match manpage
...
use <sys/cdefs.h> __COPYRIGHT and __RCSID macros, prototype main()
1997-08-01 04:32:44 +00:00
mikel
fdf1615bca
fix typo
1997-08-01 04:31:04 +00:00
phil
27984d173e
Set appropiate flag when wanting to skip a patch. Fixes only true
...
bug reported in PR 2215.
1997-07-29 19:49:35 +00:00
augustss
f18d1df87b
Modernize for new audio features.
1997-07-27 01:28:04 +00:00
perry
9f1056ccbf
Major modernization.
...
1) register variables have been killed, except for the ones in the
generated skeleton (which should probably also be killed soon).
2) __P(())ified prototypes for all functions.
3) new style __RCSID's, and #include <sys/cdefs.h>'s.
4) all warnings generated with WARNS=1 (i.e. all warnings you get from
gcc with -Wall -Wstrict-prototypes -Wmissing-prototypes) have been
fixed, although not always in the best possible way.
in particular on #4 , in a couple of places I got "control reaches end
of non-void function" errors, and sadly __dead doesn't seem to really
work, so I inserted a couple of exit() calls in strategic
places. These should be nuked if someone can get __dead to Do The
Right Thing.
There were also a couple of places where "while (foo = bar)" things
cropped up and I didn't do the best conceivable thing, but I usually
did.
These fixes should probably go back to the byacc maintainers.
1997-07-25 16:46:27 +00:00
mikel
0a3628b2c3
initialize variables for gcc -Wall (marked XXX)
...
compare getopt() result to -1, not EOF
1997-07-25 06:40:32 +00:00
mikel
2aa6b3b7a4
make comparison to NULL explicit (gcc -Wall)
1997-07-25 06:38:02 +00:00
mikel
f89e3ed737
include <err.h> and <stdlib.h> for prototypes
...
give pw_yp() an explicit type
1997-07-25 06:37:27 +00:00
mikel
2a1157114b
add prototypes for check_yppasswdd() and pw_yp()
1997-07-25 06:36:02 +00:00
mrg
d2be95ea7e
update "systat vmstat" documentation to reality.
1997-07-25 01:59:42 +00:00
mrg
9fb5074a33
get at least *part* of "systat vmstat" right...
1997-07-25 01:15:09 +00:00
phil
aa70cacc5f
Apply patch from PR 1474, checking results of reading from the
...
bounds file.
1997-07-24 22:45:23 +00:00
phil
e807a0729d
Changes to close PR3806. (Different than in PR.)
...
-- don't lock passwd until data is collected.
-- save a copy of original pw data for pw_copy checking
-- Try several times to lock passwd
1997-07-24 08:53:48 +00:00
phil
6907a00e10
Changes to close PR3807. (Different than in PR.)
...
-- don't lock passwd until data is collected.
-- save a copy of original pw data for pw_copy checking
-- Try several times to lock passwd
1997-07-24 08:53:06 +00:00
thorpej
b3fb623d7f
Pull SYN_cache_branch down onto the main line.
1997-07-23 21:31:27 +00:00
kleink
cce3084228
Add WARNS=1.
1997-07-23 20:09:25 +00:00
kleink
db21fa89df
Document `-H' flag.
1997-07-23 20:08:53 +00:00
kleink
df138b3d94
* __RCSID()/__COPYRIGHT() police.
...
* Prototypes; fix compiler warnings.
* setlocale(LC_ALL, "") on startup.
* Add XPG4.2 `-H' flag.
1997-07-23 20:08:03 +00:00
mikel
1a90a52019
add explicit return types and prototypes for local functions
...
use __COPYRIGHT and __RCSID macros, fix other gcc -Wall warnings
1997-07-23 05:53:34 +00:00
mikel
3489c99115
RCSid police
1997-07-23 05:51:08 +00:00
mikel
7194732677
nuke duplicate RCSid
1997-07-23 05:47:45 +00:00
mikel
89d7a04e6c
set WARNS?=1, cleanup
1997-07-23 05:44:09 +00:00
mikel
463fe05164
add explicit return types and prototypes for local functions
...
use __COPYRIGHT and __RCSID macros, fix other gcc -Wall warnings
1997-07-23 05:42:55 +00:00
mikel
ecebe74498
provide explicit return type for getpoints(), use __RCSID macro
1997-07-23 05:40:20 +00:00
mikel
de46de4c67
nuke duplicate RCSid, prototype getpoints()
1997-07-23 05:37:59 +00:00
mikel
54bb32d1c5
nuke duplicate RCSid
1997-07-23 05:36:34 +00:00
mrg
bda99ff7a0
find "namespace.h" ...
1997-07-23 03:10:54 +00:00
mrg
64d6e24a6b
find "namespace.h" ...
1997-07-22 11:38:33 +00:00
cgd
2e906b2aaf
quote ${NM} so that multi-word values work right (for some defn of "right")
1997-07-22 05:21:03 +00:00
cgd
dc7e4efc1d
quote ${CC} so that multi-word values work right (for some defn of "right")
1997-07-22 05:20:06 +00:00
phil
992579779c
Add input files to dependency list for ioctl.c build.
1997-07-21 19:29:58 +00:00
lukem
609496986e
fix compile on alpha:
...
* cast all %qd printfs to (long long) [inspired by billc@warped.net ]
* replace sscanf %qd with strtoq() et al
1997-07-21 14:03:48 +00:00
mrg
5941399374
- some KNF.
...
- use __RCSID().
- WARNS=1
1997-07-21 07:04:56 +00:00
mrg
cd53f1ab76
WARNS?=1
1997-07-21 07:03:52 +00:00
mrg
1e987690a8
- some KNF.
...
- use __RCSID().
- WARNS=1
- use swapctl(2), rather than grovelling KVM.
1997-07-21 07:03:15 +00:00
cgd
b41192602c
fix a couple of bogons in the changes to the sed regexps in my previous
...
commit. ("Works Great!!" "More Testing!!!")
1997-07-21 05:37:32 +00:00
cgd
dab9e38937
find the compiler more correctly: if user has set 'CC' use it but expand
...
it to a full path using the user's path, before setting the path used by
the script. If it can't be found, try using the standard path used by the
script to find it (/bin:/usr/bin:/usr/ucb), and if it still can't be
found, exit. If user hasn't set CC, try to use cc, again searched for
via their path, then via the standard path.
Also, clean up regexps used to post-process ${CC} -M output, so that
they work on a wider variety of compilers.
1997-07-20 23:27:09 +00:00
cgd
e765fcae61
find nm more correctly: if user has set 'NM', use it but expand it to a
...
full path using the user's path, before setting the path used by the
script. If it can't be found, try using the standard path used by the
script to find it (/bin:/usr/bin), and if it still can't be found, exit.
If user hasn't set NM, try to use nm, again searched for via their path,
then via the standard path.
1997-07-20 23:25:12 +00:00
christos
a8110bb91b
Add prototype for orcmd.
1997-07-20 20:44:23 +00:00
lukem
076ac8bdc3
Send \r with \n in http requests. Allow "content-length" to be missing.
...
From [bin/3891] by Krister Walfridsson <cato@ulysses.df.lth.se>
1997-07-20 12:49:26 +00:00
lukem
b9d5554d5d
* use RCSID() && COPYRIGHT() macros
...
* cleanup for WARNS=1 (including some ugly '(void)&var' bits wrapped in
#ifdef __GNUC__ to shut up gcc warnings WRT setjmp/longjmp)
* use strtol() instead of atoi(), and more extensively check result of
conversion
* use u_int16_t instead of short or int for TCP port addresses
1997-07-20 09:45:35 +00:00
jonathan
623d454fe0
* Rewrite symbol-remapping code, compatible with mips ECOFF toolchain.
...
* delint for -Wall -Wstrict-prototypes -Wmissing-prototypes.
1997-07-20 03:50:54 +00:00
perry
9aea42ec4e
Change the "overlarge UID/GID truncation" from USHRT_MAX, which might
...
someday exceed 16 bits, to an arbitrary constant that won't.
1997-07-19 22:19:35 +00:00
perry
bccc3d5d81
add -o option -- submitted in pr-1857 by Niklas Hallqvist
1997-07-19 19:47:38 +00:00
perry
4c79cc7435
fix 3884 from SAITOH Masanobu
1997-07-18 23:31:00 +00:00
thorpej
469760f207
- Don't deref bad pointer if domain name isn't set.
...
- Fix compiler warnings.
- KNF.
1997-07-18 07:40:42 +00:00
thorpej
00c02e3e6b
- Fix compiler warnings.
...
- KNF.
1997-07-18 07:05:35 +00:00
thorpej
981a9bdece
- Clean up compiler warnings.
...
- KNF.
1997-07-18 06:16:29 +00:00
phil
84d2fe3f1c
Correct 12am and 12pm to be midnight and noon resprectively.
...
Patch from PR 1743.
1997-07-18 01:09:48 +00:00
phil
e285bfacc1
Add a new example to SYNOPSIS, change the example. This is in response
...
to the fact that the /bin/sh set command always sets the exit status to
0, so testing $? will not help discover if getopt found an error if
getopt is used via "set -- `getopt ....`". (POSIX 1003.2 D11 draft says
that the sh set command must return 0 as the exit status.)
I think that POSIX is wrong or that is is not well enough specified to
allow the result of the set to be the exit status of the getopt. But
considering the sequential nature of execution, the set is done last
and is the "last command" and therefore must be the one to set the exit
status. At least there is a work-around for shell scripts.
1997-07-18 00:18:26 +00:00
phil
3417167725
Add a SYNOPSIS section and document the arguments of -n and -p.
...
Closes PR 1616.
1997-07-17 17:08:34 +00:00
perry
c0274208c2
add -T option to display seconds, from jhawk in pr-1548
1997-07-17 02:36:55 +00:00
augustss
78612a1a5b
Sync with audioio.h changes.
1997-07-16 06:55:27 +00:00
mikel
85a9bc4ee4
xref moncontrol(3) instead of obsolete monitor(3), sort xrefs
1997-07-16 06:51:44 +00:00
mikel
576ed679d4
xref mount(8) not nonexistent mount(1)
1997-07-16 05:43:33 +00:00
mikel
830d7a544f
xref mknod(8) not nonexistent mknod(1), sort xrefs
1997-07-16 04:42:32 +00:00
mark
68401510be
Fixed recognition of NetBSD/arm32 shared libraries and dynamically
...
linked executables.
1997-07-16 02:50:45 +00:00
mark
cdc0d0bd29
Build fdformat on arm32 systems.
1997-07-16 02:43:35 +00:00
veego
6937751466
Sync with the recent changes of the audio variables.
...
s/AUDIO_ENCODING_LINEAR_LE/AUDIO_ENCODING_SLINEAR_LE/
s/AUDIO_ENCODING_LINEAR_BE/AUDIO_ENCODING_SLINEAR_BE/
1997-07-15 18:00:12 +00:00
mikel
dba64a9869
xref getpagesize(3) not obsolete getpagesize(2)
1997-07-15 06:36:29 +00:00
mikel
688f066818
fix bug that kept 'leave NNNN' from working unless NNNN was greater
...
than the current 24-hour time. leave(1) now always uses 12-hour
time and assumes a target time within the next 12 hours, as
specified by the manpage.
1997-07-15 02:31:13 +00:00
mikel
d67f3345cb
set WARNS=1
1997-07-15 02:15:59 +00:00
mikel
87d6b38c6d
use <sys/cdefs.h> copyright & RCSid macros
...
include <unistd.h> for prototypes, reorder #includes, nuke old library
function declarations
add explicit return types and prototypes for local functions
use STDOUT_FILENO instead of manifest constant
initialize variable for gcc -Wuninitialized (marked as such)
1997-07-15 02:14:35 +00:00
mikel
e6f7684f2a
xref getlogin(2) not getlogin(3)
1997-07-14 02:07:10 +00:00
christos
87d111ebee
#if __STDC__ -> #ifdef __STDC__
1997-07-11 20:17:37 +00:00
christos
4507c82bcc
sprintf -> vsprintf
1997-07-11 20:16:01 +00:00
mikel
769693f903
add explicit return types to many functions
...
pull global variable declarations and function prototypes into hexdump.h
add #includes where necessary for prototypes
replace index() with strchr(), const-poison static string vars, etc.
1997-07-11 06:28:26 +00:00
mikel
2064aaafaa
add comparisons to NULL implicit in my last changes
...
compare result of getopt() to -1, not EOF
1997-07-11 03:47:53 +00:00
mikel
3f0dbdf761
xref exit(3) not exit(2)
1997-07-10 07:57:07 +00:00
mikel
fdecd6a253
don't xref obsolete crypt(1)
1997-07-10 07:23:03 +00:00
mikel
e4c3c6ef21
there is no checkeq(1)
1997-07-10 07:14:35 +00:00
mikel
3a5de8f076
kill xref to nonexistent adb(1)
1997-07-10 04:31:37 +00:00
christos
487628a792
Fix memory corruption that was caused by debugging code leftovers.
1997-07-10 00:54:44 +00:00
mikel
1ac5792267
update printf formats to match type of line counts
1997-07-09 05:29:48 +00:00
mikel
70875d29b0
protect more variables against gcc longjmp() clobbering
1997-07-09 05:25:45 +00:00
mikel
f50e8d7409
make matchto() return type explicit
1997-07-09 05:23:36 +00:00
mikel
adaf168e3f
add prototype for incfile()
1997-07-09 05:22:00 +00:00
jtc
4ca4391165
/usr/spool/mail -> /var/mail
1997-07-09 02:53:39 +00:00
phil
a8316bbccd
Fixed bug where long lines (>1023 characters in current implementation)
...
were viewed as multiple lines by both standard input and ~<file.
Closes PR 3463.
1997-07-07 22:57:52 +00:00
phil
133748a721
Don't print "up" if uptime is less than 30 seconds. (uptime rounds
...
to the nearest minute.) Closes PR 2082.
1997-07-07 20:30:08 +00:00
christos
e2d4e7ccc8
PR/3825: David A. Holland: global regexp handling gets stuck in infinite loop.
...
Actually there were two bugs:
- Add REG_NOTBOL after the first substitution.
- Handle the rm_so == rm_eo == 0 case, where in a substitution such
as 's/bzzzt/z*/g' the first time z* matches nothing.
1997-07-07 19:06:17 +00:00
jonathan
34b0d2463d
Re-commit (from non-stale NFS filehandle) with debugging really turned off.
1997-07-07 00:02:16 +00:00
jonathan
25afea2de8
* Delint for gcc -Wall -Wmissing-prototypes -Wstrict-prototypes.
...
* Add an extra 4096 bytes of padding to the end of ECOFF files for
the benefit of dumb TFTP clietns that read entire pages.
1997-07-06 23:57:39 +00:00
christos
03507045bc
Fix compiler warnings.
1997-07-06 19:31:28 +00:00
pk
90e6fb0581
NULL => 0 (from Arne Juul; addendum to PR#3237).
1997-07-04 21:54:06 +00:00
christos
abc99479ba
Fix compiler warnings.
1997-07-04 21:25:16 +00:00
lukem
aaa55367ba
As per discussion with mrg, back out parts of previous change.
...
The appropriate entry in /etc/group as returned by getgrnam() is
used to determine if 'su root' may be permitted, rather than
checking if membership exists in the result of getgroups().
The following changes were made regarding the behaviour of the special
group for 'su root'
* allow for definition of SUGROUP (defaults to "wheel") to override group name.
* use getgrnam(SUGROUP) instead of getgrgid(0).
* only scan getgrnam(SUGROUP)->gr_mem when checking for group membership.
* be more specific as to why 'su root' failed
NOTE: If a user's primary group is SUGROUP, and they're not a member
of SUGROUP in /etc/group, they will not be able to su.
1997-07-02 05:42:11 +00:00
christos
254d64f064
Add WARNS=1
...
RCSID police
1997-07-01 21:17:00 +00:00
christos
a838817b21
Add WARNS=1
1997-07-01 20:49:59 +00:00
mikel
0e938119f9
make usage string match manpage
1997-07-01 06:39:38 +00:00
jtc
b70081bba0
Changed format directive for printing number of blocks from %4ld to
...
%4qd as the st_blocks field is a int64_t. Fixes PR 3814.
1997-06-30 21:26:57 +00:00
christos
c897d730b5
- Cleanup warnings
...
- Move ttymsg to libutil.h
1997-06-29 18:28:18 +00:00
lukem
4a8077f211
Provide a different error message than `invalid url' when an
...
auto-login ftp URL is used when $ftp_proxy is defined. It now prints:
Auto-login using ftp URLs isn't supported when using $ftp_proxy
Should solve rest of [bin/3643].
Whilst this is inconsistant with the behaviour when $ftp_proxy isn't
defined, the following constraints apply:
* it's not possible to support ftp URL auto-login when $ftp_proxy is
defined, since it uses http not ftp, and you can't `login' to http
servers; fudging this would require a major rewrite of ftp anyway)
* silently ignoring $ftp_proxy and not using it if an ftp auto-login
URL is given is bad user interface design)
* mrg & others will harrass me if I remove support for autologin ftp URLs
when $ftp_proxy isn't defined, even though it made the behaviour
consistant whether $ftp_proxy was set or not.
1997-06-29 06:34:50 +00:00
lukem
6840bd89be
Don't leak some information (``you have no s/key'').
...
Only information leaks now are:
* if '-s -s' is used (only allow s/key users, and force s/key use),
then "login incorrect" will be given if a non-s/key user (or
non-existant user) attempts to login; no password will be prompted
for.
XXX: maybe this should be fixed, but further analysis is required.
* an s/key user will be reminded in the "Password" prompt that they
have an s/key. Therefore it would be possible to determine if a user
is active on the machine if they have an s/key.
XXX: maybe an option is required to control this behaviour
1997-06-29 02:38:25 +00:00
tls
a264bd54a1
Fix several bugs in Kerberos support due to an accidental commit months ago of an incomplete version of the code. Now works; also now falls back to 'old' rlogin correctly.
1997-06-28 23:43:36 +00:00
lukem
8d846dbbd1
* Notify of impending password or account expiry (check against
...
_PASSWORD_WARNDAYS from <pwd.h>). For non-root users, enforce expiry when
it happens. From Simon Gerraty <sjg@zen.void.oz.au> in [bin/935].
* Check for group 0 in process's current group membership (as returned by
getgroups(2)), instead of just looking at the entry for wheel in /etc/group.
Based on code by Dan Caresone <dan@oink.geek.com.au> in [bin/792], and
also solves [bin/2466].
* Clean up to pass -Wall
1997-06-27 17:01:53 +00:00
lukem
9c9e83ed7f
use _PASSWORD_WARNDAYS from <pwd.h>
1997-06-27 16:42:22 +00:00
kleink
52a3f39615
POSIX.2 utilities must call setlocale(LC_ALL, "");
1997-06-26 23:18:05 +00:00
kleink
0505614d4e
Fix formatting directives; from SAITOH Masanobu <msaitoh@spa.is.uec.ac.jp>
...
in PR misc/3795.
1997-06-26 20:23:44 +00:00
lukem
5170144fac
Apply [bin/3270] from Simon J. Gerraty <sjg@quick.com.au>, with fixes by me:
...
* if the user has an s/key, provide a reminder in the password prompt
* if '-s' is given once, force a user that has an s/key to use it
* if '-s' is given more than once, only permit s/key logins
1997-06-25 00:15:04 +00:00
mikel
f60c9adfd6
include <string.h> and <unistd.h> for prototypes
1997-06-24 06:18:58 +00:00
lukem
4182cf294c
Add support for -0 (to be used with find -print0); from OpenBSD.
...
Clean up man page a bit.
1997-06-24 00:45:28 +00:00
mrg
586ed80911
install all man pages.
1997-06-23 13:25:41 +00:00
lukem
806ac9275c
Install statically linked, as suggested by mrg@eterna.com.au in [bin/1715].
1997-06-23 12:47:45 +00:00
veego
de140ea979
Move stdio.h before skey.h to get the FILE struct.
1997-06-23 11:19:10 +00:00
mikel
63482e654c
include <skey.h> for skey function prototypes, add parens for gcc -Wall
1997-06-23 01:20:40 +00:00
christos
0dd9a66363
Don't need "md4.h" and "skey.h" -> <skey.h>
1997-06-22 18:51:47 +00:00
christos
f109caff0b
- Don't need extra CFLAGS anymore
...
- Remove skeyinfo.
1997-06-22 18:51:15 +00:00
christos
e4078d59e4
Add skeyinfo
1997-06-22 18:50:33 +00:00
christos
eb3207d9ee
PR/3417: Andrew Brown: Skeyinfo should be a program so that if /etc/skeyskeys
...
is mode 600, it can only read the user's own keys.
1997-06-22 18:49:55 +00:00
christos
f2ad06ea17
Now this is a separate program.
1997-06-22 18:44:37 +00:00
mellon
3921fa8412
Prototype everything, fix RCS Id
1997-06-21 04:41:27 +00:00
lukem
19474db41e
Ensure calendar doesn't go past \0 in a string.
...
From Douglas Crosher <dtc@scrooge.ee.swin.oz.au> in [bin/1018]
1997-06-20 08:11:34 +00:00
christos
1f54dc36dd
Use mkstemp
1997-06-18 19:08:29 +00:00
christos
f8c7b1919f
Kill warnings in skeleton for gcc -Wall
1997-06-18 19:08:05 +00:00
mikel
ddeaf8c1de
fix off-by-one error in malloc() call; from Ted Felix in PR bin/3752.
1997-06-17 07:26:38 +00:00
thorpej
1fb754977a
Need <sys/exec.h> to get stuff that <machine/ecoff_machdep.h> needs.
1997-06-16 22:10:27 +00:00
christos
47af6101e4
- PR/3727: Wolfgang Rupprecht: rsh takes 80% of the cpu
...
- rsh/rcmd combinations don't die sometimes, and spin in poll loops
+ detect errors from read/write etc, don't ignore them in some cases
+ use INFTIM instead of 0 in poll
+ detect invalid file descriptors in poll
+ use varargs/stdarg as appropriate
+ use posix signal calls
+ EWOULDBLOCK -> EAGAIN
1997-06-16 20:54:16 +00:00
jtk
c637244f86
improve (slightly) dense wording in the bugs section
1997-06-16 02:13:46 +00:00
jtk
9ed98415a3
exit with error if extra arguments are left on command line
1997-06-16 02:10:45 +00:00
bouyer
558f2d0ebe
Make this compile again, and add support for ext2fs.
...
Also 2 ufs->ffs conversions in pstat.8.
1997-06-12 07:45:28 +00:00
lukem
3e92284533
* Only print the progress bar when ftp(1) is the foreground progress.
...
Patch from enami tsugutomo <enami@ba2.so-net.or.jp> in [bin/3735].
* Fix punctuation.
1997-06-10 21:59:58 +00:00
lukem
a95a28e4d8
Don't use editing or progress bar if $TERM isn't set or is "dumb". Fixes
...
emacs ange-ftp. Suggested by Todd Miller <Todd.Miller@courtesan.com>,
tested by matt green <mrg@eterna.com.au>
1997-06-10 07:04:43 +00:00
christos
9981dd99c2
Apparently, using _doprnt(_IOREAD) to emulate vsnprintf() on SVR4 *sometimes*
...
core-dumps; use sprintf()+strlen() for now.
1997-06-07 16:42:31 +00:00
christos
702a3f7097
Deal with archive.a(member.o) nodes when expanding .USE dependencies or
...
adding children to .OODATE.
1997-06-07 16:41:09 +00:00
christos
fab62ec0e9
Don't confuse `member' with `target'
1997-06-07 16:39:45 +00:00
jtk
8bd5e0fbf3
remove spurious comma in newstyle structure return case
1997-06-06 17:27:33 +00:00
mrg
66bc7bd651
fix PR#3710, reported by Tatoku Ogaito <tacha@trap.fukui-med.ac.jp>.
...
- don't pass pw->pw_name into functions; make a copy.
1997-06-05 16:10:46 +00:00
mikel
c1c7844b3d
fix typo in SYNOPSIS, nuke duplicate RCSid
1997-06-05 06:35:24 +00:00
leo
bafe3a5dcf
Use MACHINE instead of MACHINE_ARCH to make fdformat on the atari.
1997-06-04 13:54:08 +00:00
mikel
b606e6941b
fix some minor macro usage and other bugs; some from Saitoh Masanobu
...
in PR misc/3656, others by myself.
1997-06-03 06:31:20 +00:00
mycroft
eed746a9eb
Don't interpret _POSIX_VDISABLE as a special character.
1997-06-03 01:51:43 +00:00
mrg
701a388310
rsh is not setuid anymore.
1997-06-02 11:58:13 +00:00
mrg
32b4c34ed2
rcmd(1) does not use argv[0] for hostname, like rsh does.
...
apply patch for pr#3695 from <hannken@ppp-jhi.eis.cs.tu-bs.de>.
1997-06-02 11:57:23 +00:00
kleink
86d80fb61d
Determine characters to be swallowed by means of locale and ctype.
...
This addresses PR/3693 from Jaromir Dolecek <dolecek@moria.ics.muni.cz> but
does not really fix it, as the new ctype package has yet to be integrated.
1997-05-31 15:13:49 +00:00
cgd
c917dfb5b2
Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree:
...
.Dd is supposed to be invoked like:
.Dd month day, year
e.g. ".Dd January 25, 1989", rather than:
.Dd "month day, year"
which is what these pages did.
1997-05-29 01:48:05 +00:00
pk
3552d54978
Erase spurious character.
1997-05-26 23:07:31 +00:00
pk
7abb0d066d
Minor formatting glitch.
1997-05-26 21:04:28 +00:00
mrg
bf96b282ae
rdist is no longer setuid root.
1997-05-26 14:30:47 +00:00
mrg
04bd3838df
add bits to allow this to be compiled as rcmd.
1997-05-26 14:29:36 +00:00
cjs
c2f4b90a72
PR 3666 from Thorsten Frueauf <frueauf@ira.uka.de>
...
Fix formatting.
1997-05-25 03:52:45 +00:00
lukem
8b0030a6fc
Simplify NLST parsing code in complete_remote(); just basename each of
...
the returned names! Fixes parsing problems caused by the differences
between NLST output on BSD, Solaris, and Windows NT.
1997-05-24 16:34:30 +00:00
jtc
8fd3f56f2c
Use the new getmaxx and getmaxy macros instead of directly accessing
...
the private fields of WINDOW.
1997-05-24 00:48:24 +00:00
lukem
c04e79d154
url_get(): use origline in some messages, simplifying them, and free up copy
...
of origline before returning. also, previous commit (fix for [bin/3643]) was
inspired by suggested fix in said PR by Alan Barrett <apb@iafrica.com>.
1997-05-23 18:54:18 +00:00
lukem
7cb8cd9611
Actually report why certain URLs are invalid, rather than just exit
...
with a non-zero exit code. fixes most of [bin/3643].
1997-05-23 18:42:36 +00:00
augustss
f02b371b53
Improve printing of values when changing a variable.
1997-05-23 17:55:29 +00:00
christos
aef7001870
PR/3660: Dave Huang: Fix formatting misalignments in appletalk
...
PR/3659: Dave Huang: Fix PCB reporting in appletalk
1997-05-22 17:21:26 +00:00
augustss
72a30783f7
Fix pasto.
1997-05-21 22:25:13 +00:00
lukem
c3d0010341
remove use of register.
1997-05-21 02:20:15 +00:00
lukem
9f26a55f84
* free up returned data if yp_master() or yp_match() failed
...
* simplify two case 'switch'es into 'if' statements
1997-05-21 02:19:06 +00:00
lukem
43b1f9b62a
* free up data after a failed yp_match()
...
* simplify a two case switch into an if statement...
* remove use of register
1997-05-21 02:09:51 +00:00
mycroft
c19bda7d4c
Check the .PHONY attribute...
1997-05-20 22:53:30 +00:00
augustss
677762bbed
Fix bugs when recording source is a set.
1997-05-19 17:32:07 +00:00
augustss
3f516911f6
Fix some buglets and clean up a little.
1997-05-19 16:32:54 +00:00
kleink
85793595bf
Fix lossage revealed by the recent `lseek() vs. negative offsets' changes;
...
from John F. Woods <jfw@jfwhome.funhouse.com> in PR/3634.
1997-05-19 10:01:52 +00:00
mycroft
79bc5bb41f
Use inet_aton(3) rather than inet_addr(3).
1997-05-19 03:44:43 +00:00
mjacob
9c69077919
Macro expansion of shell metacharacters did not occur for me. I made
...
a :sh variable to get the list of magic files instead.
1997-05-17 21:15:35 +00:00
pk
62972ee658
* NULL => 0 (Arne Juul; PR#3629)
...
* Nuke spacoids.
1997-05-17 20:26:47 +00:00
pk
4e8f3bc55c
* NULL => 0 (Arne Juul; PR#3629)
...
* Use braces in initializers.
1997-05-17 20:24:26 +00:00
pk
b55c3729fe
NULL => 0 (Arne Juul; PR#3629)
1997-05-17 20:09:26 +00:00
pk
e6d7c2dd4e
* NULL => 0 (Arne Juul; PR#3629)
...
* Insert prototypes.
1997-05-17 20:06:57 +00:00
pk
f890b048ac
NULL => 0 (Arne Juul; PR#3629)
1997-05-17 19:47:50 +00:00
pk
585a85d3d0
* NULL => 0 (Arne Juul; PR#3629)
...
* Nuke spacoids
1997-05-17 19:46:27 +00:00
pk
f6d87734a6
NULL => 0 (Arne Juul; PR#3629)
1997-05-17 19:40:47 +00:00
jtk
f0cba0dcb5
MIPS RS3000 should be R3000
1997-05-17 12:36:22 +00:00
augustss
240af559df
Add HISTORY section.
1997-05-15 16:38:34 +00:00
veego
cb2070d1b6
Replace the clean target with a CLEANFILES+= line
1997-05-15 10:08:47 +00:00
gwr
3ec69570ea
Change .PATH.c to .PATH (another one I missed)
1997-05-14 15:57:07 +00:00
mellon
6aaccda600
DC is not a user-settable variable, but was being partially confused with one
1997-05-14 00:20:01 +00:00
gwr
7616209210
Change .PATH.c back to .PATH (missed this one)
1997-05-13 23:48:31 +00:00
augustss
9d5e7c9a4c
Add audio utility programs.
...
The audio device can be inspected and changed by audioctl,
and the mixer device by mixerctl. The command syntax was
inspired by sysctl.
1997-05-13 17:35:50 +00:00
mikel
d42ad5411c
don't try to ignore invalid signal; fixes PR bin/2901.
1997-05-13 06:48:42 +00:00
mikel
254cb6fdc9
fix some potential buffer overflows, and other cleanup.
1997-05-13 06:15:52 +00:00
mikel
b674a8fd0e
fix typos noted by Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp>.
1997-05-13 04:15:06 +00:00
lukem
808ec252ad
don't print -ve ETA if file size has grown. noticed by hpeyerl@netbsd.org
1997-05-12 11:41:13 +00:00
mikel
90842c1ab1
xref sigaction(2), not obsolete sigvec(2).
1997-05-12 08:03:28 +00:00
mikel
fdae96ca39
fix a typo, noted by SAITOH Masanobu in PR misc/3599.
...
while I'm here, fix some other nits.
1997-05-11 07:22:35 +00:00
mycroft
2d4fff450e
Add another .PHONY.
1997-05-10 14:30:38 +00:00
mycroft
70f7fd1f59
Hack to work around compiler bug for now.
1997-05-09 18:07:23 +00:00
christos
041c0c5158
Change the way curdir is handled [this started at the previous version]...
...
Instead of adding it in .PATH, handle it specially the same way as "." is
handled.
1997-05-09 17:05:59 +00:00
mycroft
caabb7f9be
Clean up these Makefiles some more.
1997-05-09 15:04:03 +00:00
mycroft
ed67bf81a0
Use DPSRCS.
1997-05-09 13:28:39 +00:00
mycroft
cbd2582f5b
Make these work again.
1997-05-09 12:38:30 +00:00
mycroft
cc4a1553a1
Eliminate bogus redefinitions of standard targets.
1997-05-09 07:50:03 +00:00
mycroft
f88245a571
Make sure to propagate OP_PHONY to all cohorts that already existed.
1997-05-09 04:08:26 +00:00
mycroft
8aed472136
Fix description of .NOPATH.
1997-05-08 22:34:34 +00:00
gwr
bf6930a26c
Add the new .NOPATH feature which can be used to disable .PATH search
...
for particular targets, i.e. .depend, objects, etc. (from Christos).
1997-05-08 21:24:41 +00:00
gwr
10e180cc49
Back out the .PATH.c changes. The .depend problem (and others)
...
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00
cjs
90423c173a
If the -m option is used, make will check for the existence of the
...
directory specified, and add it to sysIncPath only if it exists.
However, afterwards make tested for the presence of a -m option by
checking to see if sysIncPath was an empty list, and assumed that
the -m option was not used if it was empty. This obviously breaks
if -m specified a non-existent directory. So I have added a flag
that is set if the -m option is used, and I test that instead.
1997-05-08 05:19:46 +00:00
mrg
ca4f633f80
ensure strncpy() is nul terminated.
1997-05-07 16:35:34 +00:00
mycroft
9091c8c59a
Clean up the proginstall hacks a little.
1997-05-07 16:06:00 +00:00
mycroft
6e0450c70f
Use proginstall:: to disable installing PROG.
1997-05-07 15:59:08 +00:00
mycroft
01925a4fb0
Copy the .PHONY attribute to the cohorts of a double dependency.
1997-05-07 13:12:33 +00:00