summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2014-03-07rename $_ for better style... lots more to be doneMarc Espie
2014-03-07the IO::Uncompress framework can auto-detect compression type, turnMarc Espie
that on to make sure things are okay all the time.
2014-03-06Always print the key signify(1) is using.Antoine Jacoutot
sure deraadt@
2014-03-05shush. signify is quiet now, but we want it to stay that wayMarc Espie
2014-03-05refactor solve_from_ports a bit.Marc Espie
do the write to cache thru a temp file, so the end result is atomic, to be used to enable a global depends cache for parallel building in the near future.
2014-03-02if peer advertises DSN and we don't want to use it, make sure we don't sendGilles Chehade
trailing spaces, not every MTA can cope with that ok eric@
2014-03-01start using the new officially named keys. This is being done beforeTheo de Raadt
any snapshots come out which are signed with that key... but just give it a day or two. from ajacoutot
2014-02-28The user.directory expansion is not supposed to be escaped.Eric Faurot
ok gilles@ deraadt@
2014-02-28do not miss out F_BACKUP when dumping envelope or it breaks backup MXGilles Chehade
ok eric@
2014-02-26Again the default is not 0.Claudio Jeker
Ok many
2014-02-26This is a lie, the default is not 0. It is inherited from the process.Claudio Jeker
OK by many
2014-02-26There is no need to init a global to 0Claudio Jeker
2014-02-25if a specific pattern of failures/success happen, we can end up notGilles Chehade
reinitializing curevp correctly for next transaction leading to a possible crash. diff by eric@, ok by me
2014-02-24fix off by one leading to invalid host stats treeEric Faurot
2014-02-24fix a buffer overflow of an array introduced with the ssl inspection commitJonathan Gray
ok reyk@ deraadt@
2014-02-24fix a memory leak in an error pathJonathan Gray
ok miod@ deraadt@
2014-02-23- add a -p <path> switch for specifying the location ofAlexander Hall
firmware packages - reword 'firmware files' to 'firmware' - pick some style and whitespace nits ok deraadt@
2014-02-23print out the path to the firmware packages in verbose mode, for use withAlexander Hall
the upcoming -p <path> flag
2014-02-23Document where firmwares come from, as step 1 of dealing with off-lineTheo de Raadt
some firmware retrieval issues I discovered. ok espie halex
2014-02-21Use ${STATIC} not -staticTheo de Raadt
ok jsing
2014-02-20use strcasecmp() to compare domains.Eric Faurot
2014-02-19Add pcap-filter(3) to the SEE ALSO section.Lawrence Teo
ok jmc@
2014-02-17fix possible NULL-deref in error code pathEric Faurot
2014-02-17Call control_init() before daemon() so that iscsid && iscsictl reload worksClaudio Jeker
2014-02-17new "smtpctl show status" command to show if mta/mda/smtp are currently ↵Eric Faurot
running or paused.
2014-02-17do not lookup pki based on hostname if one was specified for the listenerEric Faurot
otherwise we may fail to find it and reject client.
2014-02-161) Fix the markup of the time specifications,Ingo Schwarze
which is quite tricky (discussed with jmc@). 2) Also fix the display of literal exclamation marks: Do not use \! - in roff(7), that's an arcane thing called the "transparent line indicator", which doesn't render as '!' with groff, and which isn't implemented at all in mandoc.
2014-02-16fix bibliographical references; from Jan Stary <hans at stare dot cz>Ingo Schwarze
feedback and ok jmc@
2014-02-15missed a typoTed Unangst
2014-02-15make a few comments easier to readTed Unangst
2014-02-14clarify no password only disables password logins. from david hill.Ted Unangst
ok halex
2014-02-14INSTALL/DEINSTALL scripts are completely dead these daysMarc Espie
2014-02-14remove unused function that distracts from cleaning up the imsg_flush() messFlorian Obser
OK hennig@, benno@
2014-02-14remove unused function that distracts from cleaning up the imsg_flush() messSebastian Benoit
ok krw, florian, henning
2014-02-13remove tendrils of namei dumping codeTed Unangst
2014-02-13use strtonumTed Unangst
2014-02-13atoi -> strtonumTed Unangst
2014-02-13this one is non obvious enough it deserves a commentMarc Espie
2014-02-13still need the plists for kept handles... because of OldLibs.Marc Espie
Problem noticed by henning@
2014-02-13totals tend to be larger, give them some more room to breatheTed Unangst
2014-02-12remove bogus .Nm and .Pa markup,Ingo Schwarze
and quote displayed single characters using .Sq; from Jan Stary <hans at stare dot cz>, skipping a few changes judged gratuitious by jmc@
2014-02-12Remove the bogus author "U. Delaware" from RFC 5905Ingo Schwarze
as noticed by Arto Jonsson <ajonsson at kapsi dot fi>. While here, give the full author names, which costs no additional work because i had to cross-check against the original documents anyway.
2014-02-12no need for .Pp before .It and .Sh, zap trailing whitespace,Ingo Schwarze
and no need to capitalize the first word after a semicolon; from Jan Stary <hans at stare dot cz>
2014-02-12in section 8, use DIAGNOSTICS rather than ERRORS,Ingo Schwarze
and add a missing .Pa macro; from Jan Stary <hans at stare dot cz>
2014-02-12make .Nm usage simpler and more consistent, no text change;Ingo Schwarze
from Jan Stary <hans at stare dot cz>
2014-02-11requalify signature -> update signature and explain a bit more.Marc Espie
unconfusing, okay sthen@
2014-02-11s/anyways/anyway/, ok espie@Stuart Henderson
2014-02-11document that metainfo in plist is enforced.Marc Espie
explain about ustar extended headers status. Xr pkg_sign
2014-02-10pattern for "our" temporary files is not random... get it out of theMarc Espie
normal "unknown files" routine and allow to remove them beforehand.
2014-02-10assume tweaking package status always work if $state->{not}.Marc Espie
Problem noticed by Mikolaj Kucharski