summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | Add IPv6 scoped address support.ume2000-07-146-319/+296
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It enables us to control link-local connections by interface like this: ALL : [fe80::%ed0]/10 : allow ALL : [fe80::]/10 : deny
* | | | | | | | | | | | Stop the tcp_wrappers ident code sending a request which is splitdwmalone2000-07-141-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | across several packets. This is done by not turning off buffering on the stdio stream for the ident connection. Originally this was done to avoid reading back what you'd just written into the buffer. However ANSI C gives a list of functions which should allow you to safely change direction on a stdio stream, and Wietse found that fseek seemed to be the most portable. The original patch used a different workaround, but this should be a real fix. PR: 16086 Reviewed by: wietse@porcupine.org (Original version) Approved by: markm
* | | | | | | | | | | | Merge vendor changes onto mainline.ps2000-07-143-3/+22
| | | | | | | | | | | |
* | | | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r63128,ps2000-07-1426-916/+1249
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | | | | Import less v358.ps2000-07-1429-920/+1272
| | | | | | | | | | | | |
* | | | | | | | | | | | | Make control-c exit when in more compatability mode.ps2000-07-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Scott Long <samsco@mho.com>
* | | | | | | | | | | | | Mention "amd -H" in the synopsis so that references to the "first formben2000-07-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | listed", etc, make sense. PR: 18592 Submitted by: Patrick Gosling <jpmg@eng.cam.ac.uk>
* | | | | | | | | | | | | Fix 'telnet -X sra' coredumpnsayer2000-07-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR# 19835
* | | | | | | | | | | | | Find pod2man in the right place.markm2000-07-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: aDe (Amongst others).
* | | | | | | | | | | | | Correct security hole in setproctitle(). We don't compile this code, butkris2000-07-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | having the security hole there makes my skin itch.
* | | | | | | | | | | | | Don't call printf with no format string.kris2000-07-101-1/+5
| | | | | | | | | | | | |
* | | | | | | | | | | | | Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATAume2000-07-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change (getaddrinfo.c rev 1.12).
* | | | | | | | | | | | | Document the -S flag (added in rev. 1.4) in the usage() function.ghelmer2000-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: bin/18153 Prompted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* | | | | | | | | | | | | sync with usr.bin/telnet/commands.c 1.21 -> 1.22. pierre.dampure@alveley.orgitojun2000-07-071-18/+16
| | | | | | | | | | | | |
* | | | | | | | | | | | | Upgrade to Binutils 2.10.0.obrien2000-07-061-0/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r62475,obrien2000-07-033-7/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | | | | Import Patchlevel 2 of the ISC 2.0 dhcp client.obrien2000-07-033-7/+12
| | | | | | | | | | | | |
* | | | | | | | | | | | | Fix a merge glitch - put our FREEBSD_NATIVE hack back in the originalpeter2000-07-031-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | place. The author saw fit to reindent the code which messed this up.
* | | | | | | | | | | | | Merge vendor changes onto mainlinepeter2000-07-032-511/+545
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge conflicting vendor changes onto mainline. This essentially revertspeter2000-07-031-103/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this file to the vendor version except for the added $FreeBSD$. (The rev 1.2 IEXTEN change has been implemented more cleanly)
* | | | | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r62449,peter2000-07-03206-14945/+23614
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | | | | Import the most recent ncurses 5.1 prerelease (20000701).peter2000-07-03209-15553/+24257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly this is intended to resolve the trace() badness once and for all. Obtained from: ftp://dickey.his.com/ncurses/
* | | | | | | | | | | | | Change $FreeBSD$ placement.obrien2000-06-261-2/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | Removed the doubled $FreeBSD$.obrien2000-06-261-2/+0
| | | | | | | | | | | | |
* | | | | | | | | | | | | Yuck. Hack round a bootstrapping issue.markm2000-06-261-1/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge in rev 1.2 ("-1"), and rev 1.6 (be quiet).obrien2000-06-261-5/+11
| | | | | | | | | | | | |
* | | | | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r62104,obrien2000-06-2617-273/+1254
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | | | | Import Patchlevel 1 of the ISC 2.0 dhcp client.obrien2000-06-2618-278/+1262
| | | | | | | | | | | | |
* | | | | | | | | | | | | Grr..markm2000-06-251-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix FUBARred conflict-merge. This fixes "make world".
* | | | | | | | | | | | | Resolve conflicts.markm2000-06-2511-1113/+2385
| | | | | | | | | | | | |
* | | | | | | | | | | | | Resolve conflicts.markm2000-06-252-1212/+2596
| | | | | | | | | | | | |
* | | | | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r62076,markm2000-06-251068-66095/+292355
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | | | | Vendor import of Perl 5.006markm2000-06-251081-68420/+297336
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge conflicts. Adds revs 1.2 and 1.3 (FreeBSD configuration support),obrien2000-06-201-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and preliminary sparc, strongarm, PPC FreeBSD support.
* | | | | | | | | | | | | Merge conflicts. This fixes the i386 config bits, merge in the Alpha bits,obrien2000-06-201-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and adds arm32 & sparc bits.
* | | | | | | | | | | | | Merge conflicts. This fixes the i386 config bits, merge in the Alpha bits,obrien2000-06-201-232/+233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and adds arm32 & sparc bits.
* | | | | | | | | | | | | Binutils now properly supports our ELFness with this file.obrien2000-06-201-7/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (use the stock file now that it is offically part of Binutils)
* | | | | | | | | | | | | Use the stock file now. The Binutils maintainers accepted our rev 1.2obrien2000-06-201-42/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes (don't use "/" to start a comment).
* | | | | | | | | | | | | Merge in our rev 1.2 changes (but do it in a way the Binutils maintainersobrien2000-06-201-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accepted): Restore traditional behavior by acknowledging tabs in strings.
* | | | | | | | | | | | | Merge in our ELF branding.obrien2000-06-201-0/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r61843,obrien2000-06-2061-2748/+4067
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | | | | | Import a virgin (but trimed) Binutils 2.10 release.obrien2000-06-2069-3041/+4429
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | None of these files are used in our build, nor do I really believeobrien2000-06-2014-5950/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | anyone is going to read them. Many were new with the "sourceware_binutils-2_10-branch_anoncvs_20000512" import. Others have been around since 2.8.1.
* | | | | | | | | | | | | | Remove these Binutils 2.8.1 files.obrien2000-06-203-3527/+0
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Upgrade instructions for the sourceware_binutils-2_10-branch_anoncvs_20000512obrien2000-06-181-12/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Binutils import.
* | | | | | | | | | | | | | List of files to delete from the Sourceware Binutils' CVS 2_10-branchobrien2000-06-181-0/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on 12-May-2000.
* | | | | | | | | | | | | | List of distfile contents to delete using `rm' and `find -delete'.obrien2000-06-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simular to the FREEBSD-Xlist used with `tar -X ... -xf'. This file is typically used when one starts with the Binutils anoncvs repo rather than a release tarball.
* | | | | | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r61524,obrien2000-06-104-23/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | | | | | | | Offical fixes to allow longer lines in the history and tweak expand_lex()obrien2000-06-104-23/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | useage.
* | | | | | | | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r61521,obrien2000-06-102-5/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud