summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/addrtoname.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling of the casper introduced in the r296047.oshogbo2016-06-081-5/+5
| | | | | PR: 210031 Reported by: AllanJude, jmallett
* Convert casperd(8) daemon to the libcasper.oshogbo2016-02-251-7/+7
| | | | | | | | | | | | | | | | | | | | After calling the cap_init(3) function Casper will fork from it's original process, using pdfork(2). Forking from a process has a lot of advantages: 1. We have the same cwd as the original process. 2. The same uid, gid and groups. 3. The same MAC labels. 4. The same descriptor table. 5. The same routing table. 6. The same umask. 7. The same cpuset(1). From now services are also in form of libraries. We also removed libcapsicum at all and converts existing program using Casper to new architecture. Discussed with: pjd, jonathan, ed, drysdale@google.com, emaste Partially reviewed by: drysdale@google.com, bdrewery Approved by: pjd (mentor) Differential Revision: https://reviews.freebsd.org/D4277
* MFV r285191: tcpdump 4.7.4.pkelsey2015-07-081-1/+13
|\ | | | | | | | | | | | | | | | | | | | | Also, the changes made in r272451 and r272653 that were lost in the merge of 4.6.2 (r276788) have been restored. PR: 199568 Differential Revision: https://reviews.freebsd.org/D3007 Reviewed by: brooks, hiren Approved by: jmallett (mentor) MFC after: 1 month
* \ MFV r276761: tcpdump 4.6.2.delphij2015-01-071-46/+47
|\ \ | |/ | | | | MFC after: 1 month
* | Fix build with WITHOUT_CAPSICUM.gjb2013-12-211-0/+2
| | | | | | | | | | Submitted by: dt71 gmx com Sponsored by: The FreeBSD Foundation
* | Make use of casperd's system.dns service when running without the -n option.pjd2013-12-151-2/+21
| | | | | | | | | | | | Now tcpdump(8) is sandboxed even if DNS resolution is required. Sponsored by: The FreeBSD Foundation
* | MFV: tcpdump 4.4.0.delphij2013-05-301-0/+3
|\ \ | |/ | | | | MFC after: 4 weeks
* | Merge tcpdump 4.2.1.delphij2012-05-171-0/+28
|\ \ | |/ | | | | MFC after: 2 weeks
* | Merge tcpdump-4.1.1.rpaulo2010-10-281-23/+24
|\ \ | |/
* | Merge tcpdump 4.0.0 from the vendor branch.rpaulo2009-03-211-5/+9
|\ \ | |/
| * Flatten vendor/tcpdump and remove keyword expansion.rpaulo2009-03-201-1178/+0
| |
| * Import of tcpdump v3.9.8mlaier2007-10-161-2/+6
| |
| * Import of tcpdump v3.9.4sam2006-09-041-72/+18
| |
| * Virgin import of tcpdump v3.9.1 (release) from tcpdump.orgsam2005-07-111-13/+28
| | | | | | | | Approved by: re (scottl)
| * Virgin import of tcpdump v3.9.1 (alpha 096) from tcpdump.orgsam2005-05-291-34/+52
| |
| * Import tcpdump 3.8.3, from http://www.tcpdump.org/releases/tcpdump-3.8.3.tar.gzbms2004-03-311-98/+372
| |
| * Import tcpdump 3.7.2 (fudging for multi-DLT support) fromfenner2003-03-021-6/+8
| | | | | | | | http://www.tcpdump.org/release/tcpdump-3.7.2.tar.gz
| * Import tcpdump 3.7.1, fromfenner2002-06-211-48/+145
| | | | | | | | http://www.tcpdump.org/release/tcpdump-3.7.1.tar.gz
| * Virgin import of tcpdump.org tcpdump v3.6.2fenner2001-04-031-22/+6
| |
| * Virgin import of tcpdump.org tcpdump v3.5fenner2000-01-301-34/+106
| |
| * Virgin import of LBL tcpdump v3.4fenner1998-09-151-12/+22
| |
| * Virgin import of LBL tcpdump v3.3fenner1997-05-271-14/+14
| |
* | Resolve merge conflictsmlaier2007-10-161-2/+6
| | | | | | | | | | Approved by: re (kensmith) Obtained from: tcpdump.org
* | resolve merge conflictssam2006-09-041-72/+18
| | | | | | | | MFC after: 1 month
* | resolve merge conflictssam2005-07-111-13/+28
| | | | | | | | Approved by: re (scottl)
* | resolve merge conflicts and update for proper build; including:sam2005-05-291-35/+52
| | | | | | | | | | | | | | | | o print-fr.c returned to code on vendor branch o remove pmap_prot.h include from print-sunrprc.c o remove gcc/i386-specific ntoh* write-arounds from tcpdump-stdinc.h Reviewed by: bms
* | Merge of tcpdump 3.8.3 from tcpdump.org, with the following caveats:bms2004-03-311-98/+372
| | | | | | | | | | | | | | | | | | | | | | print-atm.c no longer performs special handling for FORE headers; these can no doubt be re-added at a later date. print-fr.c is effectively a no-op. print-llc.c has had the default_print_unaligned() call removed as tcpdump no longer defines this function, however the prototype is still present. Suggest we roll in a diff to use print_unknown_data().
* | Merge tcpdump 3.7.2fenner2003-03-021-6/+8
| |
* | Merge tcpdump 3.7.1fenner2002-06-211-48/+145
| | | | | | | | MFC after: 2 weeks
* | Merge tcpdump 3.6.2fenner2001-04-031-20/+4
| |
* | * Buffer-safe string function cleanup. There are a couple of strcpy()kris2000-10-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | and strcat()s which would be more difficult to fix, but I think they're safe anyway. * Don't crash at runtime by overflowing a buffer with constant data in print-icmp.c on a long hostname. * Don't overflow a static buffer by trying to decode an AFS ACL into a buffer which is way too small for it. Reviewed by: -audit
* | Include ip6.h from <netinet/>, not <netinet6/>.fenner2000-03-081-1/+1
| | | | | | | | | | Submitted by: Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp> Approved by: jkh
* | Merge tcpdump 3.5fenner2000-01-301-34/+108
| |
* | Merge tcpdump 3.4fenner1998-09-151-12/+22
| | | | | | | | PR: bin/7877
* | Merge tcpdump 3.3.fenner1997-05-271-14/+14
| | | | | | | | | | | | | | | | | | The print_nfs.c changes are pretty extensive; this is partially because LBL did a lot of cleanup and partially because I removed lots of pointless changes away from the LBL style. PR: 3371 mostly-Submitted by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
* | Update to reflect changes in net/if.h.wollman1997-01-031-1/+1
| |
* | Handle IS-IS IIH messages and print NSAPs in canonical format.pst1996-08-191-3/+4
|/ | | | Submitted by: Tony Li <tli@jnx.com>
* Virgin import of unmodified tcpdump v3.2.1 distribution from LBL.pst1996-08-191-0/+756
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
OpenPOWER on IntegriCloud