Release Meeting Minutes/2012-05-01
From K5Wiki
Will Fiveash, Thomas Hardjono, Greg Hudson, Simo Sorce, Zanna Tistkov, Tom Yu
glibc getaddrinfo
glibc's getaddrinfo seems to still be making spurious PTR queries when sname_to_principal calls it. Culprit appears to be AI_ADDRCONFIG.
- Greg
- Sam's config. getaddrinfo. unmodified input if getaddrinfo fails. (could add AAAA query) Sam thinks we should use the name that getaddrinfo returns even if it's unreachable on that IP version.
- Simo
- Saw both A and AAAA go out at about the same time in 1.10. AI_ADDRCONFIG on.
- Greg
- Have to choose between doing extra lookups vs working around glibc bugs.
- Greg
- Probably turning off ADDRCONFIG for that query. (Also, Heimdal appears to never use AI_ADDRCONFIG.) Unknown whether Heimdal uses null hints anywhere.
verify_init_creds changes
- Greg
- Will, you wanted to run specific test? check-pytests is not a recursive target.
- Greg
- OK, will pick up Will's patch.
Tests
- Tom
- Should think about organizing tests better.
- Will
- Would be nice to group by functionality.
- Zhanna
- Compare test coverage.
- Tom
- Probably won't drop tests/dejagnu in 1.11.
Git migration
Tom will write wiki page about transitioning a GitHub fork of krb5-anonsvn to the new repository.