Automate RST HTML generation with doxygen info
[krb5.git] / src /
2012-03-28 Greg HudsonAutomate RST HTML generation with doxygen info
2012-03-27 Greg HudsonFix up gssapi_ext.h Doxygen markup somewhat
2012-03-27 Greg HudsonFix up krb5.hin Doxygen markup somewhat
2012-03-24 Greg HudsonRemove krb5-send-pr man page
2012-03-23 Greg HudsonInstall path-substituted man pages
2012-03-22 Greg HudsonSuppress some gcc uninitialized variable warnings
2012-03-21 Greg HudsonOnly store master mey list in DAL handle
2012-03-19 Greg HudsonMake localedir work in build with autoconf 2.5x
2012-03-09 Greg HudsonAvoid side effects in assert expressions
2012-03-08 Greg HudsonProperly decode etype-info2 with no salt
2012-03-08 Greg HudsonSimplify some ASN.1 array encoder tests
2012-03-08 Greg HudsonRemove unused arg from encode_run in ASN.1 tests
2012-03-06 Ezra PeisachUse GETSOCKNAME_ARG3_TYPE to prevent warning in type...
2012-03-05 Greg HudsonFix spurious password expiry warning
2012-03-04 Greg HudsonRemove admin_keytab references in code and docs
2012-03-02 Tom YuAdd test cases for Windows RODC kvno compatibility
2012-03-01 Greg HudsonFix KDB iteration when callback does write calls
2012-02-28 Ken RaeburnRequire IPv6 support
2012-02-27 Tom YuPatch from Richard Basch to work around Solaris 8 lacki...
2012-02-22 Tom YuFail during configure if unable to find ar
2012-02-22 Greg HudsonCorrect fix for #7092
2012-02-22 Greg HudsonRevert broken #7092 fix
2012-02-21 Greg HudsonAccess controls for string RPCs [CVE-2012-1012]
2012-02-21 Greg Hudsonkvno ASN.1 encoding interop with Windows RODCs
2012-02-15 Zhanna TsitkovIn kadmin_getprivs replace the non-existing "GET" privi...
2012-02-14 Greg HudsonFix void pointer arithmetic in ASN.1 decoder
2012-02-14 Greg HudsonInitialize gss_get_name_attribute output buffers
2012-02-13 Greg HudsonAdd explanatory README for ASN.1 infrastructure
2012-02-12 Greg HudsonSeparate tag info and length in ASN.1 encoder
2012-02-12 Greg HudsonFix ASN.1 build
2012-02-12 Greg HudsonUpdate ASN.1 TODO file
2012-02-12 Greg HudsonRemove unneeded ASN.1 code
2012-02-12 Greg HudsonConvert utility functions to new decoder
2012-02-11 Greg HudsonData-driven ASN.1 decoder
2012-02-11 Greg HudsonChange optional handling in ASN.1 encoder
2012-02-11 Greg HudsonStyle and naming changes to ASN.1 encoder
2012-02-11 Greg HudsonUse size_t for lengths in ASN.1 encoder
2012-02-11 Greg HudsonMinimize draft9 PKINIT code by removing dead code
2012-02-11 Greg HudsonEliminate some unused ASN.1 encoding primitives
2012-02-11 Greg HudsonFold atype_primitive into atype_fn
2012-02-11 Greg HudsonSimplify ASN.1 choice type definitions
2012-02-11 Greg HudsonAdd ASN.1 decoder test for krb5_pa_pac_req
2012-02-11 Greg HudsonCorrect a fencepost in ASN.1 encode_cntype
2012-02-07 Greg HudsonFix uninitialized variable warning in trval.c
2012-02-06 Greg HudsonSet display_value in krb5_gss_get_name_attribute
2012-02-06 Tom YuSource code license to 2-clause BSD
2012-02-03 Tom YuRevert r25669 pending clarification of goals and API...
2012-02-03 Zhanna TsitkovAdded a new trace logging message TRACE_PROFILE_ERR...
2012-02-03 Greg HudsonBetter short/long descs in gss_display_mech_attr
2012-02-03 Greg HudsonDump attributes differently in t_saslname
2012-01-31 Greg HudsonDon't check mech in krb5_gss_inquire_cred_by_mech
2012-01-27 Greg HudsonSuppress maybe-uninitialized warning in x-deltat.y
2012-01-26 Greg HudsonClean up dispatch lookaside code slightly
2012-01-26 Greg HudsonVarious lookaside cache fixes
2012-01-26 Greg HudsonDon't use stack variable address in as_req state
2012-01-24 Greg HudsonAvoid sizeof(void) in ASN.1 encoder
2012-01-24 Greg HudsonRedesign ASN.1 encoder engine, removing field_info
2012-01-13 Sam Hartmankadmin.local.8 belongs in ADMIN_mandir
2012-01-13 Tom YuAdd shadow manpages for k5login.5 and k5identity.5
2012-01-13 Greg HudsonSimplify integer loading in ASN.1 encoding
2012-01-13 Greg HudsonAdd PKINIT decoder tests
2012-01-11 Greg HudsonFix spurious clock skew caused by gak_fct delay
2012-01-10 Greg HudsonFix an allocation size bug in ASN.1 tests
2012-01-10 Greg HudsonUse DEFTAGGEDTYPE for FAST choice types
2012-01-10 Greg HudsonSimplify asn1_decode_kdc_dh_key_info
2012-01-09 Greg HudsonMake dh_key_info encoder and decoder symmetric
2012-01-09 Tom Yuinstall sphinx-generated manpages
2012-01-08 Greg HudsonRemove unneeded kdcRealm field in PKINIT structure
2012-01-08 Greg HudsonFix PKINIT serverDHNonce encoding
2012-01-08 Greg HudsonClean up the asn1 encoder design
2012-01-07 Greg HudsonConvert securid module edata method
2012-01-07 Greg HudsonRemove some unneeded accessor fields
2012-01-07 Greg HudsonRemove some unused structures and encoders
2012-01-07 Greg HudsonRemove SAM encoders and structures
2012-01-06 Greg HudsonConvert all remaining macro-coded ASN.1 encoders
2012-01-06 Greg HudsonAdd support for CHOICE in ASN.1 encoder
2012-01-06 Greg HudsonFactor out length retrieval in ASN.1 encoder
2012-01-06 Greg HudsonSupport implicit context tags in ASN.1 fields
2012-01-06 Greg HudsonSupport ASN.1 encoding without the outer tag
2012-01-06 Greg HudsonUse content-only ASN.1 primitives
2012-01-06 Greg HudsonMake ASN.1 struct atype_info more extensible
2012-01-06 Greg HudsonAdd missing test cases for ASN.1 types
2012-01-06 Greg HudsonAdd test cases for PKINIT ASN.1 encoders
2012-01-06 Greg HudsonSimplify and reformat ASN.1 test code
2012-01-06 Greg HudsonFix asn1_encode_subject_pk_info without params
2012-01-04 Zhanna TsitkovRemove unused functions (older API residue) krb5_realm_...
2011-12-28 Greg HudsonFix implicit declaration in ksu for some builds
2011-12-27 Greg HudsonFix an unlikely memory leak in r25591
2011-12-21 Greg HudsonStop using krb5_typed_data structure type
2011-12-21 Greg HudsonStop using krb5_octet_data
2011-12-20 Greg HudsonTable of Contents.hhc -> Table_of_Contents.hhc
2011-12-17 Greg HudsonFix make depend in unbuilt build tree
2011-12-17 Greg HudsonAvoid using itertools.permutations in k5test
2011-12-16 Greg HudsonDo mech fallback for first SPNEGO context token
2011-12-16 Greg HudsonVerify acceptor's mech in SPNEGO initiator
2011-12-13 Greg Hudsonkrb5_server_decrypt_ticket_keytab wrongly succeeds
2011-12-12 Tom Yukfw leash: fix bad data in get tickets dialog when...
2011-12-12 Tom Yukfw leash help: fix/add aliases for command help
2011-12-12 Tom Yukfw: remove line breaks from html to fix table of conte...
2011-12-12 Tom Yukfw installer: install leash help file (leash.chm)
next