aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2001-05-14 * wrap_size_limit.c (krb5_gss_wrap_size_limit): Get rid of unusedEzra Peisach13-28/+57
2001-05-08 * disp_major_status.c (display_unknown): Remove unused variableEzra Peisach4-20/+36
2001-05-08* locate_kdc.c (add_host_to_list): Initialize stack variable errDanilo Almeida2-1/+9
2001-05-08* locate_kdc.c (add_sockaddr_to_list) [TEST]: If getnameinfo is available, useKen Raeburn2-13/+28
2001-04-26add some commentsKen Raeburn1-0/+2
2001-04-26hst_realm.c (T_TXT): Define if not defined by header filesKen Raeburn2-1/+6
2001-04-26implement and use new internal interface for locating serversKen Raeburn6-445/+672
2001-04-26assume ANSI C: delete no-volatile support, and most no-prototype supportKen Raeburn4-2/+8
2001-04-26back out changes that shouldn't have been checked in yetKen Raeburn5-646/+434
2001-04-26localaddr.c (foreach_localaddr): support SIOCGIFNUM, for SolarisKen Raeburn7-434/+661
2001-04-26move socklen_t, socklen handling from krb5 library to include/k5-int.hKen Raeburn4-37/+9
2001-04-25 kdb_dbm.c (destroy_file_suffix): Declare as staticEzra Peisach2-1/+5
2001-04-24 * client.c (main): Ensure that end of string is NULL terminatedEzra Peisach2-9/+22
2001-04-24 * util_crypt.c (kg_make_confounder): Change variable random toEzra Peisach2-4/+9
2001-04-24update info on Solaris; add BSD/OSKen Raeburn1-1/+8
2001-04-17* Makefile.in (unixmac): Target deletedKen Raeburn4-4/+8
2001-04-17* Makefile.in (includes): New targetKen Raeburn2-13/+16
2001-04-14* Makefile.in (EHDRDIR): Install into kerberosIV subdirectoryKen Raeburn2-2/+3
2001-04-14* ad_print.c (ad_print): Pass address of session key to des_cblock_print_file,Ken Raeburn2-1/+4
2001-04-14* g_tkt_svc.c (CredIsExpired): Don't use a variable named "time"Ken Raeburn2-9/+13
2001-04-13* memcache.h: Don't use macro PROTOTYPEDanilo Almeida2-31/+21
2001-04-12* cksum.c (des_cbc_cksum): Gee, a consistent calling convntion.Danilo Almeida2-1/+6
2001-04-12 * f_tables.h: Do not define const to nothing on platforms thatEzra Peisach2-6/+5
2001-04-10some stuff to be fixed in des codeKen Raeburn1-0/+5
2001-04-10more casting cleanupKen Raeburn9-13/+26
2001-04-10fix/add casts as neededKen Raeburn16-15/+50
2001-04-10more cleanup - add const, reduce castingKen Raeburn8-41/+51
2001-04-10stuff to still addressKen Raeburn1-0/+28
2001-04-10remove some outdated commentsKen Raeburn6-109/+0
2001-04-10use const for some des inputs and reduce unnecessary castsKen Raeburn9-36/+52
2001-04-10use const for some inputs (when practical) without changing apiKen Raeburn4-25/+36
2001-04-10* cr_err_repl.c (req_act_vno): Delete commented-out declarationKen Raeburn2-9/+2
2001-04-10* kparse.c, send_to_kdc.c: Don't use macro PROTOTYPEKen Raeburn3-3/+7
2001-04-10fix pathname in commentKen Raeburn1-1/+1
2001-04-10* des_int.h: Don't use PROTOTYPE macro.Ken Raeburn2-68/+80
2001-04-10afsstring2key.c, destest.c: Don't use PROTOTYPE macroKen Raeburn3-5/+9
2001-04-10cleanupKen Raeburn3-55/+13
2001-04-10new test case for pcbc encryptionKen Raeburn3-1/+134
2001-04-10* pcbc_encrypt.c (des_pcbc_encrypt): Initialize plainl and plainr to keepKen Raeburn2-3/+12
2001-04-10* des425.h: Deleted to avoid confusion with the other des.h in the tree. AllKen Raeburn17-164/+94
2001-04-10rename des.h -> des425.hKen Raeburn18-17/+21
2001-04-10* quad_cksum.c (des_quad_cksum): Add comments. Force 32-bit arithmetic just ...Ken Raeburn2-5/+41
2001-04-07add quad_cksum test caseKen Raeburn3-1/+112
2001-04-05 * mk_safe.c (krb5_mk_safe): Only use safe_cksumtype from theTom Yu2-1/+33
2001-03-31* t_gifconf.c: New fileKen Raeburn2-0/+131
2001-03-31* init_ctx.c (DEFAULT_ETYPE_LIST): New macro. Old etype list, plus des-md4,Ken Raeburn2-3/+17
2001-03-31reindent for readabilityKen Raeburn2-277/+277
2001-03-15update commentsKen Raeburn1-3/+13
2001-03-15t_nfold.c: run n-fold test vector from kerberos-revisions draftKen Raeburn2-1/+68
2001-03-15minor cleanup + audit issuesKen Raeburn4-81/+79