History log of /original-bsd/usr.bin/finger/util.c (Results 1 – 22 of 22)
Revision Date Author Comments
# b6506e58 28-Apr-1995 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

use memmove, not memcpy


# a977925d 28-Apr-1995 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

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 ...


# 7100ea1c 06-Jun-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

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


# f4fba7c0 06-Mar-1992 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

last change broke loose matching


# 107eee5b 27-Oct-1991 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

use btree instead of hashing, don't have to resort later


# 57e234f2 23-Sep-1991 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

hash_open -> dbopen; R_PUT no longer required


# b1c30e7d 27-Jul-1991 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

finger really didn't need its own hashing scheme


# 1f274a6a 27-Jul-1991 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

Welcome to the Wonderful World of ANSI!


# c5b9782d 17-Jan-1991 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

don't die if tty unstatable; 4.3BSD-reno/usr.bin/9


# 9d971e48 24-Jun-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

don't need pathnames.h, just paths.h


# 5df6fa57 01-Jun-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

new copyright notice


# e08da6fe 15-May-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

string.h is ANSI C include file


# 0b3f1e38 10-May-1990 marc <marc@65305748-3e16-e211-a854-8c89a5c6f760>

max size of field is 1024, not 256


# 06444685 10-May-1990 marc <marc@65305748-3e16-e211-a854-8c89a5c6f760>

new strsep semantics


# 6e107fba 07-Feb-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

exclude sccs changes to remove contrib line from copyright


# 5d578ee4 14-Aug-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

leave NULL if gecos field is ",,,"


# f39c6531 18-May-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

print out certain types of phone numbers in US formats


# f59e9a5d 08-May-1989 edward <edward@65305748-3e16-e211-a854-8c89a5c6f760>

fd (in enter_lastlog()) needs to be static too


# ee32661e 08-May-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

clean up copyright notice


# 22227140 08-May-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

don't read/seek lastlog if can't open the file


# f8aef8e1 07-May-1989 edward <edward@65305748-3e16-e211-a854-8c89a5c6f760>

show last login time if more recent than current logins,
cleaned up, speeded up, put people in hash table, separate login info
from personal info


# f2b25633 06-May-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

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