| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added Telnet OS define | Theodore Tso | 1994-06-10 | 1 | -0/+2 |
| * | move isode/psap.h up top to avoid fd_set define confusion | Mark Eichin | 1994-06-10 | 1 | -1/+1 |
| * | use osconf, not strings | Mark Eichin | 1994-06-10 | 1 | -1/+1 |
| * | use SEEK_* not L_* | Mark Eichin | 1994-06-10 | 1 | -2/+2 |
| * | since we only need this on non BSD-4.4 systems, do not use BSD-4.4-specific h... | Mark Eichin | 1994-06-10 | 1 | -1/+5 |
| * | harmlessly add BSD_COMP for solaris | Mark Eichin | 1994-06-10 | 1 | -0/+2 |
| * | optionally add sys/fcntl.h | Mark Eichin | 1994-06-10 | 1 | -0/+3 |
| * | use SEEK_* not L_* | Mark Eichin | 1994-06-10 | 5 | -5/+5 |
| * | "downgrade" to classic C, tweak headers a bit, stamp out widen/narrow | Mark Eichin | 1994-06-10 | 30 | -352/+547 |
| * | "downgrade" to classic C, tweak headers a bit | Mark Eichin | 1994-06-10 | 12 | -123/+168 |
| * | Use #define in osconf.h to determine the name of the KRB5_CCNAME environment | Theodore Tso | 1994-06-10 | 1 | -1/+2 |
| * | Use the precompile ports as the default if the proper ones aren't in | Theodore Tso | 1994-06-10 | 1 | -2/+2 |
| * | Change the ports kerberos and kerberos-sec to kerberos5 and kerberos4 | Theodore Tso | 1994-06-10 | 1 | -4/+4 |
| * | Change the official Kerberos portname to be kerberos5, with the backup | Theodore Tso | 1994-06-10 | 1 | -4/+9 |
| * | use SEEK_* not L_*; check NEED_SYS_FCNTL_H as well | Mark Eichin | 1994-06-10 | 1 | -0/+4 |
| * | Fix the type of fetchfrom in krb5_rd_req and krb5_rd_req_decoded | Theodore Tso | 1994-06-10 | 1 | -2/+2 |
| * | Add the ksu program as a new directory to be built | Theodore Tso | 1994-06-10 | 1 | -1/+1 |
| * | Added the -q option which disables the bell in the case of an error | Theodore Tso | 1994-06-10 | 1 | -4/+12 |
| * | Don't bomb out if the secondary port cannot be initialized | Theodore Tso | 1994-06-10 | 1 | -6/+4 |
| * | Fix type of fetchfrom --- it refers to a keytab name, so it should | Theodore Tso | 1994-06-10 | 2 | -2/+2 |
| * | Updated telnet to be the 94.02.07 version, with some bugfixes | Theodore Tso | 1994-06-10 | 81 | -2363/+6355 |
| * | Clean up memory handling, and improve the randomness of the sequence number | Theodore Tso | 1994-06-10 | 1 | -30/+20 |
| * | Added missing all target | Theodore Tso | 1994-06-10 | 1 | -0/+2 |
| * | Added ifdefs for getusershell() --- doesn't exist on all platforms | Theodore Tso | 1994-06-10 | 1 | -3/+6 |
| * | helper scripts for autoconfing | Mark Eichin | 1994-06-10 | 3 | -0/+42 |
| * | autoconfed isode for kerberos work | Mark Eichin | 1994-06-10 | 254 | -0/+72451 |
| * | Updates from OpenVision, before beta 4 release | Theodore Tso | 1994-06-10 | 13 | -119/+251 |
| * | spelling errors in RCS id strings | Tom Yu | 1994-06-10 | 2 | -2/+2 |
| * | autoconf enhancements for kerberos | Mark Eichin | 1994-06-10 | 2 | -0/+21 |
| * | add ferguson des code, to simplify autoconf | Mark Eichin | 1994-06-10 | 9 | -0/+1647 |
| * | des.h for ferguson des | Mark Eichin | 1994-06-09 | 1 | -0/+56 |
| * | use autoconf to set config variables | Mark Eichin | 1994-06-09 | 3 | -0/+198 |
| * | autoconf enhancements for kerberos | Mark Eichin | 1994-06-09 | 100 | -0/+2706 |
| * | autoconf enhancements for Kerberos | Mark Eichin | 1994-06-09 | 3 | -0/+444 |
| * | adding HasTcl variable | Tom Yu | 1994-06-09 | 2 | -0/+19 |
| * | tcl support | Tom Yu | 1994-06-09 | 7 | -111/+416 |
| * | added krb5_get_realm_domain() | Tom Yu | 1994-06-09 | 1 | -0/+3 |
| * | adding krb5_get_realm_domain() | Tom Yu | 1994-06-09 | 2 | -0/+131 |
| * | using get_realm_domain() now instead of rconv cruft | Tom Yu | 1994-06-09 | 1 | -14/+11 |
| * | Procedure not declared static | Theodore Tso | 1994-06-08 | 1 | -1/+1 |
| * | ISI gave us the wrong Imakefile! | Theodore Tso | 1994-06-08 | 1 | -1/+7 |
| * | As contributed by ISI | Theodore Tso | 1994-06-08 | 8 | -0/+4468 |
| * | Don't allow null passwords | Theodore Tso | 1994-06-02 | 1 | -0/+5 |
| * | Try doing a reverse address resolution to get the real hostname.. | Theodore Tso | 1994-06-02 | 1 | -0/+21 |
| * | Don't allow two @ signs in a principal.. | Theodore Tso | 1994-06-02 | 1 | -2/+3 |
| * | If we sucked in stdarg.h, assume STDARG | Theodore Tso | 1994-06-02 | 1 | -4/+0 |
| * | Clean up memory allocation strategy in replay cache | Theodore Tso | 1994-06-02 | 1 | -17/+37 |
| * | Switch around client and server so the routine is more understandable | Theodore Tso | 1994-06-02 | 1 | -4/+4 |
| * | Do appropriate quoting if the server name contains non-ascii characters | Theodore Tso | 1994-06-02 | 1 | -22/+54 |
| * | Always check the sender and receiver addresses. If the receiver is null | Theodore Tso | 1994-06-02 | 2 | -40/+47 |