| Commit message (Expand) | Author | Age | Files | Lines |
* | * xdr.h: Flush out prototypes for xdrmem_create(), | Ezra Peisach | 2001-02-18 | 6 | -18/+69 |
* | * trval.c: Add prototypes for trval() and trval2() | Ezra Peisach | 2001-02-18 | 2 | -1/+7 |
* | * Makefile.in: Add $(datadir) to INSTALLMKDIRS for util/et | Ezra Peisach | 2001-02-16 | 2 | -1/+7 |
* | * t_deltat.c (main): Test of overflow and underflow of krb5_int32 | Ezra Peisach | 2001-02-16 | 5 | -118/+308 |
* | * loadv4.c: Remove references to KRB_NEVERDATE | Tom Yu | 2001-02-09 | 2 | -4/+6 |
* | * kerberos_v4.c (kerberos_v4): Remove references to | Tom Yu | 2001-02-09 | 2 | -12/+7 |
* | * kdb5_util.M: Fix some formatting nits and document new flags | Tom Yu | 2001-02-06 | 2 | -12/+28 |
* | * cnv_tkt_skey.c (krb524_convert_tkt_skey): Avoid double-free; | Tom Yu | 2001-02-05 | 2 | -1/+5 |
* | * prompter.c (krb5_prompter_posix): Fix up terminal modes if we're | Tom Yu | 2001-02-05 | 2 | -0/+17 |
* | * krb5.conf: Test with trailing whitespace on "default_realm" | Tom Yu | 2001-02-02 | 2 | -2/+7 |
* | * preauth.c (krb5_obtain_padata): Don't dereference a NULL pointer | Tom Yu | 2001-01-30 | 3 | -0/+19 |
* | * 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 |