summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * krb5_encode_test.c (main): In case of an error in the encodingTheodore Tso1995-11-093-7/+36
* * asn1_k_decode.c (asn1_decode_etype_info_entry): If the optionalTheodore Tso1995-11-093-3/+13
* * krb5.hin: Add preauthentication type KRB5_PADATA_ETYPE_INFOTheodore Tso1995-11-083-0/+8
* Added new function to free a krb5_etype_info structureTheodore Tso1995-11-083-0/+46
* Change use of krb5_clockskew to be context->clockskewTheodore Tso1995-11-082-4/+7
* * krbconfig.c: Removed the krb5_clockskew variableTheodore Tso1995-11-0810-20/+23
* Updated reference files for the new structures now supported by the ASN.1Theodore Tso1995-11-082-0/+31
* * kdc_util.c (): Added new helper functionsTheodore Tso1995-11-087-195/+467
* * krb5.hin: Removed internal functions krb5_encrypt_tkt_part,Theodore Tso1995-11-083-49/+81
* * 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
* * krb5_decode_test.c (main): Add tests for decode_krb5_enc_dataTheodore Tso1995-11-087-2/+74
* Updated TODO listTheodore Tso1995-11-081-14/+81
* Fix build problem on Mac caused by multiple definitions of statKeith Vetter1995-11-082-1/+9
* Improve password dialog and credentials list in Mac CNSKeith Vetter1995-11-083-310/+54
* * kdb.h: Added prototype for krb5_dbe_search_enctype(). ChangedTheodore Tso1995-11-072-1/+16
* * 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
* stamp out festering ImakefilesMark Eichin1995-11-033-87/+0
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-0348-156/+83
* * adm.h : Constant changes for the new kadmin code.Chris Provenzano1995-11-033-12/+19
* * decrypt_key.c (krb5_dbekd_decrypt_key_data()) : If key salt lengthChris Provenzano1995-11-034-40/+205
* Add support for Linux shared librariesTheodore Tso1995-11-025-4/+62
* If invoked with the -D port option, do not die if proper entry is missingEzra Peisach1995-11-024-42/+65
* Make mit_des_finish_key() safe to call even if there is no key thatTheodore Tso1995-11-012-2/+10
* Missing 'break' statement during option parsing;Richard Basch1995-10-301-0/+1
* Fix all paths in document, convert tabs to spaces for TeX, and checkEzra Peisach1995-10-302-87/+132
* When showing a principal with the "show" command, iterate through theRichard Basch1995-10-301-8/+27
* Add /usr/lib/ispell/ispell.words for LinuxEzra Peisach1995-10-302-0/+7
* Extensive reworking of the structure of this file to make it possibleTheodore Tso1995-10-282-203/+333
* Fix off by one in malloc for reading in nameEzra Peisach1995-10-272-1/+5
* 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
* Run db checks before going into subdirs and dejagnu test..Ezra Peisach1995-10-252-1/+5
* Disallow changes to AOUT_LD_* environment variablesRichard Basch1995-10-251-1/+1
* For compatibility with older .conf files, keep the domain name checkRichard Basch1995-10-241-4/+6
* Reversed the check for strchr(). If strchr(varp, '=') is true then weRichard Basch1995-10-241-1/+1
* Manually defined PROVIDE_* for Macintosh and MS-DOS so that libcryptoTheodore Tso1995-10-242-0/+25
* Added new error code KRB5_GET_IN_TKT_LOOPTheodore Tso1995-10-242-0/+7
* Rather than displaying the master key version twice, display the actualRichard Basch1995-10-241-1/+1
* Read the V4 Kerberos master key from /.k. Only prompt the user for theRichard Basch1995-10-241-2/+17
* Try to do a best realm match for a hostname, trying all the domain components.Richard Basch1995-10-241-30/+60
* 1. Do not end syslog messages with \n (it messes up the logs).Richard Basch1995-10-231-24/+21
* Print messages using \r\n so that the display in binary mode will be correct.Richard Basch1995-10-231-129/+129