summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* * login.c (main): Reorder some control flow to avoid security holeTom Yu2000-02-062-6/+9
* * gss-client.c, gss-server.c, gss-misc.c: Include Windows headersDanilo Almeida2000-02-015-9/+63
* didn't have date line on last log entryKen Raeburn2000-01-281-0/+1
* * krlogin.c (speeds): Added some comments from net recommending not extending...Ken Raeburn2000-01-272-0/+16
* from 1.1 branch: use init_secure_contextKen Raeburn1999-12-152-2/+6
* log tritan's changesTom Yu1999-10-2616-0/+112
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-2616-31/+18
* copyright notice updates from 1.1 branchKen Raeburn1999-09-2421-21/+84
* Don't fclose(NULL). Don't declare string functions that are macrosKen Raeburn1999-09-214-2/+23
* from 1.1 branch:Ken Raeburn1999-09-014-1/+31
* jaltman's principal-name check from 1.1 branch, indentation fixedKen Raeburn1999-09-012-2/+29
* disable krb5-mech2 for now; from 1.1 branchKen Raeburn1999-09-012-2/+4
* * Makefile.in (kshd): Remove $(LOGINLIBS) from kshd dependenciesTom Yu1999-08-242-1/+5
* Patches from Brad Thompson for building without krb4 compatibilityKen Raeburn1999-08-023-4/+32
* * telnet.c (telnet): Fix typo in error message, viaTom Yu1999-07-262-1/+6
* fix typo in calculating buffer sizeKen Raeburn1999-07-262-1/+6
* from the 1.0 branchEzra Peisach1999-07-242-1/+5
* AIX 4.3.2 (4.3.0+) build fixes based on bug report from Joshua Lackey,Ken Raeburn1999-07-123-1/+14
* * ftp.c: Inclusion of gssapi_krb5.h requires gssapi_generic.hEzra Peisach1999-05-112-0/+5
* configure.in: Fix typo in test below; fixed name of the autoconf cacheTheodore Tso1999-04-152-2/+7
* configure.in: Check for setupterm() in libncurses in addition toTheodore Tso1999-04-142-3/+17
* configure.in: Check for setupterm() in libncurses in addition toTheodore Tso1999-04-142-2/+8
* configure.in: Check to see if we need to pull in the util library inTheodore Tso1999-04-142-0/+7
* * sys_term.c (getptyslave): Under AIX, ignore I_PUSH pcktTom Yu1999-03-312-1/+9
* * termios-tn.c: Include termio.h under AIX due to brokennessTom Yu1999-03-312-0/+7
* * ftpd.c (login): Check that the luid is not the uid we want toTom Yu1999-03-262-1/+8
* * configure.in: Check for sys/sockio.h for systems that need itTom Yu1999-03-242-1/+6
* * ftpcmd.y (urgsafe_getc): New function; like getc() except itTom Yu1999-03-242-4/+39
* * Makefile.in (kshd): Add $(LOGINLIBS)Tom Yu1999-03-132-1/+5
* * ftpd.c (user): Remove extra "%s" in call to sprintf() to avoidTom Yu1999-03-122-1/+6
* * ftpd.M: Resync with realityTom Yu1999-03-094-29/+105
* * kshd.M: Resync manpageTom Yu1999-03-093-36/+100
* * ftpd.c (reply): Don't call secure_gss_error() or secure_error()Tom Yu1999-02-262-0/+12
* * secure.c (secure_putbuf): Revert Sam's last change; ifTom Yu1999-02-262-1/+10
* * telnetd.8: Resync manpageTom Yu1999-02-253-12/+42
* * klogind.M: Resync manpageTom Yu1999-02-253-25/+45
* * kcmd.c (k4cmd): Move call to krb_realmofhost() to avoid smashingTom Yu1999-02-232-5/+7
* * kcmd.c (kcmd): Fix up to not call sname_to_principal until afterTom Yu1999-02-232-36/+36
* * telnetd.8: Document hostname logging changesTom Yu1999-02-223-15/+43
* * configure.in: Add check for setluidTom Yu1999-02-182-0/+15
* * ftpd.c (login): Add call to setluid() if necessaryTom Yu1999-02-182-0/+15
* * klogind.M: Document things a little better, including newTom Yu1999-02-174-32/+90
* * ftpd.c: strcat -> strncatTom Yu1999-02-132-5/+12
* state.c: Increase size of subbufer so that we don't truncateTheodore Tso1999-02-042-1/+6
* kerberos5.c: Increase size of str_data so that we can acceptTheodore Tso1999-02-042-1/+6
* * login.c (main): Call setluid()Tom Yu1999-01-214-9/+26
* Temporary patch for krb5-appl/678; avoid data from stdout being mixed to stderrSam Hartman1998-12-275-7/+17
* gss-server.c (test_import_export_context): Fix memory leakTheodore Tso1998-12-222-0/+5
* configure.in: Add check for <sys/utsname.h>Theodore Tso1998-11-163-1/+35
* * login.c (login_get_kconf): Also test whether *kconf_val is nullGeoffrey King1998-11-162-1/+8