summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* * login.c (update_ref_count): Copy passwd info before calling getuserattr, toKen Raeburn2000-03-162-0/+19
* * krlogin.c (main): Don't output debugging messages if debugging wasn't turne...Ken Raeburn2000-02-282-6/+13
* main() returns int - not void. Also cleanup unused variablesEzra Peisach2000-02-264-8/+12
* * configure.in: Remove dependency on libdes425 when krb4 supportEzra Peisach2000-02-244-18/+10
* From Bear Giles:Ken Raeburn2000-02-212-0/+12
* Volatile decls as needed.Ken Raeburn2000-02-198-28/+53
* Move include of libtelnet/auth.h earlier to provideEzra Peisach2000-02-162-1/+10
* * README, gss-client.c, gss-misc.c, gss-misc.h, gss-server.c:Tom Yu2000-02-116-437/+711
* * login.c (main): Only destroy xtra_creds if non-null. (Patch from Richard B...Ken Raeburn2000-02-102-1/+7
* * 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