| Commit message (Expand) | Author | Age | Files | Lines |
| * | * init_sec_context.c: Include k5-int.h for accessor | Tom Yu | 2003-12-19 | 2 | -0/+5 |
| * | ticket 2049 | Jeffrey Altman | 2003-12-19 | 2 | -5/+12 |
| * | The new functions krb5int_c_mandatory_cksumtype, krb5_ser_pack_int64, | Jeffrey Altman | 2003-12-19 | 8 | -13/+53 |
| * | * cc_retr.c: Extract the test to determine if a credential matches | Jeffrey Altman | 2003-12-19 | 3 | -37/+217 |
| * | * conv_creds.c (krb5int_encode_v4tkt): Zero out unused parts of ticket. Use a | Ken Raeburn | 2003-12-16 | 2 | -4/+18 |
| * | make depend | Ken Raeburn | 2003-12-15 | 32 | -1116/+1294 |
| * | * cc_msla.c: Enable purging of the MS Kerberos LSA cache when the TGT | Jeffrey Altman | 2003-12-15 | 2 | -6/+11 |
| * | * when initiating an enumeration of the ccache contents perform | Jeffrey Altman | 2003-12-15 | 2 | -0/+13 |
| * | * krb4_32.def: Remove exports from KfM not yet compiled in KfW | Jeffrey Altman | 2003-12-13 | 3 | -7/+23 |
| * | * Makefile.in: Remove extraneous spaces .. | Jeffrey Altman | 2003-12-13 | 1 | -0/+5 |
| * | * Makefile.in: remove extraneous spaces from ##WIN32## commented | Jeffrey Altman | 2003-12-13 | 1 | -2/+2 |
| * | don't limit enctype lists at init time | Ken Raeburn | 2003-12-13 | 2 | -10/+7 |
| * | Add 64-bit sequence number support. Do sequence number ordering tests relative | Ken Raeburn | 2003-12-13 | 15 | -290/+932 |
| * | add get_name callback for kdb keytab type, for debugging | Ken Raeburn | 2003-12-13 | 2 | -1/+16 |
| * | ignore extra lines output when debugging code enabled | Ken Raeburn | 2003-12-13 | 2 | -0/+12 |
| * | Add platform-dependent 64-bit and inline-function support via new header | Ken Raeburn | 2003-12-13 | 8 | -45/+166 |
| * | * an_to_ln.c (krb5_aname_to_localname): Don't write one byte past | Tom Yu | 2003-12-13 | 2 | -6/+14 |
| * | * Makefile.in: Move ##WIN32## constructs from inside | Tom Yu | 2003-12-13 | 2 | -9/+12 |
| * | * Added new krb5_ccache type "MSLSA" for Windows only. | Jeffrey Altman | 2003-12-12 | 8 | -2/+1314 |
| * | Added kg_sync_ccache_name(), kg_get_ccache_name, and kg_set_ccache_name() and... | Alexandra Ellwood | 2003-12-11 | 5 | -33/+177 |
| * | Note that krb4 expiration needs to be more conservative than krb5 | Sam Hartman | 2003-12-11 | 2 | -0/+18 |
| * | Add exports for functions exported by KfM | Jeffrey Altman | 2003-12-08 | 2 | -0/+34 |
| * | 2003-11-26 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2003-12-08 | 2 | -0/+33 |
| * | initial sequence number mask short by 4 bits | Tom Yu | 2003-10-30 | 2 | -1/+6 |
| * | * sendto_kdc.c: Sockets must be closed with closesocket() instead | Jeffrey Altman | 2003-10-27 | 2 | -1/+7 |
| * | * api.1/lock.exp: Work around a race condition in the Solaris 9 | Tom Yu | 2003-10-17 | 2 | -18/+56 |
| * | Save encoded KRB-SAFE-BODY to avoid problems caused by re-encoding it. | Tom Yu | 2003-10-08 | 7 | -5/+134 |
| * | Apply patch from Cesar Garcia to fix lifetime computation in 524 | Tom Yu | 2003-09-02 | 2 | -1/+6 |
| * | kill() might overwrite errno. Save it beforehand | Alexandra Ellwood | 2003-09-02 | 1 | -1/+1 |
| * | Fixed handling of krb5_net_write() failing (need to call waitpid() on child e... | Alexandra Ellwood | 2003-09-02 | 1 | -14/+8 |
| * | Fixed comment (part of adding Apple Password Server support) | Alexandra Ellwood | 2003-09-02 | 1 | -2/+1 |
| * | Added Apple password server support | Alexandra Ellwood | 2003-09-02 | 2 | -0/+149 |
| * | In my tests (2GHz P4 Linux, 5 minutes, no pre-existing replay cache), this gets | Ken Raeburn | 2003-08-27 | 2 | -10/+30 |
| * | * cc_file.c (krb5_fcc_store_int32, krb5_fcc_store_ui_4, krb5_fcc_store_ui_2) | Ken Raeburn | 2003-08-26 | 2 | -51/+6 |
| * | make depend | Ken Raeburn | 2003-08-21 | 1 | -1/+5 |
| * | * dnssrv.c: New file; split out DNS SRV RR query support... | Ken Raeburn | 2003-08-21 | 4 | -225/+281 |
| * | * configure.in: Don't substitute LIBOBJS, newer autoconfs don't like it | Ken Raeburn | 2003-08-21 | 2 | -4/+5 |
| * | * Makefile.in (STLIBOBJS, OBJS): Empty | Ken Raeburn | 2003-08-21 | 2 | -2/+6 |
| * | * configure.in: Don't replace any missing system functions. Just set LIBOBJS | Ken Raeburn | 2003-08-21 | 2 | -1/+10 |
| * | Don't double free the encrypted credential part | Sam Hartman | 2003-08-19 | 2 | -5/+5 |
| * | krb_check_auth clears the return value for the schedule parameter with a mems... | Alexandra Ellwood | 2003-08-15 | 2 | -1/+6 |
| * | * configure.in: Don't check for or replace vfprintf, vsprintf, strerror, | Ken Raeburn | 2003-08-13 | 2 | -1/+6 |
| * | use my mit changelog id | Ken Raeburn | 2003-08-13 | 1 | -1/+1 |
| * | * Makefile.in (OBJS, STLIBOBJS): Drop setenv.o. | Ken Raeburn | 2003-08-13 | 4 | -197/+8 |
| * | get_init_creds_password: DNS SRV off causes bogus REALM_UNKNOWN | Tom Yu | 2003-08-08 | 2 | -1/+10 |
| * | configure.in: Don't assume all darwin boxes are powerpc. (eg: OpenDarwin/x86) | Alexandra Ellwood | 2003-08-06 | 2 | -1/+6 |
| * | use new config file tag for master KDC | Ken Raeburn | 2003-07-25 | 2 | -1/+8 |
| * | Send generalstring not octetstring in etype_info2. Accept either | Sam Hartman | 2003-07-22 | 7 | -15/+81 |
| * | Always register the file ccache in the set of registered ops. The | Sam Hartman | 2003-07-22 | 2 | -2/+14 |
| * | Change crypto "provider" structures to hold numeric values instead of function | Ken Raeburn | 2003-07-22 | 41 | -228/+190 |