summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2013-12-27Initial version of a unified installboot(8) that lives outside ofJoel Sing
sys/arch/${MACHINE}/stand. For now this only supports i386, however additional architectures will be added and further development can happen in tree. Requested by deraadt@ quite some time ago.
2013-12-26bcopy -> memmoveEric Faurot
bzero -> memset
2013-12-25fix autoloading of quirks: don't try to run quirks while processing theMarc Espie
quirks set, as we may accidentally load the old one. also, in case we can't load quirks, report if quirks should be there, e.g., compilation error, without regard to verbose status
2013-12-25sign package thru a signer object, instead of hardcoding signature parametersMarc Espie
2013-12-25move the choice of signature type for checking into one single placeMarc Espie
2013-12-25a bit more scaffolding for running quirks. In particular, once quirksMarc Espie
have been loaded, complain loudly if something doesn't work. (and complain when quirks don't load in !verbose mode)
2013-12-23Cope with the change in ftp(1) warning messages since last commit.Jeremie Courreges-Anglas
Issue reported by Maxime Villard, ok espie@.
2013-12-23move ntogo code, so it can be used while copying packages in pkg_create.Marc Espie
add the few lines necessary for that to work.
2013-12-23get rid of "copy_long", we don't really need to recheck names while copyingMarc Espie
a package contents. Allow -o/-S for output/signature dirs for batch operations. Fix copying of packages while signing, add progressmeter.
2013-12-23simpler logic: if one package is signed, check all digestsMarc Espie
2013-12-23real fix: turns out visit_with_* are transparent, e.g., pass all theirMarc Espie
parameters to the end consumer. Make sure the !Term version obeys that too.
2013-12-23and I fucked up that one too...Marc Espie
2013-12-23interface bug: visit_with_size has a state parameter.Marc Espie
I've been lucky that I've not invoked it with more parameters so far...
2013-12-23When no address for the current AF was specified with -a generate passFlorian Obser
rules instead of erroring out. ok dlg, benno, camield
2013-12-23Make it possible to give -a multiple times on the command line.Florian Obser
Initial diff by camield, tweaked by me. ok dlg, benno, camield manpage input/ok jmc
2013-12-23Implement -a option in tftp-proxy to make it work on a NAT gateway.Florian Obser
input/ok dlg, benno, camield manpage input/ok jmc
2013-12-23fix IPv6 in proxy_dst6()Sebastian Benoit
ok florian camield dlg
2013-12-22ctype cleanups, now that the kernel has u_char strings (that is theTheo de Raadt
easy road, otherwise this would be a righteous mess) ok florian
2013-12-20delete 4 includes we do not needTheo de Raadt
2013-12-19By default, tftp-proxy listens on localhost addresses.Florian Obser
Ok benno@ Input / Ok jmc@
2013-12-19plug mem leak; Ok benno@Florian Obser
2013-12-18Two 'break;'s in a row seems excessive.Kenneth R Westerback
2013-12-16Document stub_status; for some reason this is not documented in theFlorian Obser
upstream documentation but only in the wiki(?!).
2013-12-16Document which modules, directives and options are not available onFlorian Obser
OpenBSD. Discussed with schwarze@, jmc@ Input schwarze@ OK jmc@, schwarze@
2013-12-15remove popa3d. Sorry, no plaintext password only daemons allowed anymore.Ted Unangst
ok deraadt and co.
2013-12-15stop building popa3d. ok deraadtTed Unangst
2013-12-13Give format specifiers their own subsection, so that we can reference itJeremie Courreges-Anglas
from other places. ok brett@ jmc@ gilles@
2013-12-13Use \(dq instead of \&" to print a double quote on a macro line.Jeremie Courreges-Anglas
Documented by mandoc_char(7), and plays nicer with syntax hilighting editors. ok brett@ jmc@ gilles@
2013-12-12Make it clear that slowcgi(8) drops privileges to user www.Florian Obser
Pointed out some time ago by blambert. OK jmc, blambert
2013-12-10Remove the printcap fc, fs, xc, xs capabilities from lpd that were usedChristian Weisgerber
to configure a tty by poking magic numbers into sgtty. If needed, the ms capability, which uses symbolic stty modes, can be used instead. Better description of ms from FreeBSD. ok beck@, deraadt@, jmc@ (man page)
2013-12-08Force LC_ALL to 'C' before exec'ing ftp or gzip -d. pkg_add expectsJeremie Courreges-Anglas
english error messages. This fixes glitches reported by Landry. Suggestions from zhuk@ and espie@, ok espie@.
2013-12-08also cover initial installations (which means we do try to installMarc Espie
quirks even for initial installations)
2013-12-08make use of the new "quirks" interfaceMarc Espie
2013-12-06now at 5.4.1Eric Faurot
2013-12-06fix smtpctl resume routeEric Faurot
2013-12-06"verify" is already documented with "tls-require verify".Eric Faurot
2013-12-05Stop pretending we still support FDDI or token ring hardware types.Kenneth R Westerback
idea ok deraadt@ matthew@
2013-12-05Nuke local #define ETHER_HEADER_SIZE and use the identical value'dKenneth R Westerback
ETHER_HDR_LEN from if_ether.h. dhclient change ok matthew@ as part of larger diff.
2013-12-05In lookup_host(), return to caller a properly calculated message lengthJeremie Courreges-Anglas
instead of using an uninitialized variable. While here, simplify the code that calculates the message length, and use snprintf/strlcat more carefully. ok millert@
2013-12-05missing initEric Faurot
2013-12-05bogus ';'Eric Faurot
2013-12-05Properly initialize 'transp' to appease the compiler. ok millert@Jeremie Courreges-Anglas
2013-12-05Provide a prototype for ngstore() and include <unistd.h> for getopt().Jeremie Courreges-Anglas
ok millert@
2013-12-05In split_address(), make 'i' a size_t. ok millert@Jeremie Courreges-Anglas
2013-12-05minor tweaks;Jason McIntyre
2013-12-05move defines aroundEric Faurot
2013-12-05warn when failing to parse a fieldEric Faurot
2013-12-05document "verify" keyword and "authtable" option on "listen" rulesEric Faurot
2013-12-05When a relay fails, let the scheduler update all envelopes in theEric Faurot
holdq as if they tempfailed.
2013-12-04opt_map CIRCLEQ -> TAILQ.Kenneth R Westerback
ok jsing@ (with nit), jca@