summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r64234,obrien2000-08-041-0/+153
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of gdb-5.0obrien2000-08-0426-8978/+9487
| |
* | These files are for an arch we don't care about.obrien2000-08-048-5171/+0
| |
* | Update for GDB 5.0.obrien2000-08-021-0/+73
| |
* | These files are for an arch we don't care about.obrien2000-08-023-3080/+0
| |
* | Remove reference to non-existent manpage (ctl-amd(8)).marko2000-07-281-2/+1
| | | | | | | | | | | | PR: 20091 Submitted by: Bruce A. Mah <bmah@cisco.com> Approved by: nik
* | Use the cleaner "-n" syntax w/in [] rather then compare against `""'.obrien2000-07-281-6/+6
| | | | | | | | Submitted by: green
* | Prevent 'set' from it interpreting the shell var as an argument.obrien2000-07-281-6/+6
| | | | | | | | Submitted by: green
* | The result of 'set' gives parameters starting with $1, not $0.obrien2000-07-281-1/+1
| | | | | | | | Submitted by: green
* | s/Diggest/Digest/green2000-07-281-1/+1
| |
* | Back out rev 1.12 (safe quoting) until I have a chance to rework the changeobrien2000-07-241-77/+77
| | | | | | | | | | and get wider testing. Too many people are having problems with the script in its current form.
* | Get rid of the stupid bug where diff sticks trash in your generatedgreen2000-07-241-3/+2
| | | | | | | | | | | | | | | | | | | | diff output; there being no trailing newline caused it to bitch and moan and ruin diffs. That's dumb, if I may say so myself. Yes, this file is coming off the vendor branch. It hasn't been updated in 6 years. Approved by: peter
* | This commit was generated by cvs2svn to compensate for changes in r63696,fenner2000-07-201-2/+3
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import rev 1.26 of tcpdump.org's inet.c -- don't freefenner2000-07-201-2/+3
| | | | | | | | | | | | the buffer before it's used.
| * | Import of updated file for 0.5 releasefenner2000-03-041-5/+15
| | |
* | | Fix vendor bogon where one of dhcp_option_ev_name()'s formal parameterobrien2000-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | types did not match the prototype. (Note: this is one bug that an Ada compiler would have found as when you typedef a new type, the new type is not assignment compatabile with the type used to make it up. C should only be so featureful.)
* | | Fix buffer size of ALIGNed buffer.ume2000-07-201-2/+2
| | | | | | | | | | | | | | | PR: bin/20053 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* | | Correct default value for -s option.phantom2000-07-201-1/+2
| | | | | | | | | | | | | | | PR: bin/12946 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
* | | Update to match the upgrade I just performed.obrien2000-07-201-6/+5
| | |
* | | Careful with long, command-line provided interface names.obrien2000-07-201-1/+1
| | | | | | | | | | | | Obtained from: OpenBSD (rev 1.5)
* | | arp(8) invocations fixed -- one does not use "-n" with "-d".obrien2000-07-201-3/+3
| | | | | | | | | | | | Obtained from: OpenBSD (rev 1.7)
* | | safe shell quotingobrien2000-07-201-77/+77
| | | | | | | | | | | | Obtained from: OpenBSD (rev 1.6)
* | | Make sure we delete the PID file when we exit.obrien2000-07-201-0/+2
| | | | | | | | | | | | | | | Obtained from: OpenBSD rev 1.3 (this semi-security fix was hidden as a lease time fix)
* | | Add yet more options to usage() that the author did not document.obrien2000-07-202-2/+16
| | |
* | | Careful with long, command-line provided interface names.obrien2000-07-201-1/+1
| | | | | | | | | | | | Obtained from: OpenBSD (rev 1.7)
* | | Fix conflicts.obrien2000-07-202-86/+152
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r63616,obrien2000-07-206-8/+22
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import Patchlevel 3 of the ISC 2.0 dhcp client.obrien2000-07-208-94/+173
| | | |
* | | | actually commit merged diffs to the trunkdarrenr2000-07-193-27/+48
| | | |
* | | | Fix breakage caused by ether_aton() prototype change.archie2000-07-191-1/+2
| | | | | | | | | | | | | | | | PR: bin/20033
* | | | Fix make world breakage.archie2000-07-191-1/+1
| | | | | | | | | | | | | | | | Broken by: me
* | | | fix conflictsdarrenr2000-07-195-26/+41
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r63516,darrenr2000-07-1928-160/+914
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import v3.4.8 into -currentdarrenr2000-07-1933-188/+959
| | | | |
* | | | | Add missing $FreeBSD$ to files that are NOT still on vendor a branch.peter2000-07-1619-0/+72
| | | | |
* | | | | 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
| | | | | |
OpenPOWER on IntegriCloud