| Commit message (Expand) | Author | Age | Files | Lines |
* | updated dependencies | Ken Raeburn | 2004-04-24 | 3 | -27/+33 |
* | * server.c: Include string.h | Ken Raeburn | 2004-04-03 | 2 | -0/+5 |
* | Change subdir processing so that SUBDIRS will contain the configured | Ken Raeburn | 2004-03-08 | 18 | -9/+39 |
* | * configure.in: Move test for setupterm back down below addition of | Ken Raeburn | 2004-03-07 | 2 | -1/+7 |
* | Configure telnet using one script instead of four | Ken Raeburn | 2004-03-04 | 12 | -184/+207 |
* | * gss-client.c: change if (this) if (that) => if (this && that) | Jeffrey Altman | 2004-02-27 | 2 | -170/+172 |
* | Move daemon.c into a new library of utility routines for linking our programs | Ken Raeburn | 2004-02-24 | 2 | -4/+8 |
* | update copyright notices on gss sample apps | Tom Yu | 2004-02-11 | 3 | -0/+69 |
* | gss-client.c: remove extraneous parameters from client_establish_context() | Jeffrey Altman | 2004-02-10 | 2 | -5/+10 |
* | * configure.in: Check for sys/time.h and time.h | Ken Raeburn | 2004-02-09 | 2 | -0/+6 |
* | * update usage() for gss-client | Jeffrey Altman | 2004-02-07 | 3 | -1/+7 |
* | 2004-02-06 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2004-02-06 | 3 | -14/+36 |
* | * gss-misc.c: Include sys/time.h or time.h, to get struct timeval declaration | Ken Raeburn | 2004-01-31 | 2 | -14/+26 |
* | Address issues discovered while testing updated Windows gss sample client. | Jeffrey Altman | 2004-01-30 | 3 | -145/+161 |
* | * ftp.c (do_auth): Handle a return code of 335, where the authentication | Ken Raeburn | 2003-12-19 | 2 | -1/+6 |
* | make depend | Ken Raeburn | 2003-12-15 | 3 | -40/+51 |
* | Gets a bit closer, still not working.. | Ken Raeburn | 2003-12-13 | 3 | -15/+63 |
* | Copy and build daemon.c in whatever directories need it, instead of building it | Ken Raeburn | 2003-08-30 | 2 | -3/+4 |
* | krshd hangs in linux nightly testing | Ken Raeburn | 2003-08-29 | 2 | -5/+18 |
* | clean up ftp client gss memory management | Tom Yu | 2003-06-25 | 2 | -4/+9 |
* | * ftp.c (recvrequest): Add new argument indicating whether "-" and "|..." | Ken Raeburn | 2003-06-16 | 4 | -10/+19 |
* | Use fork not vfork in ftp | Sam Hartman | 2003-06-05 | 6 | -9/+14 |
* | Big step towards integrating libkrb524 into libkrb5: | Ken Raeburn | 2003-05-24 | 8 | -29/+15 |
* | make-depend updates | Ken Raeburn | 2003-05-24 | 4 | -30/+29 |
* | Rename the local_subkey and remote_subkey fields in the auth_context | Tom Yu | 2003-05-10 | 8 | -15/+33 |
* | errno should never be explicitly declared | Ken Raeburn | 2003-04-24 | 4 | -5/+8 |
* | Eliminate explicit declarations of errno; include errno.h as needed. | Ken Raeburn | 2003-04-24 | 2 | -1/+4 |
* | build libtelnet with library build framework | Tom Yu | 2003-04-11 | 3 | -12/+22 |
* | Thanks, patch applied | Tom Yu | 2003-04-09 | 3 | -4/+26 |
* | * krshd.c (main): Use LOG_AUTH syslog facility, not LOG_DAEMON, for consistency | Ken Raeburn | 2003-04-08 | 2 | -3/+8 |
* | Red Hat's krb5_princ_size fixes | Ken Raeburn | 2003-04-01 | 2 | -0/+9 |
* | * kcmd.c (kcmd_connect): Log errors if a connect to port 0 is attempted. | Ken Raeburn | 2003-03-28 | 2 | -3/+35 |
* | * compat_recv.c: Only include krb.h if KRB5_KRB4_COMPAT. | Ken Raeburn | 2003-03-05 | 3 | -2/+33 |
* | Remove ADD_DEF and uses thereof, and move the appropriate symbols to | Tom Yu | 2003-03-03 | 3 | -2/+7 |
* | * login.c (main): Don't zero out terminal window size | Tom Yu | 2003-02-05 | 2 | -6/+4 |
* | * login.c (dofork): Don't dissociate from controlling tty in the | Tom Yu | 2003-02-04 | 2 | -32/+36 |
* | * kcmd.c (v4_des_write): Apply patch from ghudson to fix | Tom Yu | 2003-01-31 | 2 | -4/+14 |
* | * login.c (main): Initialize 'hostname' | Ken Raeburn | 2003-01-31 | 2 | -2/+2 |
* | * login.c (try_krb4): Delete unused krb5 principal name argument. | Ken Raeburn | 2003-01-31 | 2 | -3/+7 |
* | * server.c: Include port-sockets.h | Ken Raeburn | 2003-01-10 | 2 | -0/+5 |
* | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 4 | -14/+12 |
* | Use socklen_t when passing address to socket functions. | Ken Raeburn | 2003-01-10 | 8 | -10/+37 |
* | Between the 1.1 and 1.2 releases of Kerberos, the gss-sample protocol | Sam Hartman | 2003-01-09 | 4 | -30/+69 |
* | Nuke some old .orig files | Ken Raeburn | 2003-01-08 | 8 | -144/+16 |
* | Only system headers should declare errno | Sam Hartman | 2003-01-05 | 2 | -1/+5 |
* | * ftpd.c (auth_data): Kerberos v4 checksum must be a 32-bit value | Ken Raeburn | 2003-01-03 | 2 | -1/+6 |
* | * compat_recv.c (accept_a_connection): Test if IPv6 socket returns | Ezra Peisach | 2003-01-03 | 2 | -1/+7 |
* | Add IPv6 support to rshd test/debug code: | Ken Raeburn | 2003-01-01 | 4 | -47/+154 |
* | * gss-misc.c (send_token, recv_token): Open-code the math to send and receive | Ken Raeburn | 2002-12-30 | 2 | -5/+21 |
* | Replace dependencies on generated krb524 and krb4 headers with | Tom Yu | 2002-12-23 | 4 | -27/+24 |