summaryrefslogtreecommitdiffstats
path: root/usr.bin/finger
Commit message (Collapse)AuthorAgeFilesLines
* Allow the user to disable the use of T/TCP by setting the -T option.olah1996-03-153-4/+20
| | | | This option becomes useless when all TCP stacks are fixed out there.
* Print 8bit chars from the net if current locale allows themache1996-03-101-2/+3
|
* Implement client-side transaction TCP. This has little effectwollman1995-12-171-13/+39
| | | | | if the server doesn't support it. (This is intended mostly as an example.)
* Change locale to LC_ALL, there is no bitmaskache1995-10-261-1/+1
|
* Add setlocale LC_TIME|LC_CTYPEache1995-10-241-0/+3
|
* Reverse out some of the previous commit I did, which shortened thepeter1995-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.
* Increase the tty column width from 2 to 3 characters.peter1995-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.
* Allow national printable chars in .planache1995-08-081-1/+1
|
* Replace asctime/ctime by strftime %c to use national representationache1995-08-082-8/+9
|
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-072-3/+4
| | | | which is no longer bogusly installed in /usr/include.
* Fix finger not check all users ~/.nofinger, only for actuallyache1995-06-211-3/+1
| | | | | matched. Close PR 539 Submitted by: tom@haven.uniserve.com
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Make finger(1) accept "cua" to be also a tty, and use the suffix insteadjoerg1995-03-251-2/+3
| | | | of the very meaningful string "cu" to describe the tty.
* Add Sean Eric Fagan's support for a ~/.nofinger file for user who preferjkh1995-01-043-2/+41
| | | | | their privacy. Submitted by: sef
* Remove extra newline introduced in 44lite (oops)pst1994-12-051-1/+4
|
* Remove extra newline introduced in Net/2pst1994-12-051-1/+0
|
* Add code to pull options out of FINGER environment variable if present.pst1994-09-082-5/+38
| | | | | | | Yes, has same stupid bug as more(1), options must be specified as one argument. Submitted by: pst
* Install Luke's enhancements for finger.pst1994-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
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-279-0/+1547
OpenPOWER on IntegriCloud