summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* This commit fixes up the in-tree callers of krb5_read_password() andTom Yu2002-11-062-2/+7
* * asn1_encode.h (asn1_encode_oid):Tom Yu2002-11-055-0/+48
* Calling convention for krb5int_c_combine_keys does not match prototypeKen Hornstein2002-11-032-1/+6
* * Makefile.in (check-unix): Don't run t_pkcs5Ken Raeburn2002-10-312-1/+6
* * xdr_alloc.c (xdralloc_putlong): Coerce value pointed to by argument to 32Ken Raeburn2002-10-312-2/+9
* * k5-int.h (krb5_ser_handle): Now points to const.Ken Raeburn2002-10-314-17/+26
* ticket: newSam Hartman2002-10-311-1/+1
* * chk_trans.c (krb5_check_transited_list): Style nit: checkTom Yu2002-10-302-3/+8
* ticket: 1230Sam Hartman2002-10-302-4/+15
* Wrong ASN.1 definition and padata type for new hardware preauthKen Hornstein2002-10-302-1/+5
* * localaddr.c (print_addr) [TEST]: Don't mix size_t and socklen_t, just assumeKen Raeburn2002-10-282-7/+9
* * get_in_tkt.c (conf_yes, conf_no): Now const. References updated.Ken Raeburn2002-10-284-11/+19
* If we get cannot resolve KDC for master but find a slaveSam Hartman2002-10-282-1/+6
* Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein2002-10-2418-7/+1134
* No support for negative password expiration last-req hintKen Hornstein2002-10-241-1/+2
* Implement asn1_encode_enumeratedSam Hartman2002-10-234-4/+51
* gic_pwd doesn't support password expiration notification via last_req hintKen Hornstein2002-10-232-1/+46
* * sendto_kdc.c (service_tcp_fd): If DEBUG defined, ensure thatEzra Peisach2002-10-222-1/+7
* This commit fixes the test suite aspects. Callers of the variousTom Yu2002-10-193-5/+14
* Thanks, (corrected) patch appliedTom Yu2002-10-153-2/+10
* * server_init.c (kadm5_lock, kadm5_unlock): Return KADM5_OKEzra Peisach2002-10-152-0/+9
* implement krb5_read_password, des_read_password via krb5_prompter_posixTom Yu2002-10-112-5/+15
* Implement krb5_read_password an des_read_pw_stringSam Hartman2002-10-104-223/+74
* * Makefile.in (EXTRADEPSRCS): New variable.Ken Raeburn2002-10-102-1/+63
* * string2key.c (mit_des_string_to_key_int): If PRINT_TEST_VECTORS is defined,Ken Raeburn2002-10-102-6/+69
* * Makefile.in (t_cksum4, t_cksum5): Include com_err library when linkingKen Raeburn2002-10-102-2/+7
* whitespaceKen Raeburn2002-10-101-3/+9
* * pbkdf2.c, t_hmac.c, t_pkcs5.c: New filesKen Raeburn2002-10-104-0/+738
* libkadm5 should allow persistent locksTom Yu2002-10-0810-7/+81
* ASN.1 code passes uninitialized values aroundTom Yu2002-10-084-137/+239
* Implement an install-headers target to install public headers into KRB5_INCDIR;Sam Hartman2002-10-074-2/+10
* update dependenciesTom Yu2002-09-283-16/+23
* Fix DES_INT32 definitionTom Yu2002-09-2715-81/+205
* * sendto_kdc.c (krb5int_cm_call_select): Fix last changeKen Raeburn2002-09-272-2/+5
* Add some dependencies on phony build targets to help with cross-directory dep...Ken Raeburn2002-09-244-0/+14
* * sendto_kdc.c (krb5int_cm_call_select): If timeout value has tv_sec==0, treatKen Raeburn2002-09-192-14/+28
* update dependenciesKen Raeburn2002-09-181-1/+1
* Support reading a list of TCP port numbers from the KDC config file; defaultKen Raeburn2002-09-183-1/+13
* protoizeKen Raeburn2002-09-182-32/+12
* * client_init.c (_kadm5_init_any): If creating a new ccache, put it in memoryKen Raeburn2002-09-182-0/+14
* * sendto_kdc.c: Include cm.h.Ken Raeburn2002-09-182-48/+87
* Return errno not retval from getpeername failureSam Hartman2002-09-172-1/+6
* * lib/helpers.exp (setup_database): Use "!=" instead of "ne" for string compa...Ken Raeburn2002-09-162-1/+6
* * lib/helpers.exp (expect_tcl_prompt): Use the "-re" flag, andTom Yu2002-09-152-3/+15
* * api.0/chpass-principal.exp:Tom Yu2002-09-1534-836/+882
* * sendto_kdc.c (service_fds): Fix bug in last change.Ken Raeburn2002-09-142-30/+36
* * sendto_kdc.c (struct conn_state): Add new function pointer field 'service'Ken Raeburn2002-09-142-44/+41
* update dependenciesKen Raeburn2002-09-133-28/+16
* * kdb_db2.c (krb5_db2_db_iterate_ext): Don't call bt_rseq if HAVE_BT_RSEQ isKen Raeburn2002-09-132-0/+15
* Don't request addresses whenSam Hartman2002-09-112-11/+18