aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2002-11-15 * accept_sec_context.c (krb5_gss_accept_sec_context): Use unsignedEzra Peisach8-12/+31
2002-11-15 * gssapiP_generic.h, util_token.c: Change g_make_token_header andEzra Peisach3-5/+12
2002-11-15Better cleanup; reduce filename conflictKen Raeburn3-14/+22
2002-11-14 * changepw.c: Remove reference to adm_err.hTom Yu4-3/+5
2002-11-14 * Makefile.in: Remove references to adm_err.et. It's not used,Tom Yu3-194/+10
2002-11-14 * get_in_tkt.c (krb5_get_in_tkt): Do not pass NULL when anEzra Peisach2-1/+6
2002-11-14Wrong size for memset()s in combine_keys()Ken Hornstein1-3/+3
2002-11-13* Makefile.in (t_locate_kdc): Use normal CC_LINK rule for linking test programKen Raeburn2-2/+7
2002-11-11* get_myaddress.c (get_myaddress): Local array buf size should be counted inKen Raeburn2-1/+6
2002-11-11* Makefile.in (unit-test-body): Set RPC_TEST_SRVTAB based on process-id. SetKen Raeburn2-3/+14
2002-11-07rpc unit tests can fail due to race conditionTom Yu2-0/+9
2002-11-07Thanks, patch appliedTom Yu2-1/+8
2002-11-07 * conv_princ.c (strnchr): Make length argument unsigned intEzra Peisach3-9/+18
2002-11-07 * asn1_k_encode.c (asn1_encode_sam_challenge_2): Test for errorEzra Peisach3-6/+24
2002-11-07For sam_challenge do not encode optional strings if string not present.Ezra Peisach2-1/+6
2002-11-06This commit fixes up the in-tree callers of krb5_read_password() andTom Yu2-2/+7
2002-11-05 * asn1_encode.h (asn1_encode_oid):Tom Yu5-0/+48
2002-11-03Calling convention for krb5int_c_combine_keys does not match prototypeKen Hornstein2-1/+6
2002-10-31* Makefile.in (check-unix): Don't run t_pkcs5Ken Raeburn2-1/+6
2002-10-31* xdr_alloc.c (xdralloc_putlong): Coerce value pointed to by argument to 32Ken Raeburn2-2/+9
2002-10-31* k5-int.h (krb5_ser_handle): Now points to const.Ken Raeburn4-17/+26
2002-10-31ticket: newSam Hartman1-1/+1
2002-10-30 * chk_trans.c (krb5_check_transited_list): Style nit: checkTom Yu2-3/+8
2002-10-30ticket: 1230Sam Hartman2-4/+15
2002-10-30Wrong ASN.1 definition and padata type for new hardware preauthKen Hornstein2-1/+5
2002-10-28* localaddr.c (print_addr) [TEST]: Don't mix size_t and socklen_t, just assumeKen Raeburn2-7/+9
2002-10-28* get_in_tkt.c (conf_yes, conf_no): Now const. References updated.Ken Raeburn4-11/+19
2002-10-28If we get cannot resolve KDC for master but find a slaveSam Hartman2-1/+6
2002-10-24Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein18-7/+1134
2002-10-24No support for negative password expiration last-req hintKen Hornstein1-1/+2
2002-10-23Implement asn1_encode_enumeratedSam Hartman4-4/+51
2002-10-23gic_pwd doesn't support password expiration notification via last_req hintKen Hornstein2-1/+46
2002-10-22 * sendto_kdc.c (service_tcp_fd): If DEBUG defined, ensure thatEzra Peisach2-1/+7
2002-10-19This commit fixes the test suite aspects. Callers of the variousTom Yu3-5/+14
2002-10-15Thanks, (corrected) patch appliedTom Yu3-2/+10
2002-10-15 * server_init.c (kadm5_lock, kadm5_unlock): Return KADM5_OKEzra Peisach2-0/+9
2002-10-11implement krb5_read_password, des_read_password via krb5_prompter_posixTom Yu2-5/+15
2002-10-10Implement krb5_read_password an des_read_pw_stringSam Hartman4-223/+74
2002-10-10* Makefile.in (EXTRADEPSRCS): New variable.Ken Raeburn2-1/+63
2002-10-10* string2key.c (mit_des_string_to_key_int): If PRINT_TEST_VECTORS is defined,Ken Raeburn2-6/+69
2002-10-10* Makefile.in (t_cksum4, t_cksum5): Include com_err library when linkingKen Raeburn2-2/+7
2002-10-10whitespaceKen Raeburn1-3/+9
2002-10-10* pbkdf2.c, t_hmac.c, t_pkcs5.c: New filesKen Raeburn4-0/+738
2002-10-08libkadm5 should allow persistent locksTom Yu10-7/+81
2002-10-08ASN.1 code passes uninitialized values aroundTom Yu4-137/+239
2002-10-07Implement an install-headers target to install public headers into KRB5_INCDIR;Sam Hartman4-2/+10
2002-09-28update dependenciesTom Yu3-16/+23
2002-09-27Fix DES_INT32 definitionTom Yu15-81/+205
2002-09-27* sendto_kdc.c (krb5int_cm_call_select): Fix last changeKen Raeburn2-2/+5
2002-09-24Add some dependencies on phony build targets to help with cross-directory dep...Ken Raeburn4-0/+14