summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr (follow)
Commit message (Expand)AuthorAgeFilesLines
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-232-8/+8
* correct Research Unix edition "appeared in" use in HISTORYjsg2020-02-082-6/+6
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-033-15/+15
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-265-12/+8
* Avoid overflow/truncation during string->integer converion by eliminatingguenther2017-09-201-13/+9
* fix the remaining cases of .Xr with only one argumentschwarze2016-12-281-5/+3
* Fix printf of NULL for the FILTERERR case when the tempfile is emptymillert2016-11-221-2/+2
* simplify previous; ok bentleyjmc2016-03-171-2/+1
* Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.bentley2016-03-172-12/+20
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-2/+2
* Move ckqueue() to common_source/common.cjca2016-02-294-61/+34
* Fix ghastly whitespace. From Chris Bennetttb2016-02-281-93/+92
* Remove code that has been disabled for almost 20 years:tb2016-01-291-39/+1
* Fix typo in comment. From Chris Bennett, thanks!tb2016-01-271-2/+2
* Move prototypes of local functions from lp.h to the .c files and maketb2016-01-125-57/+65
* build all lpr tools with -Werror-implicit-function-declarationbenno2015-12-284-4/+8
* Remove NULL-check before free().mmcc2015-12-191-3/+2
* no more pac;jmc2015-11-171-4/+3
* off to the bitbucket in the skyderaadt2015-11-177-758/+2
* replace setbuf with setvbuf, from Frederic Nowaktedu2015-11-041-2/+2
* Remove support for lpd.pid file. OK deraadt@millert2015-10-284-51/+24
* Use AF_UNIX instead of AF_LOCAL.millert2015-10-272-7/+7
* Userspace doesn't need to use SUN_LEN(): connect() and bind() must acceptguenther2015-10-112-4/+4
* unbreak tree.deraadt2015-09-291-0/+250
* Replace call to __ivaliduser_sa() with a pared down version thatmillert2015-09-293-10/+8
* add missing .Ar macrosschwarze2015-09-121-4/+4
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-204-11/+11
* clean up flags++ instances around getopt()deraadt2015-02-095-18/+18
* Replace <sys/param.h> with <limits.h>deraadt2015-01-161-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-1616-43/+45
* Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@millert2014-12-161-3/+3
* Nuke more obvious #include duplications.krw2014-11-181-2/+1
* use nanosleep() instead of select(); ok jsingderaadt2014-11-021-4/+4
* Remove chunk special-casing malloc(siz) for realloc(NULL, siz). Bitderaadt2014-10-171-17/+11
* reallocarray() obviouslyderaadt2014-10-161-5/+4
* Userland reallocarray() audit.doug2014-10-111-2/+2
* Make sure the correct errno is reported by warn* or err* and notguenther2014-07-201-2/+3
* The hosts.lpd file must exist, or no permission is granted. Change thederaadt2014-07-121-3/+4
* stat(2) on the spool file needs privileges. Fixes file size reported bypascal2014-05-211-2/+6
* Use errc/warnc to simplify code.guenther2014-05-201-2/+2
* Prevent lpd(8) from looking into hosts.equiv.ajacoutot2014-04-203-22/+6
* clarify a bit about hosts.lpdtedu2014-04-201-4/+6
* remove hosts.equiv xrtedu2014-04-191-6/+3
* Fix remote printing; broken in rev 1.50. OK guenther@ stsp@millert2014-02-071-1/+5
* Fixed typo in error message.tobias2014-01-221-2/+2
* fix a leakjsg2014-01-221-1/+3
* Use SEEK_SET instead of hardcoded 0.tobias2014-01-201-2/+2
* Fix race condition during symlink check. If there was no symbolic linktobias2014-01-201-25/+48
* Fix fd leaks when fd < 0 or flock() fails. Original diff fromkrw2013-12-291-2/+7
* Remove the printcap fc, fs, xc, xs capabilities from lpd that were usednaddy2013-12-106-345/+6