aboutsummaryrefslogtreecommitdiff
path: root/kerberosIV
Commit message (Collapse)AuthorAgeFilesLines
* Install script via SCRIPTS.Ruslan Ermilov2001-12-171-9/+2
| | | | Notes: svn path=/head/; revision=88068
* Add the necessary paths to the kerberos libraries and includes.John Hay2001-12-031-1/+1
| | | | | | | | | This fix "make release". Reviewed by: markm Notes: svn path=/head/; revision=87278
* Style clean-up, and diff-reduce WRT src/secure/*/telnet/MakefileMark Murray2001-11-303-18/+32
| | | | Notes: svn path=/head/; revision=87142
* Diff reduce all the crypto telnet Makefiles.Mark Murray2001-08-203-3/+3
| | | | Notes: svn path=/head/; revision=81967
* Remove the building of a kerberosIV'ed cvs. `make release' has been brokenDavid E. O'Brien2001-08-191-3/+6
| | | | | | | for the past 9 days! Notes: svn path=/head/; revision=81915
* Revamp and diff-reduce the various secure telnets. Make sure thatMark Murray2001-08-033-19/+22
| | | | | | | | Kerberos5 has _a_ telnet (which is not currently K5 enabled). Incorporate BDE's static linking fixes. Notes: svn path=/head/; revision=81104
* generate ksrvtgtAssar Westerlund2001-06-161-0/+11
| | | | | | | | PR: bin/25561 MFC after: 1 week Notes: svn path=/head/; revision=78339
* Fix PAMized telnet in exactly the same way as BDE did it for the otherMark Murray2001-05-112-4/+4
| | | | | | | telnet instances. Notes: svn path=/head/; revision=76466
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-6/+1
| | | | Notes: svn path=/head/; revision=75286
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.Ruslan Ermilov2001-03-284-7/+10
| | | | | | | Approved by: markm Notes: svn path=/head/; revision=74928
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-2722-24/+24
| | | | Notes: svn path=/head/; revision=74859
* add strcollect.c to SRCS (new file in 1.0.5)Assar Westerlund2000-12-291-3/+3
| | | | Notes: svn path=/head/; revision=70501
* set LIBEXECDIR (used by kipd)Assar Westerlund2000-12-291-1/+3
| | | | Notes: svn path=/head/; revision=70500
* Remove the last vestiges of libRSAglue now that it's an empty stub.Kris Kennaway2000-03-111-4/+0
| | | | | | | | | This should fix the buildworld problems some people were seeing. Approved by: jkh Notes: svn path=/head/; revision=57921
* Use libcrypto in place of libdes.Mark Murray2000-02-2422-42/+46
| | | | Notes: svn path=/head/; revision=57448
* another tcp apps IPv6 updates.(should be make world safe)Yoshinobu Inoue2000-01-272-4/+4
| | | | | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project Notes: svn path=/head/; revision=56668
* Update for KTH Kerberos (eBones) v1.0Mark Murray2000-01-098-69/+261
| | | | Notes: svn path=/head/; revision=55650
* Build some more build-toold so that "make world" works for theMark Murray1999-12-301-0/+2
| | | | | | | | KerberosIV case. Submitted by: marcel Notes: svn path=/head/; revision=55265
* Bring in SRA for telnet.Mark Murray1999-10-073-4/+5
| | | | | | | Submitted by: Nick Sayer Notes: svn path=/head/; revision=51990
* Fixes for new Kerberos4. Userland to follow.Mark Murray1999-09-1925-301/+633
| | | | Notes: svn path=/head/; revision=51431
* Merged src/lib/libtelnet rev.1.9 (fixed removing of obsolete sharedBruce Evans1999-09-131-7/+4
| | | | | | | | | library: wrong library directory, wrong library extension and wrong comment). This is mainly of historical interest, if any. The library that gets removed is aout. Notes: svn path=/head/; revision=51236
* Add ftpd to the build.Mark Murray1999-09-061-0/+3
| | | | Notes: svn path=/head/; revision=50989
* Fix for new Common Error system.Mark Murray1999-09-0519-36/+63
| | | | Notes: svn path=/head/; revision=50954
* Don't -DTERMCAP or we define a few conflicting functions and causePeter Wemm1999-08-301-1/+1
| | | | | | | recursion in a rather ugly way. Notes: svn path=/head/; revision=50632
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2841-41/+41
| | | | Notes: svn path=/head/; revision=50479
* Link everything against libcrypt. ELF builds complain without it.Mark Murray1999-01-2516-57/+72
| | | | | | | | | | Clean up the master makefile a bit and add a "dekerberise" target for those who have shot themselves in the foot. Thanks to: Randy Bush Notes: svn path=/head/; revision=43183
* 'Nother place where libcrypt needs to be linked.Mark Murray1999-01-241-3/+3
| | | | | | | Thanks to: Randy Bush Notes: svn path=/head/; revision=43162
* Under ELF, this must be linked against libcrypt.Mark Murray1999-01-241-3/+3
| | | | | | | Found by: Randy Bush Notes: svn path=/head/; revision=43156
* The strtok_r() function is in libc now, so use it.John Polstra1999-01-203-6/+6
| | | | Notes: svn path=/head/; revision=42914
* Add an explicit dependency on libcrypt so that shared libraryJohn Polstra1998-11-181-1/+3
| | | | | | | linkage works properly. Notes: svn path=/head/; revision=41216
* Add -lcrypt.John Birrell1998-09-051-3/+4
| | | | Notes: svn path=/head/; revision=38828
* Unbreak "make release".Mark Murray1998-09-041-1/+1
| | | | | | | Submitted by: Justin Gibbs Notes: svn path=/head/; revision=38822
* Add libcrypt. Elf was breaking.Mark Murray1998-09-021-3/+3
| | | | Notes: svn path=/head/; revision=38741
* While I am no longer making a shared library, nuke the old one to preventMark Murray1998-08-301-0/+11
| | | | | | | ld from picking it up spuriously. Notes: svn path=/head/; revision=38642
* Stop making the shared library for libtelnet (crypto version). ThisMark Murray1998-08-291-0/+2
| | | | | | | should have happened years ago. Notes: svn path=/head/; revision=38624
* Add kerberised CVS to the dependant programs.Mark Murray1998-08-151-1/+2
| | | | Notes: svn path=/head/; revision=38336
* Debogotify. ln -f should be ln -s to allow the obj/ dir to beMark Murray1998-03-281-2/+2
| | | | | | | on a different volume. Notes: svn path=/head/; revision=34921
* Repaired version of Bruce's "make -jN" patches.Mark Murray1998-03-262-7/+6
| | | | Notes: svn path=/head/; revision=34894
* More fixes to help fix race bags in "make -jN".Mark Murray1998-03-205-15/+10
| | | | | | | Submitted by: BDE (Mostly) Notes: svn path=/head/; revision=34713
* Fix more linkage problems. libtermcap needs to be linked for routinesMark Murray1998-03-151-3/+4
| | | | | | | in librealdline. Notes: svn path=/head/; revision=34599
* Damn. Left out the dependancy macro.Mark Murray1998-03-141-2/+2
| | | | Notes: svn path=/head/; revision=34580
* Link this against libcrypt. Crypt is not directly called, but is called from ↵Mark Murray1998-03-141-2/+2
| | | | | | | | | | | linked in code. I'll merge this to STABLE as well. PR: 5999 Submitted by: robert@cyrus.watson.org Notes: svn path=/head/; revision=34578
* Kerberized telnet is not built here. Remove telnet(d).Mark Murray1998-02-161-3/+1
| | | | Notes: svn path=/head/; revision=33424
* Link this against -lcrypt. In the case where the user has no key availableMark Murray1997-10-241-2/+2
| | | | | | | | on the keyserver, the local kinit will blow chunks when it tries a crypt(3) and finds it unavailable. Notes: svn path=/head/; revision=30694
* Correct the MAKE_EBONES macro --> MAKE_KERBEROS4Mark Murray1997-10-031-4/+4
| | | | Notes: svn path=/head/; revision=30071
* Take pity on Mark and fix the bogus paths to dump and restore in theJordan K. Hubbard1997-10-021-3/+3
| | | | | | | | | | | help-distribute target myself. They live in /usr/src/sbin, not /usr/src/usr.sbin. :-) I'm also assuming the omission of telnetd and telnet from this target are intentional so I'll leave that alone. Notes: svn path=/head/; revision=30064
* Whoops! Missed one.Mark Murray1997-10-021-1/+2
| | | | Notes: svn path=/head/; revision=30063
* Tidy up the bootstrap: target. Blind commit by me.Mark Murray1997-10-021-5/+1
| | | | | | | Tested by: jkh Notes: svn path=/head/; revision=30062
* Fix a break in the includes where the build blows chunks if it isMark Murray1997-10-0210-6/+28
| | | | | | | | | being built in a totally clean environment. Found by: jkh and "make release" Notes: svn path=/head/; revision=30061
* Delete extraneous paren.Jordan K. Hubbard1997-10-011-2/+2
| | | | | | | Submitted by: Akira Watanabe <akira@myaw.ei.meisei-u.ac.jp> Notes: svn path=/head/; revision=30033