]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
2009-03-26  Sam HartmanSet status when kdc_find_fast fails in do_as_req.c
2009-03-26  Sam Hartmanap-request armor handling for KDC
2009-03-26  Sam HartmanImplement client AS armor
2009-03-26  Sam Hartmandefault to not retrying after error in client preauth...
2009-03-26  Sam HartmanIntegrate fast in KDC AS errors
2009-03-26  Sam HartmanClient AS-req error handling for FAST
2009-03-26  Sam HartmanImplement free_fast_response and free_fast_finished
2009-03-26  Sam HartmanImplement KDC side FAST response
2009-03-26  Sam HartmanFree the request in process_as_req for parallelism...
2009-03-26  Sam HartmanSome fast free functions
2009-03-26  Sam HartmanIntegrate FAST in to client AS sending
2009-03-26  Sam HartmanIntegrate FAST into AS and TGS
2009-03-26  Sam HartmanFunction to parse FAST for KDC requests
2009-03-26  Sam Hartmandefines for fast padata assignments
2009-03-26  Sam HartmanAdd kdc_state field to krb5_kdc_req
2009-03-26  Sam HartmanAdd #defines for fast options and to keep track of...
2009-03-26  Sam HartmanAdd KRB5KDC_UNKNOWN_FAST_CRITICAL_OPTION
2009-03-26  Sam Hartmankdc_req_body in fast_req should be a pointer
2009-03-26  Sam Hartmanpa_fx_fast_reply is a choice of sequence of encrypted...
2009-03-26  Sam HartmanDefine FAST encoders and decoders
2009-03-26  Sam HartmanFAST data structures for protocol messages
2009-03-26  Sam HartmanBranch trunk for FAST project
2009-03-25  Will FiveashUpdate kdb5_util man page for mkey migration project
2009-03-24  Greg HudsonRevert r21880 which included k5-int.h in several pkinit...
2009-03-20  Greg HudsonInstall kadmin and kdb headers
2009-03-17  Greg HudsonFix error handling issue in ASN.1 decoder
2009-03-16  Zhanna TsitkovVerify return code from krb5_db_set_mkey_list
2009-03-16  Sam Hartmanmake depend
2009-03-16  Sam HartmanImplement tests for authdata functions
2009-03-16  Sam HartmanImplement krb5int_find_authdata
2009-03-16  Sam HartmanImplement test cases for CF2
2009-03-16  Sam HartmanImplement KRB-FX_CF2
2009-03-16  Sam HartmanCall kdb_set_mkey_list from the KDC
2009-03-16  Sam Hartmankrb5_auth_con_free should support freeing a null auth_c...
2009-03-15  Greg HudsonAdd LDAP back end support for canonical name attribute
2009-03-15  Greg HudsonDocument alias support in LDAP back end
2009-03-14  Greg HudsonImprove LDAP admin documentation
2009-03-13  Tom YuCVE-2009-0845 SPNEGO can dereference a null pointer
2009-03-13  Greg HudsonUse correct salt for canonicalized principals
2009-03-12  Ken RaeburnBetter fix: Delay setting 'outbuf' until after the...
2009-03-12  Ken Raeburncrash using library-allocated storage for header in...
2009-03-11  Greg HudsonReport verbose error messages from KDC
2009-03-11  Greg HudsonMake a working krb5_copy_error_message
2009-03-11  Zhanna TsitkovMake Lite Client lib link again
2009-03-11  Zhanna TsitkovMake it link again
2009-03-10  Will FiveashSeveral small fixes to enable the migrate mkey commands...
2009-03-10  Zhanna TsitkovAdded test for KRB5_NT_UNKNOWN princ type
2009-03-10  Greg HudsonRename kdb_setup_lib_handle to krb5_db_setup_lib_handle...
2009-03-09  Zhanna TsitkovRemoved unneeded printf's
2009-03-09  Zhanna TsitkovIntroduced '-u' option to kvno to enforce KRB5_NT_UNKNO...
2009-03-06  Ken RaeburnAdd "-V" option to klist to print the package name...
2009-03-06  Sam Hartmansend_as_req re-encodes the request
2009-03-05  Zhanna TsitkovTake out of the loop unchangeble assignments. Tabulation
2009-02-26  Sam Hartmankrb5_merge_authdata should initialize output on failure
2009-02-26  Sam HartmanInclude authenticator and ticket authdata in gss-api
2009-02-23  Zhanna TsitkovCheck return code of encode_krb5_ap_req. Also, tabs...
2009-02-23  Greg HudsonIn krb5int_generate_and_save_subkey, check the return...
2009-02-23  Greg HudsonCheck the return value of fseek in two places in kt_file.c
2009-02-23  Zhanna TsitkovCorrect the return code
2009-02-23  Greg HudsonKill an odd (but harmless) use of strncpy in
2009-02-23  Sam Hartmansend_tgs.c:
2009-02-20  Greg HudsonIn krcp, check the return value when closing the output...
2009-02-20  Russ AllberyAlso install k5srvutil into PREFIX/bin instead of PREFI...
2009-02-20  Zhanna TsitkovAdjust to the return value of isflagset routine
2009-02-20  Zhanna TsitkovKDC realm referral test
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
next