SoC/2017: Difference between revisions

From SambaWiki
No edit summary
Line 8: Line 8:
* Mentors: Kai Blin, David Disseldorp
* Mentors: Kai Blin, David Disseldorp
* Student: Dimitris Gravanis
* Student: Dimitris Gravanis

test

Revision as of 12:01, 25 August 2017

Improve libcli/dns

Samba comes with its own asynchronous DNS parser framework developed for the internal DNS server. Basic calls have been implemented for a client-side library as well, but a more fleshed out implementation would be needed. The goal of this project is to implement more high-level calls handling DNS requests, such as UDP/TCP switchover and client-side GSS-TSIG cryptography. A test suite excercising all the functions is required and can be used to cross-check and complement the existing DNS server tests already shipped by Samba. This testsuite should use cmocka.

  • Difficulty: Medium
  • Language(s): C
  • Mentors: Kai Blin, David Disseldorp
  • Student: Dimitris Gravanis