[iptstate-commit] iptstate BUGS, 1.7, 1.8 Changelog, 1.11, 1.12 LICENSE, 1.6, 1.7 Makefile, 1.11, 1
Brought to you by:
jaymzh
|
From: Phil D. <ja...@us...> - 2009-09-19 16:49:12
|
Update of /cvsroot/iptstate/iptstate In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4292 Modified Files: BUGS Changelog LICENSE Makefile README iptstate.8 iptstate.cc Log Message: BUGS - fix support options and formatting LICENSE - Update copyright date - change text so that it's not required for people to notify me before distribution, just requested Makefile - Update copyright date README - No need to re-copy the copyright, refer to the LICENSE file iptstate.cc: - Update copyright date - Nuke prototypes and just stick code in the right order - fix style of main() Index: iptstate.cc =================================================================== RCS file: /cvsroot/iptstate/iptstate/iptstate.cc,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- iptstate.cc 2 Sep 2009 22:41:49 -0000 1.14 +++ iptstate.cc 19 Sep 2009 16:49:00 -0000 1.15 @@ -6,7 +6,7 @@ * * ----------------------------------- * - * Copyright (C) 2002 - 2007 Phil Dibowitz + * Copyright (C) 2002 - 2009 Phil Dibowitz * * This software is provided 'as-is', without any express or * implied warranty. In no event will the authors be held @@ -128,6 +128,7 @@ "LISTEN" }; [...3131 lines suppressed...] - split(')', id, id, tmp); - - nfct_set_attr_u8(ct, ATTR_ICMP_TYPE, atoi(type.c_str())); - nfct_set_attr_u8(ct, ATTR_ICMP_CODE, atoi(code.c_str())); - nfct_set_attr_u16(ct, ATTR_ICMP_ID, atoi(id.c_str())); - } + end_curses(); - ret = nfct_query(cth, NFCT_Q_DESTROY, ct); - if (ret < 0) { - string msg = "Failed to delete state: "; - msg += strerror(errno); - c_warn(win, msg.c_str(), flags); - } + // And we're done + return(0); -} +} // end main Index: LICENSE =================================================================== RCS file: /cvsroot/iptstate/iptstate/LICENSE,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- LICENSE 2 Sep 2009 20:16:21 -0000 1.6 +++ LICENSE 19 Sep 2009 16:49:00 -0000 1.7 @@ -1,6 +1,6 @@ IP Tables State (iptstate) - Copyright (C) 2002 - 2007 Phil Dibowitz + Copyright (C) 2002 - 2009 Phil Dibowitz This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held @@ -23,10 +23,11 @@ ----------------------------------- -NOTE: If you are planning on packaging and/or submitting my -software for/to a Linux Distribution, EMAIL ME FIRST!!! -There is already an official maintainer for most popular distributions, -see the CONTRIB file for details. +NOTE: If you are planning on packaging and/or submitting my software for/to a +Linux distribution, I would appreciate a heads up. + +There is already an official maintainer for most popular distributions, see the +CONTRIB file for details. Phil Dibowitz phil AT ipom DOT com Index: Changelog =================================================================== RCS file: /cvsroot/iptstate/iptstate/Changelog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Changelog 2 Sep 2009 21:25:30 -0000 1.11 +++ Changelog 19 Sep 2009 16:49:00 -0000 1.12 @@ -7,6 +7,7 @@ to make more room for counters - If we can't fit counters and there's nothing we can truncate, show a warning and then disable counters rather than messing up the display +- Some style cleanups 2.2.1 - Released 03/18/07 Index: iptstate.8 =================================================================== RCS file: /cvsroot/iptstate/iptstate/iptstate.8,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- iptstate.8 2 Sep 2009 20:16:21 -0000 1.2 +++ iptstate.8 19 Sep 2009 16:49:00 -0000 1.3 @@ -1,7 +1,7 @@ .\" Process this file with .\" groff -man -Tascii iptstate.8 .\" -.TH IPTSTATE 8 "MARCH 2007" "" "" +.TH IPTSTATE 8 "SEPTEMBER 2009" "" "" .\" .\" Man page written by Phil Dibowitz <phil AT ipom DOT com> .\" Index: Makefile =================================================================== RCS file: /cvsroot/iptstate/iptstate/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Makefile 2 Sep 2009 20:23:07 -0000 1.11 +++ Makefile 19 Sep 2009 16:49:00 -0000 1.12 @@ -1,5 +1,5 @@ # -# Copyright (C) 2002 - 2007 Phil Dibowitz. +# Copyright (C) 2002 - 2009 Phil Dibowitz. # # See iptstate.cc for copyright info # Index: BUGS =================================================================== RCS file: /cvsroot/iptstate/iptstate/BUGS,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- BUGS 2 Sep 2009 20:16:21 -0000 1.7 +++ BUGS 19 Sep 2009 16:49:00 -0000 1.8 @@ -20,38 +20,41 @@ (a day or more). This bug has been reported to ncurses, see above URL. ABOUT BUGS - If you find a bug in IPTState you should notify ME! You can contact me at -phil AT ipom DOT com. Sending a bug to your distro or some public forum is not -going to let me know. I can't fix things I don't know about. So please email -ME. +If you find a bug in IPTState you should file a bug at our bugtracker: + https://sourceforge.net/tracker/?group_id=52748&atid=467897 +OR mail our -devel list: + https://lists.sourceforge.net/lists/listinfo/iptstate-devel +OR email me at phil AT ipom DOT com. + +Sending a bug to your distro or some public forum is not going to let me know. +I can't fix things I don't know about. So make sure I know! ABOUT MY RESPONSE - If your bug is serious - i.e. compilation errors, a major a functionality -is broken, or a security problem I'll usually give you pretty immediate -attention. If it's a very minor bug, or a feature request, I will -acknowledge your email, but I may not fix/implement it immediately. +If your bug is serious - i.e. compilation errors, a major a functionality is +broken, or a security problem I'll usually give you pretty immediate attention. +If it's a very minor bug, or a feature request, I'll respond as I have time. ABOUT PATCHES - Patches are not necessary, but if you submit one remember: PATCHES SHOULD -BE ACCOMPANIED BY EXPLINATIONS AND/OR BUG REPORTS! Let me know what you were -trying to fix/add and how you did it. This will save me a lot of time, and -I'll like you more. +Patches are not necessary, but if you submit one remember: PATCHES SHOULD BE +ACCOMPANIED BY EXPLINATIONS AND/OR BUG REPORTS! Let me know what you were +trying to fix/add and how you did it. This will save me a lot of time, and I'll +like you more. ABOUT BUG REPORTS - If you send me a bug report you MUST do the following: -- Include "IPTSTATE" in the subject -- Include your iptstate version -- Include your distribution and distribution version -- Include your kernel version -- Include your g++ version -- Include your make version -- Include your glibc version -- Include your ncurses version -- Include your libnetfilter_conntrack version -- Include any relevant output and/or errors +If you send me a bug report you MUST do the following: + - Include "IPTSTATE" in the subject + - Include your iptstate version + - Include your distribution and distribution version + - Include your kernel version + - Include your g++ version + - Include your make version + - Include your glibc version + - Include your ncurses version + - Include your libnetfilter_conntrack version + - Include any relevant output and/or errors - Bug reports should be sent to *ME*. I cannot fix your bugs if you don't -tell *ME* about them. That's right, send your bug reports to *ME*. +Bug reports should be sent to *ME* (see above). I cannot fix your bugs if you +don't tell *ME* about them. That's right, send your bug reports to *ME*. Thanks! Index: README =================================================================== RCS file: /cvsroot/iptstate/iptstate/README,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- README 2 Sep 2009 20:16:21 -0000 1.10 +++ README 19 Sep 2009 16:49:00 -0000 1.11 @@ -1,33 +1,6 @@ - IP Tables State (iptstate) - - Copyright (C) 2002 - 2007 Phil Dibowitz - - This software is provided 'as-is', without any express or - implied warranty. In no event will the authors be held - liable for any damages arising from the use of this software. - - Permission is granted to anyone to use this software for any - purpose, including commercial applications, and to alter it - and redistribute it freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you - must not claim that you wrote the original software. If you use - this software in a product, an acknowledgment in the product - documentation would be appreciated but is not required. - - 2. Altered source versions must be plainly marked as such, and - must not be misrepresented as being the original software. - - 3. This notice may not be removed or altered from any source - distribution. - - ----------------------------------- - -NOTE: If you are planning on packaging and/or submitting my -software for/to a Linux Distribution, EMAIL ME FIRST!!! See CONTRIB. - +IP Tables State (iptstate) -IPTState +Please see the LICENSE file for license information. 1. WHAT IS IP TABLES STATE? |