summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Merge file and srvtab keytab implementations each into one file, and eliminateKen Raeburn2002-06-0939-3649/+2601
* * config/unix.exp (top level): Load helpers.exp here, to make sure databaseKen Raeburn2002-06-092-0/+8
* * crypto_libinit.h: Changed macros so you can includeTom Yu2002-06-082-3/+9
* * des_int.h: use "" includes for k5-int.hTom Yu2002-06-082-1/+6
* * shs.h: use "" include for k5-int.hTom Yu2002-06-082-1/+6
* * kadmin.M: Remove references to "rename_principal".Tom Yu2002-06-072-36/+5
* Separate send-to-kdc UDP code, export it via accessor interface, and call in toKen Raeburn2002-06-0510-212/+99
* * get_admhst.c: DeletedKen Raeburn2002-06-042-89/+4
* * fake-addrinfo.h [COPY_FIRST_CANONNAME]: Include string.hKen Raeburn2002-06-042-2/+11
* change a line break to avoid long linesKen Raeburn2002-06-041-2/+2
* 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