krb5.git
2007-08-14 Ezra PeisachFree memory leak in do_test() from asprintf integration
2007-08-14 Jeffrey Altmanremove inadvertent commit of symbols temporarily export...
2007-08-11 Jeffrey Altmanexport krb5_get_profile
2007-08-10 Kevin KochSimulate changing views when the REFRESH action is...
2007-08-09 Ken Raeburnneed more dylib_file specs for darwin
2007-08-09 Kevin KochSimulate changing views when the REFRESH action is...
2007-08-09 Kevin KochControl watermark display with registry entry; document...
2007-08-09 Kevin KochThe background color is changed to COLOR_WINDOW
2007-08-08 Ken RaeburnGet rid of some old SunOS 4 config stuff
2007-08-08 Jeffrey AltmanPatch developed by kpkoch with style changes from jaltman
2007-08-08 Jeffrey AltmanIn krb5_preauth_context ftable should be
2007-08-08 Ken RaeburnOnly build pkinit plugin if a sufficiently recent versi...
2007-08-07 Tom YuRelease mechtok_out in spnego_gss_init_sec_context.
2007-08-06 Jeffrey Altmanmissing comma
2007-08-06 Jeffrey AltmanKRB5_CALLCONV must be specified inside parens
2007-08-06 Kevin CoffmanRemove these files that were not intended to be moved...
2007-08-04 Ken RaeburnAdd missing @end quotation
2007-08-04 Tom Yukrb5_fcc_generate_new() doesn't work with mkstemp()
2007-08-03 Tom YuBased on Apple's patch, during the referrals loop,...
2007-08-03 Jeffrey AltmanNIM: apply does not update saved values of general...
2007-08-03 Ezra PeisachAdd internal prototype for krb5_preauth_supply_preauth_...
2007-08-01 Kevin CoffmanAdd PKINIT support
2007-08-01 Ken RaeburnDefine snprintf along with vsnprintf for Windows
2007-08-01 Ken RaeburnDon't define vsnprintf for Windows here
2007-07-31 Alexandra EllwoodImplemented and tested cc_ccache_wait_for_change()
2007-07-27 Ken RaeburnSet KTFILEP field to null any time we close the file
2007-07-27 Ken RaeburnDebugged version of patch worked up with Luke
2007-07-27 Ken Raeburnmake depend
2007-07-27 Ken RaeburnCheck for null file handle in get_next.
2007-07-27 Ken RaeburnProvide {,v}asprintf prototypes if needed
2007-07-27 Ken RaeburnCheck whether a prototype for vasprintf is needed
2007-07-27 Ken RaeburnIf no salt is included with the key data, set the salt...
2007-07-25 Alexandra EllwoodUpdated API version to 7 because we added the wait_for_...
2007-07-25 Alexandra EllwoodAdded callback support for wait_for_change functions
2007-07-22 Ken RaeburnInclude k5-platform.h
2007-07-20 Ken RaeburnPull out code for looking up the current time, comparin...
2007-07-20 Ken Raeburndeclare xasprintf
2007-07-20 Ken Raeburnprovide more useful error message when running kpropd...
2007-07-19 Alexandra EllwoodMade callback code generic so that change time callback...
2007-07-19 Alexandra EllwoodAdded new autogenerated file to generate-files-mac...
2007-07-19 Alexandra Ellwoodccs_pipe_t needs copy and release functions
2007-07-13 Ken Raeburnmake depend
2007-07-12 Ken RaeburnUse [v]snprintf or asprintf instead of unchecked sprint...
2007-07-12 Ken RaeburnCreate and use xasprintf akin to xmalloc, returns point...
2007-07-12 Ken RaeburnRecommend snprintf/asprintf. Specify 'static inline...
2007-07-12 Ken RaeburnMissed a sprintf->snprintf switch
2007-07-12 Ken RaeburnAvoid unchecked sprintf in some KDC-side programs
2007-07-12 Ken RaeburnAvoid unchecked sprintf in some more support code
2007-07-12 Ken RaeburnAvoid use of unchecked sprintf in libraries. Use aspri...
2007-07-12 Ken RaeburnNuke disabled support for ancient .klogin syntax
2007-07-12 Justin AndersonFilled in dummy descriptions. Also, no longer errors...
2007-07-12 Kevin KochAdd #ifdef WIN32 section
2007-07-12 Kevin Koch#include of Kerberos.h removed. It can't work on Windo...
2007-07-12 Kevin KochAdded dummy Description arguments where needed. Compil...
2007-07-12 Kevin KochAdded dummy Description arguments where needed. Compil...
2007-07-11 Kevin KochTargetVersion: 1.7
2007-07-10 Ken Raeburnmake depend
2007-07-10 Ken RaeburnGet rid of .o files when cleaning
2007-07-05 Ken RaeburnSet PERL
2007-07-04 Ken RaeburnMake error_map.h depend on ktemplate.pm too
2007-07-04 Ken RaeburnAdd a note at the start of the output reminding the...
2007-07-04 Ken RaeburnHandle 'Credentials cache file <path> not found'
2007-07-04 Ken Raeburngss krb5 mech enhanced error messages
2007-07-04 Ken RaeburnUse strdup
2007-07-04 Ken RaeburnUse global spawn_id
2007-07-04 Ken RaeburnPerl code for generating "map" routines from a common...
2007-07-04 Ken RaeburnAdd a new per-thread datum for error message info in...
2007-07-04 Ken RaeburnSome handy debugging code for gssapi errors in credenti...
2007-07-04 Ken RaeburnIf error is KDC_ERR_S_PRINCIPAL_UNKNOWN, report the...
2007-07-04 Ken RaeburnIn file-not-found case, report the filename sought
2007-07-04 Ken RaeburnRemove debugging message accidentally left in
2007-07-04 Ken RaeburnSave a detailed message for FCC_NOFILE including the...
2007-07-04 Ken RaeburnWhen skipping debugging '-->' data, only take through...
2007-07-03 Ken RaeburnReport in make output when updating OBJS.ST/SH/PF
2007-07-03 Ken RaeburnTell Emacs to use C mode for this file
2007-07-02 Ken RaeburnTest for va_copy should be a link test, not a compile...
2007-07-02 Ken RaeburnInclude k5-platform.h
2007-06-29 Ken RaeburnCheck for error indication from localtime.
2007-06-29 Ken RaeburnDefine a localtime_r wrapper around localtime if the...
2007-06-29 Ken RaeburnUnder gcc, declare k5_v?asprintf with format attribute
2007-06-29 Ken RaeburnAttach format attributes to declarations of various...
2007-06-29 Ken RaeburnEven though the passed string never has a %, use an...
2007-06-29 Ken RaeburnIgnore __attribute__
2007-06-28 Ken RaeburnCheck for null pointer returns when allocating storage.
2007-06-28 Ken RaeburnUpdate mkstemp and export-list handling for Windows
2007-06-28 Ken RaeburnImplement S_ISDIR from S_IFMT or _S_IFMT if necessary...
2007-06-27 Ken RaeburnFor Win32 environment, define CAN_COPY_VA_LIST, and...
2007-06-27 Ken RaeburnIf mkstemp is missing, define the mkstemp macro is...
2007-06-26 Ken Raeburn* v4rcp.c (error): Use stdarg version always. Call...
2007-06-26 Ken Raeburn* v4rcp.c (kstream_write): Allocate buffer space if...
2007-06-26 Ken RaeburnCheck malloc return for null in kstream_create_* instead of
2007-06-26 Tom Yufix MITKRB5-SA-2007-005 [CVE-2007-2798/VU#554257]
2007-06-26 Tom Yufix MITKRB5-SA-2007-004 [CVE-2007-2442/VU#356961, CVE...
2007-06-22 Jeffrey AltmanUpdate configuration schema in ui\uiconfig.csv to inclu...
2007-06-22 Jeffrey AltmanThe new credentials window now applies Windows XP theme...
2007-06-22 Jeffrey Altman1. Add a '--minimized' option to start NIM in minimized...
2007-06-22 Jeffrey Altman1. Use the debug CRT versions of the memory allocation...
2007-06-22 Jeffrey Altman1. Fix a malformed line in ui\lang\en_us\khapp.rc in...
2007-06-22 Jeffrey AltmanNetIDMgr:
2007-06-22 Jeffrey AltmanBe more aggressive about forcing the new credentials...
next