| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * fake-addrinfo.h: Include stdio.h | Ken Raeburn | 2003-12-20 | 2 | -0/+6 |
| * | * util_crypt.c (kg_encrypt, kg_decrypt): Input pointer now points to const. | Ken Raeburn | 2003-12-20 | 4 | -5/+12 |
| * | * gssapi_generic.c (const_oids): Renamed from oids, and now const. | Ken Raeburn | 2003-12-20 | 2 | -1/+8 |
| * | * realm_iter.c (krb5_realm_iterator_create): Array NAMES is now const | Ken Raeburn | 2003-12-20 | 2 | -1/+4 |
| * | * prof_get.c (profile_iterator_create): NAMES argument points to const pointers. | Ken Raeburn | 2003-12-20 | 3 | -2/+8 |
| * | * prompter.c (catch_signals, restore_signals): Take pointer to old signal | Ken Raeburn | 2003-12-20 | 2 | -28/+37 |
| * | * Makefile.in (STLIBOBJS, OBJS, SRCS): Don't build promptusr.c | Ken Raeburn | 2003-12-20 | 2 | -8/+2 |
| * | oops. actually do the #undef DEBUG | Ken Raeburn | 2003-12-20 | 1 | -1/+1 |
| * | * sendto_kdc.c (default_debug_handler, put, putstr): Define only if DEBUG is | Ken Raeburn | 2003-12-20 | 2 | -1/+11 |
| * | * get_in_tkt.c (get_in_tkt_enctypes): Now const | Ken Raeburn | 2003-12-20 | 2 | -1/+5 |
| * | * arcfour.c (l40): Now const | Ken Raeburn | 2003-12-20 | 2 | -1/+5 |
| * | * arcfour.c (arcfour_weakkey1, arcfour_weakkey2, arcfour_weakkeys): Now const | Ken Raeburn | 2003-12-20 | 2 | -7/+11 |
| * | Replace the array of 8 mit_des_cblock object 'mit_des_zeroblock' defined | Ken Raeburn | 2003-12-20 | 10 | -10/+23 |
| * | * init_sec_context.c: Include k5-int.h for accessor | Tom Yu | 2003-12-19 | 2 | -0/+5 |
| * | * ftp.c (do_auth): Handle a return code of 335, where the authentication | Ken Raeburn | 2003-12-19 | 2 | -1/+6 |
| * | 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 | 10 | -14/+64 |
| * | * 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 |
| * | * k5-platform.h (SIZE_MAX): Provide default definition if stdint.h doesn't | Ken Raeburn | 2003-12-15 | 2 | -2/+41 |
| * | make depend | Ken Raeburn | 2003-12-15 | 46 | -1296/+1505 |
| * | * win-mac.h: source code written to the C99 standard assumes there | Jeffrey Altman | 2003-12-15 | 2 | -0/+15 |
| * | * add missing ChangeLog entry | Jeffrey Altman | 2003-12-15 | 1 | -0/+5 |
| * | * k5-platform.h: apply casts (unsigned char) to the assignments from | Jeffrey Altman | 2003-12-15 | 1 | -16/+16 |
| * | * cc_msla.c: Enable purging of the MS Kerberos LSA cache when the TGT | Jeffrey Altman | 2003-12-15 | 2 | -6/+11 |
| * | krb524 subdirectory does not get fully cleaned due to change introduced by 1491 | Ezra Peisach | 2003-12-15 | 2 | -1/+7 |
| * | * when initiating an enumeration of the ccache contents perform | Jeffrey Altman | 2003-12-15 | 2 | -0/+13 |
| * | move prof-int.h to be the first include file in order to obtain | Jeffrey Altman | 2003-12-14 | 10 | -14/+25 |
| * | * 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 |
| * | Gets a bit closer, still not working.. | Ken Raeburn | 2003-12-13 | 3 | -15/+63 |
| * | * aclocal.m4 (WITH_CC): Drop -Wno-comment, since we don't support SunOS 4 any... | Ken Raeburn | 2003-12-13 | 2 | -2/+8 |
| * | * default.exp (passes): Add an AES-only pass. | Ken Raeburn | 2003-12-13 | 2 | -1/+46 |
| * | * telnet.exp: Skip tests if no DES key types are enabled | Ken Raeburn | 2003-12-13 | 2 | -0/+10 |
| * | * gssftp.exp (ftp_test): Look for "GSSAPI authentication failed" error | Ken Raeburn | 2003-12-13 | 2 | -0/+10 |
| * | 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 | 13 | -61/+350 |
| * | * 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 | 11 | -832/+1349 |
| * | Remove cvsignore files | Sam Hartman | 2003-12-11 | 2 | -5/+0 |
| * | Remove kadmind4 and v5passwdd | Sam Hartman | 2003-12-11 | 35 | -9626/+6 |
| * | 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 |