curl/lib/vauth
Viktor Szakats 09437d8cd4
tests: delete libhostname.so and chkhostname
Before this patch, `libhostname.so` and `chkhostname` were a test
facility for overriding `gethostname()` in non-debug builds on
Linux and other Unix platforms supporting `LD_PRELOAD`.

`gethostname()` has a single use with SMTP.

The alternative way to override `gethostname()` is building in debug
mode, which allows to do this via the `CURL_GETHOSTNAME` env, on all
platforms.

Drop the `LD_PRELOAD` solution in favour of the above.

Also:
- delete inactive NTLM code with a `gethostname()` call made from it.
- streamline NTLM code by dropping a `printf()` and a macro.
- tests: stop setting `CURL_GETHOSTNAME` where unnecessary.

Closes #14695
2024-08-27 23:40:48 +02:00
..
cleartext.c code: language cleanup in comments 2024-07-01 22:58:55 +02:00
cram.c code: language cleanup in comments 2024-07-01 22:58:55 +02:00
digest_sspi.c code: language cleanup in comments 2024-07-01 22:58:55 +02:00
digest.c tidy-up: misc spelling (bit, ASCII) 2024-08-15 15:30:09 +02:00
digest.h lib: add ability to disable auths individually 2023-09-07 17:45:06 +02:00
gsasl.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
krb5_gssapi.c code: language cleanup in comments 2024-07-01 22:58:55 +02:00
krb5_sspi.c code: language cleanup in comments 2024-07-01 22:58:55 +02:00
ntlm_sspi.c code: language cleanup in comments 2024-07-01 22:58:55 +02:00
ntlm.c tests: delete libhostname.so and chkhostname 2024-08-27 23:40:48 +02:00
ntlm.h copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
oauth2.c code: language cleanup in comments 2024-07-01 22:58:55 +02:00
spnego_gssapi.c spnego_gssapi: implement TLS channel bindings for openssl 2024-08-12 19:16:54 +02:00
spnego_sspi.c code: language cleanup in comments 2024-07-01 22:58:55 +02:00
vauth.c code: language cleanup in comments 2024-07-01 22:58:55 +02:00
vauth.h vauth: make two functions void that always just returned OK 2024-05-13 22:38:25 +02:00