summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2019-04-23add some missing "pp." to .%P macros;Ingo Schwarze
Fabio Scotoni <fabio at esse dot ch> reported it was missing in eqn(7)
2019-04-23whitespace fixremi
2019-04-23Use the network address instead of the interface address for the "link id"remi
of P2P interfaces "stub net" LS. This is related to revision 1.77 of rde_spf.c. Problem reported by Mitchll Krome on tech@. ok benno@
2019-04-23For originating router LSAs for P2P interfaces check for linkstateremi
instead of IF_STA_POINTTOPOINT. This makes "passive" work on P2P interfaces. Also add the "depend on" logic. Bug reported by stsp@ ok stsp@ benno@
2019-04-19strongly hint at pkg_info -z to clone installations from machine to machineMarc Espie
2019-04-17fix spelling in pkg_add output: tieing -> tyingStefan Sperling
ok espie@
2019-04-16document where multiline {} is applicable;Jason McIntyre
lack of documentation and original diff provided by alfred morgan; benno helped me track down the applicable options; ok benno
2019-04-16Rewrite using libelf(3).Sunil Nimmagadda
Lots of help with build/tests on sparc64 from jsg@, thank you. ok deraadt
2019-04-14use strvis on strings from the device; ok sthen mortimerTheo de Raadt
2019-04-14md5 auth has useful information on the wire that helps when fixing issuesDavid Gwynne
print at least the key-id, and seq when -v is set, and the offset and len when -vv is set. ok sthen@ bluhm@
2019-04-12Unbreak listening for prefix changes.Florian Obser
Found the hard way by naddy OK deraadt, phessler
2019-04-10Instead of a (ulong) case just use %zu in printf and remove the cast.Claudio Jeker
Helps portable. OK deraadt@
2019-04-10Include endian.h since htobe* or be*toh is used. Helps with protable.Claudio Jeker
OK deraadt@
2019-04-08macro fix;Jason McIntyre
2019-04-08remove unused declarationsEric Faurot
ok gilles@
2019-04-08fix parsing of datalines before passing them to filters, the | splitting isGilles Chehade
done a bit too early diff from Martijn van Duren <openbsd+tech@list.imperialat.at>
2019-04-07don't silence children under fw_update, since ftp(1) can tell usMarc Espie
what's wrong with the network. okay deraadt@
2019-04-07Be more careful when setting timeout to 0 because there is pending workClaudio Jeker
on a peer. Just checking the peer read buffer size is not enough since the data present could be a partial message and so the SE should sleep until a new POLLIN event fires. Adjust the logic by adding a rpending flag that is only set if reading the session buffer was exited early because MSG_PROCESS_LIMIT was hit. OK benno@
2019-04-07some scenarios may call match_locations on a DeleteSet.Marc Espie
there is no external source, so return [] (noticed by Anton Karpov, not sure how to reproduce)
2019-04-06add -Dsnapshot as a synonym for -DsnapMarc Espie
(after 6 months, I remembered the option wrong, so as a usability fix, make it possible for other people to forget as well)
2019-04-06help the debugger, we usually don't want to stop after a fork to anMarc Espie
external program
2019-04-06do not call freeaddrinfo() on a NULL pointer.Eric Faurot
2019-04-05insert a missing .El and fix a typoIngo Schwarze
2019-04-05take elfrdsetroot, clean it up for regular usage, and make it a fullTheo de Raadt
citizen of base. push from benno, ok mortimer ingo others
2019-04-05fix link URL; pointed out by "openbsduser <at> airmail.cc"Stuart Henderson
2019-04-05print the gre protocol number as hex when vflag is enabledDavid Gwynne
this is useful for telling the MPLSes apart, and generally understanding what you're seeing.
2019-04-05support printing cdp over gre and pppDavid Gwynne
ok deraadt@ mpi@ sthen@
2019-04-04RFC 2328 mandates in 12.4.1.1 that the Link ID of the Type 3 link has toremi
be set to the subnet's IP address and not the interface address. Bug report and fix from Mitchell Krome. OK claudio@
2019-04-04accept the NULL string in the proc message formatting api and simplifyEric Faurot
code accordingly.
2018-04-27Import lpd, a re-implementation of the lpr daemon following the latestEric Faurot
OpenBSD coding practices (fork+exec/privsep/pledge/...). It is only intended to replace the lpd(8) daemon for the moment, not the lpr(1), lprm(1), lpq(1) and lpc(8) commands. This is a work in progress. The server part should be fairly functionnal, but the printer part is not complete: remote printers should work, for local printers it depends on the setup. Anyway, at this point it's better in the tree than rotting on my disk. ok deraadt@
2019-04-03Fix the bug that radius module didn't work when the size of radius messageYASUOKA Masahiko
changes.
2019-04-02print MPLS_MCAST as mpls, rather than unknownDavid Gwynne
The caveat with this is that MPLS and MPLS_MCAST look exactly the same. I could prefix the MCAST line with "multicast" or something, but like everything else in MPLS the meaning of that protocol type is supposed to have changed. It's no longer meant to indicate multicast mpls, but mpls with a label selected by an upstream. So what's the right thing to do? noticed by Mitchell Krome, who used this breakage to identify another problem, which won't happen anymore.
2019-04-02Add a config option to specify the preference of name servers.Florian Obser
Unfortunately the nameserver types enums needed to be renamed to not collide with yacc tokens.
2019-04-02add some msi and msi-x detailsJonathan Matthew
ok dlg@ kettenis@
2019-04-02Report reliable VM state on status commandkn
`vmctl status id' reports the VM's VCPU states, that is whether they are running or halted. Given that only one VCPU is currently supported per VM and the undocumented states change across repetitive status commands, change it to indicate the VM's general state based on whether the respective host procces is running or not. This makes vmctl reliably report "STATE: RUNNING" and "STATE: STOPPED" for started and stopped VMs respectively. OK mlarkin
2019-04-02Document new domain-search syntax available toKenneth R Westerback
dhclient(8).
2019-04-01tweak previous;Jason McIntyre
2019-04-01missing full stop;Jason McIntyre
2019-04-01Add a rfc1035 data type and use it to describeKenneth R Westerback
domain-search. Mention that dhcpd(8) still calls this option-119. Also mention that the information provided by this option will be used in preference to domain-name when constructing resolv.conf(5). Merciless prodding by florian@ and kn@.
2019-04-01Pass the debug status to modules. Also some non functional changesYASUOKA Masahiko
(comment, log message, and rearrange lines).
2019-04-01Update authenticator and message authenticator always. Previous wasYASUOKA Masahiko
to keep the original authenticators and modify them only if needed. But actually, there supposed to be no case such that the original authenticators can be used for the client. Original diff from IIJ.
2019-04-01Describe the cidr data type and rework theKenneth R Westerback
classless[-ms]-static-routes verbiage to use cidr and ip-address types rather than hand waving manual construction. Add an explicit note that dhclient(8) ignores the obsolete "static-routes" option.
2019-04-01Show message-authenticator correctly. It had shown the result ofYASUOKA Masahiko
authenticator mistakenly. Original diff from IIJ.
2019-04-01Update radiusd.conf(5) man page and its example to recommend toYASUOKA Masahiko
surround words with double quote. Also fix a bug in the man page that module argument was missing for "module set".
2019-04-01int16 and int8 are not used for any option. So don'tKenneth R Westerback
mention them.
2019-04-01Make "secret" become a required configuration for both client andYASUOKA Masahiko
radius module. "secret" for client was required already, but it hadn't cause an error if it's missing. Original diff from IIJ.
2019-04-01Document dhcp-message (a.k.a. option 56) and tweak verbiage forKenneth R Westerback
dhcp-max-message-size (a.k.a. option 57) in the hope of clarifying things.
2019-04-01Correct the documentation of relay-agent-information,Kenneth R Westerback
nds-context and nds-tree-name to show that they are parsed as data-string ('X') and not string ('t'). Correct the documentation of dhcp-option-overload to show that it is parsed as a single uint8, not an array of uint8s.
2019-04-01In the KARL relink case, the bsd.gdb built on the way (so that we getTheo de Raadt
CTF) is not needed and can be removed.
2019-04-01if inet6 is not available, warn, but carry onTed Unangst