Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-03 | spaces | Kevin Steves | |
2008-09-02 | be more careful in checking disk space; ok millert | Theo de Raadt | |
2008-05-26 | cgetstr(3) can also return 2 so handle that. Also restructre things a bit | Otto Moerbeek | |
to get rid of the flag var. ok deraadt@ fgsch@ | |||
2008-05-22 | Comparing string literals does not work as the author expected. | Otto Moerbeek | |
From Adam Majer (debian maintaner); looks correct fgs@ | |||
2008-04-15 | - make it clear that hosts.lpd follows the same syntax that hosts.equiv(5) | Antoine Jacoutot | |
inputs from jmc@ "looks ok" beck@ (similar older diff), "fine by me" jmc@ | |||
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann | |
OK joris@, otto@ | |||
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-05 | remove code for -W, argument now a no-op; ok millert@ | Kevin Steves | |
2007-05-03 | Deprecate the -W flag; it has been the default for years now. | Todd C. Miller | |
Joint effort with stevesk@ and jmc@ | |||
2007-05-01 | remove #ifndef SUN_LEN; ok millert@ | Kevin Steves | |
2007-05-01 | use warn() vs. perror() for consistency; ok millert@ | Kevin Steves | |
2007-04-08 | I have an HP LaserJet (P2015dn) whose LPR implementation may not end | Kevin Steves | |
the send queue state command stream with '\n'; check for this case and print '\n' if needed. Without this you may see something like: $ lpq queue empty$ ok millert@ | |||
2007-04-07 | KNF, spaces; ok millert@ | Kevin Steves | |
2007-04-07 | trailing "\n" not needed in fatal(); ok millert@ | Kevin Steves | |
2007-03-16 | remove unused variable; ok millert@ | Kevin Steves | |
2007-03-13 | typos in comments; ok millert@ | Kevin Steves | |
2007-03-06 | tidy up synopsis, usage(), and options list; from Igor Sobrado | Jason McIntyre | |
2007-02-16 | sort options; from Igor Sobrado | Jason McIntyre | |
2007-02-16 | sync synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-16 | sort options and sync usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-12 | kill extra word; | Jason McIntyre | |
2006-12-11 | rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from ↵ | Theo de Raadt | |
Tamas TEVESZ; ok millert | |||
2006-10-11 | use SEEK_SET; chl@tuxfamily.org | Theo de Raadt | |
2006-04-08 | Plug memory leak when nitems == 0. | Ray Lai | |
From NetBSD from Coverity CID 1752. OK jaredy@ | |||
2005-11-12 | use asprintf instead; dhill@mindcry.org | Theo de Raadt | |
2005-07-17 | document that clients need dns entries; | Jason McIntyre | |
from martin crossley, pr #4293; ok krw@, millert@ | |||
2005-04-28 | add vsnprintf error checking. ok cloder@ millert@ | Moritz Jodeit | |
2005-03-25 | Use the return value from getopt() instead of optopt in non-error | Jared Yanovich | |
cases since optopt is not set in these cases, and it is not required by POSIX that it should be. ok millert otto | |||
2004-12-16 | default wait time for dead server connection is 300 seconds, not 120. | Moritz Jodeit | |
ok millert@, henning@ | |||
2004-11-17 | NI_WITHSCOPEID is no more. | Jun-ichiro itojun Hagino | |
2004-09-30 | Avoid a segfault if only whitespace characters are entered at the | Todd C. Miller | |
lpc> prompt and fix an off by one when splitting a line into an argument vector. Based on a patch from Patrick Latifi. OK otto@ | |||
2004-09-28 | Simpler loop to free queue items. OK otto@ | Todd C. Miller | |
2004-09-28 | Fix leaks in error paths. from Patrick Latifi. ok millert@ | Otto Moerbeek | |
2004-05-10 | Do not always print banner page. | Otto Moerbeek | |
ok henning@ millert@ | |||
2004-04-14 | Pass the job name to the input filter via the -j flag. Some filters | Todd C. Miller | |
(like foomatic) expect to be able to pass information from lpr via the job name. OK beck@ | |||
2004-04-13 | Treat 'o' format files (PostScript) from MacOS 10.1 the same as 'l', | Todd C. Miller | |
not 'f', since PostScript can contain binary data. From FreeBSD. | |||
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell | |
handler below. millert@ ok | |||
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-10-16 | safer realloc. deraadt ok | Jun-ichiro itojun Hagino | |
2003-09-26 | realloc fixes; ok deraadt millert | Peter Valchev | |
2003-09-03 | plug mem leaks, pr3425 from patrick latifi. ok deraadt@ | Ted Unangst | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-19 | No longer complain about printing a.out files; this sort of detection really | Paul Janzen | |
belongs in lpd filters. | |||
2003-05-13 | Don't reformat output beyond a minimum terminal width (60). | Paul Janzen | |
millert@ ok | |||
2003-05-12 | Do vis()-cleaning when displaying the print queue. | Paul Janzen | |
ok deraadt@, ian@ | |||
2003-04-07 | kill last strcpy; ok millert | Theo de Raadt | |
2003-04-05 | trivial strlcat, tedu@ ok | Anil Madhavapeddy | |