summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-05-17fascinating how make parses if statements...Theo de Raadt
2009-05-15Stop this silliness with machine dependent man pagesTheo de Raadt
2009-05-15Do not ignore the route metric for "redistribute default".Marco Pfatschbacher
2009-05-14use the nitems() macro where appropriateEric Faurot
2009-05-14correct function name in fatalJacek Masiulaniec
2009-05-13Remove unused args from getopts.Antoine Jacoutot
2009-05-13do MX lookups in both "relay" and "relay via" case; ok gilles@Jacek Masiulaniec
2009-05-13log dbopen and db->get errors; based on diff from Daniel Ouellet.Jacek Masiulaniec
2009-05-13no need for _KERNEL or the rtentry; ok claudioTheo de Raadt
2009-05-13when using a timedelta sensor for -s, if the sensor is invalid duringKevin Steves
2009-05-12simplify the descriptions of -a and -b; this has taken me and antoineJason McIntyre
2009-05-12- tweak the description of -aJason McIntyre
2009-05-11This commit adds a new feature to sysmerge(8), usable in '-a' mode.Antoine Jacoutot
2009-05-11remove an extraneous slash from the requested URL; some strict proxiesStuart Henderson
2009-05-11Make bgpctl show network print both AF_INET and AF_INET6 as mentioned in theClaudio Jeker
2009-05-10use both read and write timeout arguments in the bufferevent_settimeoutJacek Masiulaniec
2009-05-10use rfc number 4954 in auth_plain handler name, rfc 4616 is impliedJacek Masiulaniec
2009-05-10assert copyright; ok gilles@Jacek Masiulaniec
2009-05-10RFC 4954 says the response to "AUTH PLAIN" must be "334 ", not "334";Jacek Masiulaniec
2009-05-09correct AUTH PLAIN rfc number, no functional change.Jacek Masiulaniec
2009-05-09fix rare memleak; ok gilles@Jacek Masiulaniec
2009-05-09give few states more meaningful names; ok gilles@Jacek Masiulaniec
2009-05-09fix function names in log_debugJacek Masiulaniec
2009-05-09- New API to handle all DNS query types (A, MX, PTR) asynchronously.Jacek Masiulaniec
2009-05-09zap trailing whitespace;Jason McIntyre
2009-05-09tell people about -F repair. ok phessler, espieStuart Henderson
2009-05-05fix a couple of comment typosStuart Henderson
2009-05-05check that an IMSG_CTL_SHOW_RIB_PREFIX request has a validStuart Henderson
2009-05-01initialize secret to NULL otherwise we may try to free a junk pointer whenGilles Chehade
2009-04-29de-static some functions. Helps handling the monster change I'm working on.Claudio Jeker
2009-04-29+.Xr ndp 8Jason McIntyre
2009-04-28smtp auth happened to work by luck because delivery to mbox action was theGilles Chehade
2009-04-28fix a bug where client with unresolvable revdns is never greeted; ok gilles@Jacek Masiulaniec
2009-04-28don't use strlcpy before calling a function that uses strlcpyJacek Masiulaniec
2009-04-28in mta, change the batch status to S_BATCH_TEMPFAILURE by default so thatGilles Chehade
2009-04-28make S_DATAREQUEST state similar to S_{MAIL,RCPT}REQUEST; ok gilles@Jacek Masiulaniec
2009-04-28let mta, mda, and mfa become idle - no functional change; ok gilles@Jacek Masiulaniec
2009-04-28Add the possibility to go back from merging mode to the previous menu.Antoine Jacoutot
2009-04-27kill 2-line session_msg_submit, used just once; ok gilles@ long ago.Jacek Masiulaniec
2009-04-27fix unlikely fd leak; ok gilles@Jacek Masiulaniec
2009-04-27session_cleanup call in MAIL FROM handler may be removed as aJacek Masiulaniec
2009-04-27check message_id received from smtp uses valid format.Jacek Masiulaniec
2009-04-27Disable EV_READ when setting F_QUIT flag up. Malicious client mayJacek Masiulaniec
2009-04-26sync with changes in relayd, diff by reyk@ and okayd by meGilles Chehade
2009-04-26Unused defines from a time long long ago.Claudio Jeker
2009-04-26typos fixedTobias Stoeckmann
2009-04-26comment typos; no binary changeStuart Henderson
2009-04-24oopsMarc Espie
2009-04-24in session_pickup, do not handle S_RCPT state, it must never beJacek Masiulaniec
2009-04-24Allow UDP and/or TCP redirections instead of just TCP.Reyk Floeter