summaryrefslogtreecommitdiff
path: root/net/smbtcpdump (follow)
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Update patch checksum.David E. O'Brien1999-08-051-1/+1
| | | | Notes: svn path=/head/; revision=20546
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* The patch changed on us without bumping the version number.Bill Fumerola1999-06-171-1/+1
| | | | | | | | | Update the makesum. Noticed by: bento errorlogs. Notes: svn path=/head/; revision=19534
* Portlint, this port doesn't need to include bsd.port.{pre,post}.mkBill Fumerola1999-06-171-8/+6
| | | | | | | | | | Also the Makefile was copied from the Samba makefile it seems, so I fixed the first 5 comment lines so they were actually accurate. Noticed from: bento errorlogs Notes: svn path=/head/; revision=19533
* add a mirror siteDavid E. O'Brien1999-01-061-2/+3
| | | | Notes: svn path=/head/; revision=15895
* Upgrade to version 3.4David E. O'Brien1999-01-063-71/+65
| | | | Notes: svn path=/head/; revision=15894
* Fix for 3.x systems. I can't test this on 2.x any longer, but I believe thisDavid E. O'Brien1999-01-061-5/+1
| | | | | | | will still compile there too. Notes: svn path=/head/; revision=15893
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-111-3/+4
| | | | | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
* Mark BROKEN for current:Justin M. Seger1998-10-141-1/+6
| | | | | | | | | | | | | | cc -O2 -DHAVE_FCNTL_H=1 -DHAVE_NET_SLIP_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_ETHER_NTOA=1 -DHAVE_SETLINEBUF=1 -DSTDC_HEADERS=1 -DRETSIGTYPE=void -DRETSIGVAL= -DHAVE_SOCKADDR_SA_LEN=1 -DHAVE_TM_GMTOFF=1 -DLBL_ALIGN=1 -DPPP -DHAVE_FDDI -I. -c print-domain.c print-domain.c:219: `T_UINFO' undeclared here (not in a function) print-domain.c:219: initializer element for `type2str[29].v' is not constant print-domain.c:220: `T_UID' undeclared here (not in a function) print-domain.c:220: initializer element for `type2str[30].v' is not constant print-domain.c:221: `T_GID' undeclared here (not in a function) print-domain.c:221: initializer element for `type2str[31].v' is not constant *** Error code 1 Notes: svn path=/head/; revision=13980
* Update the documenation (DESCR and manpage) a little.David E. O'Brien1998-09-152-2/+292
| | | | Notes: svn path=/head/; revision=13125
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-1/+0
| | | | Notes: svn path=/head/; revision=12624
* tcpdump(1) hacked to better understand SMB packetsDavid E. O'Brien1998-06-025-0/+73
Notes: svn path=/head/; revision=11214