summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * klist.c (one_addr): Make 0 unsigned (!) in conditional expression inKen Raeburn2002-04-052-1/+6
* * aclocal.m4 (TRY_PEER_INT): Strip trailing spaces from defined macrosKen Raeburn2002-04-052-2/+7
* * def-check.pl: Better error checking. Handles variable argumentDanilo Almeida2002-04-052-11/+54
* Patch from Mark Eichin for bug 635Sam Hartman2002-04-042-6/+11
* * pre.in: Add support for doing optional stripping of programsTom Yu2002-04-032-2/+7
* * Makefile.in (install-strip): New rule to pass "-s" to installTom Yu2002-04-031-0/+2
* * krb5.hin: Default to KRB5_DEPRECATED=1, allowing compilerTom Yu2002-04-032-8/+27
* * aclocal.m4 (CONFIG_RULES): Fix to not define KRB5_DEPRECATED; weTom Yu2002-04-033-1/+9
* * krb5.hin: Move a whole bunch of stuff under KRB5_DEPRECATED orTom Yu2002-04-022-9/+86
* * aclocal.m4 (CONFIG_RULES): Add -DKRB5_PRIVATE=1 andTom Yu2002-04-022-0/+8
* Include errno.hDanilo Almeida2002-04-012-0/+5
* * kerberos.c, kerberos5.c (Data): Reindent to 8 columns. (yes,Tom Yu2002-03-293-18/+23
* Add krb5_init_keyblockSam Hartman2002-03-298-14/+100
* Update copyrightSam Hartman2002-03-293-2/+6
* * 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
* * client.c, server.c: Include errno.hKen Raeburn2002-03-283-0/+6
* * sim_client.c: Include errno.hKen Raeburn2002-03-282-0/+5
* * sclient.c: Include errno.hKen Raeburn2002-03-282-0/+5
* * kerberos.c: Include errno.hKen Raeburn2002-03-282-0/+5
* * aclocal.m4 (TRY_GETSOCK_INT): Strip trailing spaces from defined macrosKen Raeburn2002-03-282-2/+7
* * 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
* Updated telnet patchSam Hartman2002-03-273-18/+20