summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2023-07-20fix esoteric error message in case PackageName parses stuff to a bogusMarc Espie
2023-07-20Use sizeof(destination) not sizeof(source) in strlcpy() calls.Claudio Jeker
2023-07-20Do not set O_EXCL on open() when a published file is on the withdraw list.Claudio Jeker
2023-07-19Rename ASPA providers field in filemodeJob Snijders
2023-07-19Fix skipping of white space after the username in /etc/crontab.Todd C. Miller
2023-07-18Do not duplicate prototypes of log.h in ypldap.h (without the extraClaudio Jeker
2023-07-16relayd: remove ENGINE dependencyTheo Buehler
2023-07-15vmd(8): fix use of qcow base images.Dave Voutila
2023-07-14Cleanup mrt message handling. Remove the DUMP_XYZ() macros and replaceClaudio Jeker
2023-07-14Do not ignore the AF_LINK entries of carp(4) interfaces.Gerhard Roth
2023-07-13vmd(8): pull validation into local prefix parser.Dave Voutila
2023-07-13Check input before trying to disable a non-existing daemon to prevent parsingAntoine Jacoutot
2023-07-12Update OpenBGPD to use new ibuf API.Claudio Jeker
2023-07-12Work around use after free in httpd(8)Theo Buehler
2023-07-12In rde_attr_parse() if an attribute causes a parse error which results inClaudio Jeker
2023-07-11drop engine supportOmar Polo
2023-07-11remove the useless logging methodsOmar Polo
2023-07-11Bump version for -portable releaseClaudio Jeker
2023-07-10Update outdated commentJob Snijders
2023-07-07swap link-auth filter argumentsOmar Polo
2023-07-05It isn't portable to use stderr (or std{in,out}) in file-scopePhilip Guenther
2023-07-05fw_update is in section 8 not 1Jonathan Gray
2023-07-04use local assignment to $ENV{TZ} like we do for signal handlersMarc Espie
2023-07-04stop saying the format is "simple" there are so many annotations.Marc Espie
2023-07-04add some more fluff to documentationMarc Espie
2023-07-04explain why NO_TS_IN_PLIST existsMarc Espie
2023-07-04fix some very minor syntactic nitsMarc Espie
2023-07-04a little knf, no functional changeDavid Gwynne
2023-07-03record when pkg_add is actually doing something.Marc Espie
2023-07-03also make things 5.36 if not usedMarc Espie
2023-07-03Use new ibuf API. Use ibuf_data() and ibuf_size() instead of directClaudio Jeker
2023-07-03Use ibuf_data() and ibuf_size() instead of accessing struct ibuf.Claudio Jeker
2023-07-03Use ibuf_data() instead of direct access to ibuf->buf,Claudio Jeker
2023-07-03Use ibuf_data() instead of directly accessing ibuf->buf.Claudio Jeker
2023-07-03Use ibuf_data() instead of accessing ibuf->buf directly.Claudio Jeker
2023-07-03when shutting down a vm, handle the VM id in the same way as a VM name argumentJasper Lievisse Adriaanse
2023-07-02lost silence_children behavior by accidentMarc Espie
2023-06-30sepcific -> specificJonathan Gray
2023-06-30let check_table() also print table@anchor when it exitsAlexandr Nedvedicky
2023-06-29Update to nsd 4.7.0Florian Obser
2023-06-29Spaces vs tabsClaudio Jeker
2010-01-15NSD v3.2.4Jakob Schlyter
2023-06-29Rewrite pfe_route() to actually work on 64bit archs since IPv6 had to beClaudio Jeker
2023-06-29rpki-client: fix vap_pas statsTheo Buehler
2023-06-29In rrdp_session_save() stop the loop over deltas once MAX_RRDP_DELTASClaudio Jeker
2023-06-29Retire log.cTheo Buehler
2023-06-29There no longer is a need to wrap the (now AFI-agnostic) ASPA providers in ob...Job Snijders
2023-06-28drop needless strcspn in the header parsingOmar Polo
2023-06-28The warning noise due to the ASPA transition is just that: noise.Theo Buehler
2023-06-27Inform fw_update(8) about qcpas(4) pattern.Patrick Wildt