History log of /csrg-svn/usr.bin/finger/net.c (Results 1 – 11 of 11)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 69101 28-Apr-1995 bostic

You may have already done the same (does the Alpha have alignment
constraints? I think it does...). I also changed it to use the libc
err, instead of its own, and fixed most of the `gcc -Wall' compl

You may have already done the same (does the Alpha have alignment
constraints? I think it does...). I also changed it to use the libc
err, instead of its own, and fixed most of the `gcc -Wall' complaints.
The important changes are to memcpy the pointers from db->get and db->seq.
From: Chris Torek <torek@BSDI.COM>

show more ...

# 65318 02-Jan-1994 bostic

This prevents you from specifying a raw ip address if the nameserver
is hosed.
From: Craig Leres <leres@ee.lbl.gov>

# 64885 16-Nov-1993 bostic

The following quick patch to usr.bin/finger/net.c fixes finger so that
it only prints a single newline when a <CR> (carriage return) is followed
by another <CR>, which may happen if you finger a site

The following quick patch to usr.bin/finger/net.c fixes finger so that
it only prints a single newline when a <CR> (carriage return) is followed
by another <CR>, which may happen if you finger a site beyond another site,
i.e. finger user@site@some.other.site
From: composer@Beyond.Dreams.ORG (Jeff Kellem)

show more ...

# 61995 06-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 50613 27-Jul-1991 bostic

finger really didn't need its own hashing scheme

# 50596 27-Jul-1991 bostic

Welcome to the Wonderful World of ANSI!

# 42731 01-Jun-1990 bostic

new copyright notice

# 40190 21-Feb-1990 bostic

change to fold CR-NL into a single NL

# 40027 07-Feb-1990 bostic

exclude sccs changes to remove contrib line from copyright

# 37666 08-May-1989 bostic

clean up copyright notice

# 37660 06-May-1989 bostic

Tony Nardo (trn@warper.jhuapl.edu) reworked the original, I
redid his stuff; should handle multiple logons right.