aboutsummaryrefslogtreecommitdiff
path: root/secure/libexec
Commit message (Collapse)AuthorAgeFilesLines
* Now that cross-tools ld(1) has been fixed to look for dynamicRuslan Ermilov2002-02-081-2/+2
| | | | | | | | | | | | | dependencies in the correct place, record the fact that -lssh depends on -lcrypto and -lz. Removed false dependencies on -lz (except ssh(1) and sshd(8)). Removed false dependencies on -lcrypto and -lutil for scp(1). Reviewed by: markm Notes: svn path=/head/; revision=90405
* Set WFORMAT=0, overlooked in previous commits to libexec/.Kris Kennaway2002-02-061-0/+1
| | | | | | | Reported by: jhay Notes: svn path=/head/; revision=90296
* Add pam_ssh support to the static PAM library, libpam.a:Ruslan Ermilov2002-01-231-2/+2
| | | | | | | | | | | | | | - Spam /usr/lib some more by making libssh a standard library. - Tweak ${LIBPAM} and ${MINUSLPAM}. - Garbage collect unused libssh_pic.a. - Add fake -lz dependency to secure/ makefiles needed for dynamic linkage with -lssh. Reviewed by: des, markm Approved by: markm Notes: svn path=/head/; revision=89705
* Clean up makefiles, and turn on WARNS=2. Take into account the telnetMark Murray2001-11-301-2/+4
| | | | | | | #if cleanup. Notes: svn path=/head/; revision=87141
* Revamp and diff-reduce the various secure telnets. Make sure thatMark Murray2001-08-031-1/+1
| | | | | | | | Kerberos5 has _a_ telnet (which is not currently K5 enabled). Incorporate BDE's static linking fixes. Notes: svn path=/head/; revision=81104
* Fixed world breakage when NOSHARED=yes. libmp now depends on libcrypto,Bruce Evans2001-07-301-4/+4
| | | | | | | so it must be linked before libcrypto to work right. Notes: svn path=/head/; revision=80637
* Fixed world breakage in previous commit. -lpam must never be usedBruce Evans2001-05-091-3/+4
| | | | | | | | | | | | directly (except in the definition of MINUSLPAM in bsd.libnames.mk) since it doesn't give all the lbraries necessary for static linkage. Fixed new and old bugs in DPADD. ${LIBPAM} was missing, and the library order was different from that in LDADD so `make checkdpadd' reported a non-bug. Notes: svn path=/head/; revision=76407
* Add PAM support to SRA authentication. Cribbed mostly from ftpd. ThisNick Sayer2001-05-071-1/+1
| | | | | | | | doesn't solve the problem of root being allowed to log in, but that sort of thing is something PAM should be doing anyway. Notes: svn path=/head/; revision=76337
* Follow the OpenSSH 2.9 upgrade with the infrastructure. Two newBrian Feldman2001-05-041-1/+1
| | | | | | | programs are now included: sftp(1) and ssh-keyscan(1). Notes: svn path=/head/; revision=76264
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.Ruslan Ermilov2001-03-281-1/+1
| | | | | | | Approved by: markm Notes: svn path=/head/; revision=74928
* secure/ build fixes:Ruslan Ermilov2001-03-263-17/+9
| | | | | | | | | | | | | | | | | | | | | | | - TELNETOBJDIR is gone. `buildworld' already installs libtelnet.a in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there. - SSHDIR (formerly SSHSRC) is now shared between all SSH modules. New LIBSSH is introduced for libssh.a (an internal static lib). Previously, build without prior `obj' was broken; SSH modules always looked for libssh.a in ${.OBJDIR}. Also, the dependancies on the libssh.a were missing. - libtelnet/ did not install the crypto version of telnet.h into /usr/include/arpa. - Removed BINOWN, BINMODE, BINDIR and SRCS with default values. Reviewed by: markm - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74818
* Only build sftp-server conditionallyKris Kennaway2000-09-161-1/+3
| | | | Notes: svn path=/head/; revision=65961
* Add sftp-serverAndrey A. Chernov2000-09-151-0/+1
| | | | Notes: svn path=/head/; revision=65872
* Update for OpenSSH 2.2.0Kris Kennaway2000-09-101-0/+22
| | | | Notes: svn path=/head/; revision=65675
* Don't build crypto-enabled telnetd if NO_OPENSSL is defined, since itKris Kennaway2000-07-251-1/+1
| | | | | | | attempts to link against libcrypto. Notes: svn path=/head/; revision=63824
* Build everything properly. This means:Mark Murray2000-02-241-3/+3
| | | | | | | | | | | | | | o Don't b uild libdes. o Crypto is now housed in libcrypto (with a compatability symlink to libdes) o RSA may depend on RSAREF at your locale. o OpenSSH is now a part of the base system. Notes: svn path=/head/; revision=57437
* another tcp apps IPv6 updates.(should be make world safe)Yoshinobu Inoue2000-01-271-1/+1
| | | | | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project Notes: svn path=/head/; revision=56668
* Revert -lmd changes now that libcrypt doesn't expose this binutils/ldPeter Wemm1999-12-181-3/+2
| | | | | | | bug any more. Notes: svn path=/head/; revision=54783
* Add libmd to DPADD and LDADD.Marcel Moolenaar1999-12-171-2/+3
| | | | Notes: svn path=/head/; revision=54737
* Dont build telenet if we are going for kerberised telnet; this justMark Murray1999-10-121-2/+3
| | | | | | | jumps all over kerberised telnet otherwise. Notes: svn path=/head/; revision=52167
* Make telnet with SRA work.Mark Murray1999-10-073-0/+32
| | | | | | | Submitted by: Nick Sayer Notes: svn path=/head/; revision=51993
* Secure telnet is now in eBones.Mark Murray1996-11-0715-9324/+0
| | | | Notes: svn path=/head/; revision=19502
* Same as non-secure telnetd, add support for ``-P altlogin'' to specifyPeter Wemm1996-08-133-4/+21
| | | | | | | an alternate /usr/bin/login type program to be run. Notes: svn path=/head/; revision=17569
* Localize timeAndrey A. Chernov1996-05-071-0/+10
| | | | Notes: svn path=/head/; revision=15661
* Big clean-up job. Remove ancient and never-to-be used stuff.Mark Murray1996-03-111-39/+4
| | | | | | | The look much more like BSD Makefiles now. Notes: svn path=/head/; revision=14548
* Sense MAKE_EBONES, DESTDIRAndrey A. Chernov1996-03-091-5/+11
| | | | | | | SRCS, DPADD cleanup Notes: svn path=/head/; revision=14439
* recording cvs-1.6 file deathPeter Wemm1995-12-301-6/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Remove LD_NOSTD_PATH unsetenv, it isn't exist anymoreAndrey A. Chernov1995-10-241-1/+0
| | | | Notes: svn path=/head/; revision=11768
* Fix original patch error with ! before strncmpAndrey A. Chernov1995-10-201-4/+10
| | | | | | | Zap only needed LD_* variables Notes: svn path=/head/; revision=11597
* Don't allow LD_* env. variables to be trickedAndrey A. Chernov1995-10-201-3/+25
| | | | | | | Submitted by: Sam Hartman <hartmans@mit.edu> Notes: svn path=/head/; revision=11590
* Remove MAKE_EBONES conditionals. They were originally placed here becauseJustin T. Gibbs1995-10-111-2/+0
| | | | | | | of missing functionality in our libkrb which is no longer a problem. Notes: svn path=/head/; revision=11419
* Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makesJustin T. Gibbs1995-09-162-3/+5
| | | | | | | secure reference the libraries that were just build instead of in /usr/lib. Notes: svn path=/head/; revision=10814
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.Justin T. Gibbs1995-09-141-5/+1
| | | | Notes: svn path=/head/; revision=10741
* sys_term.c: killed sleep(1) as this should no longer be a problem withDavid Greenman1995-09-112-9/+3
| | | | | | | | | the move of startslave(). telnetd.c: fix bug introduced with the move of startslave()...the number of arguments was wrong and "level" and "user_name" had to be made globals. Notes: svn path=/head/; revision=10679
* Move erase cleanup outside linemode conditionalPaul Traina1995-09-061-1/+1
| | | | Notes: svn path=/head/; revision=10571
* Avoid race condition with telnet options processing (login: prompt lost).Paul Traina1995-09-051-22/+7
| | | | | | | Submitted by: John Capo & Peter Wemm Notes: svn path=/head/; revision=10563
* Set erase character for login: prompt.Paul Traina1995-09-051-1/+5
| | | | | | | Submitted by: Peter Wemm & John Capo Notes: svn path=/head/; revision=10562
* Do NOT compile with -DKLUDGELINEMODE...hoses many telnet clientsPaul Traina1995-08-282-6/+8
| | | | Notes: svn path=/head/; revision=10398
* Comment out LDADD+=-ldescrypt, it is not yet active due toAndrey A. Chernov1995-08-051-1/+2
| | | | | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too. Notes: svn path=/head/; revision=9932
* Change default banner to FreeBSD, properly ifdefed by __FreeBSD__Andrey A. Chernov1995-08-041-1/+5
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9883
* After pst and ache fixed secure telnet, it was still not in the mainMark Murray1995-07-292-0/+7
| | | | | | | | | | | | makefiles. This puts it in. PLEASE NOTE - YOU WILL NEED TO BUILD AND INSTALL THE libtelnet IN secure/ Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9760
* Final cleanup pass through Makefiles, now this stuffAndrey A. Chernov1995-07-241-2/+7
| | | | | | | | | autodetect kerberos/eBones and work even with eBones, but with reduced functionality (don't pick up des/krb stuff in this case) Notes: svn path=/head/; revision=9694
* Add -ldescrypt, or wrong crypt version can be picked from libcAndrey A. Chernov1995-07-241-0/+1
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9692
* Since this stuff not works with eBones, ifdef kerberos stuffAndrey A. Chernov1995-07-241-0/+6
| | | | | | | | | | with MAKE_KERBEROS to allow other things to live Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9689
* Point to proper DESTDIR nowAndrey A. Chernov1995-07-241-0/+3
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9684
* When hostname len > 8, name replaced with dot notation when -u flagPaul Traina1995-07-201-7/+19
| | | | | | | | | | | | | | | | | | | | | | not specified (default case). Use _PATH_* for utmp/wtmp. Support for >32 PTYs. >Submitted by: Heikki Suonsivu <hsu@cs.hut.fi> Plug already known security hole. (Brought over from 1.1.5): Fixed security problem with telnetd, which allowed telnet -l -hcert.org localhost to change the user's host in utmp. Thanks to Matthew Green <mrgreen@@mame.mu.oz.au> for showing me this one. >Reviewed by: karl, guido >Submitted by: mrgreen@mame.mu.oz.au Obtained from: FreeBSD insecure telnetd Notes: svn path=/head/; revision=9592
* The final negotiation of DO_BINARY in the LINEMODE portion of the telnetd codePaul Traina1995-07-201-19/+28
| | | | | | | | | | | | | | causes some clients that do not support linemode to mis-interpret the return key (i.e. double returns). The fix is to only do the state check for binary options if linemode will be used. Closes PR#505. Submitted by: Charles Henrich Obtained from: FreeBSD insecure telnetd Notes: svn path=/head/; revision=9591
* Update telnet to the 95.05.31 release.Paul Traina1995-07-209-79/+252
| | | | | | | Obtained from: Dave Borman <dab@cray.com> Notes: svn path=/head/; revision=9590
* Remove trailing whitespace.Rodney W. Grimes1995-05-307-28/+28
| | | | Notes: svn path=/head/; revision=8871
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-111-1/+1
| | | | Notes: svn path=/head/; revision=2678