Todd C. Miller
|
b5a317aeb9
|
Add support for a tls flag in sudo_parse_host_port().
If the string "(tls)" appears at the end, the tls flag is set to true
and the default tls port is used if necessary.
|
2020-05-05 13:23:26 -06:00 |
|
Todd C. Miller
|
5034ea91be
|
Some new source files got created with my old email address.
|
2020-03-29 05:05:08 -06:00 |
|
Todd C. Miller
|
486ee2b71f
|
debug_decl and debug_decl_vars now require a semicolon at the end.
|
2019-12-22 08:48:16 -07:00 |
|
Todd C. Miller
|
98ce89ee80
|
Add unit test for parse_host_port and make an empty port an error.
|
2019-11-05 06:04:13 -07:00 |
|
Todd C. Miller
|
2949d2c47b
|
Fill in host and port pointers on success.
|
2019-11-04 13:28:09 -07:00 |
|
Todd C. Miller
|
b270b0c887
|
Split out code to parse host:port into a utility function.
|
2019-11-02 12:04:26 -06:00 |
|