summaryrefslogtreecommitdiffstats
path: root/usr.bin/finger
Commit message (Expand)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.ed2012-10-191-1/+2
* Bump date missed in r202756eadler2012-09-141-1/+1
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* Spelling fixes for usr.bin/uqs2011-12-301-2/+2
* Build finger(1) with WARNS=6.ed2011-10-142-3/+1
* Staticify cleanup() which is not referenced in other places.delphij2011-06-211-1/+1
* Check return code of setuid() and setgid() in finger.simon2011-04-231-4/+8
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-118-32/+0
* Remove stale references to utmp(5) and its corresponding filenames.ed2010-01-211-4/+3
* Migrate finger(1) towards utmpx.ed2010-01-136-17/+9
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
* Migrate finger(1) away from <utmp.h>.ed2009-12-288-68/+54
* Plug a memory leak.delphij2009-12-211-0/+1
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-133-3/+3
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-113-3/+3
* Restore the ".Sh BUGS" line that was accidentally removedru2007-04-121-0/+1
* Remove irrelevant comment about T/TCP in BUGS.des2007-04-111-8/+0
* Remove -T from getopt() spec and usage string.des2007-04-111-2/+2
* Bump Dd.des2007-04-111-1/+1
* Remove T/TCP support, and the -T option which was needed to disable it.des2007-04-114-16/+3
* Reduce number of spaces for full name by four, and reduce paddingrwatson2006-03-041-5/+5
* Setting .nofinger will not hide you from root.dds2005-09-194-1/+6
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+2
* Fixed the misplaced $FreeBSD$.ru2005-02-091-22/+22
* Sort sections.ru2005-01-181-6/+6
* Document incorrect handling of multibyte characters.tjr2004-07-171-1/+5
* Mechanically kill hard sentence breaks.ru2004-07-021-3/+6
* Remove spurious semicolons. Outside of functions they are actually errors butstefanf2004-05-161-1/+1
* Add multiple inclusion guards. Mostly this is for extern.h, which wasjmallett2004-03-143-1/+10
* Fixed a misspelling of 0 as NULL.bde2004-03-141-1/+1
* Add code to keep going if you're really intent on fingering someone, butjmallett2003-06-282-4/+16
* If stat() on the terminal specified in utmp fails due to ENOENT, don'trwatson2003-04-023-2/+21
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
* Make a CR/LF sequence measure up to its name: the order of the CR and LFroam2002-12-021-1/+1
* mdoc(7) police: bump document date, use the canonical option list width,ru2002-11-261-17/+11
* Back out previous commit - it was not well thought out.sobomax2002-10-311-1/+1
* Fix POLA breakage in 1.29: IPv4 should be default. This makes `-4' optionsobomax2002-10-311-1/+1
* ANSIify function definitions.dwmalone2002-09-046-62/+37
* add -4 and -6 option to be able to specify an address family.ume2002-07-223-4/+22
* Add -g option, which restricts printing of the gecos fields to just the user'smini2002-07-025-5/+23
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'rejmallett2002-05-171-2/+2
* Use `The .Nm utility'charnier2002-04-191-9/+10
* remove __Pimp2002-03-225-23/+23
* Unremoved used includes. <sys/time.h> is needed if <sys/stat.h> isn'tbde2002-02-251-0/+2
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
* GRR. Unbreak WARNS=2.peter2002-02-081-1/+1
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-105-25/+30
* WARNS=2 fix, remove 'register' and use __FBSDID().markm2001-12-027-72/+77
* Replace the condemned access(2) by stat(2),yar2001-08-081-1/+2
* Don't use ".nofinger" as a string constant from within the codeyar2001-07-302-1/+3
OpenPOWER on IntegriCloud