summaryrefslogtreecommitdiffstats
path: root/libexec/atrun
Commit message (Collapse)AuthorAgeFilesLines
* Make WARNS=6 the default for libexec/.ed2010-01-021-0/+2
| | | | | | | | | | | | | | | Just like bin/ and sbin/, I think setting WARNS to the highest value possible will make it more attractive for people to fix warnings. - The WARNS variable is set in the Makefile in the directory of the application itself, making it more likely that it will be removed out of curiosity to see what happens. - New applications will most likely build with WARNS=6 out of the box, because the author would more likely fix the warnings during development than lower WARNS. Unfortunately almost all apps in libexec require a lowered value of WARNS.
* Don't use UT_NAMESIZE here to determine the maximum username length.ed2009-12-251-9/+2
|
* Fixed static linkage (build with -DNO_SHARED).ru2007-10-011-1/+1
| | | | Approved by: re (kensmith)
* Note PAM support in atrun(8).yar2007-06-171-4/+17
| | | | | Sort FILES section while there. Touch document date.
* Add PAM support to atrun(8).yar2007-06-152-11/+36
|
* Actually use new features of perr() and perrx().yar2007-06-151-44/+33
|
* Catch up with perr() becoming variadic.yar2007-06-151-1/+1
|
* Make perr() variadic and add perrx() to use in cases whereyar2007-06-151-4/+30
| | | | | errno is irrelevant. Some code duplication can be reduced if perr() is variadic and perrx() is available.
* Use a single setusercontext(3) instead of a bunch of basic syscalls.yar2007-06-142-0/+29
| | | | | Besides aesthetic benefits, that makes at(1) jobs subject to such login.conf(5) settings as resource limits.
* Spotted another copy of the loony error message.yar2007-06-141-1/+1
|
* Fix an error message that was beside the point.yar2007-06-141-1/+1
|
* Fix a typical off-by-one error that can result in an unterminated string:yar2007-06-141-1/+1
| | | | | | | | strncpy(dst, src, sizeof(dst)); by substituting the safer strlcpy() for strncpy(). X-Security: none (the source string isn't user-supplied)
* Don't be sexist - fix a typo.ceri2005-12-301-1/+1
|
* Fix a few cases that relied on 'implicit int' (constraint violation in C99).stefanf2004-07-111-1/+1
|
* Removed trailing whitespace.ru2004-07-021-4/+4
|
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
|
* Lock down with WFORMAT?=1, with overrides in the subdirectories whichkris2002-02-041-0/+1
| | | | are not yet warning-clean. Tested on i386 and alpha.
* o Eliminate __Pimp2002-02-031-3/+3
| | | | | | o Use new-style function definitions o remove some !__STDC__ code o eliminate register
* by by -> bykris2001-07-231-1/+1
| | | | | Obtained from: OpenBSD MFC After: 1 week
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-4/+5
| | | | - MAN[1-9] -> MAN.
* Don't use MANDEPEND and MANSRC.ru2001-03-261-0/+1
|
* Set the default manual section for libexec/ to 8.ru2001-03-201-3/+2
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+3
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
|
* Don't hard-code a buffer sizekris2000-11-261-1/+2
|
* Don't uselessly set MANDEPEND (it isn't used in this Makefile, and isn'tbde2000-05-151-9/+7
| | | | | | | | | 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.
* $Id$ -> $FreeBSD$peter1999-08-286-6/+6
|
* Clean up some .Os macro uses: quotes are not needed, multiple argumentsfenner1999-02-151-2/+2
| | | | | don't really work if the first one isn't "FreeBSD", and "FreeBSD-Experimental" isn't an OS name.
* Fixed printf format errors.bde1998-08-021-5/+5
|
* Clean up grammar. Provide proper pathnames for spool directories.jkoshy1998-07-011-13/+15
| | | | | | Document dependency on current load average for starting new batch jobs. PR: 7109
* Cosmetic in error strings. Sort Xrefs. Add usage (with syslog capability).charnier1997-11-203-55/+67
|
* Do setlogin() before changing uid/gid, sincedima1997-09-081-11/+17
| | | | | | `at/batch' requires this. Obtained from: me && OpenBSD
* Submitted by: Philippe Charnier <charnier@xp11.frmug.org>davidn1997-04-121-7/+14
| | | | | Fixes name size limitation (was hardcoded to 8). Closes PR#3258
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-226-6/+6
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-146-6/+6
| | | | | | | | 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.
* add forgotten $Id$wosch1996-09-221-0/+2
|
* recording cvs-1.6 file deathpeter1995-12-302-110/+0
|
* Fix ${.CURDIR} misspellingache1995-08-291-2/+2
|
* Check for expired passwords before allowing access to the system.mpp1995-08-281-1/+10
|
* Upgrade to 2.9ache1995-08-215-68/+236
|
* Remove trailing whitespace.rgrimes1995-05-301-11/+11
|
* Add some useful sendmail optionsache1995-04-121-1/+2
|
* Upgrade.ache1995-04-123-239/+419
| | | | Close security holes reported.
* Modified Os string to be FreeBSD instead of NetBSDnate1994-01-051-2/+2
|
* Added the Linux atrun command as hacked by Chris Demetriou for NetBSD.nate1994-01-054-0/+450
OpenPOWER on IntegriCloud