summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet/libtelnet
Commit message (Expand)AuthorAgeFilesLines
...
* Fix client side buffer overflowsSam Hartman2002-03-163-6/+28
* * configure.in: Do not explicitly add getent.o and setenv.o toEzra Peisach2002-03-133-3/+16
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-29/+31
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-1012-215/+165
* updated dependencies for latest make-depend target codeKen Raeburn2001-09-061-7/+7
* dependenciesKen Raeburn2001-09-021-0/+42
* * enc_des.c (fb64_start): Remove variable set but never usedEzra Peisach2001-07-232-3/+5
* * kerberos.c (Data): Third argument now constEzra Peisach2001-07-095-8/+20
* * configure.in: Check for need to provide setenv prototype ifEzra Peisach2001-07-064-2/+14
* * encrypt.c (encrypt_reply): Cast arguments to printf to matchEzra Peisach2001-07-052-4/+9
* * krb5forw.h: File with prototype for rd_and_store_for_creds()Ezra Peisach2001-07-0213-16/+78
* * enc_des.c: Change local variable index to idx to not shadownEzra Peisach2001-06-224-45/+58
* * forward.c: If NEED_SETENV defined, provide prototype for setenvEzra Peisach2001-06-213-0/+11
* * kerberos5.c: Add prototype for rd_and_store_for_creds()Ezra Peisach2001-06-212-0/+8
* * encrypt.c (encrypt_is): Cast arguments to printf to match formatEzra Peisach2001-06-182-2/+7
* * genget.c (LOWER): Cast argument to isupper()/tolower() to intEzra Peisach2001-06-182-1/+5
* * auth-proto.h: Add prototype for kerberos5_cleanup()Ezra Peisach2001-06-073-1/+22
* * auth-proto.h: Add prototypes for getauthmask(), auth_enable,Ezra Peisach2001-06-0616-47/+130
* * configure.in: Check for setenv, unsetenv, and getenv. CompileTom Yu2001-04-043-2/+22
* * configure.in: Use AC_C_CONST instead of AC_CONSTEzra Peisach2000-11-012-1/+5
* 1.2-beta4 pullupKen Raeburn2000-06-305-20/+61
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-011-2/+2
* log tritan's changesTom Yu1999-10-261-0/+7
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-261-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-2410-10/+40
* jaltman's principal-name check from 1.1 branch, indentation fixedKen Raeburn1999-09-012-2/+29
* kerberos5.c: Increase size of str_data so that we can acceptTheodore Tso1999-02-042-1/+6
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-11-132-0/+7
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-303-43/+273
* configure.in: Change test for cgetent to use HAVE_ instead of HAS_,Theodore Tso1998-05-144-6/+15
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-062-3/+8
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-182-2/+7
* Mass makefile/configure.in build system revampTheodore Tso1998-02-123-1/+10
* * forward.c (rd_and_store_for_creds): Fix up to no longer do theTom Yu1997-11-203-11/+10
* Include string.h/strings.h for memcpy prototypeEzra Peisach1997-10-212-3/+12
* * Makefile.in (SRCS): Fix typo s/scrdir/srcdir/Ezra Peisach1997-07-312-1/+5
* kerberos5.c: The first arg to krb5_verify_checksum is a krb5_context!!!Richard Basch1997-02-062-1/+6
* Check the error return from krb5_init_context(), and print an errorTheodore Tso1996-11-082-3/+13
* * Add TOS support on other than Cray [57]Sam Hartman1996-11-026-33/+67
* Remove rsaencpwd and krb4encpwd authentication. Bugs were beingSam Hartman1996-10-147-1124/+8
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-223-8/+15
* Krb4: get the right includesSam Hartman1996-06-243-1/+6
* cvsignore hackeryTom Yu1996-06-101-1/+0
* Use the default service principal (don't assume it is "host") as theRichard Basch1996-05-092-1/+6
* The rd_req has to allow any local service principal, as the host may haveRichard Basch1996-04-282-21/+30
* Store the forwarded credentials in /tmp/krb5cc_p<pid> (like krlogind)Richard Basch1996-04-132-11/+6
* forward.c: Use a saner naming convention for the credentials cache.Richard Basch1996-04-123-8/+45
* Mon Mar 18 20:56:37 1996 Theodore Y. Ts'o <tytso@dcl>Theodore Tso1996-03-197-113/+246
* Telnet really wants a DES key; have it ask for oneSam Hartman1996-01-262-0/+5
* forward.c (get_for_creds): Removed no longer used functionTheodore Tso1996-01-103-165/+55