aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/logwtmp.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/stable/3/; revision=50572
* MFC: Add some const keywords and fix some typos in man pages.Brian Somers1999-05-021-24/+44
| | | | | | | | | Fix and document trimdomain and make it handle DISPLAY names. Switch to the correct user before reading .login_conf. Add realhostname(). Notes: svn path=/stable/3/; revision=46271
* Now take stdio.h out of files that don't require it.Jordan K. Hubbard1998-10-091-2/+1
| | | | Notes: svn path=/head/; revision=40117
* All these have to include stdio.h now.Jordan K. Hubbard1998-10-091-1/+2
| | | | Notes: svn path=/head/; revision=40091
* Trim a domain part for wtmp as same as showed by "netstat -r".Atsushi Murai1998-06-011-1/+40
| | | | | | | | | | | | | | | | Here is a some example for avoiding a confusion. It asssumes a logged host domain is "spec.co.jp". All example is longer than UT_HOSTNAMELEN value. 1) turbo.tama.spec.co.jp: 192.19.0.2 -> trubo.tama 2) turbo.tama.foo.co.jp : 192.19.0.2 -> 192.19.0.2 3) specgw.spec.co.jp : 202.32.13.1 -> specgw Submitted by: Atsushi Murai <amurai@spec.co.jp> Notes: svn path=/head/; revision=36559
* The parameters to logwtmp should be const char'sPaul Traina1997-09-041-2/+4
| | | | Notes: svn path=/head/; revision=29119
* Protect the copyright comments from reformatting bySteve Price1997-08-131-1/+6
| | | | | | | | | | indent and make this compile -Wall clean like the Makefile suggests that it should. :) Pointed out by: Bruce Evans <bde@zeta.org.au> Notes: svn path=/head/; revision=28179
* If hostname > UT_HOSTSIZE, use its numeric address instead to keepAndrey A. Chernov1996-06-171-4/+18
| | | | | | | valid entries into utmp and wtmp Notes: svn path=/head/; revision=16432
* Bump libutil revision after recent addition of setproctitle().Peter Wemm1996-01-011-0/+2
| | | | | | | | | | | Install (optional) libutil.h with prototypes for the functions and document this in the man page. minor cleanups to the various routines, include the prototype file, declare return codes etc. Notes: svn path=/head/; revision=13137
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+67
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573