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