aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/in_tkt_pwd.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-03protoizeKen Raeburn1-17/+7
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-2/+2
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn1-6/+6
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn1-1/+1
2000-10-17 * bld_pr_ext.c, bld_princ.c (krb5_build_principal_ext,Ezra Peisach1-1/+1
1999-12-06merge 1.1 branch, to 12/1/99Ken Raeburn1-2/+2
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-7/+2
1997-02-06Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1-7/+7
1996-03-18malloc the new length, not the old, esp. since we just check that theMark Eichin1-1/+1
1995-11-09 * in_tkt_pwd.c : Remove krb5_enctype from krb5_string_to_key() argsChris Provenzano1-1/+1
1995-10-25Fix to properly malloc password buffer, instead of returning a pointerTheodore Tso1-5/+13
1995-09-12Reintegrate Macintosh changesEzra Peisach1-8/+8
1995-09-11Mac Beta 1 submissionKeith Vetter1-8/+8
1995-09-06 * auth_con.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c,Chris Provenzano1-6/+6
1995-09-06 * decode_kdc.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c, gc_frm_kdc.cChris Provenzano1-3/+3
1995-06-08Clean up gcc -Wall flamesTheodore Tso1-4/+4
1995-04-14Windows global stuff:Keith Vetter1-2/+2
1995-03-02A few small changes for 16 vs 32 bit, pulling in winsock for network byteKeith Vetter1-1/+0
1995-02-28* *.c: Avoid <krb5/...> includes.John Gilmore1-4/+1
1995-02-27Converted the krb5/krb directory to work under windows. Mostly added theKeith Vetter1-3/+9
1995-02-08 * get_in_tkt.c (krb5_get_in_tkt())Chris Provenzano1-70/+29
1995-01-25 * Removed all narrow types and references to wide.h and narrow.hChris Provenzano1-2/+0
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-31/+23
1994-11-08Use the documented interface for calling krb5_string_to_key()Theodore Tso1-6/+6
1994-10-04Add widen.h and narrow.h around declaration so that argument types areTheodore Tso1-0/+2
1994-08-18stamp out rcs keywordsMark Eichin1-6/+1
1993-10-15Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1-5/+5
1993-09-01Change export warning notice from "is assumed to require an export license"Theodore Tso1-2/+2
1992-09-29Changes to support new calling sequence for get_in_tkt (preauthenticationTheodore Tso1-4/+8
1991-06-06Update copyright noticeJohn Kohl1-2/+16
1991-03-14libos-proto.h -> los-proto.hJohn Kohl1-1/+1
1991-02-19update copyright noticesJohn Kohl1-3/+3
1990-12-14RFC draft protocol changes and related cleanupsJohn Kohl1-9/+41
1990-10-19the arg is now a const *John Kohl1-3/+5
1990-05-25fix copyright/distribution referenceJohn Kohl1-1/+1
1990-05-23fix include filesJohn Kohl1-3/+0
1990-05-02only prompt once for user's passwordJohn Kohl1-2/+2
1990-05-01need to read password if not providedJohn Kohl1-2/+20
1990-04-19keytype is now constJohn Kohl1-4/+4
1990-04-18add const where appropriate in function declarations.John Kohl1-11/+11
1990-03-26remove hack string_to_keyarray, using instead the (new) keytype array.John Kohl1-7/+6
1990-02-08change argument lists to deal with ANSI peculiaritiesJohn Kohl1-15/+21
1990-02-07*** empty log message ***John Kohl1-0/+107