pf-tools commit: r843 [ccaillet-guest] - in /branches/next-gen: TODO debian/changelog sbin/update-config

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Wed Aug 25 09:08:06 UTC 2010


Author: ccaillet-guest
Date: Wed Aug 25 09:07:55 2010
New Revision: 843

URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=843
Log:
  - some cosmectics
* TODO
  - adding more TODOs :)

Modified:
    branches/next-gen/TODO
    branches/next-gen/debian/changelog
    branches/next-gen/sbin/update-config

Modified: branches/next-gen/TODO
URL: http://svn.debian.org/wsvn/pf-tools/branches/next-gen/TODO?rev=843&op=diff
==============================================================================
--- branches/next-gen/TODO (original)
+++ branches/next-gen/TODO Wed Aug 25 09:07:55 2010
@@ -1,9 +1,18 @@
 /--Priority: Low/Medium/Urgent
 |/-Difficulty: Easy/Medium/Hard
 ||
+MH implementing scope for network when building zones
+LH finishing IPv6 implementation and testing it for zones and DHCP handlers
+LH implementing strong authentication like X509 when accessing to repository instead
+   of hostname vlaue, with CA and all functions for adding or revoking new hosts
+LH adding a keyring for handling SSH keys for servers
+LH specifying and rewriting code with devel rules like fix indent and PERL best practices
+LH adding a mechanism of zone delegation inside a zone e.g. between ROOT and EDGE sites
 LM creating a tool to see vlan mapping e.g. all hosts defined for a specified vlan
    on a given site (including empty range into this vlan)
 LH alias definition like CONFIG: in pf-tools.conf file for using in Get_source
+LH implementing a web interface for building pf-tools configurator
+NH definition of group actions e.g. reloading a server like postfix or apache only once
 NM permit interface with no IP in promisc mode (ex: for probing hosts)
 NH implementing monitoring as defined in hostfile-syntax with PFTools::Monitoring
 
@@ -13,7 +22,6 @@
 NM detection reutilisation disque autre machine (-> reinstall par defaut)
 NH mtu 1500 partout -> 1504 en trunk (tuntap > 1500?)
 LM umlshutdown
-NH Actions groupees (ex reload postfix)
 NM #if et #define
 NH Variables dans private-network (ex %KERNEL_LVS%)
 NH Outils reseaux: Listes occupation vlans, graphes, detection libres contigues

Modified: branches/next-gen/debian/changelog
URL: http://svn.debian.org/wsvn/pf-tools/branches/next-gen/debian/changelog?rev=843&op=diff
==============================================================================
--- branches/next-gen/debian/changelog (original)
+++ branches/next-gen/debian/changelog Wed Aug 25 09:07:55 2010
@@ -6,6 +6,7 @@
     - feat: adding check for update in pf-tools.conf, deactivate if not present
     or if his value is 0
     - introducing the force-reload parameter for rebuilding the global
+    - some cosmectics
     configuration from VCS repository even if a storable file exists
   * sbin/mk_pxelinuxcfg
     - fix: correctly handle the site parameter f it is not defined on CLI 
@@ -49,8 +50,10 @@
     - adding libtext-diff-perl as depends for pf-tools package
   * doc/updatefile-syntax
     - basic documentation about update file
-
- -- Christophe Caillet <tof at sitadelle.com>  Tue, 24 Aug 2010 15:08:46 +0200
+  * TODO
+    - adding more TODOs :)
+
+ -- Christophe Caillet <quadchris at free.fr>  Wed, 25 Aug 2010 11:06:33 +0200
 
 pf-tools (0.99.98-1) unstable; urgency=low
 

Modified: branches/next-gen/sbin/update-config
URL: http://svn.debian.org/wsvn/pf-tools/branches/next-gen/sbin/update-config?rev=843&op=diff
==============================================================================
--- branches/next-gen/sbin/update-config (original)
+++ branches/next-gen/sbin/update-config Wed Aug 25 09:07:55 2010
@@ -141,9 +141,7 @@
 	Set_deferredlog ();
 }
 
-if ( $options->{'diff'} ) {
-	$options->{'simul'} = 1;
-}
+$options->{'simul'} = 1 if ( $options->{'diff'} );
 
 if ( defined( $ARGV[0] ) && $ARGV[0] eq ':NO-ACTION:' ) {
 	Warn( $CODE->{'OPEN'}, ":NO-ACTION: depreciated, please use --noaction" );




More information about the pf-tools-commits mailing list