]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
2001-06-21  Mitchell BergerTaking changes from the trunk between tags incremental... incremental-propagation
2001-06-21  Mitchell Berger* kdb_xdr.c: Replaced function krb5_dbe_update_generati...
2001-06-21  Mitchell Berger* server_internal.h: Removed incgen argument from proto...
2001-06-21  Mitchell Berger* server_kdb.c (kdb_put_entry): Modified to perform...
2001-06-21  Mitchell Berger* kdb5_create.c (add_principal): Changed from using
2001-06-21  Mitchell Berger* kdb.h: Replaced prototype of krb5_dbe_update_generati...
2001-06-20  Mitchell Berger* kdb_xdr.c: Added new functions
2001-06-20  Mitchell Berger* adb.h: Forward declaration of struct _kadm5_server_ha...
2001-06-20  Mitchell Berger* lock-test.c: Changed to include server_internal.h...
2001-06-20  Mitchell Berger* Makefile.in: Include svr_generation.[co] in the build
2001-06-20  Mitchell Berger* Makefile.in: Include clnt_generation.[co] in the...
2001-06-20  Mitchell Berger* kadm_rpc_svc.c (kadm_1): getgeneration_arg added...
2001-06-20  Mitchell Berger* dump.c: Changed to include server_internal.h instead...
2001-06-20  Mitchell Berger* kadmin.c: New function kadmin_getgeneration added
2001-06-20  Mitchell Berger* kdb.h: KRB5_TL_GENERATION_NUMBER defined, prototypes...
2001-06-20  no authorThis commit was manufactured by cvs2svn to create branch
2001-06-20  Mitchell BergerFixed several typos in comments
2001-06-20  Mitchell BergerFixed a bunch of typos
2001-06-20  Ken RaeburnNew implementation of transited-realm checking, with...
2001-06-20  Mitchell Berger* api.0/init.exp: Silly typo fixed
2001-06-20  Mitchell Berger* server_dict.c: Silly typo fixed
2001-06-20  Mitchell Berger* krb524d.c: Call krb5_klog_init before the first point...
2001-06-20  Mitchell Berger* design.tex: Silly typo fixed
2001-06-20  Ken Raeburnhandle irix high-numbered error codes
2001-06-20  Mitchell Berger* krb5.tex: Silly typo fixed
2001-06-20  Ken RaeburnUse a "struct addrlist" instead of separate count and...
2001-06-19  Tom Yu * kdc_util.c (ktypes2str): New function; construct...
2001-06-19  Ezra Peisach * ftpcmd.y: Cleanup potential ambiguity between compar...
2001-06-19  Ezra Peisachpmap_prot2.c (xdr_pmaplist): Ensure variable set before use
2001-06-19  Ezra Peisach* utility.c (printsub): Ensure variable set before use
2001-06-19  Ezra Peisachtelnet.c (telrcv): Ensure variable set before use
2001-06-18  Ezra Peisach * encrypt.c (encrypt_is): Cast arguments to printf...
2001-06-18  Ezra Peisach * dump.c (name_matches): Cleanup warning of assignments in
2001-06-18  Ezra Peisach* utility.c (printdata): Cast argument to isprint(...
2001-06-18  Ezra Peisach * commands.c: Cast argument to isspace() to int
2001-06-18  Ezra Peisach* genget.c (LOWER): Cast argument to isupper()/tolower...
2001-06-18  Ezra Peisach * gss-client.c (parse_oid): Cast argument to isdigit...
2001-06-18  Ezra Peisach* krcp.c (sink): Cast argument to isdigit() to int
2001-06-18  Ezra Peisach * sim_client.c (main): Cast argument to isupper()...
2001-06-18  Ezra Peisach * kpropd.c (authorized_principal): Cast argument to...
2001-06-18  Ezra Peisach * kadm_funcs.c: Cast argument to isalnum()/isdigit...
2001-06-18  Ezra Peisach * ktutil_funcs.c (ktutil_add): Cast argument to isxdig...
2001-06-18  Ezra Peisach* getdate.y: Cast argument to isalpha()/isspace()/isdig...
2001-06-18  Ezra Peisach * network.c (setup_network): Cast argument to isspace...
2001-06-18  Ezra Peisach * server_misc.c (passwd_check): cast argument to
2001-06-18  Ezra Peisach * alt_prof.c (krb5_read_realm_params): Cast argument...
2001-06-18  Ezra Peisach * kparse.c (strutol): Cast argument to isupper()/tolow...
2001-06-18  Ezra Peisach * kparse.c (strutol): Cast argument to isupper()/tolow...
2001-06-18  Ezra Peisach * dump.c: Include regex.h if exists and if HAVE_REGCOMP
2001-06-18  Ezra Peisach* configure.in: Check for regex.h
2001-06-18  Ezra Peisach * acconfig.h: Add HAVE_REGCOMP
2001-06-18  Ezra Peisach * pre.in (KADM_COMM_DEPLIBS): Depend on GSSRPC_DEPLIBS...
2001-06-18  Ezra Peisach * main.c (main): Cast arguments to print_status to...
2001-06-18  Ezra Peisach * loginpaths.h: If _PATH_DEFPATH is defined, undefine...
2001-06-18  Ezra Peisach * auth_gssapi.c (auth_gssapi_create): Cast const gss_O...
2001-06-18  Ezra Peisach * accept_sec_context.c acquire_cred.c import_sec_context.c
2001-06-18  Ezra Peisach * client_init.c (_kadm5_init_any): Add casts to (gss_O...
2001-06-18  Ezra Peisach * g_pw_in_tkt.c: Include krb5.h so that des_read_passw...
2001-06-18  Ezra Peisach * logger.c (klog_vsyslog): If krb5_klog_init...
2001-06-17  Ezra Peisachv4krb524d.exp: New tests for the krb524d and k524init...
2001-06-17  Ezra Peisach * default.exp: Add an entry for krb524_server...
2001-06-16  Ken Raeburn* fwd_tgt.c (krb5_fwd_tgt_creds): Copy enctype for...
2001-06-16  Ken Raeburnupdated
2001-06-16  Ken Raeburngetsyms: Fix quoting around find command looking for...
2001-06-15  Ezra Peisach * ftpcmd.y, ftpd.c: Cast argument to isspace...
2001-06-15  Ezra Peisach * cmds.c, domacro.c: Cast arguments to isspace() and...
2001-06-15  Ken Raeburnupdate profile section name in comments to reflect...
2001-06-12  Tom Yu * resolve.c (main): Make error message note that misco...
2001-06-12  Ezra Peisach * destest.c: main returns int instead of void. Add...
2001-06-12  Ezra Peisach * t_mddriver.c: Cleanup assignments in conditionals...
2001-06-12  Ezra Peisach * Makefile.in (t_walk_rtree, t_kerb): Do not link...
2001-06-12  Ezra Peisach * sn2princ.c, hst_realm.c, an_to_ln.c: Cast argument to
2001-06-12  Ezra Peisach * asn1_k_decode.c (asn1_decode_predicted_sam_response...
2001-06-11  Ezra Peisach * test_profile.c: Include <string.h> for strcmp()...
2001-06-11  Ezra Peisach * pty-int.h: Provide revoke() prototype if system...
2001-06-11  Ezra Peisach * argv_parse.c (argv_parse): Cast argument to isspace...
2001-06-11  Ezra Peisach * configure.in (SETENVOBJ): If setenv is not present...
2001-06-11  Ezra Peisach * compat_recv.c: Include k5-util.h to ensure new proto...
2001-06-11  Ezra Peisach * k5-util.h: Add prototypes for krb5_compat_recvauth_v...
2001-06-11  Ezra Peisach * sendauth.c (krb_sendauth): Add KRB5_DLLIMP/KRB5_CALL...
2001-06-11  Ezra Peisach * krb.h: Add prototype for krb_sendauth()
2001-06-11  Ezra Peisach * Makefile.in (MLIBS): Do not link against libgen...
2001-06-11  Ezra Peisach * setenv.c: Add prototype for _findenv to avoid incons...
2001-06-11  Ezra Peisach * str_conv.c: If strptime() is present on system without a
2001-06-11  Ezra Peisach * configure.in: Test for strptime() prototype. Debian...
2001-06-11  Ezra Peisach * configure.in: Check for system provided getutmp...
2001-06-11  Ezra Peisach * aclocal.m4 (KRB5_NEED_PROTO): Determines if the...
2001-06-11  Ezra Peisach * kinit.c (k4_begin): Cleanup assignment in conditiona...
2001-06-11  Ezra Peisach * kadm_supp.c: Include string.h for strncpy() prototype
2001-06-11  Ezra Peisach * krshd.c: Include <grp.h>, <libpty.h>, and <sys/wait...
2001-06-08  Ezra Peisach * krb.h: Add "internal" prototypes cr_err_reply()...
2001-06-08  Ezra Peisach * cr_tkt.c (krb_create_ticket): Get rid of last argume...
2001-06-08  Ezra Peisach * configure.in: Test for existance of arpa/inet.h
2001-06-08  Ezra Peisach * dumpv4.c: Pass C_Block * to des_read_password()...
2001-06-08  Ezra Peisach * ovsec_kadmd.c (main): Make format string to sprintf...
2001-06-08  Ezra Peisach kdm_ser_wrap.c: Argument to quad_cksum is C_Block...
2001-06-08  Ezra Peisach * kdc_preauth.c: Include adm_proto.h for krb5_klog_sys...
2001-06-08  Ezra Peisach * v4gssftp.exp: During test, set KRB5CCNAME to a non...
2001-06-08  Ezra Peisach * client.c: Include unistd.h for getopt() prototype
2001-06-08  Ezra Peisach * auth_gssapi.h: Rename prototypes from _svcauth_set_l...
next