summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Fix up includes handling somewhatTom Yu2002-12-042-14/+11
* Update Windows build for kadm_err.*Tom Yu2002-12-032-0/+6
* * change_password.c: Remove netdb.h inclusionTom Yu2002-12-032-1/+4
* * Makefile.in (SRCS): Add kadm_err.c. It was missingTom Yu2002-11-272-0/+6
* update dependenciesTom Yu2002-11-272-12/+8
* Merge more KfM krb4 thingsTom Yu2002-11-2717-316/+1658
* Remove references to kadm_err.et for now, since the requisite changesTom Yu2002-11-192-2/+5
* * accept_sec_context.c (krb5_gss_accept_sec_context): Use unsignedEzra Peisach2002-11-158-12/+31
* * gssapiP_generic.h, util_token.c: Change g_make_token_header andEzra Peisach2002-11-153-5/+12
* Better cleanup; reduce filename conflictKen Raeburn2002-11-153-14/+22
* * changepw.c: Remove reference to adm_err.hTom Yu2002-11-144-3/+5
* * Makefile.in: Remove references to adm_err.et. It's not used,Tom Yu2002-11-143-194/+10
* * get_in_tkt.c (krb5_get_in_tkt): Do not pass NULL when anEzra Peisach2002-11-142-1/+6
* Wrong size for memset()s in combine_keys()Ken Hornstein2002-11-141-3/+3
* * Makefile.in (t_locate_kdc): Use normal CC_LINK rule for linking test programKen Raeburn2002-11-132-2/+7
* * get_myaddress.c (get_myaddress): Local array buf size should be counted inKen Raeburn2002-11-112-1/+6
* * Makefile.in (unit-test-body): Set RPC_TEST_SRVTAB based on process-id. SetKen Raeburn2002-11-112-3/+14
* rpc unit tests can fail due to race conditionTom Yu2002-11-072-0/+9
* Thanks, patch appliedTom Yu2002-11-072-1/+8
* * conv_princ.c (strnchr): Make length argument unsigned intEzra Peisach2002-11-073-9/+18
* * asn1_k_encode.c (asn1_encode_sam_challenge_2): Test for errorEzra Peisach2002-11-073-6/+24
* For sam_challenge do not encode optional strings if string not present.Ezra Peisach2002-11-072-1/+6
* 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