aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/get_in_tkt.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-24Fix typo pointed out by jenselby in doc passSam Hartman1-1/+1
2003-02-04Get addressless tickets by defaultSam Hartman1-2/+2
2002-11-14 * get_in_tkt.c (krb5_get_in_tkt): Do not pass NULL when anEzra Peisach1-1/+1
2002-10-28* get_in_tkt.c (conf_yes, conf_no): Now const. References updated.Ken Raeburn1-3/+3
2002-09-03protoizeKen Raeburn1-76/+57
2002-06-26 * appdefault.c (conf_boolean): Change variable from char ** toEzra Peisach1-1/+1
2002-06-26 * appdefault.c, get_in_tkt.c: made conf_yes and conf_no const toTom Yu1-2/+2
2002-06-11client-side TCP supportKen Raeburn1-5/+16
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-6/+6
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn1-5/+5
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn1-2/+2
2001-07-31 * get_in_tkt.c: Cast to unsigned krb5_error error value toEzra Peisach1-2/+4
2001-07-06 * get_in_tkt.c: Include os-proto.h for _krb5_conf_boolean prototypeEzra Peisach1-0/+1
2001-03-11 * init_ctx.c: Provide a full prototype for init_common()Ezra Peisach1-0/+1
2000-10-17 * bld_pr_ext.c, bld_princ.c (krb5_build_principal_ext,Ezra Peisach1-1/+1
2000-06-30 * t_walk_rtree.c (main): Declare as returning intEzra Peisach1-27/+27
2000-06-29 * conv_princ.c, get_creds.c, get_in_tkt.c, mk_rep.c, parse.c,Ezra Peisach1-2/+0
2000-06-27pullup from 1.2 branchKen Raeburn1-6/+29
2000-03-24jaltman@columbia.edu Mar 24, 2000:Jeffrey Altman1-14/+14
2000-03-13Fix one of the bugs discovered at Connectathon: etype specified in preauthKen Raeburn1-2/+3
2000-03-10get_in_tkt.c (krb5_get_init_creds): Always initialize local_as_reply to avoid...Miro Jurisic1-0/+2
2000-02-07updated some comments (fcusack)Ken Raeburn1-0/+6
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1999-08-05* init_ctx.c (get_profile_etype_list): Use profile_release_stringDanilo Almeida1-11/+12
1999-07-23Rename conf_boolean to krb5_conf_boolean and remove the static designationJeffrey Altman1-3/+4
1998-05-06t_ser.c (main): POSIX states that getopt returns -1 when it is doneTheodore Tso1-4/+12
1998-05-04 * get_in_tkt.c: Add prototype for make_preauth_listTom Yu1-0/+4
1998-05-03 * get_in_tkt.c (krb5_get_in_tkt): Add missing argument to call toTom Yu1-1/+1
1997-12-06 * Makefile.in: Add files chpw.c, gic_*, preauth2.c, vfy_increds.c,Tom Yu1-30/+530
1997-08-29 * get_in_tkt.c (krb5_get_in_tkt): Move nulling out ofTom Yu1-1/+1
1997-02-13get_in_tkt.c: Initialize as_reply so that an error in one of the earlyRichard Basch1-1/+1
1997-02-06Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1-6/+6
1996-09-26get_in_tkt.c (make_preauth_list): Correctly null-terminate theTheodore Tso1-0/+1
1996-04-12Move time offset code from stash_as_reply to verify_as_reply, and fixTheodore Tso1-11/+13
1996-03-21walk_rtree.c (krb5_walk_realm_tree): Fix 16bit vs. 32bit error.Theodore Tso1-1/+1
1995-11-18get_in_tkt.c (decrypt_as_reply):Theodore Tso1-1/+1
1995-11-13* preauth.c (krb5_process_padata): Added generalized processing forTheodore Tso1-30/+20
1995-11-09* get_in_tkt.c (krb5_get_in_tkt): Remove the etype_info argument fromTheodore Tso1-1/+1
1995-11-08* krbconfig.c: Removed the krb5_clockskew variableTheodore Tso1-3/+1
1995-11-08* encrypt_tk.c (cleanup_scratch): Changed interface to no longer requireTheodore Tso1-8/+9
1995-10-28Extensive reworking of the structure of this file to make it possibleTheodore Tso1-203/+327
1995-09-23get_in_t.c: removed unused variable.Theodore Tso1-1/+1
1995-09-12Reintegrate Macintosh changesEzra Peisach1-33/+34
1995-09-11Mac Beta 1 submissionKeith Vetter1-34/+33
1995-09-06 * auth_con.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c,Chris Provenzano1-7/+7
1995-09-06 * decode_kdc.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c, gc_frm_kdc.cChris Provenzano1-13/+16
1995-09-02get_in_tkt.c (krb5_get_in_tkt): If kdc_settime is enabled, then setTheodore Tso1-13/+20
1995-07-06 * rd_safe.c (krb5_rd_safe_basic): Pass context to os_localaddrTom Yu1-1/+1
1995-06-17Allow the credentials cache argument to be optional; allow it to beTheodore Tso1-1/+3
1995-06-08Clean up gcc -Wall flamesTheodore Tso1-14/+14