| Commit message (Expand) | Author | Age | Files | Lines |
* | * login.c (update_ref_count): Copy passwd info before calling getuserattr, to | Ken Raeburn | 2000-03-16 | 2 | -0/+19 |
* | * krlogin.c (main): Don't output debugging messages if debugging wasn't turne... | Ken Raeburn | 2000-02-28 | 2 | -6/+13 |
* | main() returns int - not void. Also cleanup unused variables | Ezra Peisach | 2000-02-26 | 4 | -8/+12 |
* | * configure.in: Remove dependency on libdes425 when krb4 support | Ezra Peisach | 2000-02-24 | 4 | -18/+10 |
* | From Bear Giles: | Ken Raeburn | 2000-02-21 | 2 | -0/+12 |
* | Volatile decls as needed. | Ken Raeburn | 2000-02-19 | 8 | -28/+53 |
* | Move include of libtelnet/auth.h earlier to provide | Ezra Peisach | 2000-02-16 | 2 | -1/+10 |
* | * README, gss-client.c, gss-misc.c, gss-misc.h, gss-server.c: | Tom Yu | 2000-02-11 | 6 | -437/+711 |
* | * login.c (main): Only destroy xtra_creds if non-null. (Patch from Richard B... | Ken Raeburn | 2000-02-10 | 2 | -1/+7 |
* | * login.c (main): Reorder some control flow to avoid security hole | Tom Yu | 2000-02-06 | 2 | -6/+9 |
* | * gss-client.c, gss-server.c, gss-misc.c: Include Windows headers | Danilo Almeida | 2000-02-01 | 5 | -9/+63 |
* | didn't have date line on last log entry | Ken Raeburn | 2000-01-28 | 1 | -0/+1 |
* | * krlogin.c (speeds): Added some comments from net recommending not extending... | Ken Raeburn | 2000-01-27 | 2 | -0/+16 |
* | from 1.1 branch: use init_secure_context | Ken Raeburn | 1999-12-15 | 2 | -2/+6 |
* | log tritan's changes | Tom Yu | 1999-10-26 | 16 | -0/+112 |
* | Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such | Wilfredo Sanchez | 1999-10-26 | 16 | -31/+18 |
* | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 21 | -21/+84 |
* | Don't fclose(NULL). Don't declare string functions that are macros | Ken Raeburn | 1999-09-21 | 4 | -2/+23 |
* | from 1.1 branch: | Ken Raeburn | 1999-09-01 | 4 | -1/+31 |
* | jaltman's principal-name check from 1.1 branch, indentation fixed | Ken Raeburn | 1999-09-01 | 2 | -2/+29 |
* | disable krb5-mech2 for now; from 1.1 branch | Ken Raeburn | 1999-09-01 | 2 | -2/+4 |
* | * Makefile.in (kshd): Remove $(LOGINLIBS) from kshd dependencies | Tom Yu | 1999-08-24 | 2 | -1/+5 |
* | Patches from Brad Thompson for building without krb4 compatibility | Ken Raeburn | 1999-08-02 | 3 | -4/+32 |
* | * telnet.c (telnet): Fix typo in error message, via | Tom Yu | 1999-07-26 | 2 | -1/+6 |
* | fix typo in calculating buffer size | Ken Raeburn | 1999-07-26 | 2 | -1/+6 |
* | from the 1.0 branch | Ezra Peisach | 1999-07-24 | 2 | -1/+5 |
* | AIX 4.3.2 (4.3.0+) build fixes based on bug report from Joshua Lackey, | Ken Raeburn | 1999-07-12 | 3 | -1/+14 |
* | * ftp.c: Inclusion of gssapi_krb5.h requires gssapi_generic.h | Ezra Peisach | 1999-05-11 | 2 | -0/+5 |
* | configure.in: Fix typo in test below; fixed name of the autoconf cache | Theodore Tso | 1999-04-15 | 2 | -2/+7 |
* | configure.in: Check for setupterm() in libncurses in addition to | Theodore Tso | 1999-04-14 | 2 | -3/+17 |
* | configure.in: Check for setupterm() in libncurses in addition to | Theodore Tso | 1999-04-14 | 2 | -2/+8 |
* | configure.in: Check to see if we need to pull in the util library in | Theodore Tso | 1999-04-14 | 2 | -0/+7 |
* | * sys_term.c (getptyslave): Under AIX, ignore I_PUSH pckt | Tom Yu | 1999-03-31 | 2 | -1/+9 |
* | * termios-tn.c: Include termio.h under AIX due to brokenness | Tom Yu | 1999-03-31 | 2 | -0/+7 |
* | * ftpd.c (login): Check that the luid is not the uid we want to | Tom Yu | 1999-03-26 | 2 | -1/+8 |
* | * configure.in: Check for sys/sockio.h for systems that need it | Tom Yu | 1999-03-24 | 2 | -1/+6 |
* | * ftpcmd.y (urgsafe_getc): New function; like getc() except it | Tom Yu | 1999-03-24 | 2 | -4/+39 |
* | * Makefile.in (kshd): Add $(LOGINLIBS) | Tom Yu | 1999-03-13 | 2 | -1/+5 |
* | * ftpd.c (user): Remove extra "%s" in call to sprintf() to avoid | Tom Yu | 1999-03-12 | 2 | -1/+6 |
* | * ftpd.M: Resync with reality | Tom Yu | 1999-03-09 | 4 | -29/+105 |
* | * kshd.M: Resync manpage | Tom Yu | 1999-03-09 | 3 | -36/+100 |
* | * ftpd.c (reply): Don't call secure_gss_error() or secure_error() | Tom Yu | 1999-02-26 | 2 | -0/+12 |
* | * secure.c (secure_putbuf): Revert Sam's last change; if | Tom Yu | 1999-02-26 | 2 | -1/+10 |
* | * telnetd.8: Resync manpage | Tom Yu | 1999-02-25 | 3 | -12/+42 |
* | * klogind.M: Resync manpage | Tom Yu | 1999-02-25 | 3 | -25/+45 |
* | * kcmd.c (k4cmd): Move call to krb_realmofhost() to avoid smashing | Tom Yu | 1999-02-23 | 2 | -5/+7 |
* | * kcmd.c (kcmd): Fix up to not call sname_to_principal until after | Tom Yu | 1999-02-23 | 2 | -36/+36 |
* | * telnetd.8: Document hostname logging changes | Tom Yu | 1999-02-22 | 3 | -15/+43 |
* | * configure.in: Add check for setluid | Tom Yu | 1999-02-18 | 2 | -0/+15 |
* | * ftpd.c (login): Add call to setluid() if necessary | Tom Yu | 1999-02-18 | 2 | -0/+15 |