summaryrefslogtreecommitdiff
path: root/usr.bin/finger
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Remove single-space hard sentence breaks.Sheldon Hearn2000-03-061-1/+2
| | | | Notes: svn path=/stable/3/; revision=57783
* MFC: 1.7.Ruslan Ermilov1999-09-061-6/+8
| | | | | | | | | | | Fix the breakage introduced in the previous commit, which prevented matching of user names. Noticed by: Evren Yurtesen <yurtesen@ispro.net.tr> Approved by: jkh Notes: svn path=/stable/3/; revision=51014
* $Id$ -> $FreeBSD$Peter Wemm1999-08-297-7/+7
| | | | Notes: svn path=/stable/3/; revision=50581
* MFC: 1.6 close possible buffer overflowWarner Losh1999-08-251-16/+27
| | | | Notes: svn path=/stable/3/; revision=50338
* MFC: Impliment elements of TCP Wrappers's `safe_finger'.David E. O'Brien1999-05-113-2/+46
| | | | Notes: svn path=/stable/3/; revision=46943
* fix 8bit clean issueAndrey A. Chernov1998-08-071-5/+5
| | | | | | | PR: 7519 Notes: svn path=/head/; revision=38164
* Don't assume that hp->h_lenght == 4. Be conservative in its use.Warner Losh1998-06-091-2/+3
| | | | | | | Submitted by: J. Assange a long time ago. Notes: svn path=/head/; revision=36792
* Document the bogus standard requirement of delaying the close.Garrett Wollman1997-08-011-2/+14
| | | | | | | Also include a reference to the FINGER RFC. Notes: svn path=/head/; revision=27836
* So somebody actually found language in the FINGER RFC which requiresGarrett Wollman1997-08-011-3/+3
| | | | | | | | | | | implementations to leave the client side open until the server closes. While this is totally idiotic, it seems as if some servers actually require it (e.g., the one at mit.mit.edu). So, we bow to the weight of the bogus standard and disable the initial close. Hopefully now fetch(1) can serve the role of T/TCP demonstration application. Notes: svn path=/head/; revision=27835
* Add rcsid, usage(). Silent -Wall. Use warn(3).Philippe Charnier1997-07-026-17/+46
| | | | Notes: svn path=/head/; revision=27169
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Skip \r character while printing Plan/etc. text files, it allows toAndrey A. Chernov1997-03-171-2/+4
| | | | | | | | handle \r\n and \n\r files properly. Previous variant put ^M for \r\n and ^M\n for \n\r Notes: svn path=/head/; revision=23971
* Merge from Lite2Peter Wemm1997-03-116-71/+68
| | | | Notes: svn path=/head/; revision=23693
* This commit was generated by cvs2svn to compensate for changes in r23690,Peter Wemm1997-03-111-2/+1
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=23691
| * Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.Peter Wemm1997-03-117-0/+1476
| | | | Notes: svn path=/vendor/CSRG/dist/; revision=23690
* Adjust line to not overflow 80 cols (result of recent utmp changes)Andrey A. Chernov1996-12-051-8/+8
| | | | Notes: svn path=/head/; revision=20157
* Allow the user to disable the use of T/TCP by setting the -T option.Andras Olah1996-03-153-4/+20
| | | | | | | This option becomes useless when all TCP stacks are fixed out there. Notes: svn path=/head/; revision=14631
* Print 8bit chars from the net if current locale allows themAndrey A. Chernov1996-03-101-2/+3
| | | | Notes: svn path=/head/; revision=14472
* Implement client-side transaction TCP. This has little effectGarrett Wollman1995-12-171-13/+39
| | | | | | | | if the server doesn't support it. (This is intended mostly as an example.) Notes: svn path=/head/; revision=12909
* Change locale to LC_ALL, there is no bitmaskAndrey A. Chernov1995-10-261-1/+1
| | | | Notes: svn path=/head/; revision=11811
* Add setlocale LC_TIME|LC_CTYPEAndrey A. Chernov1995-10-241-0/+3
| | | | Notes: svn path=/head/; revision=11759
* Reverse out some of the previous commit I did, which shortened thePeter Wemm1995-10-101-8/+11
| | | | | | | | | | | | | | | finger output from 80 to 79 characters to stop the syscons every-second-line-is-blank problem. Also, redo the TTY column mod so that it steals one of the (usually) two blank spaces from the before the tty column rather than from the office phone number. This means the office phone field width in the short finger is back to 15 characters instead of 13. Notes: svn path=/head/; revision=11386
* Increase the tty column width from 2 to 3 characters.Peter Wemm1995-09-041-5/+5
| | | | | | | | | | | This gives us more room to breath with tty names, especially with drivers that support large numbers of ports.. eg: specialix and digiboard. This does not actually change the current tty names, it just allows room for reporting more characters if the drivers use them. Notes: svn path=/head/; revision=10553
* Allow national printable chars in .planAndrey A. Chernov1995-08-081-1/+1
| | | | Notes: svn path=/head/; revision=9994
* Replace asctime/ctime by strftime %c to use national representationAndrey A. Chernov1995-08-082-8/+9
| | | | Notes: svn path=/head/; revision=9993
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-072-3/+4
| | | | | | | which is no longer bogusly installed in /usr/include. Notes: svn path=/head/; revision=9987
* Fix finger not check all users ~/.nofinger, only for actuallyAndrey A. Chernov1995-06-211-3/+1
| | | | | | | | matched. Close PR 539 Submitted by: tom@haven.uniserve.com Notes: svn path=/head/; revision=9280
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8874
* Make finger(1) accept "cua" to be also a tty, and use the suffix insteadJoerg Wunsch1995-03-251-2/+3
| | | | | | | of the very meaningful string "cu" to describe the tty. Notes: svn path=/head/; revision=7371
* Add Sean Eric Fagan's support for a ~/.nofinger file for user who preferJordan K. Hubbard1995-01-043-2/+41
| | | | | | | | their privacy. Submitted by: sef Notes: svn path=/head/; revision=5369
* Remove extra newline introduced in 44lite (oops)Paul Traina1994-12-051-1/+4
| | | | Notes: svn path=/head/; revision=4991
* Remove extra newline introduced in Net/2Paul Traina1994-12-051-1/+0
| | | | Notes: svn path=/head/; revision=4990
* Add code to pull options out of FINGER environment variable if present.Paul Traina1994-09-082-5/+38
| | | | | | | | | | Yes, has same stupid bug as more(1), options must be specified as one argument. Submitted by: pst Notes: svn path=/head/; revision=2589
* Install Luke's enhancements for finger.Paul Traina1994-09-076-24/+117
| | | | | | | | | | | | | By default, behave like the old ugly 4.4bsd finger and print office information instead of remote login information. It's an easy one line fix to make it behave like most other vendor's fingers if we decide to change the default. Reviewed by: pst Notes: svn path=/head/; revision=2537
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-279-0/+1547
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590