wiz
bf840df2cd
__STDC__ is always defined on NetBSD.
2002-05-26 00:02:06 +00:00
thorpej
9c33b55e7c
Split the notion of building Hesiod, Kerberos, S/key, and YP
...
infrastructure and using that infrastructure in programs.
* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building
of the infratsructure (libraries, support programs, etc.)
* USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control
building of support for using the corresponding API
in various libraries/programs that can use it.
As discussed on tech-toolchain.
2002-03-22 18:10:19 +00:00
wiz
f78eb76cbe
achive is not a good word.
2002-02-11 10:57:57 +00:00
itojun
80c664d730
implement -u <len>. PR 13676
2002-01-31 07:54:50 +00:00
wiz
65eb66d185
Whitespace and punctuation nits, comment out an option that does not concern NetBSD.
2002-01-15 02:28:22 +00:00
wiz
456dff6cb8
Spell 'occurred' with two 'r's.
2001-09-16 16:34:23 +00:00
wiz
0b273592ec
-edebug should only be mentioned in the help #ifdef ENCRYPTION, not #ifdef
...
AUTHENTICATION. Noted (with patch) by Brian Ginsbach.
2001-09-02 18:56:26 +00:00
wiz
00ed7f60d7
Describe -S option, and remove mention of /etc/inittab in FILES section.
...
Patch by Brian Ginsbach.
2001-09-02 18:33:39 +00:00
wiz
4b8f5ccd37
Fix #ifdef indentation after recent removal of #ifdef NEWINIT-code.
...
Patch by Brian Ginsbach.
2001-09-02 18:32:35 +00:00
wiz
9731e34bd0
Remove code #ifdef'd on NEWINIT (never used on NetBSD).
...
Sync with Cray, patch by Brian Ginsbach in private mail.
2001-08-30 23:25:15 +00:00
wiz
be3b9c2ec5
Cray-only patch (sync with cray). Patch by Brian Ginsbach in private mail.
2001-08-29 00:32:26 +00:00
wiz
13237636e2
Remove description of an option that only applies to UNICOS < 7.0.
2001-08-25 16:50:18 +00:00
wiz
4538e1cec2
Remove lots of #ifdef's for dead Cray hardware and obsolete UNICOS releases;
...
also some Cray-specific fixes. No change for NetBSD.
From Brian Ginsbach of Cray Inc. in bin/13614 and private mail.
2001-08-24 00:14:03 +00:00
wiz
45130205ff
Add extern before terminaltype. (Definition is in global.c via
...
`#define extern' and `#include <ext.h>'.)
Last part of bin/13667 by Brian Ginsbach.
2001-08-20 13:53:47 +00:00
wiz
3fc7637d44
Rename variable to avoid shadowing.
2001-08-20 11:34:01 +00:00
wiz
53adc1dbf2
Improve whitespace a bit, per bin/13667 by Brian Ginsbach.
2001-08-20 11:19:29 +00:00
wiz
b96d0a9c47
Fix typo, and duplicate ';'. From bin/13667 by Brian Ginsbach.
2001-08-20 11:14:05 +00:00
wiz
7d38311c3e
Typo fixes and syslog string improvements, from bin/13667 by Brian Ginsbach.
2001-08-20 11:13:17 +00:00
wiz
8e747ced58
Move #endif so that inclusion of libtelnet/auth.h and
...
libtelnet/encrypt.h do not depend upon DEFAULT_IM being undefined.
From bin/13667 by Brian Ginsbach.
2001-08-20 11:12:19 +00:00
wiz
c27e877f37
Fix type of last execl argument, inspired by bin/13667.
2001-08-20 11:04:52 +00:00
wiz
c54e018e90
Add some (const char *) casts per bin/13667 by Brian Ginsbach.
2001-08-20 11:01:48 +00:00
wiz
f79a6c5d8c
Add missing braces, per bin/13612 by Brian Ginsbach.
2001-08-01 16:41:14 +00:00
wiz
9b9e7174b0
Fix compilation without -DLINEMODE, per bin/13571 from Onno van der Linden.
2001-07-27 22:21:46 +00:00
wiz
a9356936b4
seperate -> separate
2001-07-22 13:33:58 +00:00
itojun
30f2adec05
vsnprintf() can return value longer than the actual string. from assar
2001-07-19 16:00:59 +00:00
itojun
546f0c22a1
try netflush() if buffer is too low.
2001-07-19 07:26:53 +00:00
itojun
eb2e3cb617
bound-check all "*nfrontp++" code. from openbsd/heimdal.
...
bark if file descriptor goes above FD_SETSIZE. from openbsd.
XXX needs more checking.
XXX what is tab stop size for this code? need more consistency...
XXX we should really remove #ifdef CRAY, UNICOS5 and such.
we just cannot read it through.
2001-07-19 04:57:49 +00:00
wiz
ccfe29f3cf
Symmetric has one s and two m's.
2001-06-18 11:23:00 +00:00
christos
5dea9a59e1
fix redundant declarations.
2001-02-04 22:32:15 +00:00
lukem
412ee5c5f1
use LOG_ERR for fatal errors, LOG_WARNING for other errors
...
minor knf
deprecate LOG_ODELAY; it's the default
2001-01-10 02:51:37 +00:00
sommerfeld
1d442ae998
${MAKE} print-objdir -> ${PRINTOBJDIR}
2000-12-30 17:29:24 +00:00
assar
142187795f
(scrub_env): change to only accept a listed set of variables,
...
including only non-filename contents for TERMCAP
2000-12-09 00:50:21 +00:00
christos
5135a422f1
Buffer overflow and environment passing fixes [originally inspired from
...
FreeBSD]. We really didn't need the environment fixes, but for the sake
of keeping the code as close as possible...
2000-11-19 20:17:39 +00:00
garbled
1403ef3b87
Remove direct calls to "make" and replace with ${MAKE}
2000-10-26 05:52:54 +00:00
is
48052d04a3
Format string cleanups by sommerfeld.
2000-10-10 19:54:37 +00:00
itojun
697db6345c
make error case handling in -daemon case meet with other portion of the code.
...
(use fprintf-then-exit, not errx - costmetic)
2000-08-18 03:25:52 +00:00
assar
4bb88e6fb1
forced: previous was really: remove libvers, it's not being used
2000-08-03 22:58:32 +00:00
assar
fc90224f06
link against the not-installed libvers
2000-08-03 22:47:37 +00:00
assar
549a4d9cdc
update build infrastructure for heimdal 0.3a
2000-08-03 04:02:29 +00:00
thorpej
df83a2a3cd
Add MK... variables to enable/disable various aspects of building
...
crypto support into the system. See share/mk/bsd.README for more
a full description.
2000-06-23 06:01:10 +00:00
thorpej
5c099b14c1
Bring the telnet situation back into better shape. Specifically,
...
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.
There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.
However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.
2000-06-22 06:47:42 +00:00
thorpej
e7d6b96938
Merge a bunch of things from crypto-us and crypto-intl into basesrc,
...
adding support for Heimdal/KTH Kerberos where easy to do so. Eliminate
bsd.crypto.mk.
There is still a bunch more work to do, but crypto is now more-or-less
fully merged into the base NetBSD distribution.
2000-06-20 06:00:24 +00:00
assar
f73a2b64ec
(net_write): rename to telnet_net_write
2000-02-01 02:30:43 +00:00
mycroft
f5d7100e26
Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get
...
the correct definition from errno.h.
2000-01-21 17:08:33 +00:00
ad
3476632b59
Make 'if' capability from gettytab work. *shudder*.
2000-01-13 13:11:31 +00:00
tron
18c5f3d5f1
Abort if memory for execv(2) argument array cannot be allocated instead
...
of passing an array with incomplete contents to login(1).
Fix provided by Jun-ichiro itojun Hagino in PR bin/9082.
1999-12-31 12:42:35 +00:00
itojun
2c4f20dd99
do not touch __ss_len directly, they are not supposed to be touched.
1999-12-16 06:00:24 +00:00
aidan
d4403adecd
Kerberos5 ticket forwarding works.
1999-09-17 19:00:32 +00:00
aidan
b7519caaf7
Added kerberos5_cleanup() to cleanup if KRB5 defined. This is to destroy
...
a forwarded ccache on cleanup.
1999-08-12 23:05:22 +00:00
mrg
51a96a002f
optionally include CRYPTOPATH Makefile.frag files.
1999-07-20 09:35:18 +00:00