The NetBSD Project

CVS log for src/usr.sbin/npf/npfd/npfd_log.c

[BACK] Up to [cvs.NetBSD.org] / src / usr.sbin / npf / npfd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14 / (download) - annotate - [select for diffs], Sat Apr 30 13:20:09 2022 UTC (22 months, 4 weeks ago) by christos
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, HEAD
Changes since 1.13: +11 -5 lines
Diff to previous 1.13 (colored) to selected 1.8 (colored)

Handle warnings and errors from pcap_activate properly (from bch)

Revision 1.12.4.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:10:35 2019 UTC (4 years, 9 months ago) by christos
Branch: phil-wifi
Changes since 1.12: +5 -3 lines
Diff to previous 1.12 (colored) next main 1.13 (colored) to selected 1.8 (colored)

Sync with HEAD

Revision 1.13 / (download) - annotate - [select for diffs], Mon Feb 4 08:21:12 2019 UTC (5 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.12: +5 -3 lines
Diff to previous 1.12 (colored) to selected 1.8 (colored)

check for snprintf() truncation and fail sanely if so, rather than
attempting to use a file that won't exist or isn't secure.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Oct 16 11:17:45 2017 UTC (6 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat
Branch point for: phil-wifi
Changes since 1.11: +4 -2 lines
Diff to previous 1.11 (colored) to selected 1.8 (colored)

Add a message when we are re-opening the pcap socket.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Oct 15 15:26:10 2017 UTC (6 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.10: +50 -26 lines
Diff to previous 1.10 (colored) to selected 1.8 (colored)

try to re-open the pcap connection on error.

Revision 1.6.2.4 / (download) - annotate - [select for diffs], Wed Apr 26 02:53:36 2017 UTC (6 years, 11 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.6.2.3: +2 -3 lines
Diff to previous 1.6.2.3 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored) to selected 1.8 (colored)

Sync with HEAD

Revision 1.8.2.1 / (download) - annotate - [select for diffs], Fri Apr 21 16:54:18 2017 UTC (6 years, 11 months ago) by bouyer
Branch: bouyer-socketcan
Changes since 1.8: +4 -3 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

Sync with HEAD

Revision 1.10 / (download) - annotate - [select for diffs], Sat Mar 25 11:00:27 2017 UTC (7 years ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1
Changes since 1.9: +2 -3 lines
Diff to previous 1.9 (colored) to selected 1.8 (colored)

can't call pcap_datalink before activate.

Revision 1.6.2.3 / (download) - annotate - [select for diffs], Mon Mar 20 06:58:08 2017 UTC (7 years ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.6.2.2: +11 -6 lines
Diff to previous 1.6.2.2 (colored) to branchpoint 1.6 (colored) to selected 1.8 (colored)

Sync with HEAD

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 24 20:25:08 2017 UTC (7 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-20170320
Changes since 1.8: +5 -3 lines
Diff to previous 1.8 (colored)

fix signed compare

Revision 1.8 / (download) - annotate - [selected], Sat Jan 7 16:48:03 2017 UTC (7 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: bouyer-socketcan-base
Branch point for: bouyer-socketcan
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)

add man page, lint cleanups.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 7 16:36:54 2017 UTC (7 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.6: +5 -2 lines
Diff to previous 1.6 (colored) to selected 1.8 (colored)

restrict permissions on log file

Revision 1.6.2.2 / (download) - annotate - [select for diffs], Sat Jan 7 08:57:00 2017 UTC (7 years, 2 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.6.2.1: +339 -0 lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored) to selected 1.8 (colored)

Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.6.2.1, Fri Jan 6 19:20:24 2017 UTC (7 years, 2 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.6: +0 -339 lines
FILE REMOVED

file npfd_log.c was added on branch pgoyette-localcount on 2017-01-07 08:57:00 +0000

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 6 19:20:24 2017 UTC (7 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-20170107
Branch point for: pgoyette-localcount
Changes since 1.5: +164 -9 lines
Diff to previous 1.5 (colored) to selected 1.8 (colored)

Add log validation

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jan 5 16:23:31 2017 UTC (7 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.4: +6 -2 lines
Diff to previous 1.4 (colored) to selected 1.8 (colored)

set the timeout to 1 second so we can see packets flowing in real time.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Dec 30 19:55:46 2016 UTC (7 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.3: +54 -31 lines
Diff to previous 1.3 (colored) to selected 1.8 (colored)

flesh this out more.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 28 03:02:54 2016 UTC (7 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.2: +13 -4 lines
Diff to previous 1.2 (colored) to selected 1.8 (colored)

starts running

Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 28 01:25:48 2016 UTC (7 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.1: +44 -27 lines
Diff to previous 1.1 (colored) to selected 1.8 (colored)

Add some flesh.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 27 22:20:00 2016 UTC (7 years, 3 months ago) by rmind
Branch: MAIN
Diff to selected 1.8 (colored)

Add some very preliminary npfd(8) code.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>