summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-18Allow changing of sender ip/port without switching address family.Florian Obser
2017-01-18Allow changing of receiver ip/port without switching address family.Florian Obser
2017-01-18Do not reset idx, it has just been set.Nicholas Marriott
2017-01-18options_match needs to explicitly check for user options.Nicholas Marriott
2017-01-18i386 version of a fix that went in for amd64 previouslyMike Larkin
2017-01-18while a u_int is large enough for 32bit-asns, it is not big enough forPeter Hessler
2017-01-17- spamd(8)'s -l accepts an IP address as argument to bind(2) and it callsRicardo Mestre
2017-01-17Nuke some whitespace that keeps poking me in the eye as I try toKenneth R Westerback
2017-01-17Nuke some whitespace that keeps poking me in the eye as I try toKenneth R Westerback
2017-01-17"hosts" is optional; from matthew martinJason McIntyre
2017-01-17rework some of the variables for better directory name handling andRobert Nagy
2017-01-17Enable switch(4).Rafael Zalamena
2017-01-17Add missing malloc(9) return value check in athn_node_alloc().Stefan Sperling
2017-01-17In monitor mode, also print the interface mtu of RTM_IFINFO messages.Jeremie Courreges-Anglas
2017-01-17Remove uaddr_hint allocatorStefan Kempf
2017-01-17Make switch(4) compile with debug again.Rafael Zalamena
2017-01-17Initialize swas_actions for set-field with the expected pointer to theRafael Zalamena
2017-01-17Keep track of dead peers instead of freeing them right away.Jeremie Courreges-Anglas
2017-01-17Completely delete the buf field of struct html and all the buf*()Ingo Schwarze
2017-01-17Correctly tls_config_set_ca_file() return value (no effective change).Joel Sing
2017-01-17Fix a panic when set-field with VLAN is set, but no VLANs wereRafael Zalamena
2017-01-17Clean-up switch(4) device by removing excess prototypes, verbose debugsRafael Zalamena
2017-01-17Add more action specific validations, unbreak instructions validationRafael Zalamena
2017-01-17Fix OXM parser for set-field messages. Found it the hardway whileRafael Zalamena
2017-01-17regenFlorian Obser
2017-01-17Update to nsd 4.1.14Florian Obser
2017-01-17Simplify the usage of print_otag() by making it accept a variableIngo Schwarze
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b...Stuart Henderson
2017-01-16Correctly handle -style options without all of a corresponding -fg/-bg/-attr.Nicholas Marriott
2017-01-16SIGTERM does not reliably terminate mountd(8), use -KILL for cleanup.Alexander Bluhm
2017-01-16Let it compile with debugging enabledMike Belopuhov
2017-01-16Clean up SCSI operation status and state definesMike Belopuhov
2017-01-16Revert WIP parts of previous I didn't mean to commit yet.Nicholas Marriott
2017-01-16getopt() has a struct option so just return to using options_entry.Nicholas Marriott
2017-01-16pasto; snmpd->switchd in sample "include" line. ok reyk@Stuart Henderson
2017-01-16Make sure we're producing a 64-bit value when shifting leftMike Belopuhov
2017-01-16Fix declaration: vsw_dev2sc has been renamed to switch_dev2sc.Reyk Floeter
2017-01-16spacingReyk Floeter
2017-01-16Add missing declarations found with -Wmissing-declarationsReyk Floeter
2017-01-16The term "pipline" is used in many places, rename it to pipeline.Reyk Floeter
2017-01-16Removed unused function that is a leftover from the old debug code.Reyk Floeter
2017-01-16Reset block ack state and cancel related timeouts when a HT node disassociates.Stefan Sperling
2017-01-16Prevent wireless frame injection attack described at 33C3 in the talkStefan Sperling
2017-01-16Somewhere between 5.9 and current gen_traffic started to produce oneFlorian Obser
2017-01-16remove duration, it depends too much on the specific setupFlorian Obser
2017-01-16tweak previous;Jason McIntyre
2017-01-15When traversing the mount list, the current mount point is lockedAlexander Bluhm
2017-01-15Add some guidelines how to write regression tests to the bsd.regress.mk(5)Alexander Bluhm
2017-01-15It is silly for cmd_list_parse to return an integer error when it couldNicholas Marriott
2017-01-15-q flag now needs to be checked in a couple more places.Nicholas Marriott