summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use KRB5_CONF_ macros instead of strings in the source file for profile confi...Zhanna Tsitkov2010-03-102-6/+8
* Remove vestigial include/spnego-asn1.hGreg Hudson2010-03-101-90/+0
* Add a "make testrealm" target using the Python test framework. AsGreg Hudson2010-03-083-12/+92
* Make python test start_in_inetd functionEzra Peisach2010-03-073-2/+5
* Release the internal_name field of a SPNEGO context if it has not beenGreg Hudson2010-03-051-0/+3
* Add a Python test to run t_spnegoGreg Hudson2010-03-052-0/+11
* In post.in, add a check-pytests intermediate target for Makefile.in toGreg Hudson2010-03-051-3/+8
* Fix a double-free in the t_spnego test program resulting from overlyGreg Hudson2010-03-051-3/+0
* Add a message parameter to k5test's success(), to briefly indicate theGreg Hudson2010-03-053-9/+12
* Add IPv6 support to changepw.c (reverting r21004 since it is no longerGreg Hudson2010-03-051-7/+26
* Ignore improperly encoded signedpath AD elementsGreg Hudson2010-03-051-1/+5
* Error out if a Python test program failsGreg Hudson2010-03-051-1/+1
* Clean up a help string in k5testGreg Hudson2010-03-041-2/+2
* Python test frameworkGreg Hudson2010-03-047-1/+1159
* Remove some more test suite cruft:Greg Hudson2010-02-282-21/+7
* On Linux platforms, use -Wl,--enable-new-dtags when linking sharedGreg Hudson2010-02-271-2/+2
* Updated documentation with information about --with-crypto-impl=IMPL configu...Zhanna Tsitkov2010-02-251-0/+6
* doc updates for allow_weak_cryptoTom Yu2010-02-252-2/+13
* Two problems in kadm5_get_principal mask handlingGreg Hudson2010-02-241-6/+8
* Remove some more dejagnu test suite cruft:Greg Hudson2010-02-221-26/+0
* Remove some unused cruft in the dejagnu test suite's default.exp:Greg Hudson2010-02-221-471/+3
* Explain the current SPNEGO initiator/acceptor design in comments. NoGreg Hudson2010-02-221-11/+66
* Fix two unrelated problems in SPNEGO which don't crop up with the krb5Greg Hudson2010-02-221-10/+16
* Use bswap16 and bswap32 on NetBSDKen Raeburn2010-02-201-2/+14
* Update dependenciesKen Raeburn2010-02-206-34/+55
* Move array decl from mixed within code down into the block where it'sKen Raeburn2010-02-201-8/+11
* Update export list for 2007 plugin interface changeKen Raeburn2010-02-201-2/+2
* Move array decl from mixed within code down into the block where it'sKen Raeburn2010-02-201-8/+11
* Make plugins/cksum_body more likely to build, and remove the empty srcGreg Hudson2010-02-191-2/+2
* The TGS code was not freeing authdata. This is an old leak which wasGreg Hudson2010-02-181-2/+3
* Fix cipher state chaining in OpenSSL back endGreg Hudson2010-02-183-61/+90
* Add display statements for the encrypted tokens generated by t_encryptGreg Hudson2010-02-171-0/+24
* validator.py is a tool to validate kerb configuration files. Zhanna Tsitkov2010-02-175-0/+378
* update mkrel to deal with changed source layoutTom Yu2010-02-161-2/+8
* MITKRB5-SA-2010-001 CVE-2010-0283 KDC denial of serviceTom Yu2010-02-163-1/+8
* Remove another remnant of krb4Ken Raeburn2010-02-151-86/+0
* Clarify the SPNEGO NegHints code and plug two cases where half-createdGreg Hudson2010-02-131-25/+19
* Simplify the SPNEGO neg_mechs intersection logic a bit usingGreg Hudson2010-02-121-7/+6
* Minimal support for updating history keyGreg Hudson2010-02-116-132/+140
* Implement gss_set_neg_mechsGreg Hudson2010-02-1011-83/+570
* Followon fixes to r23712:Greg Hudson2010-02-105-9/+14
* krb5int_fast_free_state segfaults if state is nullSam Hartman2010-02-091-0/+2
* enc_padata can include empty sequenceSam Hartman2010-02-095-84/+61
* Consistently place $(LDFLAGS) after $(SHLIB_EXPFLAGS) when buildingGreg Hudson2010-02-051-13/+12
* Apply patch from Arlene Berry to handle the case where a mechanismTom Yu2010-02-051-2/+10
* Fix cross-realm handling of AD-SIGNEDPATHGreg Hudson2010-02-053-7/+19
* Apply patch from Arlene Berry to avoid segfault if a mechTom Yu2010-02-051-0/+5
* Apply patch from Arlene Berry to return a comparable static OID objectTom Yu2010-02-051-0/+3
* Fix greet_server buildGreg Hudson2010-02-031-1/+1
* Clean up error handling in krb5int_make_tgs_request_ext, closing someGreg Hudson2010-02-021-60/+41