summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-07-06move the ip checksumming code into in_cksum.cDavid Gwynne
2018-07-05reword;Jason McIntyre
2018-07-05further tweak the introductory text; ok gillesJason McIntyre
2018-07-05Simplify rde_softreconfig_in(). There is no need to run the prefix throughClaudio Jeker
2018-07-04More whitespace.rob
2018-07-04Cleanup some whitespace.rob
2018-07-04Relocate the update of br_offs from ber_read() to ber_readbuf() so ber_getc()rob
2018-07-04Avoid possible vfprintf NULL errors in ldap_unbind().rob
2018-07-04"proto" is optional; from matthew martinJason McIntyre
2018-07-04When a VM stop request fails, set errno prior to calling warn() in order toanton
2018-07-03some style fixes, no functional change.David Gwynne
2018-07-03installboot: adapt fileprefix() to future realpath(3) behaviorJoshua Stein
2018-07-03Synchronize ber changes from the snmpd instance to ldap, ldapd, and ypldap.rob
2018-07-03hostctl: Don't crash if key is empty stringStefan Fritsch
2018-07-03Improve output.Martin Pieuchot
2018-07-03Tighten up description of echo-client-id statementKenneth R Westerback
2018-07-03add "superseded" scaffold.Marc Espie
2018-07-03handle gre-in-udp trafficDavid Gwynne
2018-07-03unbreak newaliases.mortimer
2018-07-02remove useless Pp;Jason McIntyre
2018-07-02explicitly document some common pkg_add features that also make senseMarc Espie
2018-07-01s/constructive/constructed in DPRINTF output.rob
2018-07-01more RTM_LOCK removalsTheo de Raadt
2018-07-01Retire support for unused RTM_LOCK messages, it's redundant w/ RTM_CHANGE.Martin Pieuchot
2018-07-01Tweak output to behave more like pcidump(8):Martin Pieuchot
2018-07-01ahah. complex tag changes show I need to use the same algorithm as for libsMarc Espie
2018-06-30Use 64-bit DSDT pointer instead of the 32-bit one if it is zero.Mark Kettenis
2018-06-30revert ber.c r1.34, this break SNMPv3 authenticationStuart Henderson
2018-06-30over-eager refactor means fw_update goes thru delete_handle, so teachMarc Espie
2018-06-29tweak previous;Jason McIntyre
2018-06-29Add ber_free_element() to snmpd instance, reducing the diff with ldap, ldapd,rob
2018-06-29Consistent use of copyright notices.rob
2018-06-29Synchronize ber.c and ber.h across ldap, ldapd, and ypldap, and reduce diffrob
2018-06-29Prepare the ground for allowing temporary aspath object living on the stack.Claudio Jeker
2018-06-28fix tag external representation, avoids weird space at end of plistMarc Espie
2018-06-28Don't ignore -n; OK gilles@Tim van der Molen
2018-06-28Remove rde_aspath pointer from rde_filter since that argument can be fetchedClaudio Jeker
2018-06-28Instead of passing the rde_aspath to nexthop_modify() pass pointers toClaudio Jeker
2018-06-28Pass a struct prefix to rde_filter and remove some of the arguments whichClaudio Jeker
2018-06-28avoid passing NULL to asprintf(3) when there's no parent dn entryGleydson Soares
2018-06-28calling memset() after calloc() is redudant, sinceGleydson Soares
2018-06-28sync DPADD with LDADD adding missing ${LIBPTHREAD} to ensureGleydson Soares
2018-06-27Synchronize some comments.rob
2018-06-27Consistent use of calloc in ber.c.rob
2018-06-27Synchronize correct processing of BER_TYPE_EOC. Fixes support for empty LDAProb
2018-06-27Just put the aspath and the peer directly into the prefix struct.Claudio Jeker
2018-06-27Move rde_test_prefix() to a place where it makes more sense. No functionalClaudio Jeker
2018-06-26tags are cutting their first teeth, but it can be a normal debug flagMarc Espie
2018-06-26Wrong function name in error message.Claudio Jeker
2018-06-26space between macro args and punctuation;Jason McIntyre