| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * vfy_increds.c (krb5_verify_init_creds): Get rid of a variable | Ezra Peisach | 2001-06-07 | 2 | -5/+9 |
| * | * ktdefname.c (krb5_kt_default_name): Get rid of a variable that | Ezra Peisach | 2001-06-07 | 2 | -5/+9 |
| * | * ser_sctx.c (kg_oid_internalize): Do away with local variable | Ezra Peisach | 2001-06-07 | 2 | -3/+7 |
| * | * server.c (log_badauth_display_status_1): Need value element of | Ezra Peisach | 2001-06-05 | 2 | -3/+6 |
| * | * client.c (main): Missing arguments to printf fixed | Ezra Peisach | 2001-06-05 | 2 | -2/+10 |
| * | * clnt_perror.c (clnt_spcreateerror): Enumerate missing cases in | Ezra Peisach | 2001-06-05 | 30 | -12/+172 |
| * | * logger.c (krb5_klog_init): Cleanup assignments in | Ezra Peisach | 2001-06-04 | 4 | -13/+36 |
| * | * svr_principal.c: Cleanup assignments in conditionals | Ezra Peisach | 2001-06-04 | 2 | -109/+135 |
| * | * gss_libinit.c: Include gssapiP_krb5.h for kg_release_defcred() | Ezra Peisach | 2001-06-04 | 2 | -0/+6 |
| * | * accept_sec_context.c (krb5_gss_accept_sec_context): Cleanup | Ezra Peisach | 2001-06-04 | 3 | -6/+14 |
| * | * init_ctx.c (get_profile_etype_list): Zero out multiple separator characters | Ken Raeburn | 2001-06-02 | 2 | -2/+8 |
| * | * g_krbrlm.c: Remove unused static variable krb_conf | Ezra Peisach | 2001-06-01 | 19 | -23/+91 |
| * | * des.c (des_ecb_encrypt): Do not use a variable named "encrypt". | Ezra Peisach | 2001-05-31 | 4 | -9/+15 |
| * | * k5_md4des.c (k5_md4des_verify): Get rid of local variable that | Ezra Peisach | 2001-05-31 | 3 | -4/+8 |
| * | * des.c (k5_des_docrypt): Do not use a variable named "encrypt" | Ezra Peisach | 2001-05-31 | 3 | -4/+9 |
| * | * f_cbc.c (mit_des_cbc_encrypt): Do not use a variable named "encrypt". | Ezra Peisach | 2001-05-31 | 3 | -6/+9 |
| * | * des_int.h (mit_des_cbc_encrypt, mit_des3_ecb_encrypt, | Ezra Peisach | 2001-05-31 | 2 | -3/+8 |
| * | * wrap_size_limit.c (krb5_gss_wrap_size_limit): Get rid of unused | Ezra Peisach | 2001-05-14 | 13 | -28/+57 |
| * | * disp_major_status.c (display_unknown): Remove unused variable | Ezra Peisach | 2001-05-08 | 4 | -20/+36 |
| * | * locate_kdc.c (add_host_to_list): Initialize stack variable err | Danilo Almeida | 2001-05-08 | 2 | -1/+9 |
| * | * locate_kdc.c (add_sockaddr_to_list) [TEST]: If getnameinfo is available, use | Ken Raeburn | 2001-05-08 | 2 | -13/+28 |
| * | add some comments | Ken Raeburn | 2001-04-26 | 1 | -0/+2 |
| * | hst_realm.c (T_TXT): Define if not defined by header files | Ken Raeburn | 2001-04-26 | 2 | -1/+6 |
| * | implement and use new internal interface for locating servers | Ken Raeburn | 2001-04-26 | 6 | -445/+672 |
| * | assume ANSI C: delete no-volatile support, and most no-prototype support | Ken Raeburn | 2001-04-26 | 4 | -2/+8 |
| * | back out changes that shouldn't have been checked in yet | Ken Raeburn | 2001-04-26 | 5 | -646/+434 |
| * | localaddr.c (foreach_localaddr): support SIOCGIFNUM, for Solaris | Ken Raeburn | 2001-04-26 | 7 | -434/+661 |
| * | move socklen_t, socklen handling from krb5 library to include/k5-int.h | Ken Raeburn | 2001-04-26 | 4 | -37/+9 |
| * | kdb_dbm.c (destroy_file_suffix): Declare as static | Ezra Peisach | 2001-04-25 | 2 | -1/+5 |
| * | * client.c (main): Ensure that end of string is NULL terminated | Ezra Peisach | 2001-04-24 | 2 | -9/+22 |
| * | * util_crypt.c (kg_make_confounder): Change variable random to | Ezra Peisach | 2001-04-24 | 2 | -4/+9 |
| * | update info on Solaris; add BSD/OS | Ken Raeburn | 2001-04-24 | 1 | -1/+8 |
| * | * Makefile.in (unixmac): Target deleted | Ken Raeburn | 2001-04-17 | 4 | -4/+8 |
| * | * Makefile.in (includes): New target | Ken Raeburn | 2001-04-17 | 2 | -13/+16 |
| * | * Makefile.in (EHDRDIR): Install into kerberosIV subdirectory | Ken Raeburn | 2001-04-14 | 2 | -2/+3 |
| * | * ad_print.c (ad_print): Pass address of session key to des_cblock_print_file, | Ken Raeburn | 2001-04-14 | 2 | -1/+4 |
| * | * g_tkt_svc.c (CredIsExpired): Don't use a variable named "time" | Ken Raeburn | 2001-04-14 | 2 | -9/+13 |
| * | * memcache.h: Don't use macro PROTOTYPE | Danilo Almeida | 2001-04-13 | 2 | -31/+21 |
| * | * cksum.c (des_cbc_cksum): Gee, a consistent calling convntion. | Danilo Almeida | 2001-04-12 | 2 | -1/+6 |
| * | * f_tables.h: Do not define const to nothing on platforms that | Ezra Peisach | 2001-04-12 | 2 | -6/+5 |
| * | some stuff to be fixed in des code | Ken Raeburn | 2001-04-10 | 1 | -0/+5 |
| * | more casting cleanup | Ken Raeburn | 2001-04-10 | 9 | -13/+26 |
| * | fix/add casts as needed | Ken Raeburn | 2001-04-10 | 16 | -15/+50 |
| * | more cleanup - add const, reduce casting | Ken Raeburn | 2001-04-10 | 8 | -41/+51 |
| * | stuff to still address | Ken Raeburn | 2001-04-10 | 1 | -0/+28 |
| * | remove some outdated comments | Ken Raeburn | 2001-04-10 | 6 | -109/+0 |
| * | use const for some des inputs and reduce unnecessary casts | Ken Raeburn | 2001-04-10 | 9 | -36/+52 |
| * | use const for some inputs (when practical) without changing api | Ken Raeburn | 2001-04-10 | 4 | -25/+36 |
| * | * cr_err_repl.c (req_act_vno): Delete commented-out declaration | Ken Raeburn | 2001-04-10 | 2 | -9/+2 |
| * | * kparse.c, send_to_kdc.c: Don't use macro PROTOTYPE | Ken Raeburn | 2001-04-10 | 3 | -3/+7 |