| Commit message (Expand) | Author | Age | Files | Lines |
| * | Updating changelog | Jeffrey Altman | 1999-07-23 | 1 | -0/+5 |
| * | * enc_helper.c (krb5_encrypt_helper): NULL out the pointer to the | Tom Yu | 1999-06-29 | 1 | -0/+6 |
| * | * init_ctx.c (krb5_free_context): Set field pointers to NULL after freeing | Ken Raeburn | 1999-06-18 | 1 | -0/+6 |
| * | init_ctx.c (krb5_init_context): Pass the context to | Theodore Tso | 1999-05-13 | 1 | -0/+7 |
| * | Do win32 build in subdir | Danilo Almeida | 1999-05-10 | 1 | -0/+4 |
| * | kfree.c (krb5_free_sam_challenge, krb5_free_sam_challenge_contents, | Theodore Tso | 1999-04-10 | 1 | -0/+18 |
| * | init_ctx.c (krb5_init_context): Call krb5_win_ccdll_load() to load the | Theodore Tso | 1999-03-31 | 1 | -0/+5 |
| * | * sendauth.c (krb5_sendauth): Set credspout to NULL if it's | Tom Yu | 1999-03-09 | 1 | -0/+8 |
| * | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-12-05 | 1 | -0/+5 |
| * | * str_conv.c: Remove krb5_cksumtype_to_string after merge | Tom Yu | 1998-11-03 | 1 | -0/+4 |
| * | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 1 | -0/+36 |
| * | * conv_princ.c: Add some additional entries to sconv_list that | Tom Yu | 1998-08-19 | 1 | -0/+5 |
| * | * gic_pwd.c (krb5_get_init_creds_password): Remove unused argument | Ezra Peisach | 1998-07-15 | 1 | -0/+8 |
| * | conv_princ.c: Add additional commonly seen Kerberos V4 services to the | Theodore Tso | 1998-07-07 | 1 | -0/+5 |
| * | * chk_trans.c: Fix up previous fix; short-circuit out when | Tom Yu | 1998-07-07 | 1 | -0/+5 |
| * | chk_trans.c (krb5_check_transited_list): Fix use of an uninitalized | Theodore Tso | 1998-07-01 | 1 | -0/+6 |
| * | srv_rcache.c (krb5_get_server_rcache): | Theodore Tso | 1998-05-27 | 1 | -0/+6 |
| * | Make sure the date string printed uses 4 digit years | Theodore Tso | 1998-05-14 | 1 | -0/+5 |
| * | str_conv.c (krb5_string_to_timestamp, strptime): Fix routines to be | Theodore Tso | 1998-05-09 | 1 | -0/+7 |
| * | t_ser.c (main): POSIX states that getopt returns -1 when it is done | Theodore Tso | 1998-05-06 | 1 | -0/+11 |
| * | * get_in_tkt.c: Add prototype for make_preauth_list | Tom Yu | 1998-05-04 | 1 | -0/+4 |
| * | * get_in_tkt.c (krb5_get_in_tkt): Add missing argument to call to | Tom Yu | 1998-05-03 | 1 | -0/+5 |
| * | * chk_trans.c (krb5_check_transited_list): Check lengths when | Tom Yu | 1998-03-17 | 1 | -0/+5 |
| * | Collapse lib/krb5's configure.in files into a single top-level | Theodore Tso | 1998-02-28 | 1 | -0/+6 |
| * | * recvauth.c (krb5_recvauth): Add some bookkeeping flags so we | Tom Yu | 1998-02-20 | 1 | -0/+6 |
| * | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 1 | -0/+5 |
| * | Added new file kfree.c, which contained all of the functions | Theodore Tso | 1998-02-13 | 1 | -0/+5 |
| * | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 1 | -0/+4 |
| * | rd_cred.c (krb5_rd_cred): | Theodore Tso | 1998-02-06 | 1 | -0/+9 |
| * | * preauth.c (handle_sam_labels): | Tom Yu | 1998-01-03 | 1 | -0/+8 |
| * | * mk_req_ext.c (krb5_mk_req_extended): Check enctype of session | Tom Yu | 1997-12-16 | 1 | -0/+5 |
| * | * gic_pwd.c (krb5_get_init_creds_password): Change fourth argument | Ezra Peisach | 1997-12-07 | 1 | -0/+5 |
| * | * Makefile.in: Add files chpw.c, gic_*, preauth2.c, vfy_increds.c, | Tom Yu | 1997-12-06 | 1 | -0/+26 |
| * | send_tgs.c (krb5_send_tgs): Don't send a zero endtime; if the | Theodore Tso | 1997-11-11 | 1 | -0/+5 |
| * | * set_realm.c (krb5_set_principal_realm): Allocate extra byte for nul in | Ezra Peisach | 1997-10-06 | 1 | -0/+5 |
| * | * rd_cred.c (krb5_rd_cred_basic): Fix swapped args to memset | Tom Yu | 1997-09-02 | 1 | -0/+4 |
| * | * get_in_tkt.c (krb5_get_in_tkt): Move nulling out of | Tom Yu | 1997-08-29 | 1 | -0/+6 |
| * | * init_ctx.c (krb5_init_context): Initialize local variable ctx | Ezra Peisach | 1997-08-12 | 1 | -0/+5 |
| * | * rd_cred.c (krb5_rd_cred_basic): Check remote_addr and | Tom Yu | 1997-08-08 | 1 | -0/+6 |
| * | * t_ser.c: Add support for changed kdb API | Tom Yu | 1997-07-25 | 1 | -0/+4 |
| * | Only copy over the old table when there's an old table to copy over. | Theodore Tso | 1997-07-16 | 1 | -0/+6 |
| * | Fix handling of the sam-timestamp and sam-usec fields, which should | Theodore Tso | 1997-03-25 | 1 | -0/+7 |
| * | t_ser.c: Clean up error reporting for krb5_init_context(). Also | Theodore Tso | 1997-03-24 | 1 | -0/+6 |
| * | Moved some of the library list file build logic from the individual Makefiles | Richard Basch | 1997-02-23 | 1 | -0/+5 |
| * | * Make shared libs work on AIX | Sam Hartman | 1997-02-22 | 1 | -0/+5 |
| * | Added new function krb5_set_principal_realm(), which is used to | Theodore Tso | 1997-02-19 | 1 | -0/+9 |
| * | get_in_tkt.c: Initialize as_reply so that an error in one of the early | Richard Basch | 1997-02-13 | 1 | -3/+9 |
| * | * fwd_tgt.c (krb5_fwd_tgt_creds): Use the client's realm rather | Tom Yu | 1997-02-13 | 1 | -0/+7 |
| * | get_creds.c: export krb5_get_credentials_renew, krb5_get_credentials_validate | Richard Basch | 1997-02-11 | 1 | -0/+6 |
| * | * crypto_glue.c (krb5_calculate_checksum): Add krb5_const to | Ezra Peisach | 1997-02-10 | 1 | -0/+5 |