summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-06-21- various tweaks to try to make DESCRIPTION read betterJason McIntyre
2018-06-21Use correct function name in fatalx()Claudio Jeker
2018-06-21Nothing is using the active and prefix count in struct rde_aspath.Claudio Jeker
2018-06-21Sync aldap from ldap(1).Reyk Floeter
2018-06-21split the common half of dependencies handling into SolverBase, as PkgCreateMarc Espie
2018-06-20Add support for simple one-off internal rewrites.Reyk Floeter
2018-06-20make it possible to do @tag sthg in the same package that doesMarc Espie
2018-06-20so tags will need to match OLD tag definitions as well as new ones.Marc Espie
2018-06-20tags from changed_handles will be relevant, from nowhere else...Marc Espie
2018-06-20use delete_handle here as wellMarc Espie
2018-06-20modernize pkg_delete code, we have DeleteSets, which means handleMarc Espie
2018-06-20move the solver autoloader into UpdateSet so that pkg_delete will beMarc Espie
2018-06-20Add bsws and arcaTrust PENsReyk Floeter
2018-06-20prepare to split half of the dependencies code into a manageable subclassMarc Espie
2018-06-19add some missing punctuation, and remove some vertical whitespace;Jason McIntyre
2018-06-19print process name in debug messageReyk Floeter
2018-06-19knfReyk Floeter
2018-06-19knfReyk Floeter
2018-06-19Pass the set thru to deletion operations (we may need to solve_tags!)Marc Espie
2018-06-19fix solve_tags to deal with the actual list of tags (match tag to tagMarc Espie
2018-06-19sigh... define-tag still has to migrate early, so that it can be part ofMarc Espie
2018-06-19getting closer to having actual tags working.Marc Espie
2018-06-19tidy. no actual behavior changeMarc Espie
2018-06-18simplify parse_config() further so it no longer has any side effect outsideGilles Chehade
2018-06-18split smtp_accept() in two parts: the accept part, the session init part,Gilles Chehade
2018-06-18kill Frag/NoFrag, they only make sense in update-plist, so they've beenMarc Espie
2018-06-18document the reason these classes existMarc Espie
2018-06-18fix memory leak: freeaddrinfo() the data from getaddrinfo().Sebastian Benoit
2018-06-18Put file descriptors on shared data structures when they are completelyMartin Pieuchot
2018-06-18upfront, explain action/match, since it is central to how the new config works;Jason McIntyre
2018-06-18remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;Jason McIntyre
2018-06-17Fix an off-by-one line count when using include statements.denis
2018-06-17Bring snmpd agentx.c closer in line with relayd.rob
2018-06-17fix memory leaks: freeaddrinfo() the data from getaddrinfo().Sebastian Benoit
2018-06-16rework the table API so that it takes a struct smtpd * context in parameterGilles Chehade
2018-06-16heh. bug happens so seldom, fix was not 100%Marc Espie
2018-06-15Something went wrong - the strip option was documented twice.Reyk Floeter
2018-06-15Fix 304 Not Modified response: don't send a body, use the correct MIME type.Reyk Floeter
2018-06-15fix for the infamous "cups" bug. Finally.Marc Espie
2018-06-15no need to always use 1 for the constant, knowing how it got solved canMarc Espie
2018-06-15Add a -Dstub option to facilitate creating/adding/deleting "stubbed" packagesMarc Espie
2018-06-15the %{sender} variable should expand to the MAIL FROM address, so in theGilles Chehade
2018-06-14fix mem leakFlorian Obser
2018-06-14regenFlorian Obser
2018-06-14Update to nsd 4.1.22Florian Obser
2018-06-13one too many .El;Jason McIntyre
2018-06-13Rename httpd.conf "root strip" option to "request strip".Reyk Floeter
2018-06-13RFC 8106 obsolteted RFC 6106.Florian Obser
2018-06-13various clarifications for the auth/ca/pki/cert stuff;Jason McIntyre
2018-06-13zap a stray ';' and make a comment less uglyTheo Buehler