Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -3/+3 |
| | |||||
* | The .Nm utility | charnier | 2002-07-06 | 1 | -14/+20 |
| | |||||
* | Don't risk catching a signal while handling a signal for a dying child, as we | jmallett | 2002-05-27 | 1 | -0/+8 |
| | | | | | | | | | can then end up not properly clearing wtmp/utmp entries. PR: bin/37934 Submitted by: Sandeep Kumar <skumar@juniper.net> Reviewed by: markm MFC after: 2 weeks | ||||
* | Set WFORMAT=0, overlooked in previous commits to libexec/. | kris | 2002-02-06 | 1 | -0/+1 |
| | | | | Reported by: jhay | ||||
* | Don't use non-signal-safe functions (exit(3) in this case) in | sheldonh | 2002-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | signal handlers. In this case, use _exit(2) instead, following the call to shutdown(2). This fixes rare telnetd hangs. PR: misc/33672 Submitted by: Umesh Krishnaswamy <umesh@juniper.net> MFC after: 1 month | ||||
* | MFCrypto: Remove -r, -s, sort -p. | ru | 2001-12-14 | 1 | -25/+5 |
| | |||||
* | Merge from master (crypto) telnet. WARNS fixes for alpha. | markm | 2001-12-03 | 1 | -4/+4 |
| | |||||
* | Merge the (in)complete ANSIfication work from src/crypto/telnet. | markm | 2001-11-30 | 3 | -101/+93 |
| | |||||
* | After running a "make unifdef", commit the resultant diffs. | markm | 2001-11-30 | 8 | -1063/+324 |
| | | | | This code is now a complete sunset of the crypto (master) code. | ||||
* | Diff-reduce WRT src/secure/*telnet*/Makefile. | markm | 2001-11-30 | 1 | -2/+13 |
| | | | | | Also, add an "unifdef:" target, so that the telnet sources can be remade from the crypto sources in src/crypto/telnet. | ||||
* | Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code. | markm | 2001-08-29 | 7 | -885/+5 |
| | |||||
* | Remove description of an option that only applies to UNICOS < 7.0. | dd | 2001-08-25 | 1 | -13/+0 |
| | | | | | | | That define may still be present in the source, but I don't think anyone has plans to try to use it. Obtained from: NetBSD | ||||
* | Feature merging and diff reduction between this code and crypto telnet. | markm | 2001-08-20 | 10 | -447/+279 |
| | | | | | Also remove conditional (AUTHENTICATION) code as we have never compiled it here, and it is doubtful that it even works in this scenario. | ||||
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -3/+6 |
| | |||||
* | MFcrypto/telnet/telnetd: Correct semantics of output_data*() and netflush() | kris | 2001-07-23 | 6 | -43/+47 |
| | | | | to ensure deterministic operation | ||||
* | MFCrypto: fixed the remote buffer overflow. | ru | 2001-07-20 | 6 | -310/+204 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -5/+5 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -1/+1 |
| | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> | ||||
* | Fix the number of bytes allocated by realloc when more space is needed | ghelmer | 2001-06-07 | 1 | -1/+1 |
| | | | | | | for the vector of arguments. MFC after: 1 week | ||||
* | Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness. | ru | 2001-03-28 | 1 | -1/+8 |
| | | | | Approved by: markm | ||||
* | - Backout botched attempt to intoduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for libexec/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | Preceed/preceeding are not english words. Use precede or preceding. | asmodai | 2001-02-18 | 1 | -1/+1 |
| | |||||
* | Synch: Properly constify sccsid[]. | asmodai | 2001-02-07 | 1 | -2/+2 |
| | | | | Replace bcopy() with memmove(). | ||||
* | Synch: Prefer memmove() over bcopy(). | asmodai | 2001-02-07 | 1 | -1/+1 |
| | |||||
* | Synch: Properly constify sccsid[]. | asmodai | 2001-02-07 | 1 | -1/+1 |
| | |||||
* | Synch: prefer memmove() over bcopy(), since the first is a C-standard | asmodai | 2001-02-07 | 1 | -1/+1 |
| | | | | interface, whilst the latter is a BSD'ism. | ||||
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
| | | | | | | Seperate does not exist in the english language. Submitted to look at by: kris | ||||
* | Fix typo: wierd -> weird. | asmodai | 2001-02-06 | 1 | -1/+1 |
| | | | | There is no such thing as wierd in the english language. | ||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -9/+9 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-20 | 1 | -1/+5 |
| | |||||
* | (scrub_env): change to only accept a listed set of variables, | assar | 2000-12-10 | 1 | -23/+37 |
| | | | | including only non-filename contents for TERMCAP | ||||
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 2 | -10/+13 |
| | | | | Use _PATH_* where where possible. | ||||
* | Correct definition of MAXHOSTNAMELEN in ifdef'ed code. | kris | 2000-11-26 | 1 | -1/+1 |
| | | | | | Submitted by: Edwin Groothuis <mavetju@chello.nl> PR: bin/22787 | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | Don't use sizeof() on a pointer when we really wanted to measure | kris | 2000-11-19 | 3 | -9/+4 |
| | | | | | | | the length of the array. Noticed by: Christos Zoulas <christos@ZOULAS.COM> Obtained from: OpenBSD | ||||
* | Filter out some more magic environment variables used by libraries linked | kris | 2000-10-31 | 3 | -4/+11 |
| | | | | | | | | with telnetd. This should really be done with a positive filter - i.e. only allow through a configured list of variables. Also do some buffer-safety cleanups while I'm here - I don't think these are exploitable. | ||||
* | Minor mdoc cleanup. | mpp | 2000-05-05 | 1 | -2/+2 |
| | | | | PR: docs/13218 | ||||
* | several tcp apps IPv6 update | shin | 2000-01-25 | 3 | -34/+57 |
| | | | | | | | | | | | | -inetd -rshd -rlogind -telnetd -rsh -rlogin Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project | ||||
* | We do not support the -B option. | asmodai | 2000-01-12 | 1 | -12/+1 |
| | | | | | PR: 15925 Submitted by: Thierry Herbelot | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 11 | -11/+11 |
| | |||||
* | Back out previous commit - it's not necessary now that tty.h properly includes | jkh | 1999-08-09 | 1 | -2/+1 |
| | | | | the queue macros. | ||||
* | Add a missing include (sys/queue.h for sys/tty.h SLIST usage.) | green | 1999-08-09 | 1 | -1/+2 |
| | |||||
* | Determine the host name using an array size of | brian | 1999-04-08 | 1 | -2/+3 |
| | | | | | | | | | MAXHOSTNAMELEN and call trimdomain() before implementing the -u option. This allows local hosts of a lan with a long domain name to appear properly in utmp by base host name (w/o domain) rather than by IP number. | ||||
* | Really fix -u.... | brian | 1999-04-07 | 1 | -2/+6 |
| | |||||
* | Ensure that things returned by gethostname() and | brian | 1999-04-07 | 2 | -7/+12 |
| | | | | | | | | | | 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 of | brian | 1999-04-06 | 1 | -39/+8 |
| | | | | | | gethostbyaddr() & gethostbyname(). Remove brokeness in ftpd for hosts of MAXHOSTNAMELEN length. | ||||
* | After receiving a connection and doing a reverse | brian | 1999-04-06 | 1 | -2/+18 |
| | | | | | | | | | | lookup on the incoming IP, do a forward lookup on the result and make sure that the IP is in the resulting list. If it's not, put the IP number in utmp/wtmp instead of the rogue name. Stolen from: rlogind Suggested by: sef |