aboutsummaryrefslogtreecommitdiff
path: root/libexec/uucpd
Commit message (Collapse)AuthorAgeFilesLines
* Migrate uucpd to ports as well.Kris Kennaway2001-10-014-383/+0
| | | | | | | Noticed by: ru Notes: svn path=/head/; revision=84255
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-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> Notes: svn path=/head/; revision=80381
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79529
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
| | | | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> Notes: svn path=/head/; revision=79452
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Set the default manual section for libexec/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74529
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
| | | | Notes: svn path=/head/; revision=69857
* remove trailing periods from SEE ALSO.Ben Smithurst2000-11-151-1/+1
| | | | Notes: svn path=/head/; revision=68756
* IPv6 support.Hajimu UMEMOTO2000-05-141-10/+10
| | | | | | | Reviewed by: shin Notes: svn path=/head/; revision=60552
* Revert the libcrypt/libmd stuff back to how it was. This should not havePeter Wemm1999-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. Notes: svn path=/head/; revision=54782
* Add libmd (or move it after libcrypt). We don't want the linker to beMarcel Moolenaar1999-12-161-2/+2
| | | | | | | | smart because it will definitely get it wrong. This popped up during cross-linking. Notes: svn path=/head/; revision=54677
* Log username with password failure.Eivind Eklund1999-11-061-1/+1
| | | | | | | This has proved useful in real life installations. Notes: svn path=/head/; revision=52922
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
| | | | Notes: svn path=/head/; revision=50476
* More egcs warning fixes:Warner Losh1999-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 Notes: svn path=/head/; revision=46078
* Ensure that things returned by gethostname() andBrian Somers1999-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 Notes: svn path=/head/; revision=45422
* Use realhostname() rather than various combinations ofBrian Somers1999-04-061-19/+5
| | | | | | | | | gethostbyaddr() & gethostbyname(). Remove brokeness in ftpd for hosts of MAXHOSTNAMELEN length. Notes: svn path=/head/; revision=45393
* Ignore empty usernames, and repeat the login: prompt in this case.Joerg Wunsch1999-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'. Notes: svn path=/head/; revision=45146
* Fixed printf format errors.Bruce Evans1998-06-301-3/+3
| | | | Notes: svn path=/head/; revision=37297
* Sort #includes. Add rcsid. Use full pathname in SYNOPSIS section.Philippe Charnier1997-12-042-12/+14
| | | | Notes: svn path=/head/; revision=31524
* Ensure that the remote host name is Nul terminated.Mike Pritchard1997-04-081-1/+2
| | | | | | | Closes PR# 2589. Notes: svn path=/head/; revision=24732
* Fix for expiration date test. Closes PR#3224.David Nugent1997-04-081-2/+2
| | | | Notes: svn path=/head/; revision=24728
* Use MAXHOSTNAMELEN, as opposed to an arbitrary number, and ensureJoerg Wunsch1997-04-011-3/+6
| | | | | | | | | | | correct termination if it overflows. Closes PR # misc/2982. Submitted by: Drew Derbyshire <ahd@kew.com> Notes: svn path=/head/; revision=24514
* Don't trucate username to 8 characters.David Nugent1997-03-251-24/+29
| | | | Notes: svn path=/head/; revision=24258
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-224-4/+4
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Sort cross references.Wolfram Schneider1997-01-131-2/+2
| | | | Notes: svn path=/head/; revision=21635
* add forgotten $Id$Wolfram Schneider1996-09-223-0/+5
| | | | Notes: svn path=/head/; revision=18471
* Use the .Bx macro where appropriate.Mike Pritchard1996-08-231-2/+3
| | | | Notes: svn path=/head/; revision=17797
* Update the uucpd makefile to install the man page.Mike Pritchard1996-02-181-1/+1
| | | | Notes: svn path=/head/; revision=14150
* New man page for uucpd. There is precious little info for this thingMark Murray1996-02-181-0/+67
| | | | | | | | | | available, but I managed to find something in the BSD4.4 uucico(8) docs. Closes pr docs/131. Notes: svn path=/head/; revision=14149
* Check for expired passwords before allowing access to the system.Mike Pritchard1995-08-281-0/+2
| | | | Notes: svn path=/head/; revision=10401
* Fix wtmp logoutAndrey A. Chernov1995-03-201-10/+5
| | | | | | | Submitted by: Gil Kloepfer Jr. <gil@limbic.ssdl.com> Notes: svn path=/head/; revision=7182
* Remove -u argument, does nothing for non-priviliged user.Andrey A. Chernov1994-11-251-4/+5
| | | | | | | Write LOGNAME in addition to USER as sun uucpd does. Notes: svn path=/head/; revision=4807
* mass fixes from 1.1.5.1 + better log erros and incorrect loginsAndrey A. Chernov1994-11-232-144/+109
| | | | Notes: svn path=/head/; revision=4790
* Fix uucico pathAndrey A. Chernov1994-11-231-1/+1
| | | | | | | Submitted by: Gene Stark Notes: svn path=/head/; revision=4789
* Add -DBSD4.2 and -DBSDINETD so uucpd makes sense. Further correct aGuido van Rooij1994-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 Notes: svn path=/head/; revision=2248
* LDADD= -lcryptGeoff Rehmet1994-08-201-0/+2
| | | | | | | Submitted by: Geoff Notes: svn path=/head/; revision=2161
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-273-0/+344
Notes: svn path=/vendor/CSRG/dist/; revision=1592