summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-03-09record errors, and only crash at the end. much less painful to synchMarc Espie
2014-03-08format string has changed for K_USERINFOEric Faurot
2014-03-08code cleanupEric Faurot
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
2014-03-06Always print the key signify(1) is using.Antoine Jacoutot
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
2014-03-02if peer advertises DSN and we don't want to use it, make sure we don't sendGilles Chehade
2014-03-01start using the new officially named keys. This is being done beforeTheo de Raadt
2014-02-28The user.directory expansion is not supposed to be escaped.Eric Faurot
2014-02-28do not miss out F_BACKUP when dumping envelope or it breaks backup MXGilles Chehade
2014-02-26Again the default is not 0.Claudio Jeker
2014-02-26This is a lie, the default is not 0. It is inherited from the process.Claudio Jeker
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
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
2014-02-24fix a memory leak in an error pathJonathan Gray
2014-02-23- add a -p <path> switch for specifying the location ofAlexander Hall
2014-02-23print out the path to the firmware packages in verbose mode, for use withAlexander Hall
2014-02-23Document where firmwares come from, as step 1 of dealing with off-lineTheo de Raadt
2014-02-21Use ${STATIC} not -staticTheo de Raadt
2014-02-20use strcasecmp() to compare domains.Eric Faurot
2014-02-19Add pcap-filter(3) to the SEE ALSO section.Lawrence Teo
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 runni...Eric Faurot
2014-02-17do not lookup pki based on hostname if one was specified for the listenerEric Faurot
2014-02-161) Fix the markup of the time specifications,Ingo Schwarze
2014-02-16fix bibliographical references; from Jan Stary <hans at stare dot cz>Ingo Schwarze
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
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
2014-02-14remove unused function that distracts from cleaning up the imsg_flush() messSebastian Benoit
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
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
2014-02-12Remove the bogus author "U. Delaware" from RFC 5905Ingo Schwarze
2014-02-12no need for .Pp before .It and .Sh, zap trailing whitespace,Ingo Schwarze
2014-02-12in section 8, use DIAGNOSTICS rather than ERRORS,Ingo Schwarze
2014-02-12make .Nm usage simpler and more consistent, no text change;Ingo Schwarze
2014-02-11requalify signature -> update signature and explain a bit more.Marc Espie
2014-02-11s/anyways/anyway/, ok espie@Stuart Henderson