krb5.git
2009-02-19 Ken Raeburnremove obsolete GNU.ORG realm info
2009-02-19 Zhanna TsitkovFix in handle_referral_params
2009-02-18 Ken RaeburnSome fixups and stubs for building ccapi on UNIX, and...
2009-02-17 Greg HudsonRevert the fopen part of the previous krb5_kuserok...
2009-02-17 Greg HudsonIn krb5_kuserok, just try opening .k5login; don't check...
2009-02-13 Ken RaeburnBe less verbose about routing-socket messages
2009-02-13 Greg HudsonCorrect numerous memory leaks on error conditions in...
2009-02-13 Greg HudsonIn krb5_decode_leak.c, work around the oddity that
2009-02-13 Greg HudsonIn tgs_construct_tgsreq, free scratch even if scratch...
2009-02-13 Sam HartmanImplement TGS authenticator subkey usage
2009-02-12 Ken RaeburnDon't pass negative numbers to strerror
2009-02-12 Ken RaeburnDon't apply 'const' twice. Make kg_arcfour_l40 static
2009-02-12 Ken RaeburnDon't apply 'const' twice
2009-02-12 Greg HudsonIn krb5_get_in_tkt_with_password, free opte before...
2009-02-12 Greg HudsonMake output parameter of krb5_generate_subkey_extended...
2009-02-12 Ken RaeburnRemove useless unsigned >=0 tests
2009-02-12 Greg HudsonIn krb5_rc_io_open_internal, d->fn is always set for...
2009-02-12 Greg HudsonModify asn12krb5_buf and asn1_do_full_encode to make...
2009-02-12 Greg HudsonFix allocation failure check in walk_rtree
2009-02-11 Greg HudsonAdd a new test harness to facilitate memory leak detect...
2009-02-11 Greg HudsonEnsure we have a free function for every data type...
2009-02-11 Ezra Peisach--disable-rpath is not working
2009-02-11 Ezra PeisachAdd test for krb5_cc_get_principal and ensure returned...
2009-02-11 Russ AllberyInstall ktutil and kadmin into CLIENT_BINDIR instead...
2009-02-11 Ken Raeburnremove local objects from list for windows
2009-02-11 Ken Raeburnremove des425 syms; add some new dce,iov syms needed...
2009-02-11 Ken RaeburnUpdates for current CCAPI code; build krb5 unicode...
2009-02-11 Ken RaeburnSome updates to compile and link on Windows, with recen...
2009-02-11 Ken Raeburnpull in unicode stuff on windows
2009-02-11 Ken Raeburnhide stat buf init on windows
2009-02-11 Ken Raeburnmake build on windows, in current makefile framework
2009-02-11 Ken RaeburnWindows version of 'copy a bunch of files around'
2009-02-11 Ken Raeburnbuild strlcpy.c, printf.c, ipc_stream.c on windows
2009-02-11 Ken Raeburndefine SSIZE_MAX forWindows
2009-02-11 Ken Raeburnunistd.h is posix only
2009-02-11 Ken Raeburnpull in dependency files
2009-02-10 Ken Raeburnupdate
2009-02-10 Greg HudsonIn krb5_ccache_internalize: fix resource leaks, fix...
2009-02-10 Greg HudsonIn the ccache serialization code, remove some unnecessa...
2009-02-10 Greg HudsonFix a memory leak (unlikely to happen in practice)...
2009-02-10 Greg HudsonAdjust the structure of krb5_decode.c functions to...
2009-02-10 Greg HudsonUpdate t_k5buf.c for the renamed buffer type constants
2009-02-09 Ken RaeburnRename functions from k5_ipc_stream_* to krb5int_ipc_st...
2009-02-09 Ken RaeburnAdd variables for optionally building ipc_stream.c...
2009-02-09 Ken RaeburnAdjust names to not conflict with Windows headers
2009-02-09 Ken RaeburnInclude assert.h
2009-02-09 Ken RaeburnUse winsock2.h on Windows. Make initializer value...
2009-02-09 Ken RaeburnMore KfW generated stuff
2009-02-09 Ken RaeburnMore KfW generated stuff
2009-02-09 Ken RaeburnIgnore some stuff generated for KfW build
2009-02-09 Ken RaeburnRename X11 resource file to avoid name conflict on...
2009-02-09 Ken RaeburnIgnore files generated by in-place build on Mac
2009-02-09 Greg HudsonMake asn1buf_destroy return void, since it's a free...
2009-02-09 Greg HudsonIn asn1_k_encode.c, stop inconsistently destroying...
2009-02-09 Ken RaeburnFix one more case of an explicit null check before...
2009-02-09 Zhanna TsitkovCheck if mem allocation was successful
2009-02-09 Greg HudsonFix possible free of uninitialized value in walk_rtree
2009-02-09 Greg HudsonChange contract of krb5int_utf8_normalize and fix memor...
2009-02-09 Ken RaeburnProvide omitted return value in last change
2009-02-09 Ken RaeburnRemove unused file
2009-02-09 Ken Raeburnmake krb5_free_* functions ignore NULL
2009-02-09 Ken RaeburnCheck C++ compatibility for some internal headers that...
2009-02-09 Ken RaeburnMore C++ compatibility: Don't use "typedef struct tag...
2009-02-09 Ken RaeburnC++ compatibility fix -- g++ says "types may not be...
2009-02-09 Ken RaeburnFor Sun CC, also make implicit function declarations...
2009-02-09 Ken RaeburnSupply missing fn declarations
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...
next