aboutsummaryrefslogtreecommitdiff
path: root/src/appl
AgeCommit message (Expand)AuthorFilesLines
2006-10-18Memory leak fixes on exitEzra Peisach2-1/+8
2006-10-15Cleanup some warnings on missing prototypesEzra Peisach3-2/+5
2006-10-15Remove all unused variable warnings from treeEzra Peisach1-2/+0
2006-10-15typoKen Raeburn1-1/+1
2006-10-15Initialize some values before use, silence some warningsKen Raeburn1-1/+3
2006-10-15Fix logic bug in string allocationKen Raeburn1-1/+1
2006-10-15Use memmove for overlapping regionsKen Raeburn2-27/+29
2006-10-14Don't strncpy a string to itselfKen Raeburn1-1/+2
2006-10-13Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn1-1/+1
2006-10-12more debugging printfs for nightly testingKen Raeburn1-0/+6
2006-10-11some (more) debugging code to track down nightly test failuresKen Raeburn1-0/+5
2006-10-11some debugging code to track down nightly test failuresKen Raeburn1-0/+6
2006-10-07Move ASN.1 routines for KDB LDAP plugin into main krb5 library,Ken Raeburn1-1/+0
2006-10-06make dependTom Yu3-12/+15
2006-09-21Set the canonicalize flag in TGS requests and accept cross-realm referral tic...Sam Hartman1-0/+2
2006-08-08fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilitiesTom Yu5-12/+41
2006-08-02Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu2-1/+4
2006-07-17make dependKen Raeburn1-1/+0
2006-06-28autoconf 2.60 compatibilityKen Raeburn2-4/+4
2006-06-20In verify_krb_v4_tgt, use an unsigned KRB4_32 to store an address ratherRuss Allbery1-1/+1
2006-06-19Pass in the correct value for the first argument of select (one largerRuss Allbery4-5/+29
2006-06-17Test for and use setutsent, based on a patch from Nate Yocom at Centrify.Ken Raeburn2-5/+22
2006-06-16Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn2-8/+8
2006-06-16ftpd's getline conflicts with current glibc headersKen Raeburn3-5/+4
2006-06-15Increase buffer sizes to 64K where a Kerberos 5 authenticator might beKen Raeburn7-7/+7
2006-06-15remove unused versions of makefilesKen Raeburn6-369/+0
2006-06-15make dependTom Yu1-0/+1
2006-06-13telnet help should telnet to a host named help, not display a usageRuss Allbery1-1/+1
2006-06-13Change man page cross-reference to kerberos(1) from kerberos(3)Russ Allbery1-1/+1
2006-06-12Always include sys/ioctl.h in the telnet and telnetd code, even ifRuss Allbery2-4/+2
2006-06-12Document the authorization logic used in the absence of .k5login files.Russ Allbery2-18/+18
2006-06-12Fix minor nroff man page problems (stray space, bad cross reference)Russ Allbery1-1/+1
2006-05-24Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2-4/+4
2006-05-23install headers into include/krb5Ken Raeburn5-74/+83
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2-14/+12
2006-04-13* configure.in: Delete OSF/1 libsecurity/setluid/LOGINLIBS codeKen Raeburn1-6/+0
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman19-9619/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn22-902/+0
2006-04-11Move pty library from util/pty to appl/libpty; update Makefile.in andKen Raeburn24-1/+4443
2006-04-01make dependKen Raeburn2-10/+10
2006-03-31* configure.in: Don't test word sizesKen Raeburn2-3/+4
2006-03-31* secure.c: Include autoconf.h. Include stdint.h and inttypes.h if available.Ken Raeburn2-9/+16
2006-03-31make depend, now with dependency sortingKen Raeburn7-235/+240
2006-03-28* configure.in: Supply comment template in AC_DEFINE callsKen Raeburn8-22/+38
2006-03-27make dependKen Raeburn2-12/+14
2006-03-16* configure.in: If tgetent can't be found, error outKen Raeburn2-0/+5
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn6-29/+29
2006-03-11Add a new recursive target "generated-files-mac", for producing theKen Raeburn2-0/+6
2006-03-08make dependKen Raeburn2-4/+8
2006-02-27Qing Dong <dongq@mit.edu> provided a set of changes to allowJeffrey Altman4-3/+11