]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
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...
2009-01-23  Greg HudsonIn kadmin, free the correct item in an error case ...
2009-01-23  Greg HudsonAdd some output parameter initializations n order to...
2009-01-23  Greg HudsonPer coding standards, don't declare variables in inner...
2009-01-23  Ken RaeburnInclude cksumtypes.h from aead.h to get struct krb5_cks...
2009-01-22  Tom Yufix trailing whitespace
2009-01-22  Tom Yuwhitespace
2009-01-22  Greg HudsonAdapted patch from Apple: in kadmind's process_chpw_req...
2009-01-22  Ken RaeburnIf USE_VALGRIND, check that source principal is defined...
2009-01-22  Ken RaeburnIf USE_VALGRIND, check readability of byte string befor...
2009-01-22  Ken RaeburnDefine valgrind macros as no-ops if not USE_VALGRIND...
2009-01-21  Greg HudsonPatch from Love: when opening an existing replay cache...
2009-01-21  Greg HudsonPatch from Luke: fix error return of krb5_gss_use_kdc_c...
2009-01-20  Ken RaeburnWhen encoding, and compiling with -DUSE_VALGRIND, expli...
2009-01-20  Ken Raeburndelete trailing whitespace, including insanely long...
2009-01-20  Greg HudsonIn krb5_rd_rep_dce, initialize repl to NULL to avoid...
2009-01-17  Ken RaeburnIf buffer length is 0, force pointer to NULL, to keep...
2009-01-17  Ken Raeburnpatch from Luke - minor cleanup
2009-01-17  Ken Raeburnpatch from Luke - fix enctype-nego enctype list setup
2009-01-17  Ken Raeburnpatch from Luke - fix sign problem
2009-01-16  Ken Raeburninclude dependencies for decoder test
2009-01-16  Ken RaeburnUse valgrind in more cases if VALGRIND is set
2009-01-15  Ken RaeburnMake enctype and checksumtype name mapping table types...
2009-01-15  Ken RaeburnFix an additional multiple-write case noted by John...
2009-01-15  Greg HudsonRework the replay cache extensions to make the hash...
2009-01-15  Ken Raeburnupdate
next