Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [PATCH v3 0/1] cifs-utils: CLDAP-Ping to find the correct site
@ 2024-03-27 10:00 David Voit
  2024-03-27 10:00 ` [PATCH v3 1/1] Implement CLDAP Ping to find the closest site David Voit
  0 siblings, 1 reply; 2+ messages in thread
From: David Voit @ 2024-03-27 10:00 UTC (permalink / raw)
  To: linux-cifs; +Cc: David Voit

Hi All,

changes form v2:
  - rebased to next
  - ldap response on older AD-Servers is not case-sensitive - parse ldap
    response instead of memmem hack
  - off by one error in seperator extraction
  - socketaddr is now consructed in cldap_ping.c and no longer in
    resolve_host.c
  - IPv6 is - limited - tested. Just the cldap_ping path not the full
    integration, but this is the critical stuff anyway.

Feedback as always welcome :-)

Kind Regards
David

David Voit (1):
  Implement CLDAP Ping to find the closest site

 Makefile.am    |  15 ++-
 cldap_ping.c   | 344 +++++++++++++++++++++++++++++++++++++++++++++++++
 cldap_ping.h   |   9 ++
 mount.cifs.c   |   5 +-
 resolve_host.c | 259 ++++++++++++++++++++++++++++++++-----
 resolve_host.h |   6 +-
 6 files changed, 600 insertions(+), 38 deletions(-)
 create mode 100644 cldap_ping.c
 create mode 100644 cldap_ping.h

-- 
2.44.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-27 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-27 10:00 [PATCH v3 0/1] cifs-utils: CLDAP-Ping to find the correct site David Voit
2024-03-27 10:00 ` [PATCH v3 1/1] Implement CLDAP Ping to find the closest site David Voit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox