Age | Commit message (Expand) | Author |
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 |
2004-03-02 | use daemon(3) instead of homebrown gunk | Henning Brauer |
2004-03-02 | zap unused and empty functions and some glorious very much needed comments | Henning Brauer |
2004-03-02 | zap interface flags | Henning Brauer |
2004-03-02 | use arc4random(), markus ok | Henning Brauer |
2004-03-02 | we deal with one interface at a time, so remove the interface list gunk. | Henning Brauer |
2004-03-02 | if our interface vanishes (pcmcia and such), exit. | Henning Brauer |
2004-03-02 | remove dummy_interfaces and fallback_interface gunk | Henning Brauer |
2004-03-02 | our interface discovery is so quiet now (nonexistant) that we don't need a | Henning Brauer |
2004-03-02 | mixing memcpy and bcopy in the same function is highly confusing | Henning Brauer |
2004-03-02 | since we're dealing with one interface and not quite a few ones we can give | Henning Brauer |
2004-03-02 | do not record all these interfaces we don't care about | Henning Brauer |
2004-03-02 | bad openlog call; andrushock@korovino.net | Theo de Raadt |
2004-03-02 | oops, committed wrong version. thanks pedro. | Ted Unangst |
2004-03-01 | rewrite featuring IP6 support from Pedro Martelletto <pbastos@rdc.puc-rio.br> | Ted Unangst |
2004-03-01 | support "tagged <name>" on anchor rules, suggested by vd@vmunix.lt, | Daniel Hartmeier |
2004-03-01 | Define a wsdisplay type for rfx; ok deraadt@ | Miod Vallat |
2004-02-29 | better strtol with consistent usage, unsigned where appropriate, -Wall clean. | Ted Unangst |
2004-02-27 | Remove dead code. | Hans-Joerg Hoexer |
2004-02-27 | Add group 14 (modp2048) to predefined suites. Manpage also updated. | Hans-Joerg Hoexer |
2004-02-27 | mention ifconfig create; update gif(4) examples; ok henning, deraadt, fries | Markus Friedl |
2004-02-27 | make pfctl -s all a bit more useful again by not printing a lllooooooottttt of | Henning Brauer |