diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-01-19 09:30:00 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-01-19 09:33:18 +0100 |
commit | e97a651aff28c4bae6696958afbb94f88d80645b (patch) | |
tree | 46dc0491f4f8fe95446adf24c03ea3265bf6b945 /rpcapd | |
parent | 9a50834fdea67471bebb1df511ca3664e0ee56e6 (diff) |
Use more HTTPS in URLs
[skip ci]
Diffstat (limited to 'rpcapd')
-rw-r--r-- | rpcapd/daemon.c | 2 | ||||
-rw-r--r-- | rpcapd/org.tcpdump.rpcapd.plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rpcapd/daemon.c b/rpcapd/daemon.c index e7c6a66a..a0ca1a86 100644 --- a/rpcapd/daemon.c +++ b/rpcapd/daemon.c @@ -1463,7 +1463,7 @@ daemon_AuthUserPwd(char *username, char *password, char *errbuf) /* * See * - * http://www.unixpapa.com/incnote/passwd.html + * https://www.unixpapa.com/incnote/passwd.html * * We use the Solaris/Linux shadow password authentication if * we have getspnam(), otherwise we just do traditional diff --git a/rpcapd/org.tcpdump.rpcapd.plist b/rpcapd/org.tcpdump.rpcapd.plist index db3223a7..b0e24398 100644 --- a/rpcapd/org.tcpdump.rpcapd.plist +++ b/rpcapd/org.tcpdump.rpcapd.plist @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Disabled</key> |