Age | Commit message (Expand) | Author |
2003-02-13 | Fix loop invariants in rmremote(). Reported by Arne Woerner in PR | Todd C. Miller |
2003-02-09 | typos; | Jason McIntyre |
2003-01-06 | Typo: s/to be use if/to be used if/ s/Standford/Stanford/ | Chad Loder |
2002-12-08 | GNU semantics say that if optstring begins with '-' then | Todd C. Miller |
2002-09-06 | use more socklen_t; pvalchev | Theo de Raadt |
2002-07-27 | merge if() and foo = snprintf checks better; millert ok | Theo de Raadt |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt |
2002-06-19 | stretch some ugly while(); | Theo de Raadt |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-13 | Fixed some lpd bugs while on the plane from Calgary: | Todd C. Miller |
2002-06-11 | lprm needs to be setuid daemon after all | Todd C. Miller |
2002-06-09 | Better fix for correct queue printing when things have been moved around. | Todd C. Miller |
2002-06-09 | Don't print jobs in transit to a remote queue as being "active" | Todd C. Miller |
2002-06-09 | Convert remaining K&R function headers to ANSI | Todd C. Miller |
2002-06-09 | o Kill "garbage" global (unused) | Todd C. Miller |
2002-06-08 | o Replace some hard-coded octal constants w/ S_I* | Todd C. Miller |
2002-06-08 | use the dirfd macro instead of reaching into the DIR and pulling out dd_fd | Todd C. Miller |
2002-06-08 | make this actually compile | Todd C. Miller |
2002-06-08 | Force lpd socket to be mode 0660, group daemon | Todd C. Miller |
2002-06-08 | Remove some debugging code | Todd C. Miller |
2002-06-08 | Remove setuid root from lp*. lpr needs to be setuid daemon so the | Todd C. Miller |
2002-05-28 | Repair remote printing; maxfd was not set correctly for remote connections. | Todd C. Miller |
2002-05-28 | Remove useless sigaddset() | Todd C. Miller |
2002-05-22 | unlink lpd.pid if killed by a signal | Todd C. Miller |
2002-05-22 | Use O_EXLOCK in open() instead of flock() to eliminate a potential locking | Todd C. Miller |
2002-05-20 | Pull in useful bits from NetBSD and make our lp* easier to diff and | Todd C. Miller |
2002-05-18 | Update paths from 4.3BSD to 4.4BSD; partially from NetBSD | Todd C. Miller |
2002-02-24 | getc, getchar, etc return an int, not a char | Peter Valchev |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin |
2002-01-21 | s/deamon/daemon/ | Theo de Raadt |
2002-01-07 | Revert local changes that should not have been committed | Todd C. Miller |
2002-01-07 | To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN | Todd C. Miller |
2001-12-06 | use err/warn and friends instead of printf/exit. | Eric Jackson |
2001-11-27 | Fix check for '/' in cf file and change the check for '/' in df file | Todd C. Miller |
2001-11-23 | use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hack | Theo de Raadt |
2001-11-19 | only slight fixes needed in signal handlers | Theo de Raadt |
2001-11-19 | use _exit in signal handler | Theo de Raadt |
2001-11-01 | displayq to honor the terminal width; millert@ ok | Michael Shalayeff |
2001-10-29 | MacOS 10.1 lpr clients send a format character of "o" to indicate postscript;... | Theo de Raadt |
2001-09-19 | occured->occurred | Mike Pechkin |
2001-09-05 | do not select(20, ...) | Theo de Raadt |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2001-08-30 | When using dup2() to make a socket be stdout, first check that it | Todd C. Miller |
2001-08-30 | o kill register | Todd C. Miller |
2001-08-30 | Better buffer lengths (MAXFOO and FOO_MAX) based on a patch from | Todd C. Miller |
2001-08-30 | Use NAME_MAX, not MAXPATHLEN for buffer sizes since they are not | Todd C. Miller |
2001-08-29 | Fix buffer oflow reading from queue file. While we are at it, crank | Todd C. Miller |