summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-11-01fix a couple log_info()s,Gilles Chehade
2009-11-01Initialize "len" before using it in accept(2).Michele Marchetto
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).Igor Sobrado
2009-10-30when used with incorrect flags, zzz(8) should call zzusage(void)Igor Sobrado
2009-10-30Routers with "transparent-as yes" set should behave more like iBGP ones.Claudio Jeker
2009-10-29it is possible specifying more than one printer concurrently; useIgor Sobrado
2009-10-29do not discard the first character of the command after the -q optionMarkus Friedl
2009-10-28a few leftovers from yesterday's SCCS/RCS-ID removal;Ingo Schwarze
2009-10-28tweak previous;Jason McIntyre
2009-10-28Free correct buffer.Claudio Jeker
2009-10-28Document the "rib" filter parameter to specify the rib a rule applies to.Claudio Jeker
2009-10-28remove an unimplemented flag from both usage() and getopt(3)'sIgor Sobrado
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-27using the rcsid is sillyTheo de Raadt
2009-10-27write UNIX-domain in a more consistent way.Igor Sobrado
2009-10-27finish zapping old "kitchensink" option, we have much better ways to testMarc Espie
2009-10-27fix buglet: error out if pkg does not install in all cases.Marc Espie
2009-10-26"rdr" -> "match in...rdr-to" in example.Stuart Henderson
2009-10-26Add RFC2545 to the list of standarts supported by bgpd.Claudio Jeker
2009-10-26Better error handling when doing mrt dumps (e.g. when there is no more spaceClaudio Jeker
2009-10-25fix aliases map name in man pageGilles Chehade
2009-10-25fix the aliases resolution path so that smtpd does not accidentally skipGilles Chehade
2009-10-25tag should also be copied from listener to message when the message isGilles Chehade
2009-10-25Fix potential null dereference.Charles Longeau
2009-10-25s/openSSL/OpenSSL/Antoine Jacoutot
2009-10-25smtpctl reload is work in progress, do not expose it and make sure smtpd'sGilles Chehade
2009-10-23errx -> err since the errno is set.Claudio Jeker
2009-10-23argument to -M is "core", not "corefile" (this typo was introducedIgor Sobrado
2009-10-22fix two typos in documentation.Igor Sobrado
2009-10-22write UNIX-domain in a more consistent way; while here, replace aIgor Sobrado
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2009-10-22replace strftime(3) by ".Xr strftime 3" and syslog(3) by ".Xr syslog 3".Igor Sobrado
2009-10-22pesky full stop, donated by tim van der molen;Jason McIntyre
2009-10-21catch signals when we start doing stuff... so that cleaning up at theMarc Espie
2009-10-21minor bug-fix: partial_install is not print.Marc Espie
2009-10-20the flags -h and -u are mutually exclusive; we do not need enclosingIgor Sobrado
2009-10-20improve the synopsis of mkalias(8) and sort the list of flags onIgor Sobrado
2009-10-19update man pagesGilles Chehade
2009-10-19change virtual rule so that it reads: accept for virtual "mapname", insteadGilles Chehade
2009-10-19currently, smtpd is capable of having multiple listeners with differentGilles Chehade
2009-10-19users within virtual domains do not necessarily map to a real user account,Gilles Chehade
2009-10-19fix compile time warning due to missing castGilles Chehade
2009-10-19Correct a target name so that we don't rebuild vers.o (and thenPhilip Guenthe
2009-10-19remove almost all references to set->handle, iterate over newer in mostMarc Espie
2009-10-19iterate over newer instead of 1 single handleMarc Espie
2009-10-19basic routines to handle the merging of updatesets: mark updatesets asMarc Espie
2009-10-19cleanup method that does more or less what's neededMarc Espie
2009-10-19syntactic sugar: methods to access plist and location from handle.Marc Espie
2009-10-19factor common code, that's a handle specific headerMarc Espie
2009-10-18actually, we want to resolve C_ALL and C_NET, we just don't want to do itGilles Chehade