summaryrefslogtreecommitdiffstats
path: root/libexec/uucpd
Commit message (Collapse)AuthorAgeFilesLines
* IPv6 support.ume2000-05-141-10/+10
| | | | Reviewed by: shin
* Revert the libcrypt/libmd stuff back to how it was. This should not havepeter1999-12-181-2/+2
| | | | | | | | happened as it was working around problems elsewhere (ie: binutils/ld not doing the right thing according to the ELF design). libcrypt has been adjusted to not need the runtime -lmd. It's still not quite right (ld is supposed to work damnit) but at least it doesn't impact all the users of libcrypt in Marcel's cross-build model.
* Add libmd (or move it after libcrypt). We don't want the linker to bemarcel1999-12-161-2/+2
| | | | | smart because it will definitely get it wrong. This popped up during cross-linking.
* Log username with password failure.eivind1999-11-061-1/+1
| | | | This has proved useful in real life installations.
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
|
* 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-042-12/+14
|
* 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-224-4/+4
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
| | | | | | | | 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.
* Sort cross references.wosch1997-01-131-2/+2
|
* add forgotten $Id$wosch1996-09-223-0/+5
|
* Use the .Bx macro where appropriate.mpp1996-08-231-2/+3
|
* Update the uucpd makefile to install the man page.mpp1996-02-181-1/+1
|
* New man page for uucpd. There is precious little info for this thingmarkm1996-02-181-0/+67
| | | | | | | available, but I managed to find something in the BSD4.4 uucico(8) docs. Closes pr docs/131.
* 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-232-144/+109
|
* Fix uucico pathache1994-11-231-1/+1
| | | | Submitted by: Gene Stark
* Add -DBSD4.2 and -DBSDINETD so uucpd makes sense. Further correct aguido1994-08-232-3/+3
| | | | | | | | warning at compil time. This actually makes uucpd at tcp port 540 work, so slippers can poll over tcp. Reviewed by: Submitted by: guido
* LDADD= -lcryptcsgr1994-08-201-0/+2
| | | | Submitted by: Geoff
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-273-0/+344
OpenPOWER on IntegriCloud