krb5.git
2001-03-05 Tom Yu * configure.in: Check for sys/filio.h for FIONBIO
2001-03-03 Ken Raeburnonly call ioctl on /dev/random if open succeeded
2001-03-03 Ken Raeburninit_os_ctx.c: On UNIX, seed PRNG with data from /dev...
2001-03-03 Ken Raeburn* preauth2.c (pa_sam): Return an error if no prompter...
2001-02-26 Ezra Peisach *adm_conn.c, adm_rw.c, kadm5_defs.h, kpasswd.c, main.c,
2001-02-26 Ezra Peisach * loadv4.c, ovload.c, kdb5_util.h, kdb5_util.c, kadm5_...
2001-02-26 Ezra Peisach * ktutil.c, ktutil_funcs.c: Do not shadow system ...
2001-02-26 Ezra Peisach * ss_wrapper.c: Include kadmin.h
2001-02-26 Ezra Peisach* adm_proto.h (krb5_adm_connect): Declare prompt string...
2001-02-26 Ezra Peisach * kpasswd.c, tty_kpasswd.c, xm_kpasswd.c: Compiler...
2001-02-19 Ken Raeburnnote that file is unused
2001-02-18 Ezra Peisach * kadm_rpc_svc.c, server_stubs.c: Rename all server...
2001-02-18 Ezra Peisach * server_internal.h: Add prototype for
2001-02-18 Ezra Peisach * adb_openclose.c, adb_policy.c, server_acl.c, server_...
2001-02-18 Ezra Peisach * client_rpc.c: Insure pointer argument type is same...
2001-02-18 Ezra Peisach * xdr.h: Flush out prototypes for xdrmem_create(),
2001-02-18 Ezra Peisach * trval.c: Add prototypes for trval() and trval2()
2001-02-16 Ezra Peisach* Makefile.in: Add $(datadir) to INSTALLMKDIRS for...
2001-02-16 Ezra Peisach * t_deltat.c (main): Test of overflow and underflow...
2001-02-09 Tom Yu * loadv4.c: Remove references to KRB_NEVERDATE
2001-02-09 Tom Yu * kerberos_v4.c (kerberos_v4): Remove references to
2001-02-06 Tom Yu * kdb5_util.M: Fix some formatting nits and document...
2001-02-05 Tom Yu * cnv_tkt_skey.c (krb524_convert_tkt_skey): Avoid...
2001-02-05 Tom Yu * prompter.c (krb5_prompter_posix): Fix up terminal...
2001-02-02 Tom Yu * krb5.conf: Test with trailing whitespace on "default...
2001-01-30 Tom Yu * preauth.c (krb5_obtain_padata): Don't dereference...
2001-01-30 Ezra Peisach * rd_req_dec.c (krb5_rd_req_decrypt_tkt_part): Free
2001-01-30 Ezra Peisach * sclient.c (main): Do not free auth_context unless
2001-01-30 Ken Raeburn* kpropd.c (load_database): Initialize save_stderr...
2001-01-30 Ken Raeburn* make_checksum.c (krb5_c_make_checksum): Clear checksu...
2001-01-30 Tom Yu * krb.h: Remove KRB_NEVERDATE
2001-01-30 Ken Raeburn* kprop.h (KPROP_CKSUMTYPE): Delete unused macro
2001-01-30 Tom Yu * lifetime.c: Remove support for "magic" lifetime...
2001-01-29 Tom Yu * Makefile.in: Remove rule for aix.bincmds; we don...
2001-01-29 Tom Yu * shlib.conf: We don't need aix.bincmds anymore for...
2001-01-29 Tom Yu * aclocal.m4 (KRB5_LIB_AUX): Smash some shared lib...
2001-01-27 Tom Yu * dest_tkt.c: Clean up uid handling. Fix stat checks
2001-01-26 Tom Yu * krshd.c: Get path for NOLOGIN file from paths.h...
2001-01-26 Tom Yu * Makefile.in (OBJS, SRCS): Add prot_client.o, prot_cl...
2001-01-26 Tom Yu * prot_client.c: New file; client-side protocol support
2001-01-26 Tom Yu * prot.h: Add new prototypes for prot_client.c stuff...
2001-01-26 Tom Yu * state.c (envvarok): Disallow LC_* and NLSPATH
2001-01-25 Ken Raeburnmore afsstring2key unterminated-input checks & fixes
2001-01-25 Ken Raeburn* t_afss2k.c: Extend test cases to cover situation...
2001-01-24 Tom Yu * prot_common.c: Fix up some error returns
2001-01-24 Tom Yu * prot.h: Add prototype for decode_kdc_request() and...
2001-01-24 Ken Raeburn* stringtokey.c (kerberos): Now const.
2001-01-24 Tom Yu * forward.c (rd_and_store_for_creds): Overwrite any...
2001-01-24 Tom Yu * rc_io.c (getdir): Subtract one from dirlen, since...
2001-01-23 Tom Yudocument recent large number of changes
2001-01-23 Tom Yu* cr_ciph.c: Include prot.h. KRB4_PUT32 -> KRB4_PUT32BE.
2001-01-23 Tom Yu * prot_common.c: New file; contains functions to encod...
2001-01-23 Tom Yu * krb.h: Remove internal prototypes and macros
2001-01-22 Danilo Almeida* krb5_32.def: Add krb5_rc_close() so gssapi builds
2001-01-21 Ken Raeburnmissed a variable that should've been made const
2001-01-21 Ken Raeburnadd mit copyright
2001-01-21 Ken Raeburnfix year for last change
2001-01-20 Ken Raeburnmake afs string2key thread-safe
2001-01-20 Ken Raeburnadd some comments
2001-01-20 Ken Raeburnnew test case for afs string2key
2001-01-20 Ken Raeburn* preauth.c: Don't use PROTOTYPE macro, just always...
2001-01-20 Tom Yu * preauth.c: Remove uses of KRB5_NPROTOTYPE() macro
2001-01-20 Ken Raeburn* krb5.hin (KRB5_NPROTOTYPE): Delete
2001-01-20 Ken RaeburnAlways use ANSI C features (prototypes, const, void...
2001-01-20 Ken Raeburn* rcfns.c: New file, with fn versions of former dispatc...
2001-01-20 Ken Raeburn* coding-style: Assume ANSI C '89. Use krb5int_ for...
2001-01-20 Ken Raeburnsome updates, looking towards 1.3
2001-01-20 Ken Raeburnrebuilt
2001-01-20 Ken Raeburn* com_err.h (add_error_table, remove_error_table):...
2001-01-19 Tom Yu * g_ad_tkt.c: Fix error packet parsing
2001-01-18 Ken Raeburnuse revised compile_et script instead of calling awk...
2001-01-18 Ken Raeburnupdate to implement equivalent of ref count
2001-01-18 Ken RaeburnMake compile_et script installable, and install it.
2001-01-17 Ken RaeburnMake prototypes unconditional
2001-01-17 Ken Raeburn* str_conv.c (krb5_keysalt_iterate): Always use the...
2001-01-17 Ken Raeburn* krcp.c (error): Always declare with ellipsis
2001-01-16 Ken Raeburn* acconfig.h (HAVE_SA_LEN): Undef
2001-01-16 Ken Raeburn* configure.in: Call AC_REQUIRE_CPP before checking...
2001-01-14 Sam HartmanDocument configure.in change
2001-01-14 Sam Hartman2001-01-12 Sam Hartman <hartmans@mit.edu>
2001-01-13 Tom Yu * sane_hostname.c: Switch off of KRB5_USE_INET6 instead of
2000-12-18 Ken Raeburn* configure.in: Look for socklen_t, define HAVE_SOCKLEN...
2000-12-18 Ken Raeburnlocaladdr.c: Add getnameinfo support. Annotate for...
2000-12-15 Ken Raeburn* ktutil.c (ktutil_list): Provide a real usage message
2000-12-15 Ken Raeburnadd "-4" option to rlogin to not try krb5 auth
2000-12-13 Ken Raeburnfix multiple-include problem on OpenBSD
2000-12-13 Ken Raeburnupdate network.c with getifaddrs support from lib/krb5...
2000-12-09 Ken Raeburnlog msg for previous checkins
2000-12-08 Ken Raeburncheck in -01 draft
2000-12-08 Ken Raeburn* k5seal.c (make_seal_token_v1): Use ANSI-style definit...
2000-12-06 Ken Raeburnmake some variables volatile
2000-12-06 Ken Raeburn* aclocal.m4 (KRB5_AC_INET6): Ensure that we check...
2000-12-06 Ken RaeburnUse const sockaddr pointer in interface.
2000-12-06 Ken Raeburnmake pty_make_sane_hostname take sockaddr* arg instead...
2000-12-06 Ken Raeburnrestore GSS_DLLIMP, KRB5_EXPORTVAR, NEAR macros
2000-12-06 Ken Raeburnfix typo
2000-12-06 Ken RaeburnRemove a bunch of macro definitions we don't use.
2000-12-06 Ken Raeburnundo last change
2000-12-06 Ken Raeburntweak names of perl scripts
2000-12-06 Ken Raeburntry lclint on a com_err test program; misc cleanup
next