Age | Commit message (Expand) | Author |
2013-03-23 | rework the main loop so we can drop kmem privs a little later, | Ted Unangst |
2013-03-22 | RFC 2131 4.3.1 seems clear that a server MUST NOT include the | Kenneth R Westerback |
2013-03-22 | tweak previous; ok sthen | Jason McIntyre |
2013-03-22 | decl's before code. please push to upstream. | Theo de Raadt |
2013-03-22 | port from ospfd/lsreq.c r1.20, ok claudio@ | Stuart Henderson |
2013-03-22 | Allow use of an alternative control socket, ported from ospfd. ok claudio@ | Stuart Henderson |
2013-03-22 | sync comment typos/whitespace with ospfd | Stuart Henderson |
2013-03-22 | typo in comment | Stuart Henderson |
2013-03-22 | gratuitous whitespace diff with ospfd/ospf.h | Stuart Henderson |
2013-03-22 | whitespace tweak; gratuitous difference with ospf6d | Stuart Henderson |
2013-03-22 | reinstate code to announce routes to backup carp interfaces. this was removed | Stuart Henderson |
2013-03-22 | Do not register symlinks in the sum files. This makes no sense and makes | Antoine Jacoutot |
2013-03-21 | re-add a build fix for vax that was overwritten by the update | Robert Nagy |
2013-03-21 | create realloc() loops around sysctl for array-based mibs, in programs | Theo de Raadt |
2013-03-20 | revert, that restriction is already enforced the right way | Ted Unangst |
2013-03-20 | No need to depend on MCLBYTES here. | Theo de Raadt |
2013-03-20 | Only root can look at the kernel address space. | Theo de Raadt |
2013-03-20 | less includes | Theo de Raadt |
2013-03-20 | 7 #include which are not needed | Theo de Raadt |
2013-03-20 | a tiny bit of knf; mostly whitespace | Theo de Raadt |
2013-03-19 | typo: icpp/ipcp; from Renaud Allard | Stuart Henderson |
2013-03-19 | dont need to event_add the parent to child writing events twice. especially | David Gwynne |
2013-03-18 | make the arg name for -t consistent, and add STANDARDS; | Jason McIntyre |
2013-03-18 | jmc pointed out i didnt replace the placeholders with the year and my name. | David Gwynne |
2013-03-18 | whitespace fixes. no functional change | David Gwynne |
2013-03-18 | limit the client to 256 bytes of input. if they send too much we just close | David Gwynne |
2013-03-18 | switch from having a timeout after every read/write for the client | David Gwynne |
2013-03-18 | handle EMFILE/ENFILE from accept by disabling handling of events on the | David Gwynne |
2013-03-18 | this is a new identd daemon to replace the libexec one that can be run | David Gwynne |
2013-03-17 | update to 1.2.7 | Robert Nagy |
2013-03-17 | i missed the bit of maxime villards diff that took the client_free out of | David Gwynne |
2013-03-17 | Add the router preference defines to the icmp6.h header and remove the | Brad Smith |
2013-03-15 | camield requested backout of rev 1.26, and indeed ftp-proxy does not | Sebastian Benoit |
2013-03-15 | let oack use the full buffer space to build its packet, not just the size | David Gwynne |
2013-03-15 | "correct" the order of calloc arguments. | David Gwynne |
2013-03-15 | fix up some lwarn()s that should be lwarnx()s | David Gwynne |
2013-03-15 | fix a huge bug in tftpd. | David Gwynne |
2013-03-14 | Install npppd.conf with perms 0640, there could be the radius config on this ... | Giovanni Bechis |
2013-03-14 | use after free; 33% found by llvm | Florian Obser |
2013-03-14 | correct struct in sizeof(); found by llvm | Florian Obser |
2013-03-14 | tedu faithd(8), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-03-14 | Remove some faith-related #ifdef'd code that was only used for old IIJ | Martin Pieuchot |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-03-11 | derivated -> derived; from daniel dickman | Jason McIntyre |
2013-03-11 | Report new PF "translation" counter, indicating that address translation | Stuart Henderson |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-03-11 | RFC 2131 says don't ACK any REQUEST messages that contain a | Kenneth R Westerback |
2013-03-11 | Remove the -I option, even if the ioctls for manipulating a default | Martin Pieuchot |
2013-03-11 | do not start npppd if a pptp tunnel is configured but the gre protocol is not | Giovanni Bechis |
2013-03-10 | This diff changes relayd to use the monotonic clock instead of | Reyk Floeter |