summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* Change password for the MacKeith Vetter1995-09-242-7/+24
* (change has no real effect, but I found the inconsistency when looking forMark Eichin1995-09-242-2/+6
* Remove the (int) cast, since you can't take address of a value whichTheodore Tso1995-09-233-3/+11
* Put back in all:: all-$(WHAT) rule--PC needs itTheodore Tso1995-09-232-0/+5
* Makefile.in: PC needs sscanf.cTheodore Tso1995-09-233-8/+16
* had to define away DBFLAGS for the PCTheodore Tso1995-09-232-0/+5
* get_in_t.c: removed unused variable.Theodore Tso1995-09-235-5/+14
* Added MSDOS to wherever MACINTOSH was usedTheodore Tso1995-09-232-4/+8
* signed/unsigned mismatchTheodore Tso1995-09-232-1/+5
* 32 bit word being passed as an intTheodore Tso1995-09-235-5/+10
* Declare cleanup function as void and propogate thoughout the file. This handlesEzra Peisach1995-09-202-10/+16
* Don't modify a const input variable val; copy it to a scratch variableTheodore Tso1995-09-182-2/+9
* Fix typo error in checkinEzra Peisach1995-09-182-2/+6
* sendauth.c (krb5_sendauth): Make sure the scratch credentialsTheodore Tso1995-09-169-25/+46
* moderately clean handling of allocated storage on error during partialMark Eichin1995-09-142-95/+209
* Put back in the keytype -> enctype changesEzra Peisach1995-09-122-2/+7
* Reintegrate Macintosh changesEzra Peisach1995-09-1234-309/+293
* Integrate Macintosh changes into previous sourcesEzra Peisach1995-09-127-18/+34
* Reintegrate changes lost during Macintosh checkinEzra Peisach1995-09-126-15/+62
* Reinstate previous changes that were lostEzra Peisach1995-09-124-15/+30
* Reinstate the keytype -> enctype changes and keep the new Mac changesEzra Peisach1995-09-126-18/+24
* Initial version of a sscanf() replacement, for those platforms (likeTheodore Tso1995-09-123-3/+794
* Revert back proven's changes which were removedEzra Peisach1995-09-123-2/+6
* Replace function declaration back to taking an int. SOCKET is defined asEzra Peisach1995-09-112-2/+9
* Mac Beta 1 submissionKeith Vetter1995-09-1185-490/+892
* * scc_gennew.c (krb5_scc_generate_new): don't use automaticMark Eichin1995-09-072-1/+8
* * auth_con.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c,Chris Provenzano1995-09-0631-123/+133
* * ktf_g_ent.c, ktf_remove.c, ktf_util.c, ktfile.h :Chris Provenzano1995-09-065-13/+18
* * read_servi.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-062-4/+7
* * kdb5_err.et : Change KRB5_KDB_BAD_KEYTYPE to KRB5_KDB_BAD_ENCTYPEChris Provenzano1995-09-063-2/+6
* * scc_read.c, scc_write.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-063-5/+8
* * file_read.c, file_write.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-063-4/+7
* * asn1_k_decode.c, asn1_k_decode.h, asn1_k_encode.c, asn1_k_encode.h,Chris Provenzano1995-09-067-25/+29
* * decode_kdc.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c, gc_frm_kdc.cChris Provenzano1995-09-0626-194/+151
* * ktf_util.c : Remove krb5_enctype references, and replace withChris Provenzano1995-09-062-1/+4
* * f_kdc_rq.c : Remove krb5_enctype references, and replace withChris Provenzano1995-09-062-2/+7
* * scc.h : Add another KRB5_SCC_FVNO but don't up the default.Chris Provenzano1995-09-066-14/+49
* * fcc.h : Add another KRB5_FCC_FVNO but don't up the default.Chris Provenzano1995-09-066-13/+51
* * asn1_k_decode.c, asn1_k_decode.h, asn1_k_encode.c, asn1_k_encode.hChris Provenzano1995-09-066-22/+24
* get_in_tkt.c (krb5_get_in_tkt): If kdc_settime is enabled, then setTheodore Tso1995-09-026-55/+77
* Makefile.in (check-unix): Add a test case to make sureTheodore Tso1995-09-014-7/+18
* Serialize new time offset fields in the os_contextPaul Park1995-09-012-8/+36
* * toffset.c: Added new file which implements the abstract interfacesTheodore Tso1995-09-016-3/+178
* Test aname_to_lname during make checkPaul Park1995-08-313-0/+35
* Set magic number in krb5_rcachePaul Park1995-08-312-0/+7
* Describe previous changesPaul Park1995-08-291-0/+14
* New test module for serialization routinesPaul Park1995-08-291-0/+714
* Add serialization support for K5 data structuresPaul Park1995-08-2912-3/+2997
* Copy keyblock from message instead of setting a pointer to data which is goin...Paul Park1995-08-291-1/+2
* Free allocated serializers when releasing contextPaul Park1995-08-291-0/+3