]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
2008-08-07  Will FiveashAdd test case to test that new mkey stash code is backw... mkey_keytab
2008-07-15  Will FiveashFiles updated as a result of code review from Ken Raeburn
2008-07-01  Will FiveashTalked with MIT people and decided to revert the logic of
2008-06-27  Will FiveashThe logic of the krb5_db_def_fetch_mkey_keytab() was...
2008-06-25  Will FiveashMasterkey Keytab Stash
2008-06-25  Will FiveashAll relevant tests in local src tree pass
2008-06-24  Will Fiveashfixed a few more bugs, most tests are passing but may...
2008-06-19  Will Fiveashsecond commit to backup files, tweaked some logic to...
2008-06-06  Will Fiveashfirst commit to backup my changes
2008-06-06  Will FiveashBranch for the changes to stash the master key in a...
2008-06-06  Ken RaeburnAnnotate that 'protocol' in svc_register means an IPPRO...
2008-06-06  Ken RaeburnOn Mac OS X, try poking launchd to get the portmapper...
2008-06-06  Ken RaeburnCheck for GSS_C_NO_CREDENTIAL before loop check
2008-06-04  Ken RaeburnWe're not using this makedepend implementation any...
2008-06-03  Ken RaeburnRevert a few const specs to reduce warnings
2008-06-03  Ken RaeburnFix various minor format-string issues
2008-06-03  Ken RaeburnPassing 0 to krb5_build_principal requires a cast
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...
next