Result:
found more than 1135 distributions - search limited to the first 2001 files matching your query ( run in 2.731 )


Net-PSYC

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.21 	Thu Mar 16 23:21:54 CET 2006
# my version numbering seems to be quite out of control.. thats just 
# due to my lazyness. i dont like to compile cpan releases all the time.
    - removed psyc-state again.. too many problems because psycmuve doesnt
    - several bugs in the parsers
    - support for file-transfer ..

 view all matches for this distribution


Net-Packet

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Net::Packet.

*** This will probably be the last release. From now on, please use 
Net::Frame::* modules on CPAN. This framework is obsolete.

3.28 Sun Feb 15 17:45:54 CET 2015
   - FEATURE: use $Env->noObsoleteWarning(1) to disable the obsolete warning
   - bugfix: check payload length before using it in PPPoE
   - update: copyright notice

3.27 Mon Nov  9 19:19:57 CET 2009
   - bugfix: PPPoE packing payload
   => http://rt.cpan.org/Public/Bug/Display.html?id=51112
   - update: copyright notice

3.26 Sat Apr 19 18:41:12 CEST 2008
   - new: added possibility to adjust snaplen in Dump.pm
     => contributed by Darien Kindlund
   - bugfix: examples/read-pcap.pl

3.25 Thu Dec 28 11:11:19 CET 2006
   - bugfix: Utils.pm: forget to load some subs for IPv6 handling

3.24 Sat Dec 16 17:48:15 CET 2006
   - NEW: now supports big-endian archs (IPv4 and IPv6 update)
   - bugfix: Frame: require VLAN

3.23 Thu Nov 23 23:47:10 CET 2006
   - examples: updates and bugfixes
   - tests: bugfix when test modules not available

3.22 Sat Nov 18 14:44:49 CET 2006
   - update: ETH: print() now displays length instead of type if 802.3 layer
   - new: IPv4: isProtocolIgmpv4() and NP_IPv4_PROTOCOL_IGMPv4
   - test: added Test::Pod::Coverage
   - test: added Test::Pod
   - pod: old undocumented methods are now documented

3.21 Wed Nov 15 19:52:43 CET 2006
   - NEW: added layers STP, OSPF (header only), IGMPv4 (v1 and v2),
          CDP::Address, CDP::TypeAddresses, CDP::TypeCapabilities,
          CDP::TypePortId, CDP::TypeSoftwareVersion
   - NEW: Dump now support PPP links
   - UPDATE: old PPP integrated into PPPoE, because this is PPP for PPPoE

Changes  view on Meta::CPAN

   - bugfix: Dump: storing of received frames when doFrameReturnList is true
   - bugfix: Dump: .storable file removing in all cases
   - bugfix: Dump: isFather(), isSon()
   - bugfix: ARP: print()

3.20 Sun Nov 12 23:02:09 CET 2006
  - NEW: support for PPPoE, PPP, PPPLCP, LLC, and begin the work for CDP
  - NEW: Frame->new can now return an array ref of decoded frames, to handle 
         new layers, and such things as IPv6 within IPv4.
         See doFrameReturnList from Env.
         With this new scheme, the behaviour from unpacking VLAN or ICMPv4 

Changes  view on Meta::CPAN

  - bugfix: Frame: do not use Dump and Desc if they do not exist
  - bugfix: Frame: getFilter() only when a Frame is competely filled
  - bugfix: IPv4: do not use l4 if it does not exist
  - bugfix: IPv6: do not use l4 if it does not exist

3.01 Sun Nov  5 16:27:50 CET 2006
  - NEW: ported to Windows ActivePerl
  - Utils: new subs: getGatewayIp, getGatewayMac, getIpMac
  - Env: new attributes: subnet, gatewayIp, gatewayMac
  - Desc: new attributes: gatewayIp, gatewayMac
  => gatewayIp is automatically set, but not gatewayMac, due to the 
     nature of the ARP lookup implementation.
  - DescL3: under Windows, the layer 2 (ethernet) is automatically built, 
            so using DescL3 is the same as using DescL3 under Unix/Linux 
            systems.

3.00 Sun Oct 29 15:31:06 CET 2006
  - Net::Packet::Dump: added keepTimestamp attribute to keep original pcap 
                       timestamp. Default is to not keep original and use our 
                       own timestamp.
  - bugfix: in Utils.pm, a redifined error is now removed
  - bugfix: in DescL4.pm, a redifined error is now removed

Changes  view on Meta::CPAN

2.21 
   - Net::Packet::Dump: added getStats()
   - now uses Class::Gomor instead of Class::Gomor::Hash (but objects are 
     still hashes)

2.20 Sun Mar 19 18:23:51 CET 2006
   - Net::Packet: ported under Cygwin (now works under Windows :) )
   - Net::Packet: is now a pure Perl module
   - IO::Interface: removed from dependances
   - Net::Write: new dependance
   - update: Desc*: now use new Net::Write portable module
   - bugfix: Dump: many fix, Debian users should now be able to use Net::Packet

2.06 Mon Mar 13 13:53:54 CET 2006
   - Frame: added noPadding option

