]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
2009-02-09  Ken Raeburnuse unsigned value for shifting, avoiding undefined...
2009-02-09  Ken RaeburnFor Sun CC, create one errwarn arg with commas instead...
2009-02-06  Greg HudsonMemory handling fixes in walk_rtree
2009-02-06  Greg HudsonFix whitespace on previous commit to ure.c. Correct...
2009-02-06  Greg HudsonPass the correct width argument to fprintf for URE_CHAR in
2009-02-06  Greg HudsonFix error handling in krb5_walk_realm_tree
2009-02-06  Ezra PeisachUnsigned/signed fixes
2009-02-06  Ezra PeisachChange variable accepting return from strftime to time_...
2009-02-06  Ezra PeisachDo not assume sizeof(bool_t) == sizeof(krb5_boolean)
2009-02-06  Ezra PeisachUnsigned/signed warnings cleanup
2009-02-06  Ezra PeisachCleanup some warnings due to getsockname's third argume...
2009-02-06  Ken Raeburnremove some redundant or useless qualifiers
2009-02-05  Ken Raeburnuse casts, for c++ compilation on windows
2009-02-05  Greg HudsonFix memory handling bug in mk_req_ext
2009-02-05  Will Fiveashdeal with memleaks in migrate mkey project
2009-02-05  Greg HudsonIn gc_frm_kdc.c's do_traversal(), fix an assert which...
2009-02-05  Greg HudsonIn krb5_rc_io_store, check the return value of krb5int_...
2009-02-05  Greg HudsonIn recvauth_common, initialize ap_option. It can't...
2009-02-05  Greg HudsonChange krb5_rc_resolve_type (not a public API) to alloc...
2009-02-05  Ezra PeisachDetect failure to register with rpcbind/portmap due...
2009-02-05  Greg HudsonAdd a missing break in the switch statement of
2009-02-05  Ken RaeburnCreate and use (in several places) a variant of
2009-02-05  Greg HudsonIn krb5_ktfileint_find_slot, check for an error return...
2009-02-05  Greg HudsonCoverity was nervous that hst_realm.c's domain_heuristi...
2009-02-05  Greg HudsonFix a memory leak in krb5_kt_resolve when we fail to...
2009-02-05  Ken Raeburninclude omitted system header string.h
2009-02-05  Ken Raeburndeclare replacement [v]asprintf functions
2009-02-05  Ken Raeburnint/ptr bug in gssapi code
2009-02-04  Ken Raeburndon't do arithmetic on void pointers
2009-02-04  Ken Raeburnregenerate
2009-02-04  Will Fiveashnew multi-masterkey support doesn't work well when...
2009-02-04  Greg HudsonRemove xfread/xfwrite macros. Casting the first argume...
2009-02-04  Greg HudsonIn tcl_ovsec_kadm_get_policy, initialize ent since...
2009-02-04  Greg HudsonIn krb5int_utf8s_to_ucs2les, free the correct value...
2009-02-04  Greg HudsonInclude k5-int.h in several pkinit source files, in...
2009-02-04  Zhanna TsitkovUse macros for config parameters
2009-02-04  Ken Raeburnremove some krb4 testing hooks
2009-02-04  Ken Raeburndon't create or delete krb.conf, krb.realms
2009-02-03  Ken Raeburnprefer structure assignment to memcpy
2009-02-02  Ken RaeburnRemove unnecessary pointer casts in args to free,memcpy...
2009-02-02  Ken RaeburnTWRITE_STR casts second argument; don't add redundant...
2009-02-02  Greg HudsonFix a whitespace error introduced when fixing a typo...
2009-02-02  Greg HudsonFix a typo in the defines added to k5-int.h
2009-02-02  Zhanna TsitkovIntroduces macros for config parameters
2009-02-02  Ken RaeburnGet rid of casts of free() argument to char*, except...
2009-02-02  Ken RaeburnCollect hairy parts of krb5_is_<msgtype> macros into...
2009-02-02  Ken RaeburnRevise last change to better resemble the original...
2009-02-02  Ken Raeburnspeed up kpasswd tests
2009-02-02  Ken Raeburnaddress lib/kadm5 test suite slowness
2009-02-02  Ken Raeburndon't delay so long while waiting for daemon startup
2009-02-02  Ken Raeburncomment needed some grammatical/typographical fixes too
2009-02-02  Ken Raeburncomment whitespace
2009-02-02  Ken Raeburnreapply memchr patch
2009-02-02  Ken Raeburnexplicitly initialize pointer fields after memset ...
2009-02-02  Ken Raeburnsmall storage leak in KDC startup
2009-01-31  Ken Raeburnuse t_inetd with a ready message and avoid waiting...
2009-01-31  Tom Yuback to trunk
2009-01-31  Tom YuREADME and patchlevel.h for 1.7 release branch
2009-01-31  Tom YuDefault allow_weak_crypto=true for now. Default suppor...
2009-01-31  Ken Raeburnexport new functions
2009-01-31  Ken Raeburnfix resource leak
2009-01-31  Ken Raeburnrecode as more straight-line code to simplify analysis
2009-01-31  Ken Raeburndon't use uninitialized variable
2009-01-31  Ken Raeburnhandle freeing null keyblock
2009-01-31  Ken Raeburndon't double-free
2009-01-30  Will FiveashMaster Key Migration Project
2009-01-30  Greg Hudsonkrb5_get_server_rcache had some dead (and incorrect...
2009-01-30  Greg HudsonMake output parameter value of krb5_rc_resolve_full...
2009-01-30  Greg HudsonIn krb5_kdcrep2creds, call the correct free function...
2009-01-30  Zhanna TsitkovChanged the name match_config_pattern to krb5_match_con...
2009-01-29  Zhanna TsitkovIntroduced match_config_pattern function to find a...
2009-01-29  Ken Raeburnwhitespace
2009-01-29  Ken Raeburnclear outbuf[0].data to unconfuse coverity
2009-01-28  Tom Yudisable single-DES by default
2009-01-28  Ken Raeburninclude netinet/in.h to make sure we know what struct...
2009-01-28  Ken Raeburnno more -r option for setting krb.conf path
2009-01-28  Ken Raeburnremove some remnants of krb4-related config file options
2009-01-28  Sam Hartmanreturn correct kvno in TGS case
2009-01-28  Tom YuRun a single expect statement to read from both client...
2009-01-28  Ken Raeburnwhitespace
2009-01-28  Ken RaeburnStart to phase out krb5_xfree macro, which just casts...
2009-01-27  Ken RaeburnHelper script for processing valgrind logs that don...
2009-01-27  Ken Raeburnuse memchr
2009-01-27  Zhanna Tsitkov"Coding practices" related fixes
2009-01-26  Luke HowardIn asn1_decode_pa_for_user(), ensure that user member...
2009-01-26  Zhanna TsitkovIntroduced new static function prep_reprocess_req to...
2009-01-26  Sam Hartmangss_header|trailerlen should be unsigned int
2009-01-26  Tom YuPreliminary update of README for krb5-1.7 release
2009-01-26  Ken RaeburnUse 16/32-bit big/little-endian store functions in...
2009-01-26  Zhanna TsitkovCheck asprintf return codes. Styling
2009-01-25  Ezra PeisachUse a struct in_addr to insure alignment of address...
2009-01-24  Ken RaeburnChange 16/32/64-bit big-/little-endian/native unaligned...
2009-01-23  Zhanna TsitkovEliminate the need for the domain_realm mapping table...
2009-01-23  Greg HudsonRemove some null checks in cases where pointers can...
2009-01-23  Greg HudsonIn krb5_pac_get_buffer, check the correct value for...
2009-01-23  Greg HudsonIn krb5_pac_parse, change the code around a bit to...
2009-01-23  Greg HudsonInitialize ds.magic in k5_md5_hmac_hash, to avoid harml...
2009-01-23  Ken Raeburnhash db2 code breaks if st_blksize > 64k
2009-01-23  Greg HudsonIn krb5_get_init_creds, null out err_reply in a case...
2009-01-23  Greg HudsonAlways initialize the output parameter in krb5_parse_na...
next