CVS: ispman/lib/Net/LDAP/Control Paged.pm,1.3,1.4 ProxyAuth.pm,1.2,1.3 Sort.pm,1.3,1.4 SortResult.pm,1.3,1.4 VLV.pm,1.3,1.4 VLVResponse.pm,1.3,1.4

Joerg Delker <[email protected]>
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/lib/Net/LDAP/Control
In directory sc8-pr-cvs1:/tmp/cvs-serv23200/lib/Net/LDAP/Control

Modified Files:
	Paged.pm ProxyAuth.pm Sort.pm SortResult.pm VLV.pm 
	VLVResponse.pm 
Log Message:
rollback of HEAD to REL_1_0 versions
former HEAD development will continue in "experimental-branch" and merged back here
(more info on ispman-developer maillist and upcoming README.cvs in HEAD)


Index: Paged.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/Net/LDAP/Control/Paged.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Paged.pm	29 Jul 2003 12:47:06 -0000	1.3
--- Paged.pm	4 Jan 2004 18:56:15 -0000	1.4
***************
*** 10,14 ****
  
  @ISA = qw(Net::LDAP::Control);
! $VERSION = "0.02";
  
  use Net::LDAP::ASN qw(realSearchControlValue);
--- 10,14 ----
  
  @ISA = qw(Net::LDAP::Control);
! $VERSION = "0.01";
  
  use Net::LDAP::ASN qw(realSearchControlValue);
***************
*** 143,154 ****
  L<Net::LDAP>,
  L<Net::LDAP::Control>,
! http://www.ietf.org/rfc/rfc2696.txt
  
  =head1 AUTHOR
  
! Graham Barr E<lt>gbarr-e+AXbWqSrlAb/[email protected]<gt>
  
  Please report any bugs, or post any suggestions, to the perl-ldap mailing list
! E<lt>[email protected]<gt>
  
  =head1 COPYRIGHT
--- 143,154 ----
  L<Net::LDAP>,
  L<Net::LDAP::Control>,
! http://info.internet.isi.edu/in-notes/rfc/files/rfc2696.txt
  
  =head1 AUTHOR
  
! Graham Barr <[email protected]>
  
  Please report any bugs, or post any suggestions, to the perl-ldap mailing list
! <[email protected]>
  
  =head1 COPYRIGHT

Index: ProxyAuth.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/Net/LDAP/Control/ProxyAuth.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ProxyAuth.pm	29 Jul 2003 12:47:06 -0000	1.2
--- ProxyAuth.pm	4 Jan 2004 18:56:15 -0000	1.3
***************
*** 112,123 ****
  L<Net::LDAP>,
  L<Net::LDAP::Control>,
  
  =head1 AUTHOR
  
! Olivier Dubois, Swift sa/nv based on Net::LDAP::Control::Page from
! Graham Barr E<lt>gbarr-e+AXbWqSrlAb/[email protected]<gt>
  
! Please report any bugs, or post any suggestions, to the perl-ldap
! mailing list E<lt>[email protected]<gt>
  
  =head1 COPYRIGHT
--- 112,123 ----
  L<Net::LDAP>,
  L<Net::LDAP::Control>,
+ http://info.internet.isi.edu/in-notes/rfc/files/rfc2696.txt
  
  =head1 AUTHOR
  
! Olivier Dubois, Swift sa/nv based on Net::LDAP::Control::Page from Graham Barr <[email protected]>
  
! Please report any bugs, or post any suggestions, to the perl-ldap mailing list
! <[email protected]>
  
  =head1 COPYRIGHT

Index: Sort.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/Net/LDAP/Control/Sort.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Sort.pm	29 Jul 2003 12:47:06 -0000	1.3
--- Sort.pm	4 Jan 2004 18:56:15 -0000	1.4
***************
*** 10,14 ****
  
  @ISA = qw(Net::LDAP::Control);
! $VERSION = "0.02";
  
  use Net::LDAP::ASN qw(SortRequest);
--- 10,14 ----
  
  @ISA = qw(Net::LDAP::Control);
! $VERSION = "0.01";
  
  use Net::LDAP::ASN qw(SortRequest);
***************
*** 175,179 ****
  
  As with L<Net::LDAP::Control> each constructor argument
! described above is also available as a method on the object which will
  return the current value for the attribute if called without an argument,
  and set a new value for the attribute if called with an argument.
--- 175,179 ----
  
  As with L<Net::LDAP::Control> each constructor argument
! described above is also avaliable as a method on the object which will
  return the current value for the attribute if called without an argument,
  and set a new value for the attribute if called with an argument.
***************
*** 184,195 ****
  L<Net::LDAP::Control::SortResult>,
  L<Net::LDAP::Control>,
! http://www.ietf.org/rfc/rfc2891.txt
  
  =head1 AUTHOR
  
! Graham Barr E<lt>gbarr-e+AXbWqSrlAb/[email protected]<gt>
  
  Please report any bugs, or post any suggestions, to the perl-ldap mailing list
! E<lt>[email protected]<gt>
  
  =head1 COPYRIGHT
--- 184,195 ----
  L<Net::LDAP::Control::SortResult>,
  L<Net::LDAP::Control>,
