aboutsummaryrefslogtreecommitdiff
path: root/libexec/atrun/atrun.c
Commit message (Expand)AuthorAgeFilesLines
* Add PAM support to atrun(8).Yaroslav Tykhiy2007-06-151-8/+33
* Actually use new features of perr() and perrx().Yaroslav Tykhiy2007-06-151-44/+33
* Make perr() variadic and add perrx() to use in cases whereYaroslav Tykhiy2007-06-151-4/+30
* Use a single setusercontext(3) instead of a bunch of basic syscalls.Yaroslav Tykhiy2007-06-141-0/+25
* Spotted another copy of the loony error message.Yaroslav Tykhiy2007-06-141-1/+1
* Fix an error message that was beside the point.Yaroslav Tykhiy2007-06-141-1/+1
* Fix a typical off-by-one error that can result in an unterminated string:Yaroslav Tykhiy2007-06-141-1/+1
* Don't be sexist - fix a typo.Ceri Davies2005-12-301-1/+1
* Fix a few cases that relied on 'implicit int' (constraint violation in C99).Stefan Farfeleder2004-07-111-1/+1
* o Eliminate __PWarner Losh2002-02-031-3/+3
* by by -> byKris Kennaway2001-07-231-1/+1
* Don't hard-code a buffer sizeKris Kennaway2000-11-261-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed printf format errors.Bruce Evans1998-08-021-5/+5
* Cosmetic in error strings. Sort Xrefs. Add usage (with syslog capability).Philippe Charnier1997-11-201-42/+51
* Do setlogin() before changing uid/gid, sinceDima Ruban1997-09-081-11/+17
* Submitted by: Philippe Charnier <charnier@xp11.frmug.org>David Nugent1997-04-121-7/+14
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Check for expired passwords before allowing access to the system.Mike Pritchard1995-08-281-1/+10
* Upgrade to 2.9Andrey A. Chernov1995-08-211-66/+106
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-11/+11
* Add some useful sendmail optionsAndrey A. Chernov1995-04-121-1/+2
* Upgrade.Andrey A. Chernov1995-04-121-233/+335
* Added the Linux atrun command as hacked by Chris Demetriou for NetBSD.Nate Williams1994-01-051-0/+327