* kdc_preauth.c (verify_sam_response): Declare and set rc_lifetime
[krb5.git] / src /
2000-03-01 Tom Yu * kdc_preauth.c (verify_sam_response): Declare and...
2000-02-28 Ken Raeburnnew --enable/--disable-kdc-replay-cache configure hooks
2000-02-28 Ken Raeburn* Makefile.in (com_err.o): Depends on com_err.c
2000-02-28 Ken Raeburn* krlogin.c (main): Don't output debugging messages...
2000-02-28 Ezra Peisach * proto_serv.c (proto_serv): For error return,strdup...
2000-02-28 Ezra Peisach * aclocal.m4: Define DES425_LIB and DES425_DEPLIB...
2000-02-28 Miro JurisicUpdated for 3.0d2
2000-02-27 Tom YuUpdate client and server to reflect removal of keepold...
2000-02-27 Tom YuRemove keepold argument from create_principal_3, since...
2000-02-26 Ken Raeburn* server_acl.c (acl_get_line): Patch from Matt Crawford...
2000-02-26 Ken Raeburn* kadmin.c (kadmin_modprinc): Complain if -pw option...
2000-02-26 Ezra Peisachmain() returns int - not void. Also cleanup unused...
2000-02-26 Ken Raeburn* preauth2.c (krb5_do_preauth): Check paorder[h] not...
2000-02-26 Ken Raeburnfix email addr
2000-02-26 Ken Raeburnforgot room for null pointer at end of local addr array
2000-02-25 Tom Yu * configure.in: Check for sys/sockio.h
2000-02-25 Ken Raeburnfix udp_port_fds allocation bug; partial ipv6 support
2000-02-25 Ken Raeburnoops, update changelog for bug fix
2000-02-25 Ken RaeburnFix off-by-one error in previous code, spotted at the...
2000-02-25 Ken RaeburnPatches from Alec Peterson, plus some work of my own...
2000-02-25 Ken RaeburnSeparate interface address processing from Kerberos...
2000-02-25 Ezra Peisach * t_verify.c: Add "const" to casts in calls...
2000-02-25 Ken Raeburn* kerberos_v4.c (v4_klog): Don't treat the formatted...
2000-02-24 Ezra Peisach * configure.in: Remove dependency on libdes425...
2000-02-24 Ezra PeisachTest for <arpa/inet.h> for possible inet_ntop prototype
2000-02-23 Tom Yu * kpasswd.0/changing.exp: Add a sleep to avoid a race...
2000-02-22 Ken Raeburnfix for vpath and du4.0 make
2000-02-22 Ezra Peisach Makefile.in (clean-unix): Add clean-libobjs
2000-02-21 Ken Raeburnfrom Bear Giles:
2000-02-21 Ken Raeburnfrom Bear Giles:
2000-02-21 Ken RaeburnFrom Bear Giles:
2000-02-19 Ken RaeburnVolatile decls as needed.
2000-02-19 Tom Yu * kadm_rpc_svc.c (kadm_1): Update to include new api...
2000-02-19 Tom Yu * keytab.c (add_usage): Update usage message.
2000-02-19 Tom Yu * kadm_rpc_xdr.c (xdr_chpass3_arg):
2000-02-19 Tom Yu * kdb_cpw.c (krb5_dbe_crk):
2000-02-18 Tom Yu * server_stubs.c: Add create_principal3_1, chpass_prin...
2000-02-18 Tom Yu * svc_auth_gssapi.c (_svcauth_gssapi): Don't explicitl...
2000-02-17 Tom Yu * auth_gssapi.c (auth_gssapi_create): Free call_res...
2000-02-16 Danilo AlmeidaDocument that -s is not applicable to Kerberos 4
2000-02-16 Danilo Almeida* kinit.c: Nicer usage message. Better checking for...
2000-02-16 Danilo Almeida* kdestroy.c: Fix GET_PROGNAME macro to properly return...
2000-02-16 Danilo Almeida* klist.c: Fix GET_PROGNAME macro to properly return...
2000-02-16 Ezra PeisachMove include of libtelnet/auth.h earlier to provide
2000-02-16 Ken Raeburn* preauth2.c (pa_sam): In send-encrypted-sad mode,...
2000-02-16 Ken Raeburn* localaddr.c (krb5_os_localaddr): Dynamically grow...
2000-02-15 Tom Yu * libobj.in: Fix up .c.so and .c.po rules to include...
2000-02-15 Tom Yu * server.c: Add code to set a signal handler for SIGHU...
2000-02-15 Tom Yu * svc.c (xprt_register): Zero out xports after allocating
2000-02-14 Tom YuAdd client-side stubs and functions with additional...
2000-02-11 Tom Yu * README, gss-client.c, gss-misc.c, gss-misc.h, gss...
2000-02-11 Marshall ValeAdded "Kerberos Preferences" as valid config file on...
2000-02-11 Marshall Vale* init_os_ctx.c: Added "Kerberos Preferences" as valid...
2000-02-11 Miro JurisicFixed lxs' fix: strlen (x) + 1 instead of strlen (x+1)
2000-02-11 Miro JurisicAdded comments to remove some calls in the next releas
2000-02-10 Alexandra Ellwoodchangelog updated for stdcc_util.c change
2000-02-10 Alexandra EllwoodAdded +1 to strlens so that null terminator will fit...
2000-02-10 Ken Raeburn* login.c (main): Only destroy xtra_creds if non-null...
2000-02-10 Miro JurisicUpdated for 3.0d1
2000-02-08 Marshall Vale* init_os_ctx.c: Added changes for the Mac for limited...
2000-02-08 Marshall ValeLimited support for Applicaiton Support folder as locat...
2000-02-08 Tom Yu * api.1/lock.exp: Since a "wait" directive to the...
2000-02-08 Tom Yu * aclocal.m4: Kludge in the old test for tcl so that...
2000-02-08 Tom Yu * lib/helpers.exp: Fix to call kinit and kdestroy...
2000-02-08 Tom Yu * lib/lib.t: Call kinit and kdestroy with -5 flag...
2000-02-07 Tom Yu * config/unix.exp: Call send_error instead of fail...
2000-02-07 Tom Yu * kadmin.exp: Use $KDESTROY -5 to deal with changed...
2000-02-07 Scott McGuirechangepw.c (krb5_locate_kpasswd): fixed memory trashing...
2000-02-07 Tom Yu * default.exp: Remove default_tgs_enctypes for now...
2000-02-07 Ken Raeburn* aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Change test...
2000-02-07 Ken Raeburn* configure.in: Check for inet_ntop and getipnodebyaddr...
2000-02-07 Ken Raeburn* kdc_preauth.c (return_sam_data): Just return 0 if...
2000-02-07 Ken Raeburn* kinit.c (try_convert524): Avoid duplicate free calls
2000-02-07 Ken Raeburnfix my email address in log header
2000-02-07 Ken Raeburn* gic_pwd.c (krb5_get_as_key_password): If the as_key...
2000-02-07 Ken Raeburn* kdc_preauth.c (get_preauth_hint_list): Log a message...
2000-02-07 Ken RaeburnFrank Cusack's patches, first two sets. Should be...
2000-02-07 Ken Raeburnupdated some comments (fcusack)
2000-02-07 Ken Raeburnadded flags field to predicted_sam_response (fcusack)
2000-02-07 Danilo AlmeidaAdd documentation about debug vs. release builds
2000-02-07 Ken Raeburnmore fcusack changes - rest of first set
2000-02-07 Ken RaeburnFrank Cusack changes, set 1, diffs 1-3 of 4
2000-02-06 Tom Yu * standalone.exp: Use $KLIST -5 and $KDESTROY -5 to...
2000-02-06 Tom Yu * default.exp: Use $KINIT -5 to deal with modified...
2000-02-06 Tom Yu * login.c (main): Reorder some control flow to avoid...
2000-02-04 Danilo Almeida* kinit.c: Only free stuff if it's not NULL. (Note...
2000-02-04 Tom Yu * Makefile.in (klist): Fix to build under Unix again
2000-02-04 Tom Yu * Makefile.in (kinit): Fix to build on Unix again
2000-02-04 Scott McGuire(krb5_locate_kpasswd): fixed memory trashing caused...
2000-02-04 Tom Yu * aclocal.m4: Add support to substitute KRB524_LIB...
2000-02-04 Tom Yu * pre.in: Add KRB524_DEPLIB and KRB524_LIB
2000-02-04 Scott McGuireRemoved calls that destroyed and recreated ccapi_data...
2000-02-04 Danilo Almeida* kinit.c: Major revamp to support Kerberos 4 compatibi...
2000-02-04 Danilo Almeida* klist.c: Major revamp to support Kerberos 4 compatibi...
2000-02-04 Danilo Almeida* kdestroy.c: Major revamp to support Kerberos 4 compat...
2000-02-04 Danilo Almeida* getopt.c, getopt_long.c, getopt.h: Update to latest...
2000-02-02 Ken Raeburn* listen.c (ss_listen): Local var END should be volatile
2000-02-02 Danilo Almeida* Makefile.in: Build gss-sample on Windows
2000-02-02 Danilo Almeida* kvno.c (main): Use krb5_decode_ticket() instead of
2000-02-02 Danilo Almeida* krb5_32.def: Replace decode_krb5_ticket with krb5_dec...
next