summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Makefile.in, ChangeLog: Add support to compile shared librariesTheodore Tso1995-11-184-3/+29
* Fixed token type numbers so they conform with the protocol spec. PaulTheodore Tso1995-11-182-3/+11
* Renamed filenames so they would be unique in an 8.3 filesystem. AddedTheodore Tso1995-11-1829-100/+239
* (krb5_get_server_rcache): Use krb5_rc_default_type instead of assumingEzra Peisach1995-11-172-1/+7
* * *.c (*): initialize lock_arg to a copy of a staticMark Eichin1995-11-168-0/+35
* Initial checkin of Sun's (Derek's) multi-mechanism GSSAPI supportTheodore Tso1995-11-1531-0/+2356
* Added ANL changes to support configuration authentication pathsTheodore Tso1995-11-152-0/+137
* * preauth.c (krb5_process_padata): Added generalized processing forTheodore Tso1995-11-133-76/+121
* * encrypt_data.c (krb5_encrypt_data): New file. A generic routineTheodore Tso1995-11-134-0/+153
* * def_realm.c (krb5_get_default_realm): check for PROF_NO_PROFILEMark Eichin1995-11-132-1/+10
* * g_cnffile.c (krb__get_srvtabname): new function, looks upMark Eichin1995-11-132-4/+76
* * t_cksum.c : Remove krb5_enctype from krb5_string_to_key() argsChris Provenzano1995-11-092-5/+5
* * string2key.c : Remove krb5_enctype from krb5_string_to_key() args.Chris Provenzano1995-11-093-3/+9
* * fetch_mkey.c, kdb_cpw.c, t_kdb.c :Chris Provenzano1995-11-094-12/+11
* * in_tkt_pwd.c : Remove krb5_enctype from krb5_string_to_key() argsChris Provenzano1995-11-092-1/+5
* * get_in_tkt.c (krb5_get_in_tkt): Remove the etype_info argument fromTheodore Tso1995-11-093-7/+29
* Don't require val->salt to be non-zero if val->lenth is zeroTheodore Tso1995-11-091-1/+1
* Fix stupid typo when creating functionTheodore Tso1995-11-091-2/+5
* * asn1_k_decode.c (asn1_decode_etype_info_entry): If the optionalTheodore Tso1995-11-093-3/+13
* Added new function to free a krb5_etype_info structureTheodore Tso1995-11-083-0/+46
* * krbconfig.c: Removed the krb5_clockskew variableTheodore Tso1995-11-0810-20/+23
* * encrypt_tk.c (cleanup_scratch): Changed interface to no longer requireTheodore Tso1995-11-084-409/+224
* Free the realm_kdc_ports element of the structureTheodore Tso1995-11-082-0/+7
* Added magic number for krb5_preauth_opsTheodore Tso1995-11-082-0/+5
* * krb5_decode.c (decode_krb5_pa_enc_ts, decode_krb5_enc_data): AddedTheodore Tso1995-11-084-3/+76
* * kdb_xdr.c (krb5_dbe_search_enctype): Make a more general versionTheodore Tso1995-11-072-9/+38
* mcc_ops.c: Remove excess code which is defined in fcc_ops.cTheodore Tso1995-11-045-40/+8
* Added the ccache/memory subdirectoryTheodore Tso1995-11-042-4/+8
* Added memory subdirectoryTheodore Tso1995-11-042-1/+5
* Added memory-based credentials cacheTheodore Tso1995-11-0422-0/+1486
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-0312-62/+35
* * decrypt_key.c (krb5_dbekd_decrypt_key_data()) : If key salt lengthChris Provenzano1995-11-034-40/+205
* Make mit_des_finish_key() safe to call even if there is no key thatTheodore Tso1995-11-012-2/+10
* Extensive reworking of the structure of this file to make it possibleTheodore Tso1995-10-282-203/+333
* Fix to properly malloc password buffer, instead of returning a pointerTheodore Tso1995-10-252-6/+18
* Change the input type of do_mutual to be OM_int32 instead of an int,Theodore Tso1995-10-252-1/+8
* For the windows, add the oldnames library to the link lines forTheodore Tso1995-10-252-2/+7
* For compatibility with older .conf files, keep the domain name checkRichard Basch1995-10-241-4/+6
* Added new error code KRB5_GET_IN_TKT_LOOPTheodore Tso1995-10-242-0/+7
* Try to do a best realm match for a hostname, trying all the domain components.Richard Basch1995-10-241-30/+60
* rd_req_dec.c (krb5_rd_req_decoded): For heirarchal cross-realm,Ezra Peisach1995-10-233-2/+14
* Added the "/nod" option to the gssapi.dll and libkrb5.dll linkerTheodore Tso1995-10-112-2/+11
* If secure_profile is set in the context, do not allow the defaultEzra Peisach1995-10-102-2/+8
* Remove ##DOS!include of config/windows.in. config/windows.in is nowTheodore Tso1995-10-0746-25/+113
* Change types of krb5_max_enctype and krb5_max_cksumtype to beTheodore Tso1995-10-062-2/+8
* Make the logs less verbose, by omitting the hostname, pid, etc.Theodore Tso1995-10-062-1/+14
* Remove the profile relation, since it's really a bad idea. RemovedTheodore Tso1995-10-062-33/+13
* If the log file can't be opened, print an intelligent error messageTheodore Tso1995-10-052-10/+14
* * alt_prof.c (krb5_read_realm_params): If secure flag is set inEzra Peisach1995-10-052-0/+9
* * init_os_ctx.c (krb5_secure_config_files): New function thatEzra Peisach1995-10-052-19/+60