summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Apply patch from Arlene Berry to not use freed memory inTom Yu2010-03-231-1/+2
* MITKRB5-SA-2010-002 CVE-2010-0628 denial of service in SPNEGOTom Yu2010-03-231-22/+16
* Include t_spengno.o in list of OBJS so make clean will removeEzra Peisach2010-03-231-1/+1
* krb5_typed_data not castable to krb5_pa_data on 64-bit MacOSXTom Yu2010-03-232-11/+13
* Change KRB5_AUTHDATA_SIGNTICKET from 142 to 512Greg Hudson2010-03-201-1/+1
* Document the ticket_lifetime libdefaults setting (which was added inGreg Hudson2010-03-191-0/+4
* Fix the kpasswd fallback from the ccache principal name to theGreg Hudson2010-03-181-7/+11
* Include int-proto.h in mk_req_ext.c for krb5int_validate_timesGreg Hudson2010-03-181-0/+1
* UntabifyKen Raeburn2010-03-181-6/+6
* Copyright noticeKen Raeburn2010-03-181-1/+29
* When checking for KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT, don'tGreg Hudson2010-03-171-1/+1
* Add more verbosity when the -V option to kinit is specified. Based onGreg Hudson2010-03-171-0/+21
* Fix the Python version check to use constructs available in olderGreg Hudson2010-03-171-10/+4
* Add a version check to the Python test, so that we don't try to runGreg Hudson2010-03-171-2/+11
* Merge users/raeburn/branches/network-mergeKen Raeburn2010-03-1720-2066/+473
* handle NT_SRV_INST in service principal referralsTom Yu2010-03-161-0/+1
* Set up KRB5_RUN_ENV for pytests, so that Python-based tests can runTom Yu2010-03-153-2/+7
* Lazy history key creationGreg Hudson2010-03-112-60/+37
* 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
* doc updates for allow_weak_cryptoTom Yu2010-02-251-0/+8
* 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