krb5.git
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
2009-01-15 Ken RaeburnAdd new routine krb5int_net_writev using scatter-gather...
2009-01-14 Ken RaeburnIf we have a local UDP socket without the PKTINFO optio...
2009-01-14 Ken RaeburnIf recv_from_to is passed a buffer for the local endpoi...
2009-01-14 Ken RaeburnMerge some very simple points of divergence in the...
2009-01-14 Ken RaeburnPass s4u name and c_flags to log_tgs_req. If values...
2009-01-14 Russ AllberyForce tickets acquired by the kadm5 client library...
2009-01-13 Sam HartmanPatch from Luke Howard to:
2009-01-13 Ken Raeburn/tmp/3
2009-01-13 Ezra PeisachFreeBSD compiler errors out on an error "zero or negati...
2009-01-12 Sam HartmanAdd a call to limit_string that appears to have been...
2009-01-12 Sam HartmanRemove gss_export_name_object and gss_import_name_object.
2009-01-12 Sam HartmanPatch from Luke Howard:
2009-01-12 Sam HartmanPatch from Luke Howard
2009-01-12 Sam HartmanRestore behavior of returning KRB5APP_ERR_BAD_INTEGRITY...
2009-01-12 Zhanna TsitkovCheck the return code from krb5int_clean_hostname as...
2009-01-12 Greg HudsonAdd message hash support to the replay interface, using...
2009-01-09 Tom YuFollow "off-path" TGT referrals
2009-01-09 Ken RaeburnRemove conflict marker; restore broken copyright line
2009-01-07 Sam Hartmankdb/keytab.c: map KRB5_KDB_NO_MATCHING_KEY to KRB5_KT_K...
2009-01-07 Ken RaeburnDon't create include/kerberosIV on installation
2009-01-06 Sam HartmanAdd support for referral null realms and use the defaul...
2009-01-06 Sam HartmanRemove ksu's own implementation of krb5_verify_init_cre...
2009-01-06 Sam HartmanKsu should call krb5_verify_init_creds instead of using...
2009-01-06 Tom YuSet RELTAIL back to "trunk"
next