Age | Commit message (Expand) | Author |
2014-04-11 | fix a use after free in an error path | Jonathan Gray |
2014-04-09 | display correct imsg when profiling is on and if the type was changed | Eric Faurot |
2014-04-09 | Zap the mfa process. It is not currently doing anything, and content filtering | Eric Faurot |
2014-04-09 | need to change imsg type before forwarding. | Eric Faurot |
2014-04-09 | remove useless define for banner | Eric Faurot |
2014-04-08 | use correct imsg | Eric Faurot |
2014-04-08 | Use VM_UVMEXP instead of VM_METER for memory usages and directly | Martin Pieuchot |
2014-04-08 | zero-fill static buffer before use in DSN code | Gilles Chehade |
2014-04-07 | To win the startup race on the control socket we need to listen to it as | Claudio Jeker |
2014-04-05 | fix writing of multiline To and Cc headers | Gilles Chehade |
2014-04-04 | fix header parsing issue in enqueuer leading to From: header being stripped | Gilles Chehade |
2014-04-04 | Merge the mda, mta and smtp processes into a single unprivileged | Eric Faurot |
2014-04-04 | start the purge task after events are set, or we can miss SIGCHLD | Eric Faurot |
2014-04-04 | remove some duplicate text, | Ingo Schwarze |
2014-04-03 | various macro cleanup and tweaks; | Jason McIntyre |
2014-04-03 | use asr helpers after libevent update. | Eric Faurot |
2014-04-03 | add mention about "monitor" command. | YASUOKA Masahiko |
2014-04-03 | calucuation of response message size was wrong. | YASUOKA Masahiko |
2014-04-02 | use setresgid() | Theo de Raadt |
2014-04-01 | Remove -ggdb -g3, this shouldn't be here | Federico G. Schwindt |
2014-04-01 | cleanup forkmda() and get rid of a useless seteuid()-based dance | Gilles Chehade |
2014-03-29 | bugfix and security update to 1.4.7: | Robert Nagy |
2014-03-29 | use deltaT to calculate time intervalls; reduces diff to traceroute6 | Florian Obser |
2014-03-29 | use iovec in wait_for_reply; reduces diff to traceroute6 | Florian Obser |
2014-03-27 | one more Xr to smtpd; | Jason McIntyre |
2014-03-27 | switch smtpd and sendmail examples now that smtpd is the default | Gilles Chehade |
2014-03-27 | adjust commented-out sample blocks for PHP and SSL configurations: | Stuart Henderson |
2014-03-27 | zap dead code; OK lteo@ | Florian Obser |
2014-03-27 | restore_sum: remove newly created sum file(s). | Antoine Jacoutot |
2014-03-26 | login.conf(5) is not special anymore. | Antoine Jacoutot |
2014-03-26 | Remove bsd-wrapper pieces to handle pulling unbound-host.1 from src, | Stuart Henderson |
2014-03-26 | Handle unbound-host(1) the same way as other manpages and have configure | Stuart Henderson |
2014-03-26 | Print correct filename if config errors exist in an "include"d file. | Stuart Henderson |
2014-03-26 | asr API is now public | Eric Faurot |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2014-03-25 | update after asr API update | Eric Faurot |
2014-03-25 | reword error message when a table has an invalid configuration file, it has | Gilles Chehade |
2014-03-25 | when locally enqueuing messages without specifying a domain for sender or | Gilles Chehade |
2014-03-25 | Integrate necessary dns packet parsing helpers from asr. | Eric Faurot |
2014-03-24 | Rework the way we fetch and verify sets to simplify the process. | Antoine Jacoutot |
2014-03-24 | do not call purge_task every 10 secs, it is only needed once at startup and | Gilles Chehade |
2014-03-24 | don't proceed in case of permission errors | Marc Espie |
2014-03-24 | Remove "-r" option from ping(8) and traceroute{,6}(8). You've probably | Martin Pieuchot |
2014-03-24 | Passing MSG_DONTROUTE to sendto() here has no effect since SO_DONTROUTE | Martin Pieuchot |
2014-03-24 | Remove commented out MSG_DONTROUTE flag. No object change. | Martin Pieuchot |
2014-03-22 | Fix trap: do not remove the entire WRKDIR -- we may have our backed up files | Antoine Jacoutot |
2014-03-22 | Also remove TEMPROOT in error_rm_wrkdir. | Antoine Jacoutot |
2014-03-22 | Make sure to add missing users/groups _before_ running the | Antoine Jacoutot |
2014-03-22 | disable the imsg buffers profiling code unless requested, this will prevent | Gilles Chehade |
2014-03-22 | Now tunnel can have multiple listen addresses. | YASUOKA Masahiko |