summaryrefslogtreecommitdiffstats
path: root/lib/libutil/login.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch login(3) from lseek+read/write to pread/pwrite and only do the pread()guenther2015-12-281-10/+11
| | | | | | | | 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@
* scrape $Id$ tags.espie2005-08-021-6/+1
| | | | okay deraadt@, millert@, krw@
* knf; otto okderaadt2004-05-281-4/+3
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* some -Wall and spaces cleanup, scsi.c left.fgsch2002-06-091-2/+2
| | | | some brave soul should look at it.
* please alphaderaadt2001-02-051-2/+3
|
* ftpd: sleep for an indeterminate amount for non-existant loginsmillert1998-07-131-4/+4
| | | | | to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.
* Prevent luser from zero'ing out ut_host. If the new ut_line ismillert1998-07-101-7/+20
| | | | | empty but the old one is not and ut_line and ut_name match, preserve the old ut_line. Fixes PR #516
* util.h: new resting placedownsj1996-06-171-2/+4
| | | | | | opendev.h: ok, so I merged it with util.h opendev.h: use util.h everything else: use "util.h"
* libutilderaadt1996-05-221-3/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+66