krb5.git
2008-06-02 Ken RaeburnDon't use 'log' as a global variable name
2008-06-02 Ken RaeburnExplicitly note number as unsigned to shut gcc up
2008-06-02 Ken RaeburnPartial const-ification, as indicated by the modern...
2008-06-02 Ken RaeburnFix a few incompatible-pointer warnings that aren't...
2008-06-02 Ken RaeburnChange krb5_context.db_context to point to the real...
2008-05-30 Alexandra EllwoodAdd header for kill() in USE_PASSWORD_SERVER case
2008-05-30 Alexandra EllwoodApple PKINIT patch commit
2008-05-30 Alexandra EllwoodNo prototype when building kdb5_util without krb4 support
2008-05-30 Alexandra EllwoodWarnings in server_stubs.c (signed vs unsigned errmsg...
2008-05-30 Alexandra Ellwoodsigned vs unsigned char * warnings in kdb_xdr.c
2008-05-27 Alexandra EllwoodProfile library should not call rw_access earlier than...
2008-05-19 Ken RaeburnUse $(DL_LIB) instead of explicit -ldl
2008-05-17 Ken RaeburnForce hostname to lowercase before constructing kadmin...
2008-05-16 Ken RaeburnMinor spelling & comment formatting
2008-05-15 Ken RaeburnMove auto var to outer scope, because its storage is...
2008-05-15 Ken RaeburnDon't test error code when it's known to be 0
2008-05-15 Ken RaeburnFix minor bug in kg_save_name failure cleanup code
2008-05-15 Ken RaeburnFree context after use, not before
2008-05-11 Russ AllberyFix a typo in krb5.conf: ldap_server should be ldap_ser...
2008-05-07 Alexandra EllwoodAdded kim documentation
2008-05-07 Alexandra EllwoodMove KIM implementation to the krb5 repository
2008-04-30 Ken Raeburn(more) After malloc/realloc/calloc/strdup/asprintf...
2008-04-30 Ken RaeburnAfter malloc/realloc/calloc failures, return ENOMEM...
2008-04-28 Russ AllberyProperly escape - in kdb5_ldap_util man page
2008-04-25 Ken RaeburnLeft-shifting all the way in signed math is undefined...
2008-04-25 Ken RaeburnMultiple assignments without sequence points invoke...
2008-04-25 Alexandra EllwoodGenerate a large enough array to hold all the base...
2008-04-24 Ken RaeburnRemove sched_yield uses
2008-04-24 Ken RaeburnDon't do UTF-8 bits (and include Apple headers) when...
2008-04-18 Ken Raeburnfix possible buffer overrun in handling generic-error...
2008-04-03 Ken RaeburnPull out generic array expansion code from array_append...
2008-03-29 Ken RaeburnCoverity CID 220: NULL check of "buf" after dereference
2008-03-29 Ken RaeburnCoverity CID 46: mech_type will always have the address...
2008-03-29 Ken RaeburnCoverity CID 47: Unreachable code
2008-03-29 Ken RaeburnCoverity CID 91: Context is tested for null, and then...
2008-03-29 Ken RaeburnCoverity CID 101: Fix minor bounds check error
2008-03-29 Ken RaeburnCoverity CID 228: Possible use of uninitialized variabl...
2008-03-21 Alexandra EllwoodProtect CFBundle calls with mutexes
2008-03-20 Kevin KochGenerate ccapi.def export list from V2, V3, debug lists...
2008-03-18 Ken RaeburnFix MITKRB5-SA-2008-001 on trunk. Patch differs from...
2008-03-18 Alexandra EllwoodCCacheServer should track client iterators
2008-03-18 Ken RaeburnMITKRB5-SA-2008-002
2008-03-18 Kevin KochDetect if the Vista version of ntsecapi.h is present
2008-03-14 Alexandra Ellwoodcc_ccache_iterator_release, cc_credentials_iterator...
2008-03-13 Kevin KochInclude .h files and move all declarations above all...
2008-03-13 Alexandra EllwoodInvalid assignment while trying to set input to NULL
2008-03-13 Alexandra Ellwoodremoved unused header file inclusion CoreFoundation.h
2008-03-12 Alexandra EllwoodAccidentally added file with wrong name. Removed
2008-03-12 Alexandra EllwoodAccidentally added empty file. Removed
2008-03-12 Alexandra EllwoodAdded tests for iterators and NC info. Added test...
2008-03-10 Alexandra EllwoodAdd CCAPI v2 tests
2008-03-10 Alexandra EllwoodRemove C warnings
2008-03-10 Alexandra EllwoodRemoved script to run cc_context_get_version test
2008-03-10 Alexandra EllwoodRemoved tests for check_cc_context_get_version
2008-03-10 Alexandra EllwoodFixed error code remapping
2008-03-10 Alexandra Ellwoodcc_remove_cred should only remove one cred
2008-03-10 Alexandra Ellwoodcc_set_principal should return error on bad cred version
2008-03-10 Alexandra EllwoodFix pointer cast in cc_seq_fetch_NCs_end
2008-03-10 Alexandra Ellwoodcci_cred_union_compare_to_credentials_union doesn't...
2008-03-10 Alexandra EllwoodCCAPI v2 support crash when client or server strings...
2008-03-10 Alexandra Ellwoodccs_ccache_reset should check all arguments for NULL
2008-03-04 Ken RaeburnInclude signal.h before ftp_var.h to silence my_sig_t...
2008-03-04 Justin AndersonFix memory leak by delaying instantiation of lid until...
2008-03-04 Ken RaeburnAdd "-framework CoreFoundation" to crypto library link...
2008-02-29 Kevin Kochlib/win/Makefile.in: Added
2008-02-29 Tom YuMake a NUL-terminated copy of realm name before passing...
2008-02-26 Alexandra Ellwoodkrb5int_arcfour_string_to_key does not support utf...
2008-02-24 Ken RaeburnAdd some ignored files, for in-tree builds
2008-02-19 Kevin KochRemove stop-here target that stops the build
2008-02-19 Kevin KochChanges to integrate the CCAPI build into the build...
2008-02-19 Russ Allberyman page macro and hyphen fixes
2008-02-07 Tom Yumore tests for libdb btree page split on zero index
2008-02-06 Alexandra EllwoodRemove AppleConnect workaround
2008-02-06 Alexandra EllwoodNeed CCAPI v2 support for Windows
2008-02-05 Ken Raeburntools for svn:eol-style fixups
2008-02-05 Ken Raeburnmore eol-style
2008-02-05 Ken Raeburnset eol-style
2008-02-05 Alexandra EllwoodSet EOL style
2008-02-01 Tom Yulibdb btree page split on zero index corrupts db
2008-01-31 Kevin KochActually pass the nmake arguments to nmake
2008-01-29 Alexandra EllwoodCCAPI changes to the mac-specific code to use new kipc...
2008-01-23 Jeffrey AltmanWindows: avoid use of cygwin mkdir and rmdir commands
2008-01-23 Kevin KochUpdate build instructions to indicate PATH ordering...
2008-01-22 Kevin KochCorrect makefile so pingtest builds
2008-01-22 Kevin KochWindows CCAPI snapshot. Should build & pass ping test
2008-01-22 Kevin KochWindows debug message line endings were already correct...
2008-01-22 Kevin KochMake windows debug message line endings match the Mac...
2008-01-15 Alexandra EllwoodAdd ccs_pipe_compare
2007-12-30 Russ Allberyimprove debugging of ticket verification in ksu
2007-12-22 Ken RaeburnWrap krb5_db_get_principal function with get_principal...
2007-12-22 Ken RaeburnImplement SWAP16 for Mac without compiler warning
2007-12-19 Ken RaeburnRename krb4_sendto to set_response since that's what...
2007-12-19 Ken RaeburnRemove unused args to krb4_sendto and unused global...
2007-12-19 Ken RaeburnRemove excess parameters in formatting log calls
2007-12-19 Ken RaeburnMake some stuff static that we don't need accessible...
2007-12-17 Kevin KochAdd the CCAPI design sketch to the new directory
2007-12-14 Tom Yufix CVE-2007-5894: apparent uninit length in ftpd.c...
2007-12-14 Tom Yufix CVE-2007-5902: integer overflow in svcauth_gss_get_...
2007-12-14 Tom Yufix CVE-2007-5971: double-free in gss_krb5int_make_seal...
2007-12-14 Tom Yufix CVE-2007-5972: double fclose() in krb5_def_store_mkey()
next