History log of /openbsd/lib/libutil/login.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 27c829c3 28-Dec-2015 guenther <guenther@openbsd.org>

Switch login(3) from lseek+read/write to pread/pwrite and only do the pread()
if the data is needed. Use O_CLOEXEC on the internal fd as MT paranoia.
Fix cast in offset calculation; delete register

Switch login(3) from lseek+read/write to pread/pwrite and only do the pread()
if the data is needed. Use O_CLOEXEC on the internal fd as MT paranoia.
Fix cast in offset calculation; delete register keyword;
prefer memset() over bzero()

ok millert@

show more ...


# a4bdaecf 02-Aug-2005 espie <espie@openbsd.org>

scrape $Id$ tags.
okay deraadt@, millert@, krw@


# 1477552a 28-May-2004 deraadt <deraadt@openbsd.org>

knf; otto ok


# 6580fee3 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 6fe73265 09-Jun-2002 fgsch <fgsch@openbsd.org>

some -Wall and spaces cleanup, scsi.c left.
some brave soul should look at it.


# 6f1c7789 05-Feb-2001 deraadt <deraadt@openbsd.org>

please alpha


# fb045e09 13-Jul-1998 millert <millert@openbsd.org>

ftpd: sleep for an indeterminate amount for non-existant logins
to simulate a crypt, like login does.
Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.


# bb2dc11b 10-Jul-1998 millert <millert@openbsd.org>

Prevent luser from zero'ing out ut_host. If the new ut_line is
empty but the old one is not and ut_line and ut_name match, preserve
the old ut_line. Fixes PR #516


# ad69070a 17-Jun-1996 downsj <downsj@openbsd.org>

util.h: new resting place
opendev.h: ok, so I merged it with util.h
opendev.h: use util.h
everything else: use "util.h"


# 4b826ba8 22-May-1996 deraadt <deraadt@openbsd.org>

libutil


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree