summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* Modifications to support the generation and embedding Jeffrey Altman2006-12-072-0/+3
* * src/appl/telnet/libtelnet/kerberos5.c (kerberos5_send):Tom Yu2006-12-011-2/+4
* * secure.c (secure_putbuf): Initialize automatic variable LENGTH to 0.Ken Raeburn2006-11-022-3/+3
* Memory leak fixes on exitEzra Peisach2006-10-182-1/+8
* Cleanup some warnings on missing prototypesEzra Peisach2006-10-153-2/+5
* Remove all unused variable warnings from treeEzra Peisach2006-10-151-2/+0
* typoKen Raeburn2006-10-151-1/+1
* Initialize some values before use, silence some warningsKen Raeburn2006-10-151-1/+3
* Fix logic bug in string allocationKen Raeburn2006-10-151-1/+1
* Use memmove for overlapping regionsKen Raeburn2006-10-152-27/+29
* Don't strncpy a string to itselfKen Raeburn2006-10-141-1/+2
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-131-1/+1
* more debugging printfs for nightly testingKen Raeburn2006-10-121-0/+6
* some (more) debugging code to track down nightly test failuresKen Raeburn2006-10-111-0/+5
* some debugging code to track down nightly test failuresKen Raeburn2006-10-111-0/+6
* Move ASN.1 routines for KDB LDAP plugin into main krb5 library,Ken Raeburn2006-10-071-1/+0
* make dependTom Yu2006-10-063-12/+15
* Set the canonicalize flag in TGS requests and accept cross-realm referral tic...Sam Hartman2006-09-211-0/+2
* fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilitiesTom Yu2006-08-085-12/+41
* Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu2006-08-022-1/+4
* make dependKen Raeburn2006-07-171-1/+0
* autoconf 2.60 compatibilityKen Raeburn2006-06-282-4/+4
* In verify_krb_v4_tgt, use an unsigned KRB4_32 to store an address ratherRuss Allbery2006-06-201-1/+1
* Pass in the correct value for the first argument of select (one largerRuss Allbery2006-06-194-5/+29
* Test for and use setutsent, based on a patch from Nate Yocom at Centrify.Ken Raeburn2006-06-172-5/+22
* Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn2006-06-162-8/+8
* ftpd's getline conflicts with current glibc headersKen Raeburn2006-06-163-5/+4
* Increase buffer sizes to 64K where a Kerberos 5 authenticator might beKen Raeburn2006-06-157-7/+7
* remove unused versions of makefilesKen Raeburn2006-06-156-369/+0
* make dependTom Yu2006-06-151-0/+1
* telnet help should telnet to a host named help, not display a usageRuss Allbery2006-06-131-1/+1
* Change man page cross-reference to kerberos(1) from kerberos(3)Russ Allbery2006-06-131-1/+1
* Always include sys/ioctl.h in the telnet and telnetd code, even ifRuss Allbery2006-06-122-4/+2
* Document the authorization logic used in the absence of .k5login files.Russ Allbery2006-06-122-18/+18
* Fix minor nroff man page problems (stray space, bad cross reference)Russ Allbery2006-06-121-1/+1
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-242-4/+4
* install headers into include/krb5Ken Raeburn2006-05-235-74/+83
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-132-14/+12
* * configure.in: Delete OSF/1 libsecurity/setluid/LOGINLIBS codeKen Raeburn2006-04-131-6/+0
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-1119-9619/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-1122-902/+0
* Move pty library from util/pty to appl/libpty; update Makefile.in andKen Raeburn2006-04-1124-1/+4443
* make dependKen Raeburn2006-04-012-10/+10
* * configure.in: Don't test word sizesKen Raeburn2006-03-312-3/+4
* * secure.c: Include autoconf.h. Include stdint.h and inttypes.h if available.Ken Raeburn2006-03-312-9/+16
* make depend, now with dependency sortingKen Raeburn2006-03-317-235/+240
* * configure.in: Supply comment template in AC_DEFINE callsKen Raeburn2006-03-288-22/+38
* make dependKen Raeburn2006-03-272-12/+14
* * configure.in: If tgetent can't be found, error outKen Raeburn2006-03-162-0/+5
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-116-29/+29