summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* Move autoconf.h inclusion before tests for HAVE_UNISTD_H and HAVE_SYS_TIME_HEzra Peisach2007-04-111-1/+3
* MITKRB5-SA-2007-001: telnetd allows login as arbitrary userTom Yu2007-04-032-2/+26
* make dependKen Raeburn2007-03-281-3/+3
* Configure appl test programs from top levelKen Raeburn2007-03-2510-40/+20
* Include autoconf.hKen Raeburn2007-03-251-0/+1
* Remove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD_LIBRARYKen Raeburn2007-03-252-2/+2
* Never set krb5_force_static. Instead, set the defaults for buildingKen Raeburn2007-03-252-1/+2
* Remove commented-out macroKen Raeburn2007-03-251-1/+0
* Remove varargs.h paths, always use stdarg.hKen Raeburn2007-01-204-17/+1
* make dependKen Raeburn2007-01-201-13/+29
* Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn2007-01-209-9/+9
* 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