| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * conv_creds.c (krb524_init_ets, krb524_convert_creds_kdc): Add forward decla... | Ken Raeburn | 2004-04-24 | 1 | -0/+3 |
| * | Added support for library initialization and finalization, and verification | Ken Raeburn | 2004-04-24 | 1 | -2/+7 |
| * | krb5_get_in_tkt ignores lifetime | Sam Hartman | 2004-04-16 | 1 | -0/+7 |
| * | Fix memory leak when not sending to master KDC in | Sam Hartman | 2004-04-15 | 1 | -0/+5 |
| * | Fix missing case for get_init_creds API change | Ken Hornstein | 2004-03-09 | 1 | -0/+5 |
| * | * gic_pwd.c (krb5_get_in_tkt_with_password): Fix a case Jeff missed | Ken Raeburn | 2004-02-28 | 1 | -0/+5 |
| * | As discussed on the krbdev mailing list, krb5_get_init_creds_password() | Jeffrey Altman | 2004-02-27 | 1 | -0/+10 |
| * | Don't specify defaults for GET{PEER,SOCK}NAME_ARG{2,3}_TYPE macros | Ken Raeburn | 2004-02-14 | 1 | -0/+5 |
| * | Enable aes128-cts for client | Sam Hartman | 2004-02-06 | 1 | -0/+4 |
| * | * get_in_tkt.c (get_in_tkt_enctypes): Now const | Ken Raeburn | 2003-12-20 | 1 | -0/+4 |
| * | * conv_creds.c (krb5int_encode_v4tkt): Zero out unused parts of ticket. Use a | Ken Raeburn | 2003-12-16 | 1 | -0/+6 |
| * | Add platform-dependent 64-bit and inline-function support via new header | Ken Raeburn | 2003-12-13 | 1 | -0/+12 |
| * | initial sequence number mask short by 4 bits | Tom Yu | 2003-10-30 | 1 | -0/+5 |
| * | Save encoded KRB-SAFE-BODY to avoid problems caused by re-encoding it. | Tom Yu | 2003-10-08 | 1 | -0/+7 |
| * | Apply patch from Cesar Garcia to fix lifetime computation in 524 | Tom Yu | 2003-09-02 | 1 | -0/+5 |
| * | Don't double free the encrypted credential part | Sam Hartman | 2003-08-19 | 1 | -0/+4 |
| * | get_init_creds_password: DNS SRV off causes bogus REALM_UNKNOWN | Tom Yu | 2003-08-08 | 1 | -0/+8 |
| * | Send generalstring not octetstring in etype_info2. Accept either | Sam Hartman | 2003-07-22 | 1 | -0/+6 |
| * | delete ##WIN16## lines from makefiles | Ken Raeburn | 2003-07-17 | 1 | -0/+4 |
| * | * Makefile.in (STLIBOBJS, OBJS, T_SER_OBJS): Drop ser_eblk.o | Ken Raeburn | 2003-07-15 | 1 | -0/+4 |
| * | Export krb5_get_permitted_enctypes and krb5_set_real_time for Samba | Alexandra Ellwood | 2003-07-09 | 1 | -0/+4 |
| * | * gic_keytab.c (krb5_get_in_tkt_with_keytab): Pass (void*)keytab, | Tom Yu | 2003-06-27 | 1 | -0/+5 |
| * | Set use_conf_ktypes to 1 while looking up the tgt to use for | Sam Hartman | 2003-06-16 | 1 | -0/+4 |
| * | krb5_rd_rep leaks subkeys | Tom Yu | 2003-06-13 | 1 | -0/+5 |
| * | Don't escape rcache filename characters with backslash | Tom Yu | 2003-06-11 | 1 | -0/+5 |
| * | Don't allow renewable_ok to be set if the renew liftime is greater | Sam Hartman | 2003-06-06 | 1 | -0/+5 |
| * | Static function krb5_generate_authenticator should take unsigned sequence num... | Ezra Peisach | 2003-06-06 | 1 | -0/+5 |
| * | * get_in_tkt.c (krb5_get_init_creds): Change hardcoded default ticket lifetime | Ken Raeburn | 2003-05-30 | 1 | -0/+3 |
| * | * init_ctx.c (DEFAULT_KDC_TIMESYNC): Define as 1 always. | Ken Raeburn | 2003-05-30 | 1 | -0/+5 |
| * | * get_in_tkt.c: (verify_as_reply) Only check the renewable lifetime of ticket... | Alexandra Ellwood | 2003-05-30 | 1 | -0/+7 |
| * | Rename interface to krb5_524_convert_creds, export it from krb5 library. | Ken Raeburn | 2003-05-28 | 1 | -0/+7 |
| * | Avoid memory leak of server and client principal in | Sam Hartman | 2003-05-27 | 1 | -0/+7 |
| * | Big step towards integrating libkrb524 into libkrb5: | Ken Raeburn | 2003-05-24 | 1 | -0/+10 |
| * | use kdc_default_options | Sam Hartman | 2003-05-23 | 1 | -0/+4 |
| * | * gen_seqnum.c (krb5_generate_seq_number): Fix think-o on sequence | Tom Yu | 2003-05-23 | 1 | -0/+3 |
| * | Implement heuristic for matching broken Heimdal sequence number encodings | Tom Yu | 2003-05-23 | 1 | -0/+12 |
| * | krb5int_populate_gic_opt should return void | Sam Hartman | 2003-05-22 | 1 | -0/+4 |
| * | Set length correctly in krb5_get_in_tkt_with_password if password is | Tom Yu | 2003-05-21 | 1 | -0/+5 |
| * | krb5_get_in_tkt now only supports old (non-etype-info2) enctypes | Sam Hartman | 2003-05-20 | 1 | -0/+3 |
| * | Implement krb5_get_in_tkt_with_password and | Sam Hartman | 2003-05-20 | 1 | -0/+14 |
| * | Sequence numbers are now unsigned. Implement lenient parser for | Tom Yu | 2003-05-18 | 1 | -0/+7 |
| * | * chpw.c (krb5int_rd_chpw_rep): Allow new kpasswd error codes up through | Ken Raeburn | 2003-05-17 | 1 | -0/+3 |
| * | * ser_ctx.c (krb5_context_internalize): Copy read-in OS context data into | Ken Raeburn | 2003-05-17 | 1 | -0/+6 |
| * | Try forwarding with no enctype restriction if forwarding with an | Sam Hartman | 2003-05-13 | 1 | -0/+3 |
| * | Fix memory leaks and double frees in preauth2.c | Sam Hartman | 2003-05-13 | 1 | -0/+9 |
| * | * IMplement etype_info in KDC. If the request contains any new | Sam Hartman | 2003-05-12 | 1 | -0/+18 |
| * | Add a new krb5_context field for the config-file tgs_enctypes, which | Ken Raeburn | 2003-05-10 | 1 | -0/+12 |
| * | punt leftover conflict markers | Tom Yu | 2003-05-10 | 1 | -2/+0 |
| * | Rename the local_subkey and remote_subkey fields in the auth_context | Tom Yu | 2003-05-10 | 1 | -0/+35 |
| * | Implement encoders for etype_info2 and add support to s2kparams for | Sam Hartman | 2003-05-06 | 1 | -0/+4 |