summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * t_std_conf.c: Include fake-addrinfo.h.Ken Raeburn2002-06-112-5/+35
* * t_locate_kdc.c (main): Free storage allocated by library before exitingKen Raeburn2002-06-112-0/+8
* * krb5_err.et (KRB5KRB_AP_PATH_NOT_ACCEPTED, KRB5KRB_ERR_RESPONSE_TOO_BIG): NewKen Raeburn2002-06-102-2/+7
* put netinet/in.h inclusion with other headersKen Raeburn2002-06-091-1/+1
* 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
* Separate send-to-kdc UDP code, export it via accessor interface, and call in toKen Raeburn2002-06-056-48/+68
* * get_admhst.c: DeletedKen Raeburn2002-06-042-89/+4
* 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-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