| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
|
| |
Also, add an "unifdef:" target, so that the telnet sources can
be remade from the crypto sources in src/crypto/telnet.
Notes:
svn path=/head/; revision=87147
|
| |
|
|
| |
Notes:
svn path=/head/; revision=82497
|
| |
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=82326
|
| |
|
|
|
|
|
|
| |
Also remove conditional (AUTHENTICATION) code as we have never compiled
it here, and it is doubtful that it even works in this scenario.
Notes:
svn path=/head/; revision=81963
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81622
|
| |
|
|
|
|
|
| |
to ensure deterministic operation
Notes:
svn path=/head/; revision=80225
|
| |
|
|
| |
Notes:
svn path=/head/; revision=80047
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79754
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79529
|
| |
|
|
|
|
|
| |
Idea from: Theo de Raadt <deraadt@openbsd.org>
Notes:
svn path=/head/; revision=79452
|
| |
|
|
|
|
|
|
|
| |
for the vector of arguments.
MFC after: 1 week
Notes:
svn path=/head/; revision=77881
|
| |
|
|
|
|
|
| |
Approved by: markm
Notes:
svn path=/head/; revision=74928
|
| |
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74814
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74529
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72640
|
| |
|
|
|
|
|
| |
Replace bcopy() with memmove().
Notes:
svn path=/head/; revision=72143
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72142
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72141
|
| |
|
|
|
|
|
| |
interface, whilst the latter is a BSD'ism.
Notes:
svn path=/head/; revision=72140
|
| |
|
|
|
|
|
|
|
| |
Seperate does not exist in the english language.
Submitted to look at by: kris
Notes:
svn path=/head/; revision=72089
|
| |
|
|
|
|
|
| |
There is no such thing as wierd in the english language.
Notes:
svn path=/head/; revision=72082
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71895
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71099
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70227
|
| |
|
|
|
|
|
| |
including only non-filename contents for TERMCAP
Notes:
svn path=/head/; revision=69825
|
| |
|
|
|
|
|
| |
Use _PATH_* where where possible.
Notes:
svn path=/head/; revision=69793
|
| |
|
|
|
|
|
|
| |
Submitted by: Edwin Groothuis <mavetju@chello.nl>
PR: bin/22787
Notes:
svn path=/head/; revision=69223
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68949
|
| |
|
|
|
|
|
|
|
|
| |
the length of the array.
Noticed by: Christos Zoulas <christos@ZOULAS.COM>
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=68890
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=68038
|
| |
|
|
|
|
|
| |
PR: docs/13218
Notes:
svn path=/head/; revision=60015
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-inetd
-rshd
-rlogind
-telnetd
-rsh
-rlogin
Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
Notes:
svn path=/head/; revision=56590
|
| |
|
|
|
|
|
|
| |
PR: 15925
Submitted by: Thierry Herbelot
Notes:
svn path=/head/; revision=55858
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
|
|
|
| |
the queue macros.
Notes:
svn path=/head/; revision=49557
|
| |
|
|
| |
Notes:
svn path=/head/; revision=49554
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=45492
|
| |
|
|
| |
Notes:
svn path=/head/; revision=45423
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
gethostbyaddr() & gethostbyname().
Remove brokeness in ftpd for hosts of MAXHOSTNAMELEN length.
Notes:
svn path=/head/; revision=45393
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=45353
|
| |
|
|
|
|
|
|
| |
nasty consequences when the system curses is ncurses as this conflicts
with a ncurses funciton and causes recursion.
Notes:
svn path=/head/; revision=41857
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38702
|
| |
|
|
|
|
|
|
| |
Change pointer casts from int to long. The code that looks to index -1
of argv is still broken on alpha.
Notes:
svn path=/head/; revision=36030
|
| |
|
|
|
|
|
|
| |
PR: 6499
Submitted by: Doug Barton <Studded@san.rr.com>
Notes:
svn path=/head/; revision=35665
|
| |
|
|
|
|
|
|
| |
PR: part of 6492
Submitted by: Chip Norkus via Doug White <studded@san.rr.com>
Notes:
svn path=/head/; revision=35646
|
| |
|
|
|
|
|
|
|
| |
PR: 6365
Reviewed by: phk
Submitted by: Jason Garman <init@risen.org>
Notes:
svn path=/head/; revision=35460
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32314
|
| |
|
|
|
|
|
|
| |
the diff is in an ifdef that isn't enabled for FreeBSD.
Obtained from: OpenBSD(?)
Notes:
svn path=/head/; revision=31975
|
| |
|
|
| |
Notes:
svn path=/head/; revision=31625
|