summaryrefslogtreecommitdiffstats
path: root/libexec/uucpd/uucpd.c
Commit message (Collapse)AuthorAgeFilesLines
* Migrate uucpd to ports as well.kris2001-10-011-267/+0
| | | | Noticed by: ru
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-1/+1
| | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms>
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* IPv6 support.ume2000-05-141-10/+10
| | | | Reviewed by: shin
* Log username with password failure.eivind1999-11-061-1/+1
| | | | This has proved useful in real life installations.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* More egcs warning fixes:imp1999-04-251-2/+2
| | | | | | | | | | o main returns int not void o use return 0 at end of main when needed o use braces to avoid potentially ambiguous else o don't default to type int (and also remove a useless register modifier). Reviewed by: obrien and chuckr
* Ensure that things returned by gethostname() andbrian1999-04-071-3/+3
| | | | | | | | | | friends are terminated and allow for a maximum host name length of MAXHOSTNAMELEN - 1. Put parenthesis around sizeof args. Make some variables static. Fix telnetd -u (broken by my last commit) Prompted by: bde
* Use realhostname() rather than various combinations ofbrian1999-04-061-19/+5
| | | | | | gethostbyaddr() & gethostbyname(). Remove brokeness in ftpd for hosts of MAXHOSTNAMELEN length.
* Ignore empty usernames, and repeat the login: prompt in this case.joerg1999-03-301-6/+10
| | | | | | | | | | | There's not much point in having uucpd behave differently than login(1) for this, and now uucpd is compatible to the default chat script of Taylor UUCP which sends a single \r at first. While i was at it, added a few strategic ``errno = 0;''s, so at least an `Undefined error 0' will be returned for things like a closed connection while reading the login ID or password, as opposed to an even more bogus thing like `No such file or directory'.
* Fixed printf format errors.bde1998-06-301-3/+3
|
* Sort #includes. Add rcsid. Use full pathname in SYNOPSIS section.charnier1997-12-041-9/+11
|
* Ensure that the remote host name is Nul terminated.mpp1997-04-081-1/+2
| | | | Closes PR# 2589.
* Fix for expiration date test. Closes PR#3224.davidn1997-04-081-2/+2
|
* Use MAXHOSTNAMELEN, as opposed to an arbitrary number, and ensurejoerg1997-04-011-3/+6
| | | | | | | | correct termination if it overflows. Closes PR # misc/2982. Submitted by: Drew Derbyshire <ahd@kew.com>
* Don't trucate username to 8 characters.davidn1997-03-251-24/+29
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* add forgotten $Id$wosch1996-09-221-0/+2
|
* Check for expired passwords before allowing access to the system.mpp1995-08-281-0/+2
|
* Fix wtmp logoutache1995-03-201-10/+5
| | | | Submitted by: Gil Kloepfer Jr. <gil@limbic.ssdl.com>
* Remove -u argument, does nothing for non-priviliged user.ache1994-11-251-4/+5
| | | | Write LOGNAME in addition to USER as sun uucpd does.
* mass fixes from 1.1.5.1 + better log erros and incorrect loginsache1994-11-231-141/+107
|
* Add -DBSD4.2 and -DBSDINETD so uucpd makes sense. Further correct aguido1994-08-231-2/+2
| | | | | | | | warning at compil time. This actually makes uucpd at tcp port 540 work, so slippers can poll over tcp. Reviewed by: Submitted by: guido
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-271-0/+300
OpenPOWER on IntegriCloud