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