| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit fixes up the in-tree callers of krb5_read_password() and | Tom Yu | 2002-11-06 | 2 | -2/+7 |
* | * asn1_encode.h (asn1_encode_oid): | Tom Yu | 2002-11-05 | 5 | -0/+48 |
* | Calling convention for krb5int_c_combine_keys does not match prototype | Ken Hornstein | 2002-11-03 | 2 | -1/+6 |
* | * Makefile.in (check-unix): Don't run t_pkcs5 | Ken Raeburn | 2002-10-31 | 2 | -1/+6 |
* | * xdr_alloc.c (xdralloc_putlong): Coerce value pointed to by argument to 32 | Ken Raeburn | 2002-10-31 | 2 | -2/+9 |
* | * k5-int.h (krb5_ser_handle): Now points to const. | Ken Raeburn | 2002-10-31 | 4 | -17/+26 |
* | ticket: new | Sam Hartman | 2002-10-31 | 1 | -1/+1 |
* | * chk_trans.c (krb5_check_transited_list): Style nit: check | Tom Yu | 2002-10-30 | 2 | -3/+8 |
* | ticket: 1230 | Sam Hartman | 2002-10-30 | 2 | -4/+15 |
* | Wrong ASN.1 definition and padata type for new hardware preauth | Ken Hornstein | 2002-10-30 | 2 | -1/+5 |
* | * localaddr.c (print_addr) [TEST]: Don't mix size_t and socklen_t, just assume | Ken Raeburn | 2002-10-28 | 2 | -7/+9 |
* | * get_in_tkt.c (conf_yes, conf_no): Now const. References updated. | Ken Raeburn | 2002-10-28 | 4 | -11/+19 |
* | If we get cannot resolve KDC for master but find a slave | Sam Hartman | 2002-10-28 | 2 | -1/+6 |
* | Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txt | Ken Hornstein | 2002-10-24 | 18 | -7/+1134 |
* | No support for negative password expiration last-req hint | Ken Hornstein | 2002-10-24 | 1 | -1/+2 |
* | Implement asn1_encode_enumerated | Sam Hartman | 2002-10-23 | 4 | -4/+51 |
* | gic_pwd doesn't support password expiration notification via last_req hint | Ken Hornstein | 2002-10-23 | 2 | -1/+46 |
* | * sendto_kdc.c (service_tcp_fd): If DEBUG defined, ensure that | Ezra Peisach | 2002-10-22 | 2 | -1/+7 |
* | This commit fixes the test suite aspects. Callers of the various | Tom Yu | 2002-10-19 | 3 | -5/+14 |
* | Thanks, (corrected) patch applied | Tom Yu | 2002-10-15 | 3 | -2/+10 |
* | * server_init.c (kadm5_lock, kadm5_unlock): Return KADM5_OK | Ezra Peisach | 2002-10-15 | 2 | -0/+9 |
* | implement krb5_read_password, des_read_password via krb5_prompter_posix | Tom Yu | 2002-10-11 | 2 | -5/+15 |
* | Implement krb5_read_password an des_read_pw_string | Sam Hartman | 2002-10-10 | 4 | -223/+74 |
* | * Makefile.in (EXTRADEPSRCS): New variable. | Ken Raeburn | 2002-10-10 | 2 | -1/+63 |
* | * string2key.c (mit_des_string_to_key_int): If PRINT_TEST_VECTORS is defined, | Ken Raeburn | 2002-10-10 | 2 | -6/+69 |
* | * Makefile.in (t_cksum4, t_cksum5): Include com_err library when linking | Ken Raeburn | 2002-10-10 | 2 | -2/+7 |
* | whitespace | Ken Raeburn | 2002-10-10 | 1 | -3/+9 |
* | * pbkdf2.c, t_hmac.c, t_pkcs5.c: New files | Ken Raeburn | 2002-10-10 | 4 | -0/+738 |
* | libkadm5 should allow persistent locks | Tom Yu | 2002-10-08 | 10 | -7/+81 |
* | ASN.1 code passes uninitialized values around | Tom Yu | 2002-10-08 | 4 | -137/+239 |
* | Implement an install-headers target to install public headers into KRB5_INCDIR; | Sam Hartman | 2002-10-07 | 4 | -2/+10 |
* | update dependencies | Tom Yu | 2002-09-28 | 3 | -16/+23 |
* | Fix DES_INT32 definition | Tom Yu | 2002-09-27 | 15 | -81/+205 |
* | * sendto_kdc.c (krb5int_cm_call_select): Fix last change | Ken Raeburn | 2002-09-27 | 2 | -2/+5 |
* | Add some dependencies on phony build targets to help with cross-directory dep... | Ken Raeburn | 2002-09-24 | 4 | -0/+14 |
* | * sendto_kdc.c (krb5int_cm_call_select): If timeout value has tv_sec==0, treat | Ken Raeburn | 2002-09-19 | 2 | -14/+28 |
* | update dependencies | Ken Raeburn | 2002-09-18 | 1 | -1/+1 |
* | Support reading a list of TCP port numbers from the KDC config file; default | Ken Raeburn | 2002-09-18 | 3 | -1/+13 |
* | protoize | Ken Raeburn | 2002-09-18 | 2 | -32/+12 |
* | * client_init.c (_kadm5_init_any): If creating a new ccache, put it in memory | Ken Raeburn | 2002-09-18 | 2 | -0/+14 |
* | * sendto_kdc.c: Include cm.h. | Ken Raeburn | 2002-09-18 | 2 | -48/+87 |
* | Return errno not retval from getpeername failure | Sam Hartman | 2002-09-17 | 2 | -1/+6 |
* | * lib/helpers.exp (setup_database): Use "!=" instead of "ne" for string compa... | Ken Raeburn | 2002-09-16 | 2 | -1/+6 |
* | * lib/helpers.exp (expect_tcl_prompt): Use the "-re" flag, and | Tom Yu | 2002-09-15 | 2 | -3/+15 |
* | * api.0/chpass-principal.exp: | Tom Yu | 2002-09-15 | 34 | -836/+882 |
* | * sendto_kdc.c (service_fds): Fix bug in last change. | Ken Raeburn | 2002-09-14 | 2 | -30/+36 |
* | * sendto_kdc.c (struct conn_state): Add new function pointer field 'service' | Ken Raeburn | 2002-09-14 | 2 | -44/+41 |
* | update dependencies | Ken Raeburn | 2002-09-13 | 3 | -28/+16 |
* | * kdb_db2.c (krb5_db2_db_iterate_ext): Don't call bt_rseq if HAVE_BT_RSEQ is | Ken Raeburn | 2002-09-13 | 2 | -0/+15 |
* | Don't request addresses when | Sam Hartman | 2002-09-11 | 2 | -11/+18 |