krb5.git
2011-03-11 Greg HudsonFix a couple of key import modes in the NSS module...
2011-03-09 Greg HudsonRemove ser_eblk.c, which has been unused since r11001...
2011-03-09 Greg HudsonAdd one-line descriptions in the filename comments...
2011-03-09 Greg HudsonAdjust most C source files to match the new standards...
2011-03-09 Greg HudsonAdd a script and Makefile target to check for violation...
2011-03-08 Tom YuFix a memory leak independently found by Tim Pozdeev...
2011-03-08 Greg HudsonSPNEGO's accept_sec_context and init_sec_context produc...
2011-03-08 Greg Hudsonprototype/getopt.c hasn't been updated in quite some...
2011-03-06 Ezra PeisachUpdate dependencies
2011-03-06 Ezra PeisachFix up signed/unsigned warnings in this directory....
2011-03-06 Ezra PeisachClean up memory leaks at end of program. No leaks now...
2011-03-06 Ezra PeisachOn make clean remove test programs and object files...
2011-03-05 Greg HudsonAdd test vectors from RFC 3961 for DES and DES3 to...
2011-03-05 Ezra PeisachAdd test script for user2user programs
2011-03-05 Ezra PeisachInclude crypto_int.h for mit_des_fixup_key_parity prototype
2011-03-05 Greg HudsonFix a conceptual (but not practical) type mismatch...
2011-03-05 Greg HudsonMake enc provider free_state function return void
2011-03-05 Greg HudsonRemove the init_state and free_state enctype functions...
2011-03-05 Greg HudsonMove t_cf2 from lib/crypto/builtin to lib/crypto/crypto...
2011-03-05 Greg HudsonFlatten lib/crypto/krb, as its seven subdirectories...
2011-03-03 Greg HudsonFix SHA-256 on big-endian platforms
2011-03-02 Greg HudsonConsolidate almost all lib/crypto/krb headers into...
2011-03-02 Greg HudsonRemove some declarations from kdc_preauth.c which are...
2011-03-02 Greg HudsonIn export-check.pl, display a better error if there...
2011-02-28 Greg HudsonSimplify lib/crypto/krb/arcfour in the wake of r23444...
2011-02-28 Greg HudsonUse the hash provider interface in krb5int_arcfour_stri...
2011-02-27 Greg HudsonReference random-to-key handlers through the enctype...
2011-02-27 Greg HudsonRemove nonexistent aes_ctr from object and source file...
2011-02-27 Greg HudsonMake sure ulog_map() is invoked whenever we open the...
2011-02-25 Greg HudsonNamespace-protect SHA-256 symbols. Build SHA-256 code...
2011-02-25 Greg HudsonAdd Fortuna test program to file list for dependency...
2011-02-25 Greg HudsonAdd a non-default PRNG module which just retrieves...
2011-02-25 Greg HudsonRemove some unnecessary includes from prng_fortuna.c
2011-02-25 Greg HudsonMake depend
2011-02-25 Greg HudsonNow that all PRNG modules fit nicely into a single...
2011-02-25 Greg HudsonRemove Yarrow PRNG implementation
2011-02-25 Greg HudsonA couple more Windows build system adjustments for...
2011-02-25 Greg HudsonAdd a stubs file missing from r24656
2011-02-25 Greg HudsonMake Fortuna the default PRNG for the Windows build
2011-02-24 Greg HudsonUnbreak the OpenSSL and NSS crypto builds in the wake...
2011-02-24 Greg HudsonFix dangling Makefile reference after r24652
2011-02-24 Greg HudsonMake depend
2011-02-24 Greg HudsonMake Fortuna the default PRNG algorithm
2011-02-24 Greg HudsonFortuna as default PRNG
2011-02-23 Greg HudsonRemember to free the result of getaddrinfo() in the...
2011-02-23 Ezra PeisachFix memory leak in t_expire_warn
2011-02-22 Greg HudsonFix a memory leak introduced in r23926 where k_cred...
2011-02-22 Greg HudsonDon't leak the mechanism internal context when we get...
2011-02-22 Tom YuDelete kinit_kdb.o in make clean
2011-02-18 Greg HudsonFix a conceptual bug in r24639: the intermediate key...
2011-02-16 Greg HudsonDon't reject AP-REQs based on PACs
2011-02-16 Greg Hudsonhmac-md5 checksum doesn't work with DES keys
2011-02-14 Greg HudsonIn kg_acceptor_princ, make Coverity happy by using...
2011-02-13 Greg HudsonIn kadm5_rename_principal, fix an oversight which would...
2011-02-13 Greg HudsonUntabify trace.c (tabs crept in when the file was created)
2011-02-13 Greg HudsonDefer hostname lookups in krb5_sendto_kdc
2011-02-13 Greg HudsonTrace logging file descriptor leak
2011-02-13 Greg HudsonReposition a trace call which was dereferencing freed...
2011-02-09 Tom YuKDC denial of service attacks [MITKRB5-SA-2011-002...
2011-02-09 Tom Yukpropd denial of service [MITKRB5-SA-2011-001 CVE-2010...
2011-02-09 Greg HudsonAdd missing KRB5_USE_INET6 ifdefs around some bits...
2011-02-09 Greg HudsonAssume ELF on FreeBSD if objformat doesn't exist
2011-02-08 Greg HudsonFix seg faulting trace log message for use of fallback...
2011-02-08 Zhanna TsitkovSet JAVADOC_AUTOBRIEF to YES to allow Doxygen interpret...
2011-02-07 Greg HudsonImprove acceptor name flexibility
2011-02-07 Zhanna TsitkovAdd "make doxugen" option to generate doxygen output
2011-02-07 Zhanna TsitkovAdded doxygen comments (mostly from the backup location)
2011-02-04 Greg HudsonChange flow control in krb5_gss_import_name to better...
2011-02-03 Greg HudsonRemove an unnecessary statement in acquire_init_cred...
2011-02-01 Greg Hudsonkadmin's ktremove can remove wrong entries when removin...
2011-01-26 Tom YuRestore KRB5_CALLCONV_WRONG attribute to krb5_auth_con_...
2011-01-26 Greg HudsonWhen building PKINIT against OpenSSL 1.0 or later,...
2011-01-25 Greg HudsonMake principal renaming work in libkadm5srv by converti...
2011-01-25 Greg HudsonMake gss_krb5_set_allowable_enctypes work for the acceptor
2011-01-21 Greg HudsonAdd a trace log event for unrecognized enctypes in...
2011-01-21 Greg HudsonFix edge case in LDAP last_admin_unlock processing
2011-01-19 Zhanna TsitkovWhere missing, add the argument's names to the function...
2011-01-18 Zhanna TsitkovRenamed static function krb5_rd_safe_basic into rd_safe...
2011-01-18 Greg HudsonIn t_expire_warn.py, put the hashbang line at the top...
2011-01-18 Greg HudsonUpdate copyright year in prototype sources
2011-01-13 Zhanna TsitkovDoxygen style re-formating of the existing comments
2011-01-12 Greg HudsonIn krb5_set_realm():
2011-01-12 Ken RaeburnDon't call memset with a zero length
2011-01-11 Zhanna TsitkovAsn.1 decode related file rearrangement. It was made...
2011-01-10 Greg HudsonTighten up the error handling in the mechglue's gss_can...
2011-01-10 Greg HudsonFix a couple of cases in the SPNEGO implementation...
2010-12-28 Greg HudsonDon't attempt to serialize a NULL authdata context...
2010-12-28 Greg HudsonDon't use a krb5 context in t_fork, since we don't...
2010-12-20 Tom YuDocument rdns libdefault setting
2010-12-20 Greg HudsonEliminate some unused variable warnings
2010-12-16 Greg HudsonRemove an unnecessary clause from safe_cksumtype()...
2010-12-15 Tom Yuupdate acknowledgments
2010-12-14 Greg HudsonEnsure time() is prototyped in g_accept_sec_context.c
2010-12-14 Tom Yumemory leak in changepw.c
2010-12-14 Greg HudsonFix a regression in the client-side ticket renewal...
2010-12-14 Tom Yutypo in plugin-related error message
2010-12-10 Tom Yuhandle MS PACs that lack server checksum
2010-12-07 Tom YuAdd comment noting that RFC 4121 appears to omit RC4...
2010-12-05 Ken Raeburnupdate dependencies
2010-12-03 Tom YuTest for key rollover for TGT, including purging old...
next