summaryrefslogtreecommitdiff
path: root/lib/Net/Domain.pm
Commit message (Collapse)AuthorAgeFilesLines
* Moved libnet from lib/ to ext/Chris Williams2009-09-081-347/+0
|
* Upgrade to libnet 1.21Rafael Garcia-Suarez2007-06-251-219/+220
| | | p4raw-id: //depot/perl@31463
* Add documentation for method domainname() in Net::Domain. Add someSteve Peters2005-12-221-2/+6
| | | | | | additional tests for Net::Domain. Also, since it is tested, remove test case from lib/1_compile.t. One step closer to $500. p4raw-id: //depot/perl@26440
* Sync with libnet 1.17Graham Barr2003-09-251-3/+4
| | | p4raw-id: //depot/perl@21372
* Sync with libnet 1.14Graham Barr2003-06-021-2/+7
| | | p4raw-id: //depot/perl@19661
* Sync file with libnet-1.0901-tobeGraham Barr2001-11-211-3/+3
| | | p4raw-id: //depot/perl@13178
* More fixes that were made to the core and not in the libnet srcGraham Barr2001-10-261-10/+10
| | | p4raw-id: //depot/perl@12683
* Sync libnet modules with what will be libnet-1.08Graham Barr2001-10-261-14/+14
| | | p4raw-id: //depot/perl@12679
* No domainname(1) in Cygwin, either, and the 2>/dev/nullJarkko Hietaniemi2001-10-221-1/+1
| | | | | doesn't seem to help (the error being output to console, maybe?) p4raw-id: //depot/perl@12592
* Be more robust if no hostname or domainnameJarkko Hietaniemi2001-10-221-4/+5
| | | | | (especially the latter) p4raw-id: //depot/perl@12570
* Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()Nick Ing-Simmons2001-10-201-7/+7
| | | | | Use for non-PERLIO fdupopen(). p4raw-id: //depot/perlio@12532
* Upgrade to libnet 1.0704.Jarkko Hietaniemi2001-08-171-6/+10
| | | p4raw-id: //depot/perl@11709
* Also in Cygwin use Socket to figure out domainnameJarkko Hietaniemi2001-06-231-1/+1
| | | | | | (if any) (avoids trying to call external 'domainname', which doesn't at the moment exist in Cygwin) p4raw-id: //depot/perl@10858
* Initial integration of libnet-1.0703.Jarkko Hietaniemi2001-06-171-0/+331
The Configure script renamed as libnetcfg, will be installed along other utilities. p4raw-id: //depot/perl@10663