summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix stupid typos in test compilationTheodore Tso1997-03-281-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10037 dc483132-0cff-0310-8789-dd5450dbe970
* If we're on an SGI machine, don't do the MOTD or MAILCHECK thing,Theodore Tso1997-03-282-1/+6
| | | | | | | since it's done by /etc/cshrc magic. (SGI's don't define __SVR4, even though it's SVR4 derived). [krb5-appl/158] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10033 dc483132-0cff-0310-8789-dd5450dbe970
* When falling back to the normal rlogin, clear the signal mask, so thatTheodore Tso1997-03-282-0/+16
| | | | | | | the child rlogin handles SIGUSR1 (which is used for window size changes) correctly. [krb5-appl/335] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10032 dc483132-0cff-0310-8789-dd5450dbe970
* dditional patch for login environment variable processing: respect TERMSam Hartman1997-03-202-0/+10
| | | | | | even without -p option. [326] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10017 dc483132-0cff-0310-8789-dd5450dbe970
* krshd should not require a user to have a valid home directory. [krb5-appl/167]Sam Hartman1997-02-282-4/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9986 dc483132-0cff-0310-8789-dd5450dbe970
* Fix terminal handling with regard to ^@ and ^oSam Hartman1997-02-222-2/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9960 dc483132-0cff-0310-8789-dd5450dbe970
* kcmd.c (getport): Let the OS pick the best port rather than scanning.Richard Basch1997-02-195-131/+120
| | | | | | | | | | | krlogin.c: Fixed 8bit flow control (Solaris) krlogind.c: Whitespace cleanup krshd.c: No need to set lport before calling getport(&lport) Also, changed all occurrences of krb5_xfree to use something else. [kcmd.c still needs one free() fixed when a routine exists to replace the realm component] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9908 dc483132-0cff-0310-8789-dd5450dbe970
* Use free() to free realm component, until a replacement function is addedRichard Basch1997-02-191-1/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9907 dc483132-0cff-0310-8789-dd5450dbe970
* Remove krb5_xfree from the public interfaceRichard Basch1997-02-189-10/+24
| | | | | | | Implement krb5_free_data & krb5_free_data_contents to cleanup krb5_data structures and data contents allocated by the krb5 library. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9904 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Fix DES425_DEPLIBTom Yu1997-02-122-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9856 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Fix DES425_LIB... missed this in libhack_branch;Tom Yu1997-02-122-2/+8
| | | | | | | prevents --without-krb4 from working for some odd reason, though comments says "fix post beta-6". git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9855 dc483132-0cff-0310-8789-dd5450dbe970
* login.c: set ccache name consistently with other login appsRichard Basch1997-02-112-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9847 dc483132-0cff-0310-8789-dd5450dbe970
* Merge of libhack_branchTom Yu1997-02-0934-222/+136
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9831 dc483132-0cff-0310-8789-dd5450dbe970
* kerberos5.c: The first arg to krb5_verify_checksum is a krb5_context!!!Richard Basch1997-02-062-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9802 dc483132-0cff-0310-8789-dd5450dbe970
* Overide important environment variables. Preliiminary fix; includeSam Hartman1996-12-292-6/+11
| | | | | | | | in patch release. [326] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9699 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Fix up "test $ac_cv_c_cross" to deal withTom Yu1996-12-242-2/+7
| | | | | | autoconf-2.12, since that variable can be set to a null string. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9687 dc483132-0cff-0310-8789-dd5450dbe970
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-1321-31/+132
| | | | | | include the doc subtree!!) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9632 dc483132-0cff-0310-8789-dd5450dbe970
* Apply patch from shadow@andrew.cmu.edu to fix a bug I fixedSam Hartman1996-11-202-1/+8
| | | | | | | for krb5 if compiled with Kerberos support; we don't support that, but applying the patch was easier than removing the code. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9445 dc483132-0cff-0310-8789-dd5450dbe970
* Remove the popper, mailquery, and movemail directoriesTheodore Tso1996-11-192-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9428 dc483132-0cff-0310-8789-dd5450dbe970
* Removing old POP applicationsTheodore Tso1996-11-1953-7613/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9427 dc483132-0cff-0310-8789-dd5450dbe970
* sys_bsd.c(intr): Added checks to intr_waiting and intr_happened toTheodore Tso1996-11-144-4/+42
| | | | | | | | | handle ^C while waiting for encryption negotiation. telnet.c (telnet): Allow ^C to work while waiting for encryption negotiation to finish. [telnet/64] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9414 dc483132-0cff-0310-8789-dd5450dbe970
* * krcp.c: don't print our own error message if kcmd returns -1 (itBarry Jaspan1996-11-142-8/+16
| | | | | | | always printed something in that case, and error_message(-1) prints a mess [krb5-appl/70] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9413 dc483132-0cff-0310-8789-dd5450dbe970
* * ftpd.c (ftpd_userok): Don't undconditionally return -1Tom Yu1996-11-122-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9386 dc483132-0cff-0310-8789-dd5450dbe970
* * krshd "plumbing" fixesMark Eichin1996-11-122-66/+112
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9385 dc483132-0cff-0310-8789-dd5450dbe970
* same typoMark Eichin1996-11-121-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9384 dc483132-0cff-0310-8789-dd5450dbe970
* fix typoMark Eichin1996-11-121-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9383 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in, configure.in, krshd.c, v4rcp.M, v4rcp.c: addedMark Eichin1996-11-116-17/+1237
| | | | | | | | | | kerberos V4 rcp -x support from Cygnus tree. * Makefile.in, configure.in: added support for not building v4rcp if --without-krb4 is used. (original ChangeLogs copied as well.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9370 dc483132-0cff-0310-8789-dd5450dbe970
* Commit jhawk's patch to print IP status.Sam Hartman1996-11-112-2/+6
| | | | | | [113] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9365 dc483132-0cff-0310-8789-dd5450dbe970
* Call gethostbyaddr over what we connect to to get the Kerberos principal toSam Hartman1996-11-102-0/+12
| | | | | | | | use; if that fails, fall back on what gethostbyname returns earlier. [170] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9363 dc483132-0cff-0310-8789-dd5450dbe970
* * login.c (k_init): Set up KRBTKFILE if converting krb5 tickets toTom Yu1996-11-102-1/+6
| | | | | | krb4 but not getting them via password. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9360 dc483132-0cff-0310-8789-dd5450dbe970
* Fix so login.c compiles with krb4 support.Sam Hartman1996-11-092-2/+7
| | | | | | [krb5-appl/148] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9351 dc483132-0cff-0310-8789-dd5450dbe970
* Check the error return from krb5_init_context(), and print an errorTheodore Tso1996-11-0817-19/+100
| | | | | | message if necessary. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9345 dc483132-0cff-0310-8789-dd5450dbe970
* movemail.c (main): Check the error return from krb5_init_context(),Theodore Tso1996-11-082-23/+40
| | | | | | | | and print an error message if necessary. Cleaned up gcc -Wall warnings. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9343 dc483132-0cff-0310-8789-dd5450dbe970
* poplib.c, mailquery.c: Cleaned up gcc -Wall warningsTheodore Tso1996-11-084-38/+52
| | | | | | | poplib.c (pop_init): Check the error return from krb5_init_context(), and print an error message if necessary. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9342 dc483132-0cff-0310-8789-dd5450dbe970
* Check return value of krb5_init_context()Theodore Tso1996-11-082-1/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9341 dc483132-0cff-0310-8789-dd5450dbe970
* login.c (destroy_tickets): Just use global kcontext insteadTheodore Tso1996-11-077-21/+55
| | | | | | | | | | | | | of creating a new krb5 context for no good reason. krshd.c (main): krsh.c (main): krlogind.c (main): krlogin.c (main): krcp.c(main): Check the error return from krb5_init_context(), and print an error message if necessary. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9317 dc483132-0cff-0310-8789-dd5450dbe970
* * Fix broken comment ; it's setuid() that must suceed not the setleuidSam Hartman1996-11-022-3/+14
| | | | | | | | | | | equivelent under AIX. * You want to destroy v4 tickets if you are converting them just as if you are getting them directly. * Attempt to be more reasonable about printing out errors in in_tkt. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9283 dc483132-0cff-0310-8789-dd5450dbe970
* * Remove rhosts support [138]Sam Hartman1996-11-026-244/+25
| | | | | | | * Remove tab3 from initial terminal settings. We don't really care about horizontal tab delays, do we? This was breaking on NetBSD. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9282 dc483132-0cff-0310-8789-dd5450dbe970
* * Add forward command. [45]Sam Hartman1996-11-024-6/+138
| | | | | | * Add TOS support. [57] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9281 dc483132-0cff-0310-8789-dd5450dbe970
* * Add TOS support on other than Cray [57]Sam Hartman1996-11-026-33/+67
| | | | | | | | | | | | | | | | * Externalize forward options from kerberos5.c to reduce cut/paste inheritance between kerberos5.c and main.c in telnet. * Fix up source of error messages (telnet|telnetd) in kerberos5.c [77] CVS: ---------------------------------------------------------------------- automatically CVS: CVS: Committing in libtelnet CVS: CVS: Modified Files: CVS: ChangeLog Makefile.in auth.h configure.in kerberos5.c CVS: parsetos.c CVS: ---------------------------------------------------------------------- git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9280 dc483132-0cff-0310-8789-dd5450dbe970
* Make the defaults be to *not* to get Kerberos V4 tickets. There areTheodore Tso1996-10-302-6/+15
| | | | | | | | | currently bad interactions between defaulting and the default Kerberos V4 realm (which is still hard-coded to be ATHENA.MIT.EDU). Also added some miscelanneous code cleanups. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9249 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Add USE_GSSAPI_LIBRARYEzra Peisach1996-10-283-3/+8
| | | | | | | * Makefile.in (LOCAL_LIBRARIES): Remove as -lgssapi_rpc should come from configure. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9243 dc483132-0cff-0310-8789-dd5450dbe970
* * ftpd.c (auth_data): actually exit the for loop if the ftp keyMark Eichin1996-10-222-2/+7
| | | | | | was ok. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9236 dc483132-0cff-0310-8789-dd5450dbe970
* gss-server.c: Re-added code to test import and export securityTheodore Tso1996-10-223-15/+141
| | | | | | | | | | | | | context. Yes, yes, I know this isn't the best place to have this test, but DO NOT REMOVE THIS TEST UNTIL WE HAVE IT CODED ELSEWHERE. Better slightly ugly sample server code than untested (and broken) library code.... Add code to print out the mechanism OID used by accept_sec_context. gss-client.c: Add code to allow user to specify the mechanism OID that gss-client should use. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9230 dc483132-0cff-0310-8789-dd5450dbe970
* * kcmd.c: don't retry (and waste 7 seconds) on ECONNREFUSED, justBarry Jaspan1996-10-212-8/+6
| | | | | | fail immediately [krb5-appl/120] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9217 dc483132-0cff-0310-8789-dd5450dbe970
* * krsh.c, krlogin.c: don't print our own error message if kcmdBarry Jaspan1996-10-183-8/+16
| | | | | | | returns -1 (it always printed something in that case, and error_message(-1) prints a mess [krb5-appl/70] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9211 dc483132-0cff-0310-8789-dd5450dbe970
* * ftpd.c (secure_fprintf): Use STDARG routines ifEzra Peisach1996-10-142-5/+28
| | | | | | present. [krb5-appl/108] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9168 dc483132-0cff-0310-8789-dd5450dbe970
* Misc debugging cleanups [71, 74]Sam Hartman1996-10-142-7/+22
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9164 dc483132-0cff-0310-8789-dd5450dbe970
* Environment command argument handling sometimesSam Hartman1996-10-142-2/+8
| | | | | | prints bogus only. [75] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9163 dc483132-0cff-0310-8789-dd5450dbe970
* Remove rsaencpwd and krb4encpwd authentication. Bugs were beingSam Hartman1996-10-147-1124/+8
| | | | | | | | | reported and the code is old and wouldn't compile if you tried. Also, I don't think the libraries on which it depends are available. Besides, there is no excuse for read_password.c using setjmp and longjmp. [50] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9162 dc483132-0cff-0310-8789-dd5450dbe970