]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
2004-06-16  Tom Yu * kadmin.c (kadmin_startup): Add option to force old... umich-rpc
2004-06-16  Tom Yu * admin.h (kadm5_get_admin_service_name): Prototype...
2004-06-16  Tom Yu * client_principal.c (eret): Add some debugging messag...
2004-06-16  Tom Yu * kadm_rpc_svc.c (check_rpcsec_auth, gss_to_krb5_name...
2004-06-16  Tom Yu * kadm5_create.c (add_admin_princs): Create kadmin...
2004-06-16  Tom Yufix lots of memory leaks and memory corruption
2004-05-27  Tom Yuumich RPCSEC_GSS integration
2004-04-15  no authorThis commit was manufactured by cvs2svn to create branch
2004-04-15  Sam HartmanFix memory leak when not sending to master KDC in
2004-04-14  Alexandra Ellwoodadded krb5-config to targets
2004-04-14  Jeffrey AltmanChanges to the NSIS installer for Windows to support...
2004-04-13  Jeffrey Altman Since we must reserve the single letter prefixes...
2004-04-13  Jeffrey Altman Treat keytab and ccache names without prefixes as...
2004-04-13  Jeffrey Altman * ccbase.c: the krb5_cc_resolve() function pointer...
2004-04-13  Jeffrey Altman * k5unseal.c: gss_krb5int_unseal_token_v3() takes...
2004-04-12  Ezra Peisach * configure.in: Remove tests for strsave, sys_errlist,
2004-04-08  Jeffrey Altman ktbase.c - restore the thread safety changes which...
2004-04-08  Jeffrey Altman On Windows, a single letter followed by colon is...
2004-04-06  Jeffrey Altman Install kvno.exe on Windows
2004-04-06  Jeffrey Altman * cc_mslsa.c:
2004-04-03  Ken Raeburn* network.c (setup_a_tcp_listener): Try to turn the...
2004-04-03  Ken Raeburn* server.c: Include string.h
2004-04-03  Ken Raeburn* lib/helpers.exp (expect_kadm_ok): Check for "ERROR...
2004-04-03  Ken Raeburn* svc_auth_gssapi.c (destroy_client): Don't call purify...
2004-04-03  Ken Raeburn* t_kdb.c (add_principal): Delete unused argument ...
2004-04-03  Ken Raeburn* keytab.c (krb5_ktkdb_get_entry): Don't use local...
2004-04-03  Ken Raeburn* btree/bt_seq.c: Include string.h
2004-04-03  Ken Raeburn* string2key.c: Replaced with a new implementation.
2004-04-02  Ken Raeburn* k5-int.h (krb5int_prng_cleanup): Declare
2004-03-31  Tom Yuupdate for krb5-1.3.3-beta2
2004-03-31  Jeffrey AltmanDelay load the ADVAPI32.DLL and SECUR32.DLL libraries...
2004-03-31  Jeffrey Altman 2004-03-31 Jeffrey Altman <jaltman@mit.edu>
2004-03-26  Sam HartmanRemove t_file.c as it is mostly redundant, does not...
2004-03-26  Sam Hartmankrb5_fcc_generate_new should use mkstemp
2004-03-24  Ken Raeburn* aclocal.m4 (KRB5_LIB_AUX): Use default_shared and...
2004-03-24  Ken Raeburn* shlib.conf (default_static, default_shared): New...
2004-03-24  Ken Raeburn* aclocal.m4 (KRB5_AC_MAINTAINER_MODE, KRB5_AC_ENABLE_T...
2004-03-23  Tom Yuargh. this time for sure.
2004-03-23  Tom Yuoops, save file first this time
2004-03-23  Tom Yukrb5-1.3.3-beta1
2004-03-22  Ken Raeburn* pbkdf2.c (hmac1): Make a local copy of the supplied...
2004-03-22  Ken Raeburn* network.c (delete_fd): Free pointed-to data after...
2004-03-22  Ken Raeburn* sendto_kdc.c (get_so_error): New function.
2004-03-22  Ken Raeburn* sendto_kdc.c (krb5int_sendto): Initialize select_stat...
2004-03-22  Ken Raeburn* t_crc.c (timetest): Free 'block' before returning.
2004-03-21  Ken Raeburn* rel_cred.c (krb5_gss_release_cred): Create and destro...
2004-03-21  Ken RaeburnOne less kg_get_context call..
2004-03-19  Ken Raeburnlog for export/import_name changes I accidentally check...
2004-03-19  Ken Raeburnback out a change I didn't mean to check in
2004-03-19  Ken Raeburnacquire_cred.c: revert previous change, it breaks the...
2004-03-19  Ken Raeburn* acquire_cred.c (krb5_gss_acquire_cred): Create and...
2004-03-19  Jeffrey AltmanReturn ERROR_FCC_NOFILE when the principal cannot be...
2004-03-19  Jeffrey Altman * cc_mslsa.c:
2004-03-18  Ezra Peisachkrb5_sendto_kdc passing improper argument to krb5_locat...
2004-03-18  Ken RaeburnThread-safe manipulation of registered error-table...
2004-03-18  Ken Raeburn* aclocal.m4: Include acx_pthread.m4.
2004-03-18  Ken Raeburn* ac-archive: New directory.
2004-03-18  Ken Raeburn* derive.c (krb5_random2key): Don't compile.
2004-03-18  Ken Raeburn* prng.c (krb5int_prng_cleanup): Renamed from prng_cleanup.
2004-03-18  Ken Raeburn* error.c (ss_error): Always use ANSI C form. Don...
2004-03-15  Sam HartmanFree unparsed names in SAM response handling
2004-03-15  Ken Raeburn* k5seal.c (kg_seal): Extract the krb5 context from...
2004-03-15  Ken Raeburn* gssapiP_krb5.h (struct _krb5_gss_ctx_id_rec): Add...
2004-03-15  Ken RaeburnSet new variable portbase to supplied $PORTBASE or...
2004-03-14  Ken Raeburn* gssapiP_krb5.h (struct _krb5_gss_ctx_id_rec): Delete...
2004-03-14  Ken RaeburnAdd a mutex to protect the set manipulations
2004-03-14  Ken RaeburnMake the set type separate from the set-element (linked...
2004-03-14  Ken Raeburn* gssapiP_generic.h (struct _g_set_elt, g_set_elt)...
2004-03-14  Ken RaeburnMake sure autoconf.h is updated early, since it's neede...
2004-03-14  Ken RaeburnChange profile code over to new thread macros, and...
2004-03-09  Ken HornsteinFix missing case for get_init_creds API change
2004-03-08  Ken Raeburn* pre.in (top_srcdir): Define, set by configure
2004-03-08  Ezra Peisach * prof_get.c (profile_parse_boolean): Declare...
2004-03-08  Ezra PeisachMissing prototype for gss_krb5int_unseal_token_v3
2004-03-08  Ken RaeburnChange subdir processing so that SUBDIRS will contain...
2004-03-08  Ken Raeburnnote, in comments, some per-directory variables autocon...
2004-03-08  Ken Raeburn* aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Look for tclCon...
2004-03-07  Ken Raeburn* configure.in: Move test for setupterm back down below...
2004-03-06  Ken Raeburnmake depend
2004-03-06  Ken RaeburnFor keytab, ccache, and rcache type registries, use...
2004-03-06  Ken Raeburnfix debug initializer and copyright
2004-03-06  Ken Raeburn* reconf: Delete autom4te.cache directories after runni...
2004-03-06  Ken Raeburn* lock_file.c (krb5_lock_file): Initialize flock data...
2004-03-06  Ken RaeburnUse more const data in the keytab type registry
2004-03-06  Ken Raeburn* k5-thread.h: New file
2004-03-05  Ken RaeburnMerge configuration of kdc, krb524, and slave directori...
2004-03-04  Ken Raeburn* configure.in: Don't invoke macros for library build...
2004-03-04  Ken Raeburn* configure.in: Don't check for --enable-athena and...
2004-03-04  Ken RaeburnConfigure telnet using one script instead of four
2004-03-03  Ken Raeburnfix typo
2004-03-03  Ken Raeburndon't get a krb5_context for the routines that don...
2004-03-03  Ken Raeburnminor formatting, mostly whitespace
2004-03-03  Ken Raeburn* rc_base.c: Delete unused and untested semaphore support
2004-02-28  Ken Raeburn* gic_pwd.c (krb5_get_in_tkt_with_password): Fix a...
2004-02-27  Ken Raeburn* lib/helpers.exp (expect_kadm_ok): Check for eof and...
2004-02-27  Jeffrey AltmanAs discussed on the krbdev mailing list, krb5_get_init_...
2004-02-27  Jeffrey Altman * gss-client.c: change if (this) if (that) => if ...
2004-02-26  Ken Raeburnfix GET{SOCK,PEER}NAME_ARG{2,3}_TYPE lossage I created
2004-02-26  Tom Yufix typos
2004-02-26  Sam HartmanSet context flags after calling krb5_rd_req so that...
next