2.05 Sun Mar 12 12:09:18 CET 2006
   - bugfix: IPv4: flags field is now split into flags and offset fields
   - bugfix: IPv4: constants for IPv4 flags are now ok
   - bugfix: Env: when we are not able to autoDev(), do not bother to autofind 
             IP and MAC addresses
   - bugfix: VLAN: pack/unpack methods fixed (now vlanId can be greater than 16

Changes  view on Meta::CPAN

   - Makefile.PL: bugfix: removed PREREQ_FATAL that was breaking cpan install
   - Makefile.PL: bugfix: corrected a check to let Darwin OS to compile module
   - ETH.pm: added isTypeVlan()
   - IPv4.pm: added pod for noFixLen and doChecksum

2.03 Fri Feb  4 00:08:14 CET 2005
   - So sorry. Forgot VLAN.pm in MANIFEST

2.02 Thu Feb  3 23:36:04 CET 2005
   - NEW LAYER: VLAN/802.1Q, see Net::Packet::VLAN
   - IPv4: noFixLen and doChecksum attributes

2.01 Tue Feb  1 17:28:04 CET 2005
   - bugfix: added explodeIps() explodePorts() into export in Utils.pm
   - bugfix: flush() in Dump.pm
   - getFilter(): better pcap filter for ARP packets
   - minor changes in various pod

2.00 Thu Jan 27 22:12:41 CET 2005
   - major release, backward compatibility broken
   - full documentation
   - a battery of tests
   - new layers:
     o Layer2/SLL

 view all matches for this distribution


Net-Ping

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        (Christian Walde, PR #20)
      - Skip 501_ping_icmpv6.t when icmpv6 cannot be initialized. Mostly due to missing
        icmpv6 support. (GH #15)
      - add more xt tests: t/602_kwalitee.t, t/603_meta.t, t/604_manifest.t

2.73  Thu Feb 27 14:32:25 CET 2020 (rurban)
      Bugfixes
       - Fix shadowing of hash options in constructor (Patrick Heesom, RT #131919)
       - Fix icmp v4 length with given bytes/data_size option (Patrick Heesom, RT #131919)
       - Call _resolv as class method (Marc Reissner, GH #16)

2.72  Thu 28 Mar 2019 09:01:39 AM CET (rurban)
      Features
      - add .cirrus.yml smoker https://cirrus-ci.com/github/rurban/Net-Ping
      Test fixes
      - Skip failing freebsd localhost resolver tests

Changes  view on Meta::CPAN

         2.020_03, RT #125677 Smoot Carl-Mitchell
       Features
       - Added icmp message_type method with timestamp support.
         PR #11 Guillaume Bougard

2.66  Thu Mar  8 16:44:03 CET 2018 (rurban)
       Bugfixes
       - Fixed icmpv6 ICMP_ECHOREPLY: nikolas@garofil.be RT 80479
       - Fixed icmpv6 default family
       - Simplify t/020_external.t
       - Seperate timeout=0 and undef RT #97884

Changes  view on Meta::CPAN

       - Added optional local tests hosts for the icmp tests:
         TEST_PING_HOST and TEST_PING6_HOST
       - allow sudo tests with local .git
       - skip sudo test with asan leak detector on linux

2.65  Wed Mar  7 09:38:51 CET 2018 (rurban)
       META Changes
       - strip wrong Text::Template dependency and generation for the README
         https://rt.cpan.org/Public/Bug/Display.html?id=124693
         This is in core.
       - Changed repo name from net-ping to Net-Ping.
       - Changed bugtracker to https://github.com/rurban/Net-Ping/issues
       - Made Makefile.PL more stable for the CPAN release, support older
         perl + EUMM versions.
       - Fixed up TODO for IPv6

2.64  Sat Mar  3 15:56:14 CET 2018 (rurban)
       Bugfixes
        - use NIx_NOSERV flag for windows (PR #6 by chorny)

2.63  Sun Nov 26 18:56:04 CET 2017 (rurban)
       Bugfixes
        - Keep v5.002 - v5.6 support
        - Removed outdated demo/fping from the documentation
          (RT #123750 by Steve Morris)
        - Added t/420_ping_syn_port.t (#4 by Julio Fraire)

Changes  view on Meta::CPAN

          also pingecho on os390.
          (from perl5 core)
       Features
        - added a make release target

2.58  Wed Feb  1 19:34:03 CET 2017 (rurban)
       Features
        - return the port num as 5th return value with ack (jfraire)

2.57  Wed Feb  1 19:34:03 CET 2017 (rurban)
       Bugfixes
        - Resigned with new gpg key

2.56  Wed Jan 18 16:00:00  2017 -0700 (bbb)
       Bugfixes

 view all matches for this distribution


Net-Proxy

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        when one socket sends data faster than its peer can accept it)
    [SCRIPTS]
    - patched sslh so that it can listen not only on localhost.
      (Thanks to Dieter Voegtli.)

0.04 Tue Jan 17 14:47:20 CET 2006
    [ENHANCEMENTS]
    - added some basic information logging
      (enable with Net::Proxy->set_verbosity( $level ))
    [TESTS]
    - test for several failure cases
    - the test suite now covers more than 95% of the code
    [SCRIPTS]
    - patched sslh so that it works correctly, now

0.03 Wed Jan 11 02:10:52 CET 2006
    [DOCUMENTATION]
    - Correct SYNOPSIS for Net::Proxy::Connector::tcp
    - Added a SYNOPSIS for Net::Proxy::Connector::connect
    [NEW CONNECTOR]
    - Net::Proxy::Connector::dual
    [SCRIPTS]
    - previously unreleased sslh script ported to use Net::Proxy

0.02 Tue Jan 10 09:43:23 CET 2006
    [ENHANCEMENTS]
    - added the README and Changes files
    - added statistical methods to Net::Proxy
    - mainloop($max) will refuse new connections after $max
      connections have started
    [NEW CONNECTOR]
    - Net::Proxy::Connector::connect
    [SCRIPTS]
    - connect-tunnel ported to use Net::Proxy

0.01 Fri Jan  6 03:32:46 CET 2006
    [FEATURES]
    - The proxy is fully functionnal, but lacks several types
      of connectors
    [CONNECTORS]
    - Net::Proxy::Connector::tcp

 view all matches for this distribution


Net-Riak

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - added useragent timeout parameter (Robin Edwards)
    - added expected status message (Robin Edwards)
    - added delete_object method to Net::Riak::Bucket (Robin Edwards)
    - support for adding bucket as objects in add method (Robin Edwards)

0.11 Wed 03 Nov 2010 03:01:10 PM CET  
    - update POD (franck cuny)
    - fix wrong clearer name (_clear_siblings instead of _clear_links)

0.10 Tue 02 Nov 2010 03:34:16 PM CET  
    - add support of array arguments in Net::Riak::MapReduce->add() (Germain Maurice)
    - add 204 to Object::store expected status codes (Gavin Carr)
    - refactor build link logic (Ben Hengst)
    - requests and responses now stored for debugging (Robin Edwards)
    - documentation updated (Robin Edwards)

 view all matches for this distribution


Net-Routing

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Net::Routing.

0.44 Thu Nov 12 09:45:14 CET 2015
   - bugfix: do not mess with PATH and LC_ALL environment variables

0.43 Fri Feb 20 06:58:25 CET 2015
   - update: add a check in Makefile.PL/Build.PL for supported OS
   - bugfix: VERSION was not consistent in all modules

0.42 Thu Feb 19 07:26:03 CET 2015
   - bugfix: on cidrlookup: returns only routes matching the target IP in get()

0.41 Mon Feb  9 21:44:37 CET 2015
   - bugfix: FreeBSD netstat to use -f inet/inet6 so it is compatible with Darwin
   - bugfix: FreeBSD to report all IPv6 routes (by striping interface name)
   - bugfix: Linux new() to return undef on error

0.40 Fri Feb  6 18:53:48 CET 2015
   - new: routing for NetBSD
   - new: routing for Darwin (same as FreeBSD 9.x)

0.30 Wed Feb  4 17:20:11 CET 2015
   - UPDATE: rewrote main methods in Net::Routing in a cleaner way
   - new: use constants, and makes them exportable
   - bugfix: makes route unique when duplicate found
   - bugfix: route parsing for Linux/IPv6 and FreeBSD 9.x
   - pod: added some documentation
   - test: for netstat parsing checks

0.20 Sat Jan 31 17:53:00 CET 2015
   - first public release

 view all matches for this distribution


Net-Rsh

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Net::Rsh.
===================================================
0.05  Tue Jun 03 2008 - ASLETT (co-maintainer)
        - Uploaded successfully!

0.03  Wed Mar 14 18:24:23 CET 2007 - ASLETT (co-maintainer)
	- Rsh.pm: Minor corrections for:
		http://rt.cpan.org/Ticket/Display.html?id=23153
		http://rt.cpan.org/Ticket/Display.html?id=22885
        - test.pl updated
        - META.yml added for package requirement

 view all matches for this distribution


Net-SMTP_auth

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Net::SMTP_auth.

0.08  Fri Jan 13 12:12:57 CET 2006
        - added authentication via NTLM (James Fryman)

0.07  Don Aug  7 18:23:51 CEST 2003
        - After upgraing Net:SMTP to version 2.26 I noticed that
          authentication was broken (the response of AUTH does not equal

 view all matches for this distribution


Net-SNMP-EV

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.11 Fri Apr 10 07:32:23 CEST 2009
	- fix testsuite loading the wrong module
          (reported by Karl Gaissmaier).

0.1  Mon Dec  3 18:26:50 CET 2007
	- original version, a Glib::EV clone.

 view all matches for this distribution


Net-SNMP-QueryEngine-AnyEvent

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Net-SNMP-QueryEngine-AnyEvent

0.06  Wed Jan 21 10:47:25 CET 2015
	Consistent version update; no functional changes.

0.05  Tue Jan 20 14:07:53 CET 2015
	Implement $sqe->when_done($host, $port, $callback);

0.04  Wed May 21 15:07:31 CEST 2014
    Use Data::MessagePack::Stream

 view all matches for this distribution


Net-SNMP-XS

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - fix oid first component decoding for X == 2.
        - avoid sprintf in oid decoding, for likely negligible
          speed increase.
        - minor code cleanups.

1.33  Fri Dec 21 12:20:00 CET 2018
	- no functional changes.
	- use new MakeMaker feature to properly declare dependency on
          Canary::Stability (reported by Alexander Karelas).
        - use common::sense.
        - remove dependency on Guard.

1.32  Wed Dec  7 12:56:41 CET 2016
	- work around a bug in perl 5.20 (and probably later) where
          undef array elements become null pointers in the array.
          this caused segmentation faults on illegal/unsupported ASN.1
          types.

Changes  view on Meta::CPAN

          as the Net::SNMP version number isn't monotonically increasing.

1.3   Thu Sep 18 04:51:17 CEST 2014
	- fix a potential leak.

1.2   Tue Jan 25 20:26:50 CET 2011
	- fix a bug where the internal message cache wouldn't be refreshed
          when perl reuses SVs, causing runtime errors and possibly crashes.
	- remove harmless/unused debugging code.

1.1   Thu Jul 29 04:50:46 CEST 2010

 view all matches for this distribution


Net-SSLeay

 view release on metacpan or  search on metacpan

lib/Net/SSLeay.pod  view on Meta::CPAN

    # $string - ISO-8601 timedate string like '2033-05-16T20:39:37Z'
    #
    # returns: 1 on success, 0 on failure

The C<$string> parameter has to be in full form like C<"2012-03-22T23:55:33"> or
C<"2012-03-22T23:55:33Z"> or C<"2012-03-22T23:55:33CET">. Short forms like
C<"2012-03-22T23:55"> or C<"2012-03-22"> are not supported.

=item * P_ASN1_TIME_put2string

B<COMPATIBILITY:> not available in Net-SSLeay-1.42 and before, has bugs with OpenSSL 0.9.8i

 view all matches for this distribution


Net-SinFP

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Net::SinFP.

2.10 Sun Feb 15 18:01:08 CET 2015
   - update: Kwalitee
   - update: copyright notice

2.09 Sun Mar 13 12:45:47 CET 2011
   - bugfix: in pod for Net::SinFP::Consts
   - new signatures (sinfp-20110125.db: 188 signatures)
   - NOTE: this should be the last release in 2.xx branch

2.08 Wed Jan 12 15:24:24 CET 2011
   - update: new deformation masks
   - update: improvements on passive fingerprinting analysis
   => greetz to Goulag Parkinson, IpMorph rulez.
   - update: copyright notice

2.07 Fri Dec 24 14:21:08 CET 2010
   - bugfix: padding vs payload issue for TCP options
   - update: more verbose message on closed/filtered port
   - update: copyritht notice
   - update: mailing list link
   - new signatures (sinfp-20101224.db: 158 signatures)

2.06 Mon Dec 18 16:35:25 CET 2006
   - bugfix: in passive mode, when a frame has no TCP layer, do not process it
   - bugfix: in passive mode, when a user specifies -F, SinFP must use it
   - pod: for Result.pm
   - examples: now ships with example files in examples/ directory
   - tests: more tests (pod consistency, pod coverage)
   - new signatures (sinfp-20061218.db, 140 signatures)

2.05 Sat Nov 18 12:40:41 CET 2006
   - bugfix: due to changes in Net::Packet 3.xx, now requires version 3.2x
   - new signatures (sinfp-20061118.db)

2.04 Sun Nov  5 18:59:48 CET 2006
   - Search.pm: new deformation mask added
   - new signatures (sinfp-20061101.db)

2.03 Sun Oct 29 21:57:05 CET 2006
   - Search.pm: new deformation masks added
   - sinfp.pl: default displaying of OS information updated, it is shorter now
   - sinfp.pl: new parameter -C, to show complete OS information like old 
               behaviour
   - new signatures

Changes  view on Meta::CPAN

   - sinfp.db: new signatures, bugfix on some
   - sinfp.db: now installs in the same directory as sinfp.pl, no need to 
               be root anymore
   - now uses Class::Gomor::Array instead of Hash

1.00 Mon Mar 13 13:37:01 CET 2006
   - sinfp.db: more signatures (IPv4 and IPv6 ones)
   - sinfp.db: migration from DBD::SQLite 1.08 to 1.11
   - Makefile.PL: now installs sinfp.db into /usr/local/share/sinfp when 
                  installation is run as root
   - Makefile.PL: sinfp.pl, np-anon-pcap.pl, np-read-anon.pl are installed into 

 view all matches for this distribution


Net-SinFP3-Plugin-Signature

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Net::SinFP3::Plugin::Signature.

1.01 Sun Jan  4 17:40:35 CET 2015
   - bugfix: searchSignatureIds() returns an ARRAYREF, not an HASHREF
   - copyright: 2015

1.00 Sun Nov 18 20:27:30 CET 2012
   - first public release

 view all matches for this distribution


Net-SinFP3

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

   - bugfix: sinfp3.pl: -version to display version of Net::Write::Fast module
   - bugfix: Search::Active: die when a Result object cannot be created
   - bugfix: DB::SinFP3: do not lock sinfp3.db, we only read it.
   - update: copyright notice

1.23 Wed Nov 25 07:12:43 CET 2015
   - FEATURE: removed local XS code to use Net::Write::Fast
              => That means Support for Mac OS X.
   - new: Worker::Single: can be used to fetch results as a Perl ARRAY
   - bugfix: default values in Search::Active for Net::SinFP3::Result::Unknown object
   - bugfix: DB::SinFP3: correctly clean prepared statements states on post()

Changes  view on Meta::CPAN

   - update: SinFP3.xs: adjust pps, and prints advancement on packet to send
   - bugfix: Input::SynScan: stops correctly $timeout seconds after 
             end of send packets
   - bugfix: Global: correctly write targetSubnet attribute

1.21 Sun Dec  2 17:59:05 CET 2012
   - PERFORMANCE: SinFP3.xs: sinfp3_tcp_synscan(): now can SynScan a /8 by
                  taking less than 1GB of RAM.
   - update: Input::Server: can use target and port attribute for binding
   - update: sinfp3.pl: no more -dns-resolve arg
   - update: sinfp3.pl: default to -active-2

Changes  view on Meta::CPAN

   - bugfix: Output::Simple: remove results with smaller matchScore to keep only
             best ones
   - bugfix: Output::Simple: on printing unknown results
   - bugfix: Worker::Thread: when Perl not compiled with thread support

1.20 Sun Nov 25 14:44:37 CET 2012
   - NEW: Input::Server: runs as a daemon to answer requests coming from
          clients. They must speak the SinFP3 protocol.
   - NEW: Output::Simple: now default mode instead of Output::Console
   - NEW: Input::SynScan: can be used to fingerprint target by just using the
          SYN|ACK response to our SYN (one packet fingerprinting \o/)

Changes  view on Meta::CPAN

   - bugfix: on -dns-reverse, moved to Search modules, when generating Results
   - bugfix: Search::Passive: sets ip and port attributes for Results
   - bugfix: Global: when -port argument has an invalid format
   - bugfix: sinfp3.pl: usage help

1.02 Thu Nov  8 17:21:54 CET 2012
   - new: Mode::Active can take a Next::Frame object

1.01 Tue Oct 23 15:12:22 CEST 2012
   - new: -target parameter used for Input::ArpDiscover
   - update: set a User-Agent for -update-db

 view all matches for this distribution


Net-Spotify

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Net-Spotify

0.03    Fri Aug 16 21:15:52 CEST 2013
        Applied patch from Torstein Husebø (fixed links to Spotify Metadata API).

0.02    Sat Jan 30 16:09:08 CET 2010
        Added humanize option in the example script and moved it under scripts. Fixed TODO tests.

0.01    Sat Nov  7 10:48:58 CET 2009
        First version, released on an unsuspecting world.

 view all matches for this distribution


Net-Statsd

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Change history for Net::Statsd

0.12 - Fri Jan 15 09:39:00 CET  2016

    Fixed RT#111204. There was a t/send-one.t script included in the
    distribution that wasn't meant to be there. It was depending on perl 5.10,
    so it caused Net::Statsd to fail tests under 5.8.
    Thanks to nigelgregoire@gmail.com for reporting.

 view all matches for this distribution


Net-UCP

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Net::UCP.

0.00_01  Tue Sep 28 13:00:17 CET 2004
	- Net::UCP was born

0.01  Sat Oct 23 11:49:12 CET 2004
	- Make some test on it
	- bug fix in login method
        - add new features on login method
        - a remake of manual :-)
        - Thanks to Kumar Arjunan to test it in a production enviroment

0.02  Tue Oct 26 19:28:45 CET 2004
	- Add read_mo() method to get back Mobile Originated Messages
	  It's in test...	
	- remake of Changes file... ;-) in Version 0.01 23 Oct it wasn't Tuesday but Saturday.

0.03  Tue Nov  9 10:23:58 CET 2004
	- Modify send_sms(). Added FLASH parameter, with this param. is possible to send
	  class 0 messages.
	- Add possibility to send messages with international format sender, numeric and
	  alphanumeric sender text (see man).
	- Fix make_xser() procedure.
  
0.04  Mon Dec 13 16:45:22 CET 2004
	- Some bug fix

0.05  Fri Dec 17 17:41:51 CET 2004
	- Fix Makefile.PL, (ExtUtils-AutoInstall) thanks to CPAN Testers.

0.10  Thu Jan 20 15:30:36 CET 2005
	- Restyling of UCP Module!!!
	- Add RAW MODE. Using UCP module in raw mode is possible : 
	  1) make and parse emi/ucp messages. (ALL operation 01..61) 
	  2) transmit and receive messages from SMSC.
	  3) Create a fake SMSC Server based on EMI/UCP Protocol 

Changes  view on Meta::CPAN

	- remove read_mo() (bad and unsecure method)
	Thanks to people contacted me.  
	Please contact me directly for any suggestion because i haven't time to make good test on it
	- nemux@cpan.org

0.11  Fri Jan 21 16:04:45 CET 2005
	- Add an example ucp.pl 
	- Remake of some part of manual

0.20  Fri Jan 24 11:18:21 CET 2005
	- Add more flexibility to create_fake_smsc()
	- Optimized code (login() and submit_sms())
	- some bug fix.
	- Jump of quality.... mmmm...

0.21  Wed Mar  2 16:23:40 CET 2005
	- Patched line 177 (Thanks to Geurt on rt.cpan.org)

0.22  Wed Aug  3 16:16:48 CEST 2005
	- Patched line 1904 (Thanks to mmspete on rt.cpan.org)

0.23  Mon Oct 31 10:26:16 CET 2005
	- Add clear_ucp_message() method (remove ETX and STX characters)
	- add "clear" parameter in wait_in_loop method.

0.25  Fri Jul 28 12:30:51 CEST 2006
	- wait_in_loop() bug fix

Changes  view on Meta::CPAN

	  Summary of my perl5 (5.0 patchlevel 5 subversion 5) configuration:
          Platform:
          osname=freebsd, osvers=6.1-release, archname=i386-freebsd
	  Thanks to cpan testers (srezic)

0.29  Wed Oct 31 16:16:45 CET 2007
	- Force Makefile.PL to work with perl 5.006

0.30 Tue Nov 27 10:53:49 CET 2007
	- 2 bug fix
	-- parse_60 checksum field
	-- decoding oadc when otoa field is set on 5039
	Thanks to Filippo Dattola 

0.31 Fri Dec 14 09:36:00 CET 2007 
	- 2 minor bug fix
	- crate_fake_smsc and using of 
	  ETX / STX constant in regular expression 

0.32 Fri Mar 28 09:24:39 CET 2008
	- 1 bug fix
	-- rt.cpan.org ticket id 34495
	Thanks to Christopherus Goo

0.33 Tue Apr  8 13:12:46 CEST 2008

Changes  view on Meta::CPAN

	- Cpan tester bug 

0.38 Thu May  8 17:10:25 CEST 2008
	- Cpan Tester bug 

0.39 Sat Nov 29 13:01:16 CET 2008
	- Fixed timeout bug

0.40 Fri May 29 15:17:12 CET 2009
	- Patch from Slaven Rezic

0.41 Thu Mar 06 11:00:00 CET 2010
	- Fix multi sms and uninitialized value message

 view all matches for this distribution


Net-UPnP

 view release on metacpan or  search on metacpan

lib/Net/UPnP/Service.pm  view on Meta::CPAN


use Net::UPnP;
use Net::UPnP::ActionResponse;
use Net::UPnP::QueryResponse;

use vars qw($_DEVICE $_DEVICE_DESCRIPTION $SERVICETYPE $SERVICEID $SCPDURL $CONTROLURL $EVENTSUBURL);

$_DEVICE = 'device';
$_DEVICE_DESCRIPTION = 'device_description';

$SERVICETYPE = 'serviceType';
$SERVICEID = 'serviceId';
$SCPDURL = 'SCPDURL';
$CONTROLURL = 'controlURL';
$EVENTSUBURL = 'eventSubURL';

lib/Net/UPnP/Service.pm  view on Meta::CPAN

# getservicetype
#------------------------------

sub getservicetype() {
	my($this) = shift;
	$this->getdevicedescription(name => $Net::UPnP::Service::SERVICETYPE);
 }

#------------------------------
# getserviceid
#------------------------------

 view all matches for this distribution


Net-Whois-RIS

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    getRoute method added: to fetch the last announced
    route matching the requested IP/network address.



0.1	Fri Nov  5 11:25:48 CET 2010
        First version, minimal getOrigin and getDescr working. 

 view all matches for this distribution


Net-Whois-SIDN

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN


====== history of Net-Whois-SIDN

version 0.98: Fri Mar 28 13:12:08 CET 2014
	- fix documentation name of the module

version 0.97: Wed Mar 23 17:26:03 CET 2011
	- timestamps can be either a date or a dateTime
	- schema 2011-04-01

version 0.96: Thu Aug 26 08:54:08 CEST 2010
	- the "role" option was broken.

ChangeLog  view on Meta::CPAN

	- added new(trace) option

version 0.95: Mon May 24 16:15:57 CEST 2010
	- schema 2010-05-24

version 0.94: Wed Feb 10 16:55:04 CET 2010
	- schema 2010-02-10

version 0.93: Fri Jan 29 10:10:00 CET 2010
	- schema 2010-01-29, minor validation issues

version 0.92: Fri Jan 22 00:27:12 CET 2010
	- new schema, with various fixes.

version 0.91: Tue Jan 19 22:38:46 CET 2010
	- fix pod

version 0.90: Tue Jan 19 21:37:07 CET 2010
	- initial release.

 view all matches for this distribution


Net-Write-Fast

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Net::Write::Fast.

0.18 Thu Feb  4 07:27:46 CET 2016
   - bugfix: removed Build.PL, no well suited to build XS code
   - bugfix: added "OS unsupported" string in Makefile.PL OS check for cpantesters compliance
     => https://rt.cpan.org/Public/Bug/Display.html?id=111734

0.17 Wed Feb  3 18:35:13 CET 2016
   - bugfix: fixed a memory leak on allocating a struct addrinfo.
     It is already done by getaddrinfo.

0.16 Sat Feb 21 11:31:03 CET 2015
   - bugfix: Time::Interval is a dependance

0.15 Fri Feb 20 07:13:13 CET 2015
   - new: add an optional argument to display warnings from XS code (like sendto warnings)
   - bugfix: write struct addrinfo in a more portable way
   => Read: Mac OS X is now supported
   - bugfix: don't free addrinfo struct in for loop (was coredumping)
   - update: setsockopt for BROADCAST option
   - update: check for ENOBUFS and retry sending
   - update: copyright notice

0.14 Sun Nov 11 11:48:59 CET 2012
   - bugfix: on pod regression
   - bugfix: an endif was badly splaced, and Fast.xs refused to compile when
             DEBUG was off
   - update: turned off debug mode

0.13 Sat Nov 10 17:33:18 CET 2012
   - bugfix: send algorithm, was limited at 500 pps (due to lack of Q&A)
   - new: can set source IP address when sending
   - obsolete: l4_send_tcp_syn()
   - pod: regression from version 0.12

 view all matches for this distribution


Net-Write

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Net::Write.

1.10 Wed Mar  4 07:15:18 CET 2015
   - bugfix: fallback on using Socket::GetAddrInfo for getaddrinfo()

1.09 Sun Feb 15 18:06:48 CET 2015
   - update: EUID 0 check is done at open() call instead of new() call
   - bugfix: take inet_pton() and getaddrinfo() from Socket if available, or from Socket6
   - tests: added tests 02 and 03 to test if inet_pton() and N:W:L3 open() are working

1.08 Fri Jan 23 07:53:16 CET 2015
   - bugfix: on setting AF_INET6(), and makes Socket6 module optional
   => thanks to Vince
   - update: copyright notice
   - update: Kwalitee

Changes  view on Meta::CPAN

   - update: copyright notice

1.04 Sun Oct 19 17:47:11 CEST 2008
   - bugfix: IP_HDRINCL with IPv6 under Linux 2.6.x

1.03 Fri Mar 21 17:20:00 CET 2008
   - added support for IP_HDRINCL with IPv6 raw sockets (Linux only)
   => in fact, it should have worked before, but it appears to be a regression

1.02 Tue Feb 19 12:11:21 CET 2008
   - bugfix: due to Socket6 update, AF_INET6 definition has changed

1.01 Sun Feb 17 19:08:15 CET 2008
   - update: portability patches for other Unix systems (untested), concerning 
             IP_HDRINCL constants and the like
   - update: license string (lc(Artistic)), to make CPANTS happy

1.00 Sun Nov 26 19:41:54 CET 2006
   - NEW: now a pure Perl module. You MUST have libpcap 0.9.x, or WinPcap 3.1
   - UPGRADE: all constants have moved to Layer.pm
   - examples: examples for all layers
   - test: Test::Pod, Test::Pod::Coverage

0.83 Sun Oct 29 14:31:31 CET 2006
   - bugfix: in Layer2.pm, added require IO::Socket

0.82 Sat May  6 18:07:16 CEST 2006
   - bugfix: call to debugPrint() renamed to cgDebugPrint()

 view all matches for this distribution


Net-Z3950-SimpleServer

 view release on metacpan or  search on metacpan

SimpleServer.pm  view on Meta::CPAN

    CQL                 =>  $x,      # A CQL query, if this is provided instead of Type-1
    SRW_SORTKEYS        =>  $x,      # XXX to be described
    PID                 =>  $x,      # XXX to be described
    PRESENT_NUMBER      =>  $x,      # XXX to be described
    EXTRA_ARGS          =>  $x,      # XXX to be described
    INPUTFACETS         =>  $x,      # Specification of facets required: see below.

                                     ## Response parameters:

    ERR_CODE            =>  0,       # Error code (0=Successful search)
    ERR_STR             =>  "",      # Error string
    HITS                =>  0,       # Number of matches
    ESTIMATED_HIT_COUNT =>  $x,      # XXX to be described
    EXTRA_RESPONSE_DATA =>  $x,      # XXX to be described
    OUTPUTFACETS        =>  $x       # Facets returned: see below.
  };

Note that a search which finds 0 hits is considered successful in
Z39.50 terms - you should only set the ERR_CODE to a non-zero value
if there was a problem processing the request. The Z39.50 standard

SimpleServer.pm  view on Meta::CPAN

asks for ten title facets and five author facets.

=head4 Request format

The facet request is passed to the search-handler function in the
INPUTFACETS parameter. Its value is rather complex, due to backwards
compatibility with Z39.50:

=over 4

=item *

SimpleServer.pm  view on Meta::CPAN

=back

=head4 Response format

Having generated facets corresponding to the request, the search
handler should return them in the C<OUTPUTFACETS> argument. The
structure of this response is similar to that of the request:

=over 4

=item *

SimpleServer.pm  view on Meta::CPAN

records that were found by the search.

=back

The example SimpleServer applicaation server C<ztest.pl> includes code
that shows how to examine the INPUTFACETS data structure and create
the OUTPUTFACETS structure.

=head2 Present handler

The presence of a present handler in a SimpleServer front-end is optional.
Each time a client wishes to retrieve records, the present service is

 view all matches for this distribution


Net-Z3950-ZOOM

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


1.31  Tue Feb 21 08:46:39 UTC 2017
	- Build for current supported Ubuntu distributions
	- Fix some URLs in documentation

1.30  Wed Mar 12 14:08:26 CET 2014
        - Update test 19-events.t and 29-events.t
          Events check: allow for multiple Connect events
	- Require YAZ 4 or later
	- Require perl-XML-LibXML-XPathContext on RHEL/CentOS v5 only.

 view all matches for this distribution


Netscape-Cache

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.43
	- POD: added description of index.db
	- COMPLETE_URL

0.42	Wed Feb 11 15:35:18 CET 1998
	- new funtion: convert_185_2xx
	- option -clean for delcache.pl
	- warning fixes

0.41	Fri Nov 28 19:47:45 CET 1997
	- option -index for constructor
	- better support for dos/win
	- fixed netscape 4.0 warnings
	- tree option for nscache 

 view all matches for this distribution


Nitesi-DBI

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


    [TESTS]

    * Fix detection of existing tables for PostgreSQL in the query test.

0.0060 Sun Oct 28 18:20:49 2012 CET

    [ENHANCEMENTS]

    * Add DBI backend for Nitesi API.
    * Add DBI backend class for Dancer.

Changes  view on Meta::CPAN


    * Add draft documentation on Nitesi's default database schema.
    * Add example for calling Nitesi::Query::DBI's delete method with named
      parameters. 

0.0040 Sun Nov 27 12:14:54 2011 CET

    [ENHANCEMENTS]

    * Add support for distinct in select queries to query engine.
    * Add inactive setting for disabled users to account provider.

Changes  view on Meta::CPAN

    [DOCUMENTATION]

    * Add supported query types and examples for select queries with order, limit,
      distinct and join to Nitesi::Query::DBI's POD.

0.0032 Mon Nov  7 08:49:29 2011 CET

    [BUG FIXES]

    * Require SQL::Statement for query testing as DBI::SQL::Nano is
      too limited for the statements produced by SQL::Abstract.

0.0031 Sun Oct 30 10:38:40 2011 CET

    [TESTS]

    * Remove -T switch from simple query test.

 view all matches for this distribution


Nitesi

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Nitesi

0.0094 Thu Dec  5 09:57:14 2013 CET

    [ENHANCEMENTS]

    * Adjust account manager to new default permissions of ACL::Lite 0.0003.

    [BUG FIXES]

    * Add check whether account exists before creating it.

0.0093 Tue Nov 19 09:50:59 2013 CET

    [ENHANCEMENTS]

    * Initialize created and last_modified values on instantiation of
      Nitesi::Cart.

Changes  view on Meta::CPAN


    [TESTS]

    * Execute POD tests only for release testing.

0.0061 Sun Oct 28 18:42:44 2012 CET

    [BUG FIXES]

    * Add Nitesi::Transaction to MANIFEST.

0.0060 Sun Oct 28 15:47:36 2012 CET

    [ENHANCEMENTS]

    * Add Nitesi::Core::Types class.
    * Add account role.

Changes  view on Meta::CPAN


    [DOCUMENTATION]

    * Add bundles section to Nitesi's POD.
   
0.0040 Sat Feb  4 10:17:41 2012 CET

    [ENHANCEMENTS]

    * Allow passing of hash to Nitesi::Cart's add method.
    * Add update method to Nitesi::Cart.

Changes  view on Meta::CPAN


    [DOCUMENTATION]

    * Fix password example in account manager's synopsis.

0.0033 Sun Nov 27 11:26:19 2011 CET

    [TESTS]

    * Get rid of -T switch on password tests as a few systems still fail.

0.0032 Sun Nov 13 14:48:34 2011 CET

    [BUG FIXES]

    * Set PATH environment variable to fixed system directories in password test.

    [DOCUMENTATION]

    * Fix POD example for changing password of an arbitrary account.

0.0031 Mon Nov  7 09:00:07 2011 CET

    [ENHANCEMENTS]

    * Add before_cart_clear and after_cart_clear hooks.
    * Add before_cart_rename and after_cart_rename hooks.

 view all matches for this distribution


Nmap-Scanner

 view release on metacpan or  search on metacpan

examples/bannerscan/probes/nntp.pl  view on Meta::CPAN

#!/usr/bin/perl
# Thu Jan 15 02:31:21 CET 2004
use Net::NNTP;
use Data::Dumper;

$host = $ARGV[0];

 view all matches for this distribution


Number-Continuation

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


 - Do no longer recommend Test::Pod and Test::Pod::Coverage.

 - Adjust indentation and omit diagnostic for test file.

0.04 Sun Mar  2 16:26:32 CET 2008

 - Added validation routine for input.

0.03 Tue Feb 13 18:02:07 CET 2007

 - Avoiding expensive copy of @_ to an array with more readable
   name when entering continuation(). When processing a large
   array with continuation() this change should allow for a 
   remarkable speed increase (untested).

0.02 Mon Feb 12 01:47:24 CET 2007

 - The Pod explaining the syntax of continuation() contained
   too many escaping backslashes which I didn't spot initially.

0.01 Sun Feb 11 20:09:30 CET 2007

 - Initial version.

 view all matches for this distribution


( run in 2.731 seconds using v1.01-cache-2.11-cpan-30a33ec15c6 )