summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 2001-10-29 Jeff Altman <jaltman@columbia.edu>Jeffrey Altman2001-10-292-3/+17
* * Makefile.in - added dependency info for hmac_md5.cJeffrey Altman2001-10-292-1/+13
* * Use right key usage for seal without encryption.Sam Hartman2001-10-272-1/+5
* * k5seal.c (make_seal_token_v1): Correct errors in codeEzra Peisach2001-10-262-5/+15
* * string_to_key.c (krb5_arcfour_string_to_key): Cleanup variablesEzra Peisach2001-10-262-4/+12
* * kdb_xdr.c (krb5_encode_princ_contents): Use krb5_ui_2 instead ofEzra Peisach2001-10-262-1/+6
* * Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman2001-10-2612-196/+401
* * svr_principal.c (kadm5_decrypt_key): For now, coerce enctype ofTom Yu2001-10-252-0/+12
* * kdb_xdr.c (krb5_dbe_search_enctype): Filter out enctypes thatTom Yu2001-10-253-2/+31
* * kdb5_err.et: Add KRB5_KDB_NO_PERMITTED_KEY,Tom Yu2001-10-252-0/+8
* * t_encrypt.c: Argument to krb5_c_encrypt_length must be size_tEzra Peisach2001-10-242-2/+13
* * arcfour.h: Declare krb5int_enc_arcfour extern so that multipleEzra Peisach2001-10-242-3/+10
* Handle inlines in ansi-compatible mannerSam Hartman2001-10-232-8/+21
* * Add usage to verify in keyhash checksSam Hartman2001-10-234-2/+9
* Add Heimdal compatible aliases for rc4Sam Hartman2001-10-232-0/+11
* * Tie in Microsoft rc4 cipher and make it buildSam Hartman2001-10-2320-44/+479
* Include usage argument in keyed hash provider callsSam Hartman2001-10-227-5/+26
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-2033-481/+485
* avoid name conflicts with glibKen Raeburn2001-10-202-0/+38
* Ignore salt for arc4 string2key per Microsoft specSam Hartman2001-10-192-11/+8
* * arcfour.c (krb5_arcfour_decrypt): Return error if salt cannot be allocatedSam Hartman2001-10-192-9/+51
* Patches contributed by David E. Cross" <crossd@cs.rpi.edu> to addSam Hartman2001-10-185-0/+482
* better version of last changeKen Raeburn2001-10-171-13/+1
* * locate_kdc.c (add_host_to_list): If sa_len field exists and is zero, try toKen Raeburn2001-10-173-6/+66
* * svr_principal.c (add_to_history): If the policy a principal uses hasMitchell Berger2001-10-162-0/+46
* * krb5_32.def: Add krb5_kt_* functions: krb5_kt_close,Danilo Almeida2001-10-162-0/+13
* Add KRB5_CALLCONV to krb5_kt_get_typeDanilo Almeida2001-10-162-1/+5
* Replace keytab function-table dispatch macros in krb5.h with functions definedKen Raeburn2001-10-123-0/+87
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-1133-1098/+1171
* * gic_pwd.c (krb5_get_as_key_password),Danilo Almeida2001-10-113-20/+24
* * cc_file.c (krb5_fcc_read): Remove const from fourth argument toEzra Peisach2001-10-102-1/+6
* * localaddr.c (krb5_os_localaddr_profile): Cast argument toEzra Peisach2001-10-102-2/+7
* * init_ctx.c (init_common): After fetching kdc_default_options value fromKen Raeburn2001-10-102-1/+5
* logger.c (krb5_klog_init): Initialize savec to keep compiler happyKen Raeburn2001-10-102-1/+6
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-1088-1030/+1074
* * mglueP.h: Make all prototypes unconditionalKen Raeburn2001-10-092-102/+89
* KRB5_EXPORTVAR is defined lots of places but never used; delete itKen Raeburn2001-10-062-1/+2
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-06173-938/+790
* Put back GSS_DLLIMP for variables, but define the macro here instead of inKen Raeburn2001-10-055-137/+163
* * accept_sec_context.c (krb5_gss_accept_sec_context): IgnoreTom Yu2001-10-042-10/+23
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-04175-446/+527
* * accept_sec_context.c (rd_and_store_for_creds): Handle errorTom Yu2001-10-022-3/+9
* * locate_kdc.c (add_host_to_list): If address family in sockaddr structure isKen Raeburn2001-09-292-0/+10
* fix log entryKen Raeburn2001-09-291-1/+2
* provide fake addrinfo implementation; get ipv6 addrs for solaris 8Ken Raeburn2001-09-292-13/+215
* avoid extra copy of krb_err.h in include; update dependenciesKen Raeburn2001-09-282-2/+7
* better realm transit path checking for app serverKen Raeburn2001-09-263-3/+104
* * t_expand.c: New file.Ken Raeburn2001-09-073-3/+35
* * rd_req_dec.c (krb5_rd_req_decoded_opt): Pass server realm toKen Raeburn2001-09-072-7/+10
* updated dependencies for latest make-depend target codeKen Raeburn2001-09-068-102/+101