summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* * win-mac.h: Since this file is now only Win32, remove non-Win32Tom Yu2002-06-152-98/+28
* delete remnants of sys subdirKen Raeburn2002-06-123-54/+13
* * syslog.h: DeletedKen Raeburn2002-06-122-102/+4
* * bsdlib.h, bstring.h, fake-stdlib.h: DeletedKen Raeburn2002-06-124-925/+4
* * kwinsock.h, macsock.h: DeletedKen Raeburn2002-06-123-944/+4
* client-side TCP supportKen Raeburn2002-06-112-1/+13
* Separate send-to-kdc UDP code, export it via accessor interface, and call in toKen Raeburn2002-06-052-9/+21
* * fake-addrinfo.h [COPY_FIRST_CANONNAME]: Include string.hKen Raeburn2002-06-042-2/+11
* Add capability of looking up TCP addresses for KDC in DNS; not enabled yet.Ken Raeburn2002-06-042-1/+8
* * socket-utils.h (socklen) [! HAVE_SA_LEN]: Return a socklen_t instead of size_tKen Raeburn2002-05-312-4/+6
* * fake-addrinfo.h (getaddrinfo, getnameinfo, gai_strerror, freeaddrinfo)Ken Raeburn2002-05-312-14/+51
* * configure.in: Check return type for getservbyname_r just as forKen Raeburn2002-05-313-5/+97
* * MacTCP.h, AddressXlation.h: DeletedKen Raeburn2002-05-293-1189/+4
* Reduce build-time per-system dependencies and krb5.h namespace intrusionsKen Raeburn2002-05-253-32/+34
* * fake-addrinfo.h (GET_HOST_BY_NAME, GET_HOST_BY_ADDR)Ken Raeburn2002-04-262-4/+10
* * configure.in: If the return type for gethostbyname_r can't beKen Raeburn2002-04-252-1/+5
* * fake-addrinfo.h (getaddrinfo) [_AIX]: Declare and initialize variable "ai"Ken Raeburn2002-04-252-7/+12
* * configure.in: Check for gethostbyname_r, gethostbyaddr_r, getservbyname_r andKen Raeburn2002-04-123-23/+149
* * port-sockets.h: Use Winsock 2 headers for Win32.Danilo Almeida2002-04-113-2/+13
* * krb.h: Do not include winsock.h for Win32, since we already useDanilo Almeida2002-04-112-1/+5
* * krb5.hin (krb5_c_valid_enctype, krb5_c_valid_cksumtype,Ken Raeburn2002-04-062-0/+15
* * krb5.hin: Default to KRB5_DEPRECATED=1, allowing compilerTom Yu2002-04-032-8/+27
* * krb5.hin: Move a whole bunch of stuff under KRB5_DEPRECATED orTom Yu2002-04-022-9/+86
* Add krb5_init_keyblockSam Hartman2002-03-292-0/+13
* * fake-addrinfo.h (getaddrinfo) [__linux__]: Don't crash if hint is a null po...Ken Raeburn2002-03-282-1/+4
* * k5-int.h: Include errno.h.Ken Raeburn2002-03-283-1/+6
* * krb5.hin: Don't include <sys/types.h> any more.Ken Raeburn2002-03-283-5/+4
* * fake-addrinfo.h [NEED_FAKE_GETADDRINFO]: Include errno.h.Ken Raeburn2002-03-282-1/+9
* ignore autoconf.stmpKen Raeburn2002-03-271-0/+1
* * fake-addrinfo.h (fake_getnameinfo) [__GNUC__ && __mips__]: Don't callKen Raeburn2002-03-262-0/+14
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-263-545/+551
* delete a macro def that should've gone away before last checkinKen Raeburn2002-03-121-2/+0
* Restructure a little to permit wrapping a system implementation of getaddrinfoKen Raeburn2002-03-123-80/+273
* * lsb_addr_cmp.h (krb4int_address_less): DeclareKen Raeburn2002-03-122-0/+7
* restore krb5_const definition, with a warning it's deprecatedKen Raeburn2002-03-072-0/+9
* * foreachaddr.c (SLOP): New macro.Ken Raeburn2002-03-062-4/+27
* * krb5.hin, k5-int.h: Use const instead of krb5_const.Ken Raeburn2002-02-233-178/+181
* * foreachaddr.c: New file, contents taken from code shared betweenKen Raeburn2002-02-202-0/+791
* * fake-addrinfo.c (_XOPEN_SOURCE_EXTENDED): Define if not defined, and if notKen Raeburn2002-02-192-2/+18
* update copyrightKen Raeburn2002-02-191-1/+1
* * fake-addrinfo.h: Always check for FAI_PREFIX, not just when fake getaddrinfoKen Raeburn2002-02-103-2/+63
* * socket-utils.h (ss2sin6) [__GNUC__]: Define inline function only if IPv6 su...Ken Raeburn2002-01-092-0/+7
* * k5-int.h (krb5int_des_init_state): Change variable name inEzra Peisach2001-12-072-1/+6
* When initiating GSSAPI context override tgs-enctypesSam Hartman2001-11-182-0/+8
* * Link Yarrow into the buildSam Hartman2001-11-162-0/+52
* * Add krb5_c_init_state and krb5_c_free_state functionsSam Hartman2001-11-063-4/+46
* * fake-addrinfo.c (freeaddrinfo): Do not free NULL pointersEzra Peisach2001-10-302-2/+8
* * k5-int.h: Do not use "usage" in argument names inEzra Peisach2001-10-262-2/+7
* * Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman2001-10-262-2/+24
* * configure.in: Use of AC_DEFINE modified to include thirdEzra Peisach2001-10-242-5/+15