Ed Schouten
f195f6269e
Don't use UT_NAMESIZE here to determine the maximum username length.
2009-12-25 10:30:54 +00:00
Ruslan Ermilov
0376869747
Fixed static linkage (build with -DNO_SHARED).
...
Approved by: re (kensmith)
2007-10-01 18:17:24 +00:00
Yaroslav Tykhiy
54dd7f5c36
Note PAM support in atrun(8).
...
Sort FILES section while there.
Touch document date.
2007-06-17 14:02:31 +00:00
Yaroslav Tykhiy
553284d74a
Add PAM support to atrun(8).
2007-06-15 12:02:16 +00:00
Yaroslav Tykhiy
858d347f2f
Actually use new features of perr() and perrx().
2007-06-15 10:34:36 +00:00
Yaroslav Tykhiy
657acd1063
Catch up with perr() becoming variadic.
2007-06-15 10:12:37 +00:00
Yaroslav Tykhiy
287303f0ea
Make perr() variadic and add perrx() to use in cases where
...
errno is irrelevant. Some code duplication can be reduced
if perr() is variadic and perrx() is available.
2007-06-15 10:10:40 +00:00
Yaroslav Tykhiy
1add474291
Use a single setusercontext(3) instead of a bunch of basic syscalls.
...
Besides aesthetic benefits, that makes at(1) jobs subject to such
login.conf(5) settings as resource limits.
2007-06-14 22:16:21 +00:00
Yaroslav Tykhiy
b53756d2fe
Spotted another copy of the loony error message.
2007-06-14 21:24:05 +00:00
Yaroslav Tykhiy
ff86050785
Fix an error message that was beside the point.
2007-06-14 15:18:44 +00:00
Yaroslav Tykhiy
7a855803b9
Fix a typical off-by-one error that can result in an unterminated string:
...
strncpy(dst, src, sizeof(dst));
by substituting the safer strlcpy() for strncpy().
X-Security: none (the source string isn't user-supplied)
2007-06-14 14:44:04 +00:00
Ceri Davies
830dab99f0
Don't be sexist - fix a typo.
2005-12-30 17:59:23 +00:00
Stefan Farfeleder
70c3c978b9
Fix a few cases that relied on 'implicit int' (constraint violation in C99).
2004-07-11 17:37:33 +00:00
Ruslan Ermilov
d37ea99837
Removed trailing whitespace.
2004-07-02 19:07:33 +00:00
Ruslan Ermilov
facc67676f
mdoc(7) police: Deal with self-xrefs.
2002-12-24 13:41:48 +00:00
Kris Kennaway
9357f4121d
Lock down with WFORMAT?=1, with overrides in the subdirectories which
...
are not yet warning-clean. Tested on i386 and alpha.
2002-02-04 02:33:51 +00:00
Warner Losh
e4bc453cc2
o Eliminate __P
...
o Use new-style function definitions
o remove some !__STDC__ code
o eliminate register
2002-02-03 15:53:02 +00:00
Kris Kennaway
3697d3f8ca
by by -> by
...
Obtained from: OpenBSD
MFC After: 1 week
2001-07-23 11:00:31 +00:00
Ruslan Ermilov
0efe23d669
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:49:54 +00:00
Ruslan Ermilov
e5b5c66bca
- Backout botched attempt to intoduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:22:12 +00:00
Ruslan Ermilov
0414fc4dd0
Don't use MANDEPEND and MANSRC.
2001-03-26 07:28:26 +00:00
Ruslan Ermilov
020ee2dc9f
Set the default manual section for libexec/ to 8.
2001-03-20 18:10:13 +00:00
Ruslan Ermilov
d0353b836e
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
Ruslan Ermilov
ed40311694
mdoc(7) police: removed history info from the .Os FreeBSD call.
2000-12-14 11:52:05 +00:00
Kris Kennaway
18fdc5893a
Don't hard-code a buffer size
2000-11-26 10:05:06 +00:00
Bruce Evans
86f792b120
Don't uselessly set MANDEPEND (it isn't used in this Makefile, and isn't
...
really used in bsd.man.mk).
Don't uselessly set MANSRC ("." is in the path by default, and there are
no ordering problems).
Fixed some other style bugs.
2000-05-15 15:01:13 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Bill Fenner
13ca3c01ec
Clean up some .Os macro uses: quotes are not needed, multiple arguments
...
don't really work if the first one isn't "FreeBSD", and "FreeBSD-Experimental"
isn't an OS name.
1999-02-15 08:34:14 +00:00
Bruce Evans
bb6ae0a4a9
Fixed printf format errors.
1998-08-02 16:44:18 +00:00
Joseph Koshy
d1428a91eb
Clean up grammar. Provide proper pathnames for spool directories.
...
Document dependency on current load average for starting new batch jobs.
PR: 7109
1998-07-01 05:47:58 +00:00
Philippe Charnier
864b6b6e0a
Cosmetic in error strings. Sort Xrefs. Add usage (with syslog capability).
1997-11-20 07:21:55 +00:00
Dima Ruban
8fad2d7e99
Do setlogin() before changing uid/gid, since
...
`at/batch' requires this.
Obtained from: me && OpenBSD
1997-09-08 23:39:48 +00:00
David Nugent
c4c1e98233
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
...
Fixes name size limitation (was hardcoded to 8).
Closes PR#3258
1997-04-12 01:04:50 +00:00
Warner Losh
91477cc4d7
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-28 15:48:21 +00:00
Peter Wemm
9e522f7a18
Revert $FreeBSD$ to $Id$
1997-02-22 14:22:49 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Wolfram Schneider
148531ef1e
add forgotten $Id$
1996-09-22 21:56:57 +00:00
Peter Wemm
a5b996a7ec
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
Andrey A. Chernov
bb22b34ecd
Fix ${.CURDIR} misspelling
1995-08-29 13:42:52 +00:00
Mike Pritchard
ae532ecb79
Check for expired passwords before allowing access to the system.
1995-08-28 21:30:59 +00:00
Andrey A. Chernov
ddcf802236
Upgrade to 2.9
1995-08-21 12:34:18 +00:00
Rodney W. Grimes
6c06b4e2aa
Remove trailing whitespace.
1995-05-30 05:51:47 +00:00
Andrey A. Chernov
4f7ac4bd57
Add some useful sendmail options
1995-04-12 19:21:43 +00:00
Andrey A. Chernov
c70e5825aa
Upgrade.
...
Close security holes reported.
1995-04-12 02:52:21 +00:00
Nate Williams
31098bd48f
Modified Os string to be FreeBSD instead of NetBSD
1994-01-05 01:03:58 +00:00
Nate Williams
b89d17b245
Added the Linux atrun command as hacked by Chris Demetriou for NetBSD.
1994-01-05 01:03:02 +00:00