summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/dnssrv.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* In lib/krb5/os, ensure that function definition headers have functionGreg Hudson2009-10-311-1/+2
* make mark-cstyleTom Yu2009-10-311-76/+77
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-051-1/+1
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-16/+13
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-2/+4
* Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn2006-04-011-0/+1
* * dnssrv.c (krb5int_make_srv_query_realm): Append a dot to the hostname, ifKen Raeburn2004-10-191-0/+4
* Add DNS resolver glue layer. Use itTom Yu2004-09-211-183/+61
* * dnssrv.c:Tom Yu2004-09-141-0/+1
* * dnssrv.c (krb5int_make_srv_query_realm) [HAVE_RES_NSEARCH]: Use res_nsearchKen Raeburn2004-07-041-0/+28
* add newline at end of fileKen Raeburn2004-04-231-1/+1
* * dnssrv.c: wrap the entire module in #ifdef KRB5_DNS_LOOKUP to preventJeffrey Altman2003-12-221-0/+2
* * dnssrv.c: New file; split out DNS SRV RR query support...Ken Raeburn2003-08-211-0/+271