summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet/libtelnet
Commit message (Expand)AuthorAgeFilesLines
* kerberos5.c: Include string.h/strings.h. Include stdlib.h orEzra Peisach1995-05-243-6/+26
* * configure.in: switch to WITH_KRB4 since it suffices in this caseMark Eichin1995-04-282-2/+5
* * configure.in: use AC_CONST since we need it for v4Mark Eichin1995-04-272-0/+4
* * kerberos5.c (kerberos_is()) : Initialize keytabid to NULLChris Provenzano1995-04-272-1/+6
* * Makefile.in (LOCALINCLUDES): find kerberosIV headersMark Eichin1995-04-272-1/+5
* * kerberos5.c (kerberos5_is): use kt_resolve to get keytab, toMark Eichin1995-04-262-2/+14
* * forward.c (rd_and_store_for_creds()) : Rewritten to useChris Provenzano1995-04-263-98/+218
* Only call krb5_init_context if the telnet context hasn't beenTheodore Tso1995-04-222-2/+8
* Changes for testsuite from Ian Taylor <ian@cygnus.com>Mark Eichin1995-04-212-2/+52
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-141-0/+73
* No need to have the session_key established for mutual authenticationTheodore Tso1995-03-292-6/+6
* Allow mutual authentication even if the ENCRYPTION option is notTheodore Tso1995-03-292-2/+5
* * kerberos5.c (kerberos5_is()): Use new calling convention forChris Provenzano1995-03-272-40/+35
* Initialize auth_context to zero before calling mk_reqTheodore Tso1995-03-252-0/+6
* * kerberos5.c Use new calling convention for krb5_mk_req_extended()Chris Provenzano1995-03-102-34/+30
* * aclocal.m4 (UsePepsy, PepsyTarget): removed, not referencedMark Eichin1995-03-082-3/+4
* oops, described it in wrong dirJohn Gilmore1995-02-281-1/+1
* Avoid <krb5/...> includesJohn Gilmore1995-02-283-9/+7
* * kerberos5.c (kerberos5_send(), kerberos5_forward())Chris Provenzano1995-02-232-10/+20
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-031-0/+1
* * forward.c: Remove unused #include <krb5/crc-32.h>.John Gilmore1995-02-024-20/+16
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-132-45/+59
* Move get_for_creds to krb5_get_for_creds in the Kerberos libraryTheodore Tso1994-11-302-202/+8
* Fix stupid typo..Theodore Tso1994-11-191-1/+1
* Initialize magic variable and encryption typeTheodore Tso1994-11-192-2/+9
* * configure.in: use WITH_KRB4. (from epeisach)Mark Eichin1994-11-182-0/+7
* kerberos.c: Initialize random number generator on the server side soTheodore Tso1994-11-143-334/+22
* Fix bug in logic of incrementing the received challenge. A ++/--Theodore Tso1994-11-092-1/+5
* Use des_init_random_number_genator(), since that will result inTheodore Tso1994-11-082-1/+7
* Only print each possible authentication type once in the auth statusTheodore Tso1994-11-082-5/+25
* Change the input type to be a char *, which is what auth_onoff wants anywayTheodore Tso1994-11-082-2/+7
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-261-1/+1
* stamp out rcs keywordsMark Eichin1994-08-1825-99/+33
* punt unused varsMark Eichin1994-08-145-13/+1
* fix another strings/string caseMark Eichin1994-08-101-0/+4
* Stamp Out Imake in Our Lifetimes..Mark Eichin1994-08-091-75/+0
* Fixed mispelling of krb5_copy_keyblock_contents(). Whoops!Theodore Tso1994-08-092-2/+8
* fixing make installTom Yu1994-08-042-0/+5
* * Makefile.in: whoops left out some $(srcdir) stuffTom Yu1994-07-272-2/+6
* * Makefile.in: remove reference to lorder (linux doesn't haveTom Yu1994-07-252-1/+6
* autoconf'ing telnetTom Yu1994-07-232-39/+87
* Fix core dump caused by trying to free stack garbage. :-)Theodore Tso1994-07-162-2/+8
* Reduced Makefile.in, using pre/postMark Eichin1994-07-021-11/+0
* folding in Harry's changesTom Yu1994-06-291-1/+1
* Tue Jun 21 17:46:53 1994 Mark Eichin (eichin at cygnus.com)Mark Eichin1994-06-211-0/+1
* support to allow --with-ccopts=Tom Yu1994-06-212-0/+2
* Fri Jun 17 19:54:00 1994 Mark Eichin (eichin at cygnus.com)Mark Eichin1994-06-181-1/+1
* support to calculate BUILDTOP in makeaclocalsTom Yu1994-06-172-1/+2
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-159-30/+33
* step 2: bcmp->memcmpMark Eichin1994-06-152-2/+2