diff options
author | Aurelien Aptel <aaptel@suse.com> | 2016-02-09 15:43:53 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2016-06-20 12:08:20 +0200 |
commit | bce85437b61e86f4cf7a693e61811b04ab64eefe (patch) | |
tree | 881bf2b8eeb5906035b7a0c26c76bebf9c41519e /pidl | |
parent | ad99cfb9c5414e8d31b89184a1e666f3f12125ab (diff) | |
download | samba-bce85437b61e86f4cf7a693e61811b04ab64eefe.tar.gz |
pidl: use https urls and update dead msdn link
Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'pidl')
-rw-r--r-- | pidl/lib/Parse/Pidl/Wireshark/NDR.pm | 2 | ||||
-rwxr-xr-x | pidl/pidl | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pidl/lib/Parse/Pidl/Wireshark/NDR.pm b/pidl/lib/Parse/Pidl/Wireshark/NDR.pm index 573d77d5547..70fc56e8f63 100644 --- a/pidl/lib/Parse/Pidl/Wireshark/NDR.pm +++ b/pidl/lib/Parse/Pidl/Wireshark/NDR.pm @@ -1100,7 +1100,7 @@ sub Parse($$$$$) Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at http://wiki.wireshark.org/Pidl + found at https://wiki.wireshark.org/Pidl */ "; diff --git a/pidl/pidl b/pidl/pidl index 483f95af492..78834144781 100755 --- a/pidl/pidl +++ b/pidl/pidl @@ -381,14 +381,14 @@ usesgetlasterror, vararg, vi_progid, wire_marshal. =head1 SEE ALSO -L<http://msdn.microsoft.com/library/en-us/rpc/rpc/field_attributes.asp>, -L<http://wiki.wireshark.org/DCE/RPC>, -L<http://www.samba.org/>, +L<https://msdn.microsoft.com/en-us/library/windows/desktop/aa373864%28v=vs.85%29.aspx> +L<https://wiki.wireshark.org/DCE/RPC>, +L<https://www.samba.org/>, L<yapp(1)> =head1 LICENSE -pidl is licensed under the GNU General Public License L<http://www.gnu.org/licenses/gpl.html>. +pidl is licensed under the GNU General Public License L<https://www.gnu.org/licenses/gpl.html>. =head1 AUTHOR |