CVS commit: src/lib/libnpf

2019-01-26 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Jan 27 04:39:33 UTC 2019

Modified Files:
src/lib/libnpf: Makefile

Log Message:
fix duplicated chunk from merge


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libnpf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2018-09-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Sep 29 15:52:44 UTC 2018

Modified Files:
src/lib/libnpf: Makefile

Log Message:
- re-enable lint (otherwise the sets break)
- no space after -I (for consistency)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libnpf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2017-12-06 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Thu Dec  7 00:22:06 UTC 2017

Modified Files:
src/lib/libnpf: libnpf.3

Log Message:
libnpf(3): improve the wording, fix and expand some sections.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libnpf/libnpf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2017-01-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan  3 00:59:31 UTC 2017

Modified Files:
src/lib/libnpf: npf.c

Log Message:
set to NULL after releasing to avoid double free.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/lib/libnpf/npf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2016-12-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Dec 27 21:25:12 UTC 2016

Modified Files:
src/lib/libnpf: libnpf.3

Log Message:
Fix typos.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libnpf/libnpf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2016-12-27 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Tue Dec 27 20:32:58 UTC 2016

Modified Files:
src/lib/libnpf: npf.c npf.h

Log Message:
KNF


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/lib/libnpf/npf.c
cvs rdiff -u -r1.32 -r1.33 src/lib/libnpf/npf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2016-12-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Dec 27 20:14:07 UTC 2016

Modified Files:
src/lib/libnpf: npf.c npf.h

Log Message:
Add a function to iterate over endpoints


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/lib/libnpf/npf.c
cvs rdiff -u -r1.31 -r1.32 src/lib/libnpf/npf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2016-12-27 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Tue Dec 27 17:58:56 UTC 2016

Modified Files:
src/lib/libnpf: libnpf.3

Log Message:
Update libnpf(3) man page.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libnpf/libnpf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2016-12-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 10 21:04:12 UTC 2016

Modified Files:
src/lib/libnpf: npf.c npf.h

Log Message:
use array notation


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/lib/libnpf/npf.c
cvs rdiff -u -r1.29 -r1.30 src/lib/libnpf/npf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2016-12-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 10 19:07:22 UTC 2016

Modified Files:
src/lib/libnpf: npf.c

Log Message:
update for v18 conn list; more error checks


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/lib/libnpf/npf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2016-12-10 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Sat Dec 10 08:48:11 UTC 2016

Modified Files:
src/lib/libnpf: npf.c

Log Message:
Remove what was probably a left over remnant of a debugging printf
which was incompletely deleted.   Hopefully fix the build.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libnpf/npf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2016-12-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 10 05:37:55 UTC 2016

Modified Files:
src/lib/libnpf: npf.c npf.h shlib_version

Log Message:
add npf_nat_lookup()


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/lib/libnpf/npf.c
cvs rdiff -u -r1.28 -r1.29 src/lib/libnpf/npf.h
cvs rdiff -u -r1.1 -r1.2 src/lib/libnpf/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2015-02-01 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Mon Feb  2 00:55:28 UTC 2015

Modified Files:
src/lib/libnpf: npf.c npf.h

Log Message:
libnpf: add npf_rule_getid() and npf_rule_getcode().
Missed in the previous commit.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/lib/libnpf/npf.c
cvs rdiff -u -r1.27 -r1.28 src/lib/libnpf/npf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2014-08-24 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sun Aug 24 20:37:35 UTC 2014

Modified Files:
src/lib/libnpf: npf.c

Log Message:
npf_config_submit: finally, include the saved connections.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libnpf/npf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2014-07-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jul 22 22:28:47 UTC 2014

Modified Files:
src/lib/libnpf: Makefile
Added Files:
src/lib/libnpf: libnpf.3
Removed Files:
src/lib/libnpf: npf.3

Log Message:
rename npf.3 -> libnpf.3 per rmind@'s request


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libnpf/Makefile
cvs rdiff -u -r0 -r1.1 src/lib/libnpf/libnpf.3
cvs rdiff -u -r1.15 -r0 src/lib/libnpf/npf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2014-05-19 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Mon May 19 18:47:19 UTC 2014

Modified Files:
src/lib/libnpf: npf.c npf.h

Log Message:
add npf_ext_param_string()


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libnpf/npf.c
cvs rdiff -u -r1.25 -r1.26 src/lib/libnpf/npf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2014-01-08 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Wed Jan  8 10:14:21 UTC 2014

Modified Files:
src/lib/libnpf: npf.3

Log Message:
Kill extra space in function argument.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libnpf/npf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2013-11-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Nov 12 06:06:21 UTC 2013

Modified Files:
src/lib/libnpf: npf.3

Log Message:
Remove superfluous comma.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libnpf/npf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2013-11-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Nov  8 13:17:45 UTC 2013

Modified Files:
src/lib/libnpf: npf.3

Log Message:
Mark up NULL with Dv.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libnpf/npf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2012-12-23 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Dec 24 00:35:56 UTC 2012

Modified Files:
src/lib/libnpf: npf.3

Log Message:
Remove a superfluous quote and fix a recurring typo.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libnpf/npf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2012-11-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Nov 29 16:17:15 UTC 2012

Modified Files:
src/lib/libnpf: Makefile

Log Message:
install in /lib too because npfctl is linked against it.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libnpf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2012-04-01 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sun Apr  1 19:16:24 UTC 2012

Modified Files:
src/lib/libnpf: npf.c npf.h

Log Message:
Add NPF config retrieval routines.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libnpf/npf.c
cvs rdiff -u -r1.6 -r1.7 src/lib/libnpf/npf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2011-11-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Nov 26 23:42:27 UTC 2011

Modified Files:
src/lib/libnpf: npf.c npf.h

Log Message:
- consistency with types
- prefer sizeof(*var)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libnpf/npf.c
cvs rdiff -u -r1.3 -r1.4 src/lib/libnpf/npf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2011-11-26 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sat Nov 26 23:11:19 UTC 2011

Modified Files:
src/lib/libnpf: npf.c npf.h

Log Message:
Add _npf_config_setsubmit() function.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libnpf/npf.c
cvs rdiff -u -r1.2 -r1.3 src/lib/libnpf/npf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2011-03-22 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 22 07:28:42 UTC 2011

Modified Files:
src/lib/libnpf: npf.3

Log Message:
* As is customary, append the parameter names from
  SYNOPSIS to the description of the functions.

* Use .Ss for non-standard subtitles.

* Fix two identical subtitles.

* Add missing .It's, fix few .Ft's.

* Use a little more markup.

* Improve offsets.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libnpf/npf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2011-02-02 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Wed Feb  2 15:17:38 UTC 2011

Modified Files:
src/lib/libnpf: npf.c

Log Message:
npf_nat_create: fix attributes.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libnpf/npf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libnpf

2011-02-02 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb  2 09:05:01 UTC 2011

Modified Files:
src/lib/libnpf: npf.3

Log Message:
New sentence, new line. Mark up NULL.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libnpf/npf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.