summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add t_prng.reseedtestSam Hartman2001-11-195-12/+74
* * t_kdb.c (do_testing): Invoke krb5_free_principal andEzra Peisach2001-11-192-0/+17
* When initiating GSSAPI context override tgs-enctypesSam Hartman2001-11-184-26/+24
* * init_ctx.c (DEFAULT_ETYPE_LIST): Ensure space present afterEzra Peisach2001-11-162-1/+7
* * Link Yarrow into the buildSam Hartman2001-11-167-129/+199
* Rename to be consistent with krb5 libraries internalsSam Hartman2001-11-093-74/+74
* Compiles nowSam Hartman2001-11-098-23/+64
* We don't need thisSam Hartman2001-11-091-51/+0
* Next pass at making things use krb5 types and functionsSam Hartman2001-11-096-139/+122
* First pass cleaning up headers and typesSam Hartman2001-11-084-55/+22
* Remove OS-dependent files.Sam Hartman2001-11-082-406/+0
* Add Yarrow from http://www.zeroknowledge.com/Sam Hartman2001-11-0818-0/+2944
* * state.c (krb5_c_init_state, krb5_c_free_state): Use KRB5_CALLCONVKen Raeburn2001-11-072-5/+11
* Update to be consistent with what MS usesSam Hartman2001-11-072-6/+7
* 2001-11-07 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-11-072-1/+6
* Set output length correctlySam Hartman2001-11-072-0/+5
* Allow rc4 to be used for kadminSam Hartman2001-11-072-0/+5
* * Add krb5_c_init_state and krb5_c_free_state functionsSam Hartman2001-11-0611-8/+215
* * alt_prof.c (krb5_aprof_get_boolean): Return krb5_boolean *Ezra Peisach2001-11-052-1/+6
* * k5unseal.c: Fix whitespace in copyright messageEzra Peisach2001-10-303-9/+16
* * kdb_cpw.c (cleanup_key_data): Do not free NULL pointerEzra Peisach2001-10-302-0/+7
* 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