index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
ping
Age
Commit message (
Expand
)
Author
2017-07-08
Consistently use if ((option & F_FOO) && (option & F_BAR)) instead of
Florian Obser
2017-07-08
Consistently use if (option & F_FOO); from Klemens Nanni, thanks!
Florian Obser
2017-07-05
remove useless (void)printf casts, diff from Klemens Nanni, massaged
Florian Obser
2017-07-04
calculate multiples of 4 smarter; from Klemens Nanni
Florian Obser
2017-07-04
replace perror(3) with err(3); from Klemens Nanni
Florian Obser
2017-02-22
Unbreak "ping6 -L"
Renato Westphal
2016-10-26
in florian;s last commit i urged him to change "twenty-four" to
Jason McIntyre
2016-10-26
Due to 64 bit seconds + 64 bit nano seconds resolution and the
Florian Obser
2016-10-20
Only drop to _ping user if invoked as root. If invoked as an
Florian Obser
2016-09-28
Always do the setgroups, setresgid and setresuid even if if the
Florian Obser
2016-09-26
Drop privileges to newly added _ping user/group.
Florian Obser
2016-09-20
whitespace
Theo de Raadt
2016-09-20
various cleanup; ok florian
Jason McIntyre
2016-09-19
Only allow standard dot notation for IPv4 addresses.
Florian Obser
2016-09-18
unbreak IPv6 source selection
Florian Obser
2016-09-18
simplify startup, since we know earlier which type of socket we need
Theo de Raadt
2016-09-18
whitespace
Theo de Raadt
2016-09-18
If running in verbose mode and no source address has been specified
Florian Obser
2016-09-18
Do not print 'ping6' in reporting output, just 'ping'.
Florian Obser
2016-09-18
minor tweaks;
Jason McIntyre
2016-09-17
backwards if(v6flag); pointed out by naddy
Florian Obser
2016-09-17
Merge ping6(8) manual into ping(8).
Florian Obser
2016-09-17
ping6(8) is now a hardlink to ping(8).
Florian Obser
2016-09-17
The final merge ping6 into ping.
Florian Obser
2016-09-17
Use ECHOTMLEN define; no functional change.
Florian Obser
2016-09-17
iov_base is already set in this case; reduce diff to ping6(8).
Florian Obser
2016-09-17
MAXPAYLOAD is different between ping and ping6.
Florian Obser
2016-09-17
Just use AF_INET like everywhere else.
Florian Obser
2016-09-17
malloc sets errno; use err not errx
Florian Obser
2016-09-17
whitespace
Florian Obser
2016-09-17
Make getting source address more AF independent.
Florian Obser
2016-09-17
If -I was not given hoist getting source address up.
Florian Obser
2016-09-17
Make source address selection more AF independent.
Florian Obser
2016-09-17
Introduce AF independent from.
Florian Obser
2016-09-17
Use AF independent dst where possible.
Florian Obser
2016-09-17
Blindly s/dst/dst4/ or s/dst/dst6/, AF independent dst will be
Florian Obser
2016-09-17
We will need the variable name "from" soon, so free it up by renaming
Florian Obser
2016-09-17
Reduce diff in pinger().
Florian Obser
2016-09-17
style
Florian Obser
2016-09-17
Move more AF independent initialization around to reduce diff.
Florian Obser
2016-09-17
Normalize receive packet allocation.
Florian Obser
2016-09-17
Use ECHOTMLEN define.
Florian Obser
2016-09-17
ping(8): The IPv6 header has a payload length field while IPv4 has a
Florian Obser
2016-09-17
Bring over includes, we will need them in a merge anyway.
Florian Obser
2016-09-17
If no source address is specified and we are running in verbose mode
Florian Obser
2016-09-13
Rearange option handling to reduce diff between ping(8) and ping6(8).
Florian Obser
2016-09-13
Make the raw socket non-global and pass it to retransmit()/pinger().
Florian Obser
2016-09-13
No need to have the destination global.
Florian Obser
2016-09-13
No need to have this global.
Florian Obser
2016-09-13
timinginfo is a global flag that we got at least one packet back with
Florian Obser
[next]