summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-09-03log IP/hostname for all SMTP operations.Giovanni Bechis
2016-09-03remove dead codeGilles Chehade
2016-09-03rearrange code: traceroute.c now only contains main() and usage(),Sebastian Benoit
2016-09-03Some .h files are not neededTheo de Raadt
2016-09-03partial rewrite of the tcp/tls option parts: the trouble wasJason McIntyre
2016-09-03typosJeremie Courreges-Anglas
2016-09-03Simplify shutdown process.Renato Westphal
2016-09-03Rework the sending of address messages.Renato Westphal
2016-09-03get rid of the type-checking system on internal messages.Eric Faurot
2016-09-03in lka specifically, use initgroups() so that users may share files betweenGilles Chehade
2016-09-03Fix pasto; zero ka->dstbrd instead of clobbering ka->mask.Jeremie Courreges-Anglas
2016-09-03Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCESReyk Floeter
2016-09-03switch from EVP_{En,De}cryptInit & EVP_{En,De}cryptFinal to their _exGilles Chehade
2016-09-03Use the fork+exec privsep model in relayd; based on rzalamena@'s workReyk Floeter
2016-09-03Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenPhilip Guenther
2016-09-03Update to 4.1.12Florian Obser
2016-09-03Remove the oh so funny "LOSS OF MIND" from the diclaimer that was notReyk Floeter
2016-09-03As vmm(4) can now exit to vmd at any time to process pending interrupts,Mike Larkin
2016-09-03fix some wrong interrupt code that doesn't fit with the new modelMike Larkin
2016-09-03Adding a clean up block to vioblk_notifyq() and vionet_enq_rx()Nayden Markatchev
2010-01-15NSD v3.2.4Jakob Schlyter
2016-09-03Simplify shutdown process.Renato Westphal
2016-09-03Simplify shutdown process.Renato Westphal
2016-09-03Simplify shutdown process.Renato Westphal
2016-09-03Make error handling in config_getvm() more robustStefan Kempf
2016-09-03Use DPRINTF instead of #ifdef DEBUG + log_debug().Reyk Floeter
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2016-09-02Fix small memleak on error path.Renato Westphal
2016-09-02Make tcpdump print details about association requests in verbose mode.Stefan Sperling
2016-09-02lde() and ldpe() should return void.Renato Westphal
2016-09-02Process incoming com data asynchronously to running VCPUStefan Kempf
2016-09-02Process incoming host->guest packets asynchronously to running VCPUStefan Kempf
2016-09-02Improve logging of sent and received messages.Renato Westphal
2016-09-02Reevaluate received mappings upon receipt of address message.Renato Westphal
2016-09-02Simplify shutdown process.Renato Westphal
2016-09-02Minor tweaksRenato Westphal
2016-09-02Make functions and variables static whenever possible.Renato Westphal
2016-09-02Use static local variables instead of global variables whenever possible.Renato Westphal
2016-09-02Merge the recv_packet_v[46] functions into one.Renato Westphal
2016-09-02Simplify handling of multicast addresses.Renato Westphal
2016-09-02Pledge earlier on eigrpe.Renato Westphal
2016-09-02Remove superfluous includes and follow style(9).Renato Westphal
2016-09-02Fix broken pipe teardown.Renato Westphal
2016-09-02Move event handling to separate threadStefan Kempf
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2016-09-02Move snmp options into struct relayd_config and delay start of theReyk Floeter
2016-09-02Simplify shutdown process.Renato Westphal
2016-09-02Close connections when msgbuf_write() returns 0.Renato Westphal
2016-09-02Don't fatal if the imsg pipe is closed, this is often triggered in theRenato Westphal
2016-09-02Split "struct relayd" into two structs: "struct relayd" and "structReyk Floeter