summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add capability of looking up TCP addresses for KDC in DNS; not enabled yet.Ken Raeburn2002-06-049-106/+152
* * prof_get.c (profile_get_integer): Set errno to 0 before strtol call, so weKen Raeburn2002-06-042-8/+22
* * 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
* * DNR.c: DeletedKen Raeburn2002-05-292-309/+4
* reformat commentKen Raeburn2002-05-251-19/+21
* Reduce build-time per-system dependencies and krb5.h namespace intrusionsKen Raeburn2002-05-253-32/+34
* * sane_hostname.c (pty_make_sane_hostname): Always initialize "ai"Ken Raeburn2002-05-252-1/+6
* * krlogin.c (oob): Loop reading data until we actually reach the URG markerKen Raeburn2002-05-232-7/+17
* Update key usage numbers to reflect latest draft from JohnSam Hartman2002-05-132-2/+8
* * dbtest.c: Test for __STDC__ defined, not nonzero, to decide whether to useKen Raeburn2002-05-082-3/+8
* * prof_get.c (conf_yes, conf_no): Now const.Ken Raeburn2002-05-082-3/+8
* Free the context when it is non-null not when it is nullSam Hartman2002-04-303-2/+9
* * v4gssftp.exp (v4ftp_test): Update checked messages for change of "credentialsKen Raeburn2002-04-262-1/+7
* * fake-addrinfo.h (GET_HOST_BY_NAME, GET_HOST_BY_ADDR)Ken Raeburn2002-04-262-4/+10
* * reconf: Only for autoreconf 2.53, create a private copy ofEzra Peisach2002-04-252-0/+34
* * configure.in (AC_CONFIG_SUBDIRS): Always run configure inEzra Peisach2002-04-252-1/+8
* * 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
* Handle KRB5_CALLCONV_WRONG in .def fileDanilo Almeida2002-04-162-1/+5
* * configure.in: Sepcial-case solaris+gcc to always find curses.h,Tom Yu2002-04-122-0/+14
* Build without k5-int.hSam Hartman2002-04-124-5/+15
* * Makefile.in (clean): Remove t_expand and t_expand.oEzra Peisach2002-04-122-1/+6
* * recvauth.c (sendauth_version): Now a const array.Ken Raeburn2002-04-123-3/+8
* * conv_princ.c (struct krb_convert): Add new field 'len'.Ken Raeburn2002-04-122-41/+69
* * prompter.c (krb5_prompter_posix): Initialize 'i' and make it volatileKen Raeburn2002-04-122-1/+4
* * lock_file.c (krb5_lock_file) [POSIX_FILE_LOCKS]: Make static "zero" variabl...Ken Raeburn2002-04-122-2/+5
* * configure.in: Check for gethostbyname_r, gethostbyaddr_r, getservbyname_r andKen Raeburn2002-04-123-23/+149
* * locate_kdc.c (add_addrinfo_to_list) [TEST]: Print out socket type beforeKen Raeburn2002-04-122-14/+34
* Don't use channel bindings for accept_sec_contextSam Hartman2002-04-112-10/+5
* Suppress warning about unitialized variable; compiler's constant foldingSam Hartman2002-04-112-2/+6
* * ftp.c: Include Winsock 2 instead of Winsock.Danilo Almeida2002-04-115-2/+21
* * klist.c: Do not pull in winsock.h since we already pull inDanilo Almeida2002-04-112-3/+6
* * 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
* * locate_kdc.c (translate_ai_error), hst_realm.cDanilo Almeida2002-04-113-0/+18
* * cc_file.c: Use _WIN32 instead of _WINSOCKAPI_ becauseDanilo Almeida2002-04-112-1/+15
* Use the canonical _WIN32 instead of WIN32 to test for Win32.Danilo Almeida2002-04-112-1/+9
* Need port-sockets.h for Win32 (now that using WIN32_LEAN_AND_MEAN)Danilo Almeida2002-04-113-2/+11
* Define KRB5_PRIVATE=1 so that private definitions are used. DefineDanilo Almeida2002-04-112-1/+8
* * Makefile.in: Build ms2mit.Danilo Almeida2002-04-114-2/+18
* * asn1buf.c (asn1buf_remove_octetstring, asn1buf_remove_charstring): Fix boundsKen Raeburn2002-04-102-4/+11
* call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn2002-04-0623-39/+83
* delete no-op '-k' optionKen Raeburn2002-04-062-12/+8
* * krb5.hin (krb5_c_valid_enctype, krb5_c_valid_cksumtype,Ken Raeburn2002-04-062-0/+15
* rename some functions to have krb5_c_ prefixKen Raeburn2002-04-065-4/+36
* * sim_client.c: Always include stdlib.h.Ken Raeburn2002-04-062-9/+5
* * sclient.c: Include fake-addrinfo.h. Include stdlib.h unconditionally.Ken Raeburn2002-04-062-68/+93