summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-02-03the prevalence of multi-core laptops revealed that taking the cpu average isTed Unangst
2009-02-02tweak the synopsis and usage, lladdr is not an optional argument.Igor Sobrado
2009-02-02remove unused function and macros, due to the lastest commitCharles Longeau
2009-02-02Refer to the filename, not manpage, when explaining where ethers entries are.Marc Balmer
2009-02-02Clarify .NdMarc Balmer
2009-02-02Can wake up several machines in one invocation.Marc Balmer
2009-02-02deals with shaddy repositories from backwards countries that implementMarc Espie
2009-02-01embellish the output of bgpctl(8).Igor Sobrado
2009-02-01"Ethernet" is a family of networking technologies developed at Xerox PARC,Igor Sobrado
2009-01-31write point-to-point in a consistent way.Igor Sobrado
2009-01-31adjtime has been logged at 32ms and greater for 2.5 years now.Kevin Steves
2009-01-31Implement buf_left() to make some some more buffer handling easier.Claudio Jeker
2009-01-31Pass the buffer to send_packet() instead of spliting it up. This removesClaudio Jeker
2009-01-30Add missing free. Found by norby@ in ospfctl, same fix.Stefan Sperling
2009-01-30when decreasing ssl related counters, make sure the session was flagged asGilles Chehade
2009-01-30improve statistics for smtp process. not only collect the current sessionsGilles Chehade
2009-01-30clear the F_EVLOCK flag earlier to prevent the error event handler fromGilles Chehade
2009-01-30avoid an alloc/free loop while looking for a bpf.Pierre-Yves Ritschard
2009-01-30Do not break header for messages received via smtp.Oleg Safiullin
2009-01-30bump descriptors limit to the max and set the maximum connections count toGilles Chehade
2009-01-30Delete code which was never used (rtsock.c is even not there).Rainer Giedat
2009-01-30fix a very annoying events masking issue which would cause a fatal() to beGilles Chehade
2009-01-30Use if_nametosdl implementation from rtadvd, which is much nicer.Rainer Giedat
2009-01-30Add missing free.Esben Norby
2009-01-30more const -> sizeof()Oleg Safiullin
2009-01-30fix debug messageOleg Safiullin
2009-01-30o remove useless `if'sOleg Safiullin
2009-01-29tweak usage()Igor Sobrado
2009-01-29fix compiler warningJacek Masiulaniec
2009-01-29Implement "smtpctl show stats"; ok gilles@Jacek Masiulaniec
2009-01-29better parsing of .forward filesOleg Safiullin
2009-01-29Correctly byte-swap the link state ID when building Intra-Area-PrefixStefan Sperling
2009-01-29One more step on the long road of beautifying ospf6ctl output:Stefan Sperling
2009-01-29Don't print a header line above every individual Intra-Area-Prefix LSAStefan Sperling
2009-01-29Originate Intra-Area-Prefix LSAs which reference a router LSA.Stefan Sperling
2009-01-29In Link LSAs, #prefixes is a 32bit value.Stefan Sperling
2009-01-29various improvements; help/ok mbalmerJason McIntyre
2009-01-29lsa_get_prefix() should return the number of bytes consumed and not theClaudio Jeker
2009-01-29Fix offset calculation for lsa_prefix structs.Stefan Sperling
2009-01-29Better error handling.Marc Balmer
2009-01-29missing prototype for session_respond() in mta, move session_respond()'sGilles Chehade
2009-01-29- remove debug messageGilles Chehade
2009-01-29Received header line was incomplete for mail submitted through the enqueuerGilles Chehade
2009-01-29fix a bug in mta's event maskingGilles Chehade
2009-01-29initial starttls support in mta, this allows:Gilles Chehade
2009-01-29Correct capitalization.Pierre-Yves Ritschard
2009-01-29Correct copyright years.Marc Balmer
2009-01-29* Add more CFLAGS commonly found in src/usr.sbin/Pierre-Yves Ritschard
2009-01-29detect truncation with strlcpy, not strlen.Pierre-Yves Ritschard
2009-01-29Report error if wake on lan frame is not sent correctly.Pierre-Yves Ritschard