aboutsummaryrefslogtreecommitdiffstats
path: root/common/srv.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-07w32: Include winsock2.h to silence warnings.Werner Koch1-1/+4
2012-08-24Fix left over use of jnlib on some platformsWerner Koch1-1/+1
* tools/watchgnupg.c: Take mischelp.h from common/ and not jnlib/. -- Also fixed in some comments.
2012-04-20Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch1-6/+16
Having the LGPL on the common GnuPG code helps to share code between GnuPG and related projects (like GPGME and Libassuan). This is good for interoperability and to reduces bugs. * common/asshelp.c, common/asshelp.h, common/asshelp2.c, common/b64dec.c * common/b64enc.c, common/convert.c, common/dns-cert.c * common/dns-cert.h common/exechelp-posix.c, common/exechelp-w32.c * common/exechelp-w32ce.c, common/exechelp.h, common/get-passphrase.c * common/get-passphrase.h, common/gettime.c, common/gpgrlhelp.c * common/helpfile.c, common/homedir.c, common/http.c, common/http.h * common/i18n.c, common/init.c, common/init.h, common/iobuf.c * common/iobuf.h, common/localename.c, common/membuf.c, common/membuf.h * common/miscellaneous.c, common/openpgp-oid.c, common/openpgpdefs.h * common/percent.c, common/pka.c, common/pka.h, common/session-env.c * common/session-env.h, common/sexp-parse.h, common/sexputil.c * common/signal.c, common/srv.c, common/srv.h, common/ssh-utils.c * common/ssh-utils.h, common/sysutils.c, common/sysutils.h * common/tlv.c, common/tlv.h, common/ttyio.c, common/ttyio.h * common/userids.c, common/userids.h, common/xasprintf.c: Change license to LGPLv3+/GPLv2+/
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-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.
2009-12-07Use ADNS for PKA and SRV records if no other resolver is available.Werner Koch1-158/+224
2009-07-23* srv.c (getsrv): Fix type-punning warning.David Shaw1-2/+2
2009-05-28* srv.c (getsrv): Raise maximum packet size to 2048, as PACKETSZ isDavid Shaw1-4/+4
too small these days.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-08-16With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch1-0/+257
shows no prblems. Needs more testing of course.