summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2013-03-30have smtpd temporarily refuse new messages if file system holding the queueGilles Chehade
2013-03-30previous had one backslash too many;Jason McIntyre
2013-03-30Fix typos.Lawrence Teo
2013-03-29Prevent race conditions in db file handling.Tobias Stoeckmann
2013-03-29Patch from Ilya Bakulin that allows to put snmpd(8) into read-only modeGerhard Roth
2013-03-29Enable the response rate limiting code in NSD in the default build,Stuart Henderson
2013-03-28shuffle the KERNEL BUILDING text a little; from daniel dickmanJason McIntyre
2013-03-27some updates from daniel dickman;Jason McIntyre
2013-03-27fix build after asr updateEric Faurot
2013-03-26Include inttypes.h to get PRIx64; ok gilles@Todd C. Miller
2013-03-26for the sake of argument, let's pretend this #if 0 code isn't wantedTed Unangst
2013-03-25the unused palm code goes away.Theo de Raadt
2013-03-25the unused palm code goes away.Theo de Raadt
2013-03-25remove useless line that breaks with new perlStuart Henderson
2013-03-25sync w/ospfd: improve snapshot handling; ok claudio, sthenMarkus Friedl
2013-03-25sync w/ospfd: ignore the nbr_adj_timer if we are not formingMarkus Friedl
2013-03-25sync w/ospfd: the event NBR_EVT_SEQ_NUM_MIS is not defined in stateMarkus Friedl
2013-03-25sync w/ ospfd:Markus Friedl
2013-03-25sync w/ospfd: allow two minutes until neighbor adjacencies are formed;Markus Friedl
2013-03-24Do not leak kernel pointers, unless operating as root. Some other displayTheo de Raadt
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