! http://info.internet.isi.edu/in-notes/rfc/files/rfc2891.txt
  
  =head1 AUTHOR
  
! Graham Barr <[email protected]>
  
  Please report any bugs, or post any suggestions, to the perl-ldap mailing list
! <[email protected]>
  
  =head1 COPYRIGHT

Index: SortResult.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/Net/LDAP/Control/SortResult.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** SortResult.pm	29 Jul 2003 12:47:06 -0000	1.3
--- SortResult.pm	4 Jan 2004 18:56:15 -0000	1.4
***************
*** 157,168 ****
  L<Net::LDAP::Control::Sort>,
  L<Net::LDAP::Control>,
! http://ww.ietf.org/rfc/rfc2891.txt
  
  =head1 AUTHOR
  
! Graham Barr E<lt>gbarr-e+AXbWqSrlAb/[email protected]<gt>
  
  Please report any bugs, or post any suggestions, to the perl-ldap mailing list
! E<lt>[email protected]<gt>
  
  =head1 COPYRIGHT
--- 157,168 ----
  L<Net::LDAP::Control::Sort>,
  L<Net::LDAP::Control>,
! http://info.internet.isi.edu/in-notes/rfc/files/rfc2891.txt
  
  =head1 AUTHOR
  
! Graham Barr <[email protected]>
  
  Please report any bugs, or post any suggestions, to the perl-ldap mailing list
! <[email protected]>
  
  =head1 COPYRIGHT

Index: VLV.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/Net/LDAP/Control/VLV.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** VLV.pm	29 Jul 2003 12:47:06 -0000	1.3
--- VLV.pm	4 Jan 2004 18:56:15 -0000	1.4
***************
*** 10,14 ****
  
  @ISA = qw(Net::LDAP::Control);
! $VERSION = "0.03";
  
  use Net::LDAP::ASN qw(VirtualListViewRequest);
--- 10,14 ----
  
  @ISA = qw(Net::LDAP::Control);
! $VERSION = "0.02";
  
  use Net::LDAP::ASN qw(VirtualListViewRequest);
***************
*** 387,394 ****
  =head1 AUTHOR
  
! Graham Barr E<lt>gbarr-e+AXbWqSrlAb/[email protected]<gt>
  
  Please report any bugs, or post any suggestions, to the perl-ldap mailing list
! E<lt>[email protected]<gt>
  
  =head1 COPYRIGHT
--- 387,394 ----
  =head1 AUTHOR
  
! Graham Barr <[email protected]>
  
  Please report any bugs, or post any suggestions, to the perl-ldap mailing list
! <[email protected]>
  
  =head1 COPYRIGHT

Index: VLVResponse.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/Net/LDAP/Control/VLVResponse.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** VLVResponse.pm	29 Jul 2003 12:47:06 -0000	1.3
--- VLVResponse.pm	4 Jan 2004 18:56:16 -0000	1.4
***************
*** 9,13 ****
  
  @ISA = qw(Net::LDAP::Control);
! $VERSION = "0.03";
  
  use Net::LDAP::ASN qw(VirtualListViewResponse);
--- 9,13 ----
  
  @ISA = qw(Net::LDAP::Control);
! $VERSION = "0.01";
  
  use Net::LDAP::ASN qw(VirtualListViewResponse);
***************
*** 23,30 ****
      my $asn = $self->{asn} = {};
  
!     $asn->{targetPosition}        = $self->{target}    || 0;
!     $asn->{contentCount}          = $self->{content}   || 0;
!     $asn->{virtualListViewResult} = $self->{result}    || 0;
!     $asn->{contextID}             = $self->{contextID} || undef;
    }
  
--- 23,30 ----
      my $asn = $self->{asn} = {};
  
!     $asn->{targetPosition}        = $self->{target}  || 0;
!     $asn->{contentCount}          = $self->{content} || 0;
!     $asn->{virtualListViewResult} = $self->{result}  || 0;
!     $asn->{context}               = $self->{context} || undef;
    }
  
***************
*** 64,70 ****
    if (@_) {
      delete $self->{value};
!     return $self->{asn}{contextID} = shift;
    }
!   $self->{asn}{contextID};
  }
  
--- 64,70 ----
    if (@_) {
      delete $self->{value};
!     return $self->{asn}{context} = shift;
    }
!   $self->{asn}{context};
  }
  
***************
*** 175,186 ****
  
  L<Net::LDAP>,
! L<Net::LDAP::Control>
  
  =head1 AUTHOR
  
! Graham Barr E<lt>gbarr-e+AXbWqSrlAb/[email protected]<gt>
  
  Please report any bugs, or post any suggestions, to the perl-ldap mailing list
! E<lt>[email protected]<gt>
  
  =head1 COPYRIGHT
--- 175,187 ----
  
  L<Net::LDAP>,
! L<Net::LDAP::Control>,
! http://info.internet.isi.edu/in-notes/rfc/files/rfc2696.txt
  
  =head1 AUTHOR
  
! Graham Barr <[email protected]>
  
  Please report any bugs, or post any suggestions, to the perl-ldap mailing list
! <[email protected]>
  
  =head1 COPYRIGHT



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.