aboutsummaryrefslogtreecommitdiffstats
path: root/common/srv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-27/+27
| | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
* Use ADNS for PKA and SRV records if no other resolver is available.Werner Koch2009-12-071-158/+224
|
* * srv.c (getsrv): Fix type-punning warning.David Shaw2009-07-231-2/+2
|
* * srv.c (getsrv): Raise maximum packet size to 2048, as PACKETSZ isDavid Shaw2009-05-281-4/+4
| | | | | too small these days.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-161-0/+257
shows no prblems. Needs more testing of course.