Age | Commit message (Expand) | Author |
2003-04-03 | Sync with my sudo cvs repo: | Todd C. Miller |
2003-04-03 | skiped -> skipped; | Jason McIntyre |
2003-04-03 | more snprintf; millert ok | Theo de Raadt |
2003-04-03 | snprintf; millert ok | Theo de Raadt |
2003-04-03 | trivial snprintf | Theo de Raadt |
2003-04-03 | Correct off-by-one error in previous commit. millert@ ok. | Hakan Olsson |
2003-04-03 | Use snprintf() and strlcpy() throughout. | Todd C. Miller |
2003-04-03 | Deal with files w/o a trailing newline before EOF. Found by mpech@ | Todd C. Miller |
2003-04-03 | HP 9000/xxx not HP9000/xxx; from Paul Weissmann | Todd C. Miller |
2003-04-03 | The check for whether or not a group is empty was busted. Closes PR 3178. | Todd C. Miller |
2003-04-03 | Simplify pfctl printing code. | Cedric Berger |
2003-04-03 | Back out my last change, which was incorrect or incomplete. | Cedric Berger |
2003-04-03 | str{cat,cpy}/sprintf cleanup. markus@, deraadt@ ok | Hakan Olsson |
2003-04-03 | queue ID assignment algorith changed for PRIQ | Henning Brauer |
2003-04-03 | use a simple linear queue ID assignment algorithm for PRIQ like we do for | Henning Brauer |
2003-04-03 | until now, the queue ID and the priority were tied together with PRIQ. this | Henning Brauer |
2003-04-03 | differently named queues on different interfaces must get different queue | Henning Brauer |
2003-04-03 | Remove (state->rule.ptr != NULL) tests: this is always true now. | Cedric Berger |
2003-04-03 | strcpy -> strlcpy | Hans Insulander |
2003-04-03 | strcpy -> strlcpy | Hans Insulander |
2003-04-03 | Remove crypt macro, it conflicts with unistd.h | Hans Insulander |
2003-04-03 | typos; | Jason McIntyre |
2003-04-03 | Table stats are reliable now. | Cedric Berger |
2003-04-03 | remove $OpenBSD$, as other *.c does not have it. | Jun-ichiro itojun Hagino |
2003-04-03 | CD-Rom, cd-rom -> CD-ROM | Jason McIntyre |
2003-04-03 | rfc -> RFC | Jason McIntyre |
2003-04-03 | $OpenBSD$ | Jun-ichiro itojun Hagino |
2003-04-03 | HPUX, HP/UX -> HP-UX | Jason McIntyre |
2003-04-03 | remove remaining lines not needed by openbsd. | Kenjiro Cho |
2003-04-03 | explicitly include <sys/limits.h> for INT_MAX. | Kenjiro Cho |
2003-04-02 | DZ-11 (or the DZ-11 alike in the VS4000/VLC anyway) only interrupts when | Jason Wright |
2003-04-02 | Don't allow the DZ-11 RX interrupt to be masked (if a DZ-11 interrupt was seen | Jason Wright |
2003-04-02 | typo; ok itojun | Jason Wright |
2003-04-02 | Use snprintf instead of sprintf; deraadt@ OK | Todd C. Miller |
2003-04-02 | the obvious simple snprintf changes | Theo de Raadt |
2003-04-02 | add support for the other Sun Crypto 1000; from sam at errno dot com | Jason Wright |
2003-04-02 | better | Jason Wright |
2003-04-02 | no \n w/ errx(3), reminded by andrushock | Henning Brauer |
2003-04-02 | sync | Jason Wright |
2003-04-02 | another Sun Crypto 1000 ID | Jason Wright |
2003-04-02 | they place onboard graphics onto phantomas on the later models | Michael Shalayeff |
2003-04-02 | PCI_CAP_MBI should really be PCI_CAP_MSI | Alexander Yurchenko |
2003-04-02 | updates and fixes from weissmanndude | Michael Shalayeff |
2003-04-02 | use strlcpy; millert ok | Theo de Raadt |
2003-04-02 | pcmcia -> PCMCIA | Jason McIntyre |
2003-04-02 | pci -> PCI; | Jason McIntyre |
2003-04-02 | sprintf killing; millert ok | Theo de Raadt |
2003-04-02 | o Use realloc() instead of leaking memory when we need more than 1024 bytes | Todd C. Miller |
2003-04-02 | Xenu made me fix the strcpy; millert ok | Theo de Raadt |
2003-04-02 | Use snprintf instead of a strcpy(), strncat() and strcat() sequence | Todd C. Miller |