| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * rd_req_dec.c (krb5_rd_req_decrypt_tkt_part): Free | Ezra Peisach | 2001-01-30 | 2 | -2/+8 |
| * | * sclient.c (main): Do not free auth_context unless | Ezra Peisach | 2001-01-30 | 2 | -2/+7 |
| * | * kpropd.c (load_database): Initialize save_stderr variable | Ken Raeburn | 2001-01-30 | 2 | -1/+5 |
| * | * make_checksum.c (krb5_c_make_checksum): Clear checksum contents pointer after | Ken Raeburn | 2001-01-30 | 2 | -0/+6 |
| * | * krb.h: Remove KRB_NEVERDATE | Tom Yu | 2001-01-30 | 2 | -2/+4 |
| * | * kprop.h (KPROP_CKSUMTYPE): Delete unused macro | Ken Raeburn | 2001-01-30 | 2 | -1/+4 |
| * | * lifetime.c: Remove support for "magic" lifetime value of 255 | Tom Yu | 2001-01-30 | 2 | -11/+7 |
| * | * Makefile.in: Remove rule for aix.bincmds; we don't need it | Tom Yu | 2001-01-29 | 3 | -13/+12 |
| * | * shlib.conf: We don't need aix.bincmds anymore for AIX. Use the | Tom Yu | 2001-01-29 | 2 | -2/+7 |
| * | * aclocal.m4 (KRB5_LIB_AUX): Smash some shared lib file extensions | Tom Yu | 2001-01-29 | 2 | -4/+19 |
| * | * dest_tkt.c: Clean up uid handling. Fix stat checks | Tom Yu | 2001-01-27 | 4 | -75/+266 |
| * | * krshd.c: Get path for NOLOGIN file from paths.h if present, | Tom Yu | 2001-01-26 | 2 | -1/+17 |
| * | * Makefile.in (OBJS, SRCS): Add prot_client.o, prot_client.c | Tom Yu | 2001-01-26 | 2 | -0/+4 |
| * | * prot_client.c: New file; client-side protocol support | Tom Yu | 2001-01-26 | 3 | -0/+393 |
| * | * prot.h: Add new prototypes for prot_client.c stuff. Also, add | Tom Yu | 2001-01-26 | 2 | -0/+39 |
| * | * state.c (envvarok): Disallow LC_* and NLSPATH | Tom Yu | 2001-01-26 | 2 | -0/+6 |
| * | more afsstring2key unterminated-input checks & fixes | Ken Raeburn | 2001-01-25 | 2 | -2/+25 |
| * | * t_afss2k.c: Extend test cases to cover situation where krb5_data refers to | Ken Raeburn | 2001-01-25 | 3 | -18/+49 |
| * | * prot_common.c: Fix up some error returns | Tom Yu | 2001-01-24 | 3 | -37/+120 |
| * | * prot.h: Add prototype for decode_kdc_request() and some rough | Tom Yu | 2001-01-24 | 2 | -0/+18 |
| * | * stringtokey.c (kerberos): Now const. | Ken Raeburn | 2001-01-24 | 2 | -2/+7 |
| * | * forward.c (rd_and_store_for_creds): Overwrite any existing value | Tom Yu | 2001-01-24 | 2 | -1/+6 |
| * | * rc_io.c (getdir): Subtract one from dirlen, since sizeof | Tom Yu | 2001-01-24 | 2 | -11/+20 |
| * | document recent large number of changes | Tom Yu | 2001-01-23 | 1 | -0/+48 |
| * | * cr_ciph.c: Include prot.h. KRB4_PUT32 -> KRB4_PUT32BE. | Tom Yu | 2001-01-23 | 1 | -1/+2 |
| * | * prot_common.c: New file; contains functions to encode/decode | Tom Yu | 2001-01-23 | 18 | -67/+636 |
| * | * krb.h: Remove internal prototypes and macros | Tom Yu | 2001-01-23 | 3 | -152/+173 |
| * | * krb5_32.def: Add krb5_rc_close() so gssapi builds | Danilo Almeida | 2001-01-22 | 2 | -0/+5 |
| * | missed a variable that should've been made const | Ken Raeburn | 2001-01-21 | 2 | -2/+3 |
| * | add mit copyright | Ken Raeburn | 2001-01-21 | 1 | -0/+24 |
| * | fix year for last change | Ken Raeburn | 2001-01-21 | 1 | -1/+1 |
| * | make afs string2key thread-safe | Ken Raeburn | 2001-01-20 | 2 | -53/+63 |
| * | add some comments | Ken Raeburn | 2001-01-20 | 1 | -0/+5 |
| * | new test case for afs string2key | Ken Raeburn | 2001-01-20 | 3 | -2/+106 |
| * | * preauth.c: Don't use PROTOTYPE macro, just always use the prototypes | Ken Raeburn | 2001-01-20 | 2 | -10/+15 |
| * | * preauth.c: Remove uses of KRB5_NPROTOTYPE() macro | Tom Yu | 2001-01-20 | 2 | -44/+48 |
| * | * krb5.hin (KRB5_NPROTOTYPE): Delete | Ken Raeburn | 2001-01-20 | 2 | -1/+2 |
| * | Always use ANSI C features (prototypes, const, void *, etc). | Ken Raeburn | 2001-01-20 | 3 | -884/+845 |
| * | * rcfns.c: New file, with fn versions of former dispatch macros from krb5.h | Ken Raeburn | 2001-01-20 | 3 | -3/+99 |
| * | * coding-style: Assume ANSI C '89. Use krb5int_ for internal names | Ken Raeburn | 2001-01-20 | 2 | -14/+18 |
| * | some updates, looking towards 1.3 | Ken Raeburn | 2001-01-20 | 1 | -2/+37 |
| * | rebuilt | Ken Raeburn | 2001-01-20 | 1 | -11/+7 |
| * | * com_err.h (add_error_table, remove_error_table): Annotate as modifying | Ken Raeburn | 2001-01-20 | 5 | -25/+48 |
| * | * g_ad_tkt.c: Fix error packet parsing | Tom Yu | 2001-01-19 | 3 | -34/+49 |
| * | use revised compile_et script instead of calling awk directly | Ken Raeburn | 2001-01-18 | 2 | -4/+10 |
| * | update to implement equivalent of ref count | Ken Raeburn | 2001-01-18 | 4 | -24/+33 |
| * | Make compile_et script installable, and install it. | Ken Raeburn | 2001-01-18 | 4 | -21/+47 |
| * | Make prototypes unconditional | Ken Raeburn | 2001-01-17 | 6 | -374/+293 |
| * | * str_conv.c (krb5_keysalt_iterate): Always use the prototype for | Ken Raeburn | 2001-01-17 | 2 | -2/+6 |
| * | * krcp.c (error): Always declare with ellipsis | Ken Raeburn | 2001-01-17 | 2 | -6/+5 |