Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-07 | rename $_ for better style... lots more to be done | Marc Espie | |
2014-03-07 | the IO::Uncompress framework can auto-detect compression type, turn | Marc Espie | |
that on to make sure things are okay all the time. | |||
2014-03-06 | Always print the key signify(1) is using. | Antoine Jacoutot | |
sure deraadt@ | |||
2014-03-05 | shush. signify is quiet now, but we want it to stay that way | Marc Espie | |
2014-03-05 | refactor 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-02 | if peer advertises DSN and we don't want to use it, make sure we don't send | Gilles Chehade | |
trailing spaces, not every MTA can cope with that ok eric@ | |||
2014-03-01 | start using the new officially named keys. This is being done before | Theo de Raadt | |
any snapshots come out which are signed with that key... but just give it a day or two. from ajacoutot | |||
2014-02-28 | The user.directory expansion is not supposed to be escaped. | Eric Faurot | |
ok gilles@ deraadt@ | |||
2014-02-28 | do not miss out F_BACKUP when dumping envelope or it breaks backup MX | Gilles Chehade | |
ok eric@ | |||
2014-02-26 | Again the default is not 0. | Claudio Jeker | |
Ok many | |||
2014-02-26 | This is a lie, the default is not 0. It is inherited from the process. | Claudio Jeker | |
OK by many | |||
2014-02-26 | There is no need to init a global to 0 | Claudio Jeker | |
2014-02-25 | if a specific pattern of failures/success happen, we can end up not | Gilles Chehade | |
reinitializing curevp correctly for next transaction leading to a possible crash. diff by eric@, ok by me | |||
2014-02-24 | fix off by one leading to invalid host stats tree | Eric Faurot | |
2014-02-24 | fix a buffer overflow of an array introduced with the ssl inspection commit | Jonathan Gray | |
ok reyk@ deraadt@ | |||
2014-02-24 | fix a memory leak in an error path | Jonathan Gray | |
ok miod@ deraadt@ | |||
2014-02-23 | - add a -p <path> switch for specifying the location of | Alexander Hall | |
firmware packages - reword 'firmware files' to 'firmware' - pick some style and whitespace nits ok deraadt@ | |||
2014-02-23 | print out the path to the firmware packages in verbose mode, for use with | Alexander Hall | |
the upcoming -p <path> flag | |||
2014-02-23 | Document where firmwares come from, as step 1 of dealing with off-line | Theo de Raadt | |
some firmware retrieval issues I discovered. ok espie halex | |||
2014-02-21 | Use ${STATIC} not -static | Theo de Raadt | |
ok jsing | |||
2014-02-20 | use strcasecmp() to compare domains. | Eric Faurot | |
2014-02-19 | Add pcap-filter(3) to the SEE ALSO section. | Lawrence Teo | |
ok jmc@ | |||
2014-02-17 | fix possible NULL-deref in error code path | Eric Faurot | |
2014-02-17 | Call control_init() before daemon() so that iscsid && iscsictl reload works | Claudio Jeker | |
2014-02-17 | new "smtpctl show status" command to show if mta/mda/smtp are currently ↵ | Eric Faurot | |
running or paused. | |||
2014-02-17 | do not lookup pki based on hostname if one was specified for the listener | Eric Faurot | |
otherwise we may fail to find it and reject client. | |||
2014-02-16 | 1) 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-16 | fix bibliographical references; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | |
feedback and ok jmc@ | |||
2014-02-15 | missed a typo | Ted Unangst | |
2014-02-15 | make a few comments easier to read | Ted Unangst | |
2014-02-14 | clarify no password only disables password logins. from david hill. | Ted Unangst | |
ok halex | |||
2014-02-14 | INSTALL/DEINSTALL scripts are completely dead these days | Marc Espie | |
2014-02-14 | remove unused function that distracts from cleaning up the imsg_flush() mess | Florian Obser | |
OK hennig@, benno@ | |||
2014-02-14 | remove unused function that distracts from cleaning up the imsg_flush() mess | Sebastian Benoit | |
ok krw, florian, henning | |||
2014-02-13 | remove tendrils of namei dumping code | Ted Unangst | |
2014-02-13 | use strtonum | Ted Unangst | |
2014-02-13 | atoi -> strtonum | Ted Unangst | |
2014-02-13 | this one is non obvious enough it deserves a comment | Marc Espie | |
2014-02-13 | still need the plists for kept handles... because of OldLibs. | Marc Espie | |
Problem noticed by henning@ | |||
2014-02-13 | totals tend to be larger, give them some more room to breathe | Ted Unangst | |
2014-02-12 | remove 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-12 | Remove the bogus author "U. Delaware" from RFC 5905 | Ingo 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-12 | no 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-12 | in 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-12 | make .Nm usage simpler and more consistent, no text change; | Ingo Schwarze | |
from Jan Stary <hans at stare dot cz> | |||
2014-02-11 | requalify signature -> update signature and explain a bit more. | Marc Espie | |
unconfusing, okay sthen@ | |||
2014-02-11 | s/anyways/anyway/, ok espie@ | Stuart Henderson | |
2014-02-11 | document that metainfo in plist is enforced. | Marc Espie | |
explain about ustar extended headers status. Xr pkg_sign | |||
2014-02-10 | pattern for "our" temporary files is not random... get it out of the | Marc Espie | |
normal "unknown files" routine and allow to remove them beforehand. | |||
2014-02-10 | assume tweaking package status always work if $state->{not}. | Marc Espie | |
Problem noticed by Mikolaj Kucharski |