summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Collapse)AuthorAgeFilesLines
...
* Stupid typo in previous fixTheodore Tso1995-03-241-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5216 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in (krshd): Move $(K4LIB) after $(KLIB) so that ifTheodore Tso1995-03-243-2/+9
| | | | | | | | we're using des425, the V5 crypto library can be picked up. configure.in: Use the correct path to find libdes425 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5214 dc483132-0cff-0310-8789-dd5450dbe970
* * logutil.c (update_wtmp): initialize ut from ent the way the V4Mark Eichin1995-03-242-0/+22
| | | | | | | code did. Appears to handle SunOS case (when nearly all of the ifdef's are off) correctly now. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5207 dc483132-0cff-0310-8789-dd5450dbe970
* Delete redundant definitions defined in pre/config.inTheodore Tso1995-03-172-17/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5153 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in, configure.in: Use the libdes425 library so that the DESTheodore Tso1995-03-175-8/+26
| | | | | | | | | | | | | | code doesn't get dragged in twice. krlogind.c: Include <sys/time.h> so that Linux can get the FD_SET macros. kcmd.c (kcmd): Close the credentials cache when you're done with it. krlogind.c (doit): Always initialize the Krb5 error table. krlogind.c (main, doit): Minor type fixes to gethostbyname(), accept(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5151 dc483132-0cff-0310-8789-dd5450dbe970
* Initialize ret_cred to zero so that in case of an error, we don't tryTheodore Tso1995-03-102-1/+6
| | | | | | to free stack garbage. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5108 dc483132-0cff-0310-8789-dd5450dbe970
* * kerberos5.c Use new calling convention for krb5_mk_req_extended()Chris Provenzano1995-03-102-34/+30
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5105 dc483132-0cff-0310-8789-dd5450dbe970
* * sim_client.c Use new calling convention for krb5_mk_req(),Chris Provenzano1995-03-102-103/+35
| | | | | | krb5_mk_priv(), and krb5_mk_safe(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5104 dc483132-0cff-0310-8789-dd5450dbe970
* * sclient.c Use new calling convention for krb5_sendauth()Chris Provenzano1995-03-102-25/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5103 dc483132-0cff-0310-8789-dd5450dbe970
* * kcmd.c (kcmd()) Use new calling convention for krb5_sendauth().Chris Provenzano1995-03-103-40/+25
| | | | | | * krcp.c () Use new calling convention for krb5_mk_req_extended(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5102 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (UsePepsy, PepsyTarget): removed, not referencedMark Eichin1995-03-086-5/+12
| | | | | | | | | | | anywhere in the tree. (ISODE_INCLUDE, ISODE_DEFS): removed along with remaining references in the tree. --enable-isode is dead. * configure.in (most directories): removed last remaining ISODE_INCLUDE and ISODE_DEFS. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5082 dc483132-0cff-0310-8789-dd5450dbe970
* Remove reference to $(ISODELIB)Theodore Tso1995-03-028-5/+20
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5061 dc483132-0cff-0310-8789-dd5450dbe970
* Remove reference to $(ISODELIB)Theodore Tso1995-03-0216-15/+40
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5059 dc483132-0cff-0310-8789-dd5450dbe970
* Add proper #ifdef's to #include the appropriate system header filesTheodore Tso1995-03-012-0/+24
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5045 dc483132-0cff-0310-8789-dd5450dbe970
* Replace check for -lsocket and -lnsl with WITH_NETLIB checkTheodore Tso1995-03-012-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5043 dc483132-0cff-0310-8789-dd5450dbe970
* Remove ISODE_INCLUDE and ISODE_DEFS, replace check for -lsocket andTheodore Tso1995-03-016-12/+18
| | | | | | -lnsl with WITH_NETLIB check. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5040 dc483132-0cff-0310-8789-dd5450dbe970
* Remove ISODE_INCLUDE, replace check for -lsocket and -lnsl withTheodore Tso1995-03-0116-23/+48
| | | | | | WITH_NETLIB check. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5039 dc483132-0cff-0310-8789-dd5450dbe970
* Add $(srcdir) to install line so that installs work correctly when theTheodore Tso1995-02-282-2/+8
| | | | | | build tree != the source tree. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5034 dc483132-0cff-0310-8789-dd5450dbe970
* Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1995-02-284-10/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5027 dc483132-0cff-0310-8789-dd5450dbe970
* Avoid <krb5/...> includesJohn Gilmore1995-02-286-10/+17
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5026 dc483132-0cff-0310-8789-dd5450dbe970
* * pop_init.c, pop_pass.c, pop_user.c, mh-6.8.patch: Avoid <krb5/...> includesJohn Gilmore1995-02-285-15/+15
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5025 dc483132-0cff-0310-8789-dd5450dbe970
* Avoid <krb5/...> includesJohn Gilmore1995-02-286-10/+19
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5024 dc483132-0cff-0310-8789-dd5450dbe970
* Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1995-02-283-8/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5023 dc483132-0cff-0310-8789-dd5450dbe970
* oops, described it in wrong dirJohn Gilmore1995-02-281-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5022 dc483132-0cff-0310-8789-dd5450dbe970
* Avoid <krb5/...> includesJohn Gilmore1995-02-283-9/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5021 dc483132-0cff-0310-8789-dd5450dbe970
* * forward.c, kcmd.c, krcp.c, krlogin.c, krlogind.c, krsh.c,John Gilmore1995-02-288-35/+17
| | | | | | krshd.c: Avoid <krb5/...> and <com_err.h> includes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5020 dc483132-0cff-0310-8789-dd5450dbe970
* * client.c Call krb5_get_credentials() with new calling conventionChris Provenzano1995-02-233-12/+18
| | | | | | * server.c Call krb5_mk_req_extended() with new calling convention. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4987 dc483132-0cff-0310-8789-dd5450dbe970
* * kerberos5.c (kerberos5_send(), kerberos5_forward())Chris Provenzano1995-02-232-10/+20
| | | | | | | Call krb5_get_credentials() and krb5_mk_req_extended() with new calling convention. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4986 dc483132-0cff-0310-8789-dd5450dbe970
* * sim_client.c Call krb5_sendauth() with new calling conventionChris Provenzano1995-02-232-5/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4985 dc483132-0cff-0310-8789-dd5450dbe970
* * kadmin.c Call krb5_sendauth() with new calling conventionChris Provenzano1995-02-232-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4984 dc483132-0cff-0310-8789-dd5450dbe970
* * movemail.c Call krb5_sendauth() with new calling conventionChris Provenzano1995-02-232-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4983 dc483132-0cff-0310-8789-dd5450dbe970
* * poplib.c (pop_init): Call krb5_sendauth() with new calling conventionChris Provenzano1995-02-232-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4982 dc483132-0cff-0310-8789-dd5450dbe970
* * kcmd.c Call krb5_sendauth() and krb5_get_credentials() withChris Provenzano1995-02-233-33/+43
| | | | | | | | | new calling convention. * krcp.c (answer_auth()) Call krb5_mk_req_extended90 with new calling convention. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4981 dc483132-0cff-0310-8789-dd5450dbe970
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-0317-0/+17
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4904 dc483132-0cff-0310-8789-dd5450dbe970
* Add keytype parameter to fieldTheodore Tso1995-02-032-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4900 dc483132-0cff-0310-8789-dd5450dbe970
* Add keytype argument to rd_req_procTheodore Tso1995-02-032-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4898 dc483132-0cff-0310-8789-dd5450dbe970
* ret_flags should be an int based on the prototype ofTheodore Tso1995-02-032-1/+7
| | | | | | gss_accept_sec_context git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4890 dc483132-0cff-0310-8789-dd5450dbe970
* * forward.c: Remove unused #include <krb5/crc-32.h>.John Gilmore1995-02-024-20/+16
| | | | | | | | | | | | | | | | * kerberos5.c (kerberos5_send): Remove code for sending a checksum of a zero-byte string; we can just send no checksum at all. This eliminates dependency on <krb5/crc-32.h>. (kerberos5_forward): Remove extra parameter to krb5_get_for_creds, probably accidentally inserted during context changes -- which don't seem to be here in the ChangeLog. * kerberos.c: Remove prototypes for krb4 functions, since some of them are wrong with CNS (u_long vs. KRB_INT32 conflicts). These changes BUILD but have not been RUN yet. But at least they build. My apologies. -- John git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4878 dc483132-0cff-0310-8789-dd5450dbe970
* * Removed all #include <krb5/crc-32.h>Chris Provenzano1995-02-028-7/+7
| | | | | | * Removed krb5_enctype argument passed to krb5_get_for_creds() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4871 dc483132-0cff-0310-8789-dd5450dbe970
* install man page from srcdirMark Eichin1995-01-261-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4854 dc483132-0cff-0310-8789-dd5450dbe970
* Nroff Magic to make telnet man page actually work on traditional *roffMark Eichin1995-01-256-1741/+3727
| | | | | | | | | | | (from ian@cygnus.com and CNS V4) * telnet.1: refer to man1/tmac.doc. * tmac.doc: actually works with telnet. * Makefile.in (install): install tmac.doc. CLIENT_MANDIR had better be man1. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4839 dc483132-0cff-0310-8789-dd5450dbe970
* * Removed all narrow types and references to wide.h and narrow.hChris Provenzano1995-01-254-4/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4837 dc483132-0cff-0310-8789-dd5450dbe970
* Add missing context variable when compiling with V4 compatibilityTheodore Tso1995-01-191-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4828 dc483132-0cff-0310-8789-dd5450dbe970
* * krlogind.c (v4_des_read, v5_des_read): When reading length,Mark Eichin1995-01-183-1/+119
| | | | | | | | | | ignore everything before a leading zero (MSB first "reasonable" value) to compensate for rlogin (mis)use of BSD-OOB data. * krlogin.c (des_read): same code (in both versions of des_read.) rlogin -x should be much more reliable now. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4822 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: undo streams test. It turns out that we want sunosMark Eichin1995-01-184-2/+15
| | | | | | | | | | | | | | to *fail* that test, since it doesn't have a streams PTEM module anyhow. * krlogind.c: don't include sys/tty.h and sys/ptyvar.h if we don't HAVE_STREAMS already. * krlogin.c: do the same thing. most of the files in appl/bsd should probably include one common "system headers" include, since they duplicate so much (and not consistently at that.) krlogind now works on SunOS 4. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4819 dc483132-0cff-0310-8789-dd5450dbe970
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-1320-165/+233
| | | | | | Added krb5_context to all krb5_*() routines. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4815 dc483132-0cff-0310-8789-dd5450dbe970
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-138-143/+163
| | | | | | | | Added krb5_context to all krb5_*() routines. Fixed krlogin to use htons(debug_port). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4814 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in (K4LIB): fix quoting so $(KRB4) actually survivesMark Eichin1995-01-112-2/+8
| | | | | | to the Makefile. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4805 dc483132-0cff-0310-8789-dd5450dbe970
* * logutil.c (update_wtmp): declare missing variables ifMark Eichin1995-01-112-1/+13
| | | | | | | | | | HAVE_SETUTENT isn't set. (update_utmp): declare tty at top of function. Now the whole tree builds under raw sunos, native cc (still needs gnumake though) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4804 dc483132-0cff-0310-8789-dd5450dbe970
* * krlogin.c (doit): use exit_handler for signal exits, don't useMark Eichin1995-01-112-3/+15
| | | | | | | | exit directly. (exit_handler): new function, avoids type collision from misusing exit directly as a signal handler. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4803 dc483132-0cff-0310-8789-dd5450dbe970