summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2012-09-15When enqueueing from the local socket, the input address is faked as "::1".Eric Faurot
2012-09-15Don't depend on sa_family_t being typedefed by <sys/types.h>; pull inPhilip Guenthe
2012-09-14Remove s_ssl from the smtp session since it is duplicated in the io struct.Eric Faurot
2012-09-14When printing ioev, do not segfault if there is no associated iobuf.Eric Faurot
2012-09-14tweak the description of "value" somewhat; ok gillesJason McIntyre
2012-09-14Check limits before allocating the session.Eric Faurot
2012-09-14restructure this page somewhat, and make it read better; ok gillesJason McIntyre
2012-09-13There is no need to compile this with -Werror by default.Claudio Jeker
2012-09-12reword a bitGilles Chehade
2012-09-12- document that aliases lookups are folded to lowercaseGilles Chehade
2012-09-12missed a word :-)Gilles Chehade
2012-09-12- e-mail -> email , as discussed with jmc@ on aliases(5)Gilles Chehade
2012-09-12- reword paragraph on ~/.forward permissionsGilles Chehade
2012-09-12after a bit of discussion we decided to remove these for now, we'llGilles Chehade
2012-09-12- we lacked man pages for the aliases and forward file formats rewrote fromGilles Chehade
2012-09-12Define empty CDIAGFLAGS for programs that use Werror.Christiano F. Haesbaert
2012-09-12Fix a race condition which would cause segfault due to the kernelChristiano F. Haesbaert
2012-09-12bgpctl bits for the GR support added to bgpd.Claudio Jeker
2012-09-12Better graceful restart support (implementing more then just the EoR record).Claudio Jeker
2012-09-11- simplify scheduler_compute_schedule by making it a quadratic delaying.Gilles Chehade
2012-09-11Initialize fd correctly. This fixes a lot of problems.Eric Faurot
2012-09-11remove the session entry from the search tree when it's dead.Eric Faurot
2012-09-11log the process name and place when calling fatal().Eric Faurot
2012-09-11Rework the scheduler internals. Fix some scheduling loop issues andEric Faurot
2012-09-10nasty typo.Eric Faurot
2012-09-08remove unused headerCharles Longeau
2012-09-07fix typo and commentYASUOKA Masahiko
2012-09-06shorter display for trivial updatesets,Marc Espie
2012-09-05zap dead fileEric Faurot
2012-09-05don't let pkg_add turn interactive, and waive the @ask-update questions.Marc Espie
2012-09-05don't truncate a pointer to int, before checking the low bits -- use uintptr_tTheo de Raadt
2012-09-04fix log_err() calls (from Patrick Wildt) and remove extra space.Okan Demirmen
2012-09-03fix the example filter to match current API by usingCharles Longeau
2012-09-02remove warningCharles Longeau
2012-09-01remove unused flagGilles Chehade
2012-09-01- remove crypto_backendGilles Chehade
2012-09-01show more precisely what the problem is.Marc Espie
2012-08-31Use EVP_MAX_MD_SIZE for the key size for now as discussed on icb.Federico G. Schwindt
2012-08-31Update license to two-clause BSD. Permission to do so was grantedTodd C. Miller
2012-08-30increase fread()/fwrite() buffer from 8k to 16kCharles Longeau
2012-08-30- rename show_envelope() to show_queue_envelope()Gilles Chehade
2012-08-30change crypto_setup() prototype to use const char * instead of uint8_t *Charles Longeau
2012-08-30switch compress_backend to use FILE * instead of file descriptors, likeCharles Longeau
2012-08-30fix uninitialized variable which can be reach in case of failure.Charles Longeau
2012-08-30- import latest aldap.[ch] and ber.[ch] from ypldapGilles Chehade
2012-08-30when reloading the envelopes from disk, skip envelopes that areEric Faurot
2012-08-30- correctly free the task if all rcpt where rejectedEric Faurot
2012-08-30rfc 5905 replaces rfc 2030; for now, the reference to 2030 in ntpd.confJason McIntyre
2012-08-30Lowercase the first "i" in isFile, isLink, isSymLink, and isHardLinkwilliam
2012-08-29- rfc 4835 obsoletes rfc 2406Jason McIntyre