aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Remove reference to non-existent manpage (ctl-amd(8)).Mark Ovens2000-07-281-2/+1
| | | | | | | | | PR: 20091 Submitted by: Bruce A. Mah <bmah@cisco.com> Approved by: nik Notes: svn path=/head/; revision=63966
* Use the cleaner "-n" syntax w/in [] rather then compare against `""'.David E. O'Brien2000-07-281-6/+6
| | | | | | | Submitted by: green Notes: svn path=/head/; revision=63958
* Prevent 'set' from it interpreting the shell var as an argument.David E. O'Brien2000-07-281-6/+6
| | | | | | | Submitted by: green Notes: svn path=/head/; revision=63957
* The result of 'set' gives parameters starting with $1, not $0.David E. O'Brien2000-07-281-1/+1
| | | | | | | Submitted by: green Notes: svn path=/head/; revision=63956
* s/Diggest/Digest/Brian Feldman2000-07-281-1/+1
| | | | Notes: svn path=/head/; revision=63949
* Back out rev 1.12 (safe quoting) until I have a chance to rework the changeDavid E. O'Brien2000-07-241-77/+77
| | | | | | | | and get wider testing. Too many people are having problems with the script in its current form. Notes: svn path=/head/; revision=63813
* Get rid of the stupid bug where diff sticks trash in your generatedBrian Feldman2000-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 Notes: svn path=/head/; revision=63789
* This commit was generated by cvs2svn to compensate for changes in r63696,Bill Fenner2000-07-201-2/+3
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=63697
| * Import rev 1.26 of tcpdump.org's inet.c -- don't freeBill Fenner2000-07-201-2/+3
| | | | | | | | | | | | | | the buffer before it's used. Notes: svn path=/vendor/libpcap/dist/; revision=63696
| * Import of updated file for 0.5 releaseBill Fenner2000-03-041-5/+15
| | | | | | | | Notes: svn path=/vendor/libpcap/dist/; revision=57761
* | Fix vendor bogon where one of dhcp_option_ev_name()'s formal parameterDavid E. O'Brien2000-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.) Notes: svn path=/head/; revision=63690
* | Fix buffer size of ALIGNed buffer.Hajimu UMEMOTO2000-07-201-2/+2
| | | | | | | | | | | | | | | | PR: bin/20053 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> Notes: svn path=/head/; revision=63662
* | Correct default value for -s option.Alexey Zelkin2000-07-201-1/+2
| | | | | | | | | | | | | | | | PR: bin/12946 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> Notes: svn path=/head/; revision=63653
* | Update to match the upgrade I just performed.David E. O'Brien2000-07-201-6/+5
| | | | | | | | Notes: svn path=/head/; revision=63629
* | Careful with long, command-line provided interface names.David E. O'Brien2000-07-201-1/+1
| | | | | | | | | | | | | | Obtained from: OpenBSD (rev 1.5) Notes: svn path=/head/; revision=63628
* | arp(8) invocations fixed -- one does not use "-n" with "-d".David E. O'Brien2000-07-201-3/+3
| | | | | | | | | | | | | | Obtained from: OpenBSD (rev 1.7) Notes: svn path=/head/; revision=63627
* | safe shell quotingDavid E. O'Brien2000-07-201-77/+77
| | | | | | | | | | | | | | Obtained from: OpenBSD (rev 1.6) Notes: svn path=/head/; revision=63626
* | Make sure we delete the PID file when we exit.David E. O'Brien2000-07-201-0/+2
| | | | | | | | | | | | | | | | Obtained from: OpenBSD rev 1.3 (this semi-security fix was hidden as a lease time fix) Notes: svn path=/head/; revision=63625
* | Add yet more options to usage() that the author did not document.David E. O'Brien2000-07-202-2/+16
| | | | | | | | Notes: svn path=/head/; revision=63623
* | Careful with long, command-line provided interface names.David E. O'Brien2000-07-201-1/+1
| | | | | | | | | | | | | | Obtained from: OpenBSD (rev 1.7) Notes: svn path=/head/; revision=63621
* | Fix conflicts.David E. O'Brien2000-07-202-86/+152
| | | | | | | | Notes: svn path=/head/; revision=63620
* | This commit was generated by cvs2svn to compensate for changes in r63616,David E. O'Brien2000-07-206-8/+22
|\ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=63617
| * | Import Patchlevel 3 of the ISC 2.0 dhcp client.David E. O'Brien2000-07-208-94/+173
| | | | | | | | | | | | Notes: svn path=/vendor/isc-dhcp/dist/; revision=63616
* | | actually commit merged diffs to the trunkDarren Reed2000-07-193-27/+48
| | | | | | | | | | | | Notes: svn path=/head/; revision=63564
* | | Fix breakage caused by ether_aton() prototype change.Archie Cobbs2000-07-191-1/+2
| | | | | | | | | | | | | | | | | | | | | PR: bin/20033 Notes: svn path=/head/; revision=63537
* | | Fix make world breakage.Archie Cobbs2000-07-191-1/+1
| | | | | | | | | | | | | | | | | | | | | Broken by: me Notes: svn path=/head/; revision=63532
* | | fix conflictsDarren Reed2000-07-195-26/+41
| | | | | | | | | | | | Notes: svn path=/head/; revision=63520
* | | This commit was generated by cvs2svn to compensate for changes in r63516,Darren Reed2000-07-1928-160/+914
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=63517
| * | | Import v3.4.8 into -currentDarren Reed2000-07-1933-188/+959
| | | | | | | | | | | | | | | | Notes: svn path=/vendor/ipfilter/dist/; revision=63516
* | | | Add missing $FreeBSD$ to files that are NOT still on vendor a branch.Peter Wemm2000-07-1619-0/+72
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=63248
* | | | Add IPv6 scoped address support.Hajimu UMEMOTO2000-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 Notes: svn path=/head/; revision=63158
* | | | Stop the tcp_wrappers ident code sending a request which is splitDavid Malone2000-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 Notes: svn path=/head/; revision=63152
* | | | Merge vendor changes onto mainline.Paul Saab2000-07-143-3/+22
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=63131
* | | | This commit was generated by cvs2svn to compensate for changes in r63128,Paul Saab2000-07-1426-916/+1249
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=63129
| * | | | Import less v358.Paul Saab2000-07-1429-920/+1272
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/vendor/less/dist/; revision=63128
* | | | | Make control-c exit when in more compatability mode.Paul Saab2000-07-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Scott Long <samsco@mho.com> Notes: svn path=/head/; revision=63120
* | | | | Mention "amd -H" in the synopsis so that references to the "first formBen Smithurst2000-07-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | listed", etc, make sense. PR: 18592 Submitted by: Patrick Gosling <jpmg@eng.cam.ac.uk> Notes: svn path=/head/; revision=63041
* | | | | Fix 'telnet -X sra' coredumpNick Sayer2000-07-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR# 19835 Notes: svn path=/head/; revision=62958
* | | | | Find pod2man in the right place.Mark Murray2000-07-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: aDe (Amongst others). Notes: svn path=/head/; revision=62920
* | | | | Correct security hole in setproctitle(). We don't compile this code, butKris Kennaway2000-07-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | having the security hole there makes my skin itch. Notes: svn path=/head/; revision=62877
* | | | | Don't call printf with no format string.Kris Kennaway2000-07-101-1/+5
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=62868
* | | | | Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATAHajimu UMEMOTO2000-07-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change (getaddrinfo.c rev 1.12). Notes: svn path=/head/; revision=62805
* | | | | Document the -S flag (added in rev. 1.4) in the usage() function.Guy Helmer2000-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: bin/18153 Prompted by: Nathan Ahlstrom <nrahlstr@winternet.com> Notes: svn path=/head/; revision=62786
* | | | | sync with usr.bin/telnet/commands.c 1.21 -> 1.22. pierre.dampure@alveley.orgJun-ichiro itojun Hagino2000-07-071-18/+16
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=62773
* | | | | Upgrade to Binutils 2.10.0.David E. O'Brien2000-07-061-0/+2
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=62687
* | | | | This commit was generated by cvs2svn to compensate for changes in r62475,David E. O'Brien2000-07-033-7/+12
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=62476
| * | | | Import Patchlevel 2 of the ISC 2.0 dhcp client.David E. O'Brien2000-07-033-7/+12
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/vendor/isc-dhcp/dist/; revision=62475
* | | | | Fix a merge glitch - put our FREEBSD_NATIVE hack back in the originalPeter Wemm2000-07-031-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | place. The author saw fit to reindent the code which messed this up. Notes: svn path=/head/; revision=62455
* | | | | Merge vendor changes onto mainlinePeter Wemm2000-07-032-511/+545
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=62453
* | | | | Merge conflicting vendor changes onto mainline. This essentially revertsPeter Wemm2000-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) Notes: svn path=/head/; revision=62452