Age | Commit message (Expand) | Author |
2004-04-03 | dont close an invalid fd, canacar@ ok | Anil Madhavapeddy |
2004-03-31 | dumped is really spelled with one p and not two | Henning Brauer |
2004-03-31 | -Wsign-compare nits. hshoexer@ ok. | Hakan Olsson |
2004-03-31 | Use sysdep_sa_len() instead of sa->sa_len, also correct a log_fatal() message... | Hakan Olsson |
2004-03-31 | Don't assume closefrom(2) exists everywhere. hshoexer@, markus@ ok. | Hakan Olsson |
2004-03-31 | typo; | Jason McIntyre |
2004-03-29 | use malloc (oops) | Theo de Raadt |
2004-03-29 | wrong FD_ZERO(); from ho, hshoexer, markus | Theo de Raadt |
2004-03-29 | memory mishandling; from ho | Theo de Raadt |
2004-03-24 | Add some notes about privsep to manpage. | Hans-Joerg Hoexer |
2004-03-23 | Remove erroneous null termination. | Hans-Joerg Hoexer |
2004-03-21 | don't leak the stack on -R; ok deraadt@ | Markus Friedl |
2004-03-21 | CPU_LONGRUN is gone. repair kern.emul.nemuls, strcmp on right string | Ted Unangst |
2004-03-20 | spelling fix; ok dhartmei@ henning@ deraadt@ | David Krause |
2004-03-20 | make pfctl -s osfp work and remove -o option from manpage; ok deraadt@ | David Krause |
2004-03-19 | Fix bad indentation that creates the illusion that there's a bug here. tedu@, | Aaron Campbell |
2004-03-19 | Add missing bits to make already present privsep code work. Enable privsep. | Hans-Joerg Hoexer |
2004-03-18 | Allow the state of a carp interface to be changed explicitly. | Ryan Thomas McBride |
2004-03-18 | Starting with Prism firmware version 1.6.3, HostAP supports an | Todd C. Miller |
2004-03-18 | typo; | Jason McIntyre |
2004-03-17 | For consistency and to avoid a rare memory leak, the result from | Hakan Olsson |
2004-03-16 | Do not signal mountd when just showing mounts. Fixes PR 3695, although | Otto Moerbeek |
2004-03-16 | errno is not specified to be int, but something from errno.h. ok millert@ | Ted Unangst |
2004-03-15 | Properly check succes of chroot(). | Hans-Joerg Hoexer |
2004-03-15 | Remove unused code. | Hans-Joerg Hoexer |
2004-03-15 | cast %llu arguments to unsigned long long, from Max Laier, | Daniel Hartmeier |
2004-03-15 | some small knf | Theo de Raadt |
2004-03-14 | fd and mem leak, most of patch from Patrick Latifi | Ted Unangst |
2004-03-14 | #include fixes, from Max Laier, ok beck@ henning@ | Daniel Hartmeier |
2004-03-14 | Check return code of chdir() after chroot(); noted by Joris Vink, slight mod | Otto Moerbeek |
2004-03-11 | Fix a memleak. | Hans-Joerg Hoexer |
2004-03-11 | Fix byte ordering problems with network info read from /etc/gateways | Otto Moerbeek |
2004-03-10 | Fix payload handling flaws found by cloder@. Based on initial patch by | Hans-Joerg Hoexer |
2004-03-10 | Actually use SRCS+= so that we don't have a wrapped line. | Ryan Thomas McBride |
2004-03-10 | plug 3 memory leaks; 2 from andrushock, 1 by me | Henning Brauer |
2004-03-10 | Plug up memory leak. | Hans-Joerg Hoexer |
2004-03-10 | Reduce some noise on receipt of an invalid spi. | Hans-Joerg Hoexer |
2004-03-10 | Fix for PR2429, from Clemens Wittinger. | Hakan Olsson |
2004-03-09 | Plug memleaks, found by cloder@. | Hans-Joerg Hoexer |
2004-03-08 | Prevent user from specifying an interface name longer than IFNAMSIZ. | Ryan Thomas McBride |
2004-03-08 | Prevent user from specifying an interface name longer than IFNAMSIZ. | Ryan Thomas McBride |
2004-03-08 | plug 124 memory leaks | Henning Brauer |
2004-03-06 | from bgpd: | Henning Brauer |
2004-03-05 | remove even more goo | Theo de Raadt |
2004-03-04 | one missed kbd type | Michael Shalayeff |
2004-03-03 | cleanups, use err(). from Mathias () enloco.net pr3679 | Ted Unangst |
2004-03-03 | no newline in errx, bad cedric; spotted by tedu | Theo de Raadt |
2004-03-02 | 64-bits datatype fixes for strto(u)l conversions. | Thierry Deval |
2004-03-02 | more pruning; henning ok | Theo de Raadt |
2004-03-02 | document net.inet.tcp.reasslimit | Markus Friedl |