summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added Telnet OS defineTheodore Tso1994-06-101-0/+2
* move isode/psap.h up top to avoid fd_set define confusionMark Eichin1994-06-101-1/+1
* use osconf, not stringsMark Eichin1994-06-101-1/+1
* use SEEK_* not L_*Mark Eichin1994-06-101-2/+2
* since we only need this on non BSD-4.4 systems, do not use BSD-4.4-specific h...Mark Eichin1994-06-101-1/+5
* harmlessly add BSD_COMP for solarisMark Eichin1994-06-101-0/+2
* optionally add sys/fcntl.hMark Eichin1994-06-101-0/+3
* use SEEK_* not L_*Mark Eichin1994-06-105-5/+5
* "downgrade" to classic C, tweak headers a bit, stamp out widen/narrowMark Eichin1994-06-1030-352/+547
* "downgrade" to classic C, tweak headers a bitMark Eichin1994-06-1012-123/+168
* Use #define in osconf.h to determine the name of the KRB5_CCNAME environmentTheodore Tso1994-06-101-1/+2
* Use the precompile ports as the default if the proper ones aren't inTheodore Tso1994-06-101-2/+2
* Change the ports kerberos and kerberos-sec to kerberos5 and kerberos4Theodore Tso1994-06-101-4/+4
* Change the official Kerberos portname to be kerberos5, with the backupTheodore Tso1994-06-101-4/+9
* use SEEK_* not L_*; check NEED_SYS_FCNTL_H as wellMark Eichin1994-06-101-0/+4
* Fix the type of fetchfrom in krb5_rd_req and krb5_rd_req_decodedTheodore Tso1994-06-101-2/+2
* Add the ksu program as a new directory to be builtTheodore Tso1994-06-101-1/+1
* Added the -q option which disables the bell in the case of an errorTheodore Tso1994-06-101-4/+12
* Don't bomb out if the secondary port cannot be initializedTheodore Tso1994-06-101-6/+4
* Fix type of fetchfrom --- it refers to a keytab name, so it shouldTheodore Tso1994-06-102-2/+2
* Updated telnet to be the 94.02.07 version, with some bugfixesTheodore Tso1994-06-1081-2363/+6355
* Clean up memory handling, and improve the randomness of the sequence numberTheodore Tso1994-06-101-30/+20
* Added missing all targetTheodore Tso1994-06-101-0/+2
* Added ifdefs for getusershell() --- doesn't exist on all platformsTheodore Tso1994-06-101-3/+6
* helper scripts for autoconfingMark Eichin1994-06-103-0/+42
* autoconfed isode for kerberos workMark Eichin1994-06-10254-0/+72451
* Updates from OpenVision, before beta 4 releaseTheodore Tso1994-06-1013-119/+251
* spelling errors in RCS id stringsTom Yu1994-06-102-2/+2
* autoconf enhancements for kerberosMark Eichin1994-06-102-0/+21
* add ferguson des code, to simplify autoconfMark Eichin1994-06-109-0/+1647
* des.h for ferguson desMark Eichin1994-06-091-0/+56
* use autoconf to set config variablesMark Eichin1994-06-093-0/+198
* autoconf enhancements for kerberosMark Eichin1994-06-09100-0/+2706
* autoconf enhancements for KerberosMark Eichin1994-06-093-0/+444
* adding HasTcl variableTom Yu1994-06-092-0/+19
* tcl supportTom Yu1994-06-097-111/+416
* added krb5_get_realm_domain()Tom Yu1994-06-091-0/+3
* adding krb5_get_realm_domain()Tom Yu1994-06-092-0/+131
* using get_realm_domain() now instead of rconv cruftTom Yu1994-06-091-14/+11
* Procedure not declared staticTheodore Tso1994-06-081-1/+1
* ISI gave us the wrong Imakefile!Theodore Tso1994-06-081-1/+7
* As contributed by ISITheodore Tso1994-06-088-0/+4468
* Don't allow null passwordsTheodore Tso1994-06-021-0/+5
* Try doing a reverse address resolution to get the real hostname..Theodore Tso1994-06-021-0/+21
* Don't allow two @ signs in a principal..Theodore Tso1994-06-021-2/+3
* If we sucked in stdarg.h, assume STDARGTheodore Tso1994-06-021-4/+0
* Clean up memory allocation strategy in replay cacheTheodore Tso1994-06-021-17/+37
* Switch around client and server so the routine is more understandableTheodore Tso1994-06-021-4/+4
* Do appropriate quoting if the server name contains non-ascii charactersTheodore Tso1994-06-021-22/+54
* Always check the sender and receiver addresses. If the receiver is nullTheodore Tso1994-06-022-40/+47