summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Add capability of looking up TCP addresses for KDC in DNS; not enabled yet.Ken Raeburn2002-06-045-100/+133
* * DNR.c: DeletedKen Raeburn2002-05-292-309/+4
* reformat commentKen Raeburn2002-05-251-19/+21
* Update key usage numbers to reflect latest draft from JohnSam Hartman2002-05-132-2/+8
* * 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
* * locate_kdc.c (add_addrinfo_to_list) [TEST]: Print out socket type beforeKen Raeburn2002-04-122-14/+34
* * 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
* * 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-0611-16/+35
* rename some functions to have krb5_c_ prefixKen Raeburn2002-04-065-4/+36
* Include errno.hDanilo Almeida2002-04-012-0/+5
* Add krb5_init_keyblockSam Hartman2002-03-296-14/+87
* update dependenciesKen Raeburn2002-03-262-2/+4
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-265-6/+12
* update dependenciesKen Raeburn2002-03-265-4/+57
* Fix merge from 1.2.2 branch to mainlineSam Hartman2002-03-162-1/+5
* Fix walk_realm_tree handling of null realmsSam Hartman2002-03-142-0/+29
* Handle IPv6 sockets that are used to communicate over IPv4, and permit use ofKen Raeburn2002-03-125-68/+182
* 8-bit-kvno workarounds from 1.2.4Ken Raeburn2002-03-072-3/+31
* * Makefile.in (LIBMINOR): Bump due to changes in error tablesKen Raeburn2002-03-072-1/+5
* * krb5_err.et: Change several "credentials cache file" messages to just sayKen Raeburn2002-03-072-4/+10
* * kts_g_ent.c (krb5_ktsrvtab_get_entry): If a specific DES enctype wasKen Raeburn2002-03-072-1/+7
* log entry for fwd_tgt change accidentally checked in without log entryKen Raeburn2002-03-071-0/+4
* * ser_actx.c (krb5_auth_context_externalize): Do bounds checking on converted...Ken Raeburn2002-03-073-3/+31
* shlib version number updates from 1.2.x branchKen Raeburn2002-03-076-3/+17
* Commit patch to accept both encrypted and unencrypted credentials for Heimdal...Sam Hartman2002-03-032-14/+48
* 2002-03-02 Sam Hartman <hartmans@mit.edu>Sam Hartman2002-03-032-25/+31
* Fix indentation I brokeSam Hartman2002-02-271-3/+3
* Disable address checking in krb_rd_cred. No objections raised onSam Hartman2002-02-272-82/+16
* Use const instead of krb5_const.Ken Raeburn2002-02-2313-57/+32
* Use const instead of krb5_constKen Raeburn2002-02-238-37/+51
* * localaddr.c: Include foreachaddr.c.Ken Raeburn2002-02-203-693/+11
* update hst_realm dependenciesKen Raeburn2002-02-141-1/+1
* update copyright datesKen Raeburn2002-02-141-1/+1
* get local ipv6 addresses on linuxKen Raeburn2002-02-102-1/+99
* Reflect correct values for current codeSam Hartman2002-01-153-5/+10
* Don't right shift by 32Sam Hartman2002-01-142-1/+7
* * hst_realm.c (EAFNOSUPPORT): On Windows, translate to WSAEAFNOSUPPORTKen Raeburn2002-01-092-0/+10
* * Makefile.in (t_localaddr): Link against $(LIBS)Ken Raeburn2002-01-092-1/+3
* log msg for getaddrinfo error codesKen Raeburn2002-01-091-0/+5
* Split out code for getting canonical name of local host, change it to useKen Raeburn2002-01-094-34/+92
* update commentKen Raeburn2002-01-091-2/+3
* do database expansion from tcl driver codeKen Raeburn2002-01-093-1/+109
* * crc.pl: New file; perl script to do generate some test vectorsTom Yu2002-01-0911-405/+730