Home | History | Annotate | Download | only in timedc
History log of /src/usr.sbin/timed/timedc/Makefile
RevisionDateAuthorComments
 1.11  27-Jan-2007  cbiere * timedc is no longer setuid-root and is only usable by root due to the
use of a raw socket for ICMP; thus there is also no need to differ
between privileged and unprivileged commands.
* Switch to user "nobody" after allocating the raw socket.
* Close all file descriptors above 2 (just in case).
 1.10  25-Jan-2007  cbiere * Modified in_cksum() so it can handle unaligned data.
* Replaced most strlcpy() with set_tsp_name() and get_tsp_name() because
strlcpy() could potentially run out-of-bounds and doesn't zero out
unused buffer space.
* Replaced bcopy/bzero() with memcpy/memset().
* Fixed potential alignment/aliasing issues in measure().
* Replace u_short/u_long with uint16_t/uint32_t/in_addr_t where appropriate.
* Renamed sin to addr because sin is a reserved identifier.
* Use bindresvport() instead of looping over bind(); rresvport() returns
a SOCK_STREAM socket not SOCK_DGRAM.
 1.9  17-Oct-1997  lukem WARNSify
 1.8  17-Oct-1997  mrg merge lite-2
 1.7  08-May-1997  gwr Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
 1.6  06-May-1997  gwr Use .PATH.c: ...
 1.5  22-Dec-1994  cgd specify man pages the new way.
 1.4  03-Nov-1993  cgd update timed to the latest version, as supplied and ported by
<Vernon Schryver> vjs@calcite.rhyolite.com.
 1.3  30-Jul-1993  mycroft Add RCS identifiers.
 1.2  23-Mar-1993  cgd adjusted to take into acct. changes to ../timed/Makefile, which
resolved the cksum.i386.c problem.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  06-Jun-1993  mrg 4.4BSD-Lite2
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources

RSS XML Feed