oping: Temporarily drop privileges if supported by the system.
[liboping.git] / src / oping.c
2009-10-01 Florian Forsteroping: Temporarily drop privileges if supported by...
2009-09-29 Florian Forsteroping: Allow “-f -” even if uid and euid differ.
2009-09-29 Florian Forsteroping: Disable the “-f” option when real and effective...
2009-07-17 Florian ForsterMerge branch 'liboping-1.2'
2009-07-17 Sebastian Harlsrc/oping.c: Added -D <interface name> command line...
2009-07-16 Sebastian Harlsrc/oping.c: Exit successfully when using the -h option.
2009-07-16 Sebastian Harlsrc/oping.c: Improved the help output.
2009-07-16 Sebastian Harlsrc/oping.c: Improved and unified error messages when...
2009-07-15 Florian Forstersrc/oping.c: Change some codig style.
2009-07-15 Florian Forstersrc/oping.c: Only treat "-" as STDIN, not all strings...
2009-07-15 Dan SullyAllow reading of files containing hostnames.
2009-03-15 Florian Forstersrc/oping.c: Allow setting of the TTL using `-t'.
2009-03-15 Florian Forstersrc/oping.c: Print the received TTL, too.
2009-03-12 Florian Forstersrc/oping.c: Allow shorter interval settings.
2009-03-12 Florian Forstersrc/oping.c: Use `context_destroy' to free the context.
2009-03-12 Florian Forstersrc/oping.c: Make all functions (except `main') static.
2009-02-17 Florian Forstersrc/{lib,}oping.c: Fix a few problems -Wextra has found. liboping-1.0.0
2009-02-17 Florian Forstersrc/{lib,}oping.c: Don't cast `size_t' to `unsigned...
2006-07-16 Florian ForsterMerge branch 'v022/net-unreach'
2006-07-12 Florian Forsteroping: Drop root privileges as soon as possible.
2006-07-07 Florian ForsterMerge branch 'origin'
2006-07-07 Florian ForsterUpdated the license information in the .c and .h files...
2006-06-16 Florian Forsteroping: Print the error message if ping_send failes.
2006-06-12 Florian ForsterUpdated the oping library to understand the `-I' option...
2006-06-09 Florian ForsterMerge branch 'feature'
2006-06-03 Florian Forsteroping: Call `return' rather than `exit' in `main'.
2006-06-02 Florian Forsteroping: Improved the error message is a destination...
2006-06-02 Florian Forsteroping: Exit if no hosts could be added.
2006-06-01 Florian ForsterCast (size_t) to (unsigned int).
2006-05-19 octoDisplay a line of the following form when starting...
2006-05-18 octoImproved oping: Save the sequence in an `unsigned int...
2006-05-16 octoCorrect the calculation of the standard deviation.
2006-05-12 octoImplemented `-h' option.
2006-05-12 octoocto@huhu:~/liboping $ svn merge -r7:9 branches/libopin...
2006-05-12 octoocto@huhu:~/liboping $ svn merge -r2:3 trunk branches...
2006-05-12 octoOnly display statistics in oping if packets have been...
2006-05-11 octoAdded the calculation of `mdev' to `oping'
2006-05-08 octoCreated standard subversion directories.