aboutsummaryrefslogtreecommitdiff
path: root/src/appl
AgeCommit message (Expand)AuthorFilesLines
2003-04-09This commit was manufactured by cvs2svn to create tagkrb5-1.2.8-finalno author56-1044/+2223
2000-03-16* login.c (update_ref_count): Copy passwd info before calling getuserattr, toKen Raeburn2-0/+19
2000-02-28* krlogin.c (main): Don't output debugging messages if debugging wasn't turne...Ken Raeburn2-6/+13
2000-02-26main() returns int - not void. Also cleanup unused variablesEzra Peisach4-8/+12
2000-02-24 * configure.in: Remove dependency on libdes425 when krb4 supportEzra Peisach4-18/+10
2000-02-21From Bear Giles:Ken Raeburn2-0/+12
2000-02-19Volatile decls as needed.Ken Raeburn8-28/+53
2000-02-16Move include of libtelnet/auth.h earlier to provideEzra Peisach2-1/+10
2000-02-11 * README, gss-client.c, gss-misc.c, gss-misc.h, gss-server.c:Tom Yu6-437/+711
2000-02-10* login.c (main): Only destroy xtra_creds if non-null. (Patch from Richard B...Ken Raeburn2-1/+7
2000-02-06 * login.c (main): Reorder some control flow to avoid security holeTom Yu2-6/+9
2000-02-01* gss-client.c, gss-server.c, gss-misc.c: Include Windows headersDanilo Almeida5-9/+63
2000-01-28didn't have date line on last log entryKen Raeburn1-0/+1
2000-01-27* krlogin.c (speeds): Added some comments from net recommending not extending...Ken Raeburn2-0/+16
1999-12-15from 1.1 branch: use init_secure_contextKen Raeburn2-2/+6
1999-10-26log tritan's changesTom Yu16-0/+112
1999-10-26Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez16-31/+18
1999-09-24copyright notice updates from 1.1 branchKen Raeburn21-21/+84
1999-09-21Don't fclose(NULL). Don't declare string functions that are macrosKen Raeburn4-2/+23
1999-09-01from 1.1 branch:Ken Raeburn4-1/+31
1999-09-01jaltman's principal-name check from 1.1 branch, indentation fixedKen Raeburn2-2/+29
1999-09-01disable krb5-mech2 for now; from 1.1 branchKen Raeburn2-2/+4
1999-08-24 * Makefile.in (kshd): Remove $(LOGINLIBS) from kshd dependenciesTom Yu2-1/+5
1999-08-02Patches from Brad Thompson for building without krb4 compatibilityKen Raeburn3-4/+32
1999-07-26 * telnet.c (telnet): Fix typo in error message, viaTom Yu2-1/+6
1999-07-26fix typo in calculating buffer sizeKen Raeburn2-1/+6
1999-07-24from the 1.0 branchEzra Peisach2-1/+5
1999-07-12AIX 4.3.2 (4.3.0+) build fixes based on bug report from Joshua Lackey,Ken Raeburn3-1/+14
1999-05-11 * ftp.c: Inclusion of gssapi_krb5.h requires gssapi_generic.hEzra Peisach2-0/+5
1999-04-15configure.in: Fix typo in test below; fixed name of the autoconf cacheTheodore Tso2-2/+7
1999-04-14configure.in: Check for setupterm() in libncurses in addition toTheodore Tso2-3/+17
1999-04-14configure.in: Check for setupterm() in libncurses in addition toTheodore Tso2-2/+8
1999-04-14configure.in: Check to see if we need to pull in the util library inTheodore Tso2-0/+7
1999-03-31 * sys_term.c (getptyslave): Under AIX, ignore I_PUSH pcktTom Yu2-1/+9
1999-03-31 * termios-tn.c: Include termio.h under AIX due to brokennessTom Yu2-0/+7
1999-03-26 * ftpd.c (login): Check that the luid is not the uid we want toTom Yu2-1/+8
1999-03-24 * configure.in: Check for sys/sockio.h for systems that need itTom Yu2-1/+6
1999-03-24 * ftpcmd.y (urgsafe_getc): New function; like getc() except itTom Yu2-4/+39
1999-03-13 * Makefile.in (kshd): Add $(LOGINLIBS)Tom Yu2-1/+5
1999-03-12 * ftpd.c (user): Remove extra "%s" in call to sprintf() to avoidTom Yu2-1/+6
1999-03-09 * ftpd.M: Resync with realityTom Yu4-29/+105
1999-03-09 * kshd.M: Resync manpageTom Yu3-36/+100
1999-02-26 * ftpd.c (reply): Don't call secure_gss_error() or secure_error()Tom Yu2-0/+12
1999-02-26 * secure.c (secure_putbuf): Revert Sam's last change; ifTom Yu2-1/+10
1999-02-25 * telnetd.8: Resync manpageTom Yu3-12/+42
1999-02-25 * klogind.M: Resync manpageTom Yu3-25/+45
1999-02-23 * kcmd.c (k4cmd): Move call to krb_realmofhost() to avoid smashingTom Yu2-5/+7
1999-02-23 * kcmd.c (kcmd): Fix up to not call sname_to_principal until afterTom Yu2-36/+36
1999-02-22 * telnetd.8: Document hostname logging changesTom Yu3-15/+43
1999-02-18 * configure.in: Add check for setluidTom Yu2-0/+15