aboutsummaryrefslogtreecommitdiff
path: root/kerberosIV
Commit message (Collapse)AuthorAgeFilesLines
* This code is no longer WARNS level 2 OK.David E. O'Brien2002-05-151-1/+1
| | | | Notes: svn path=/head/; revision=96637
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-132-6/+2
| | | | Notes: svn path=/head/; revision=96514
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-2/+0
| | | | | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. Notes: svn path=/head/; revision=96513
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-127-22/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include files to be installed, with the powerful INCSGROUPS knob. Documentation to follow. Added standard `includes' and `incsinstall' targets, use them in Makefile.inc1. Headers from the following makefiles were not installed before (during `includes' in Makefile.inc1): kerberos5/lib/libtelnet/Makefile lib/libbz2/Makefile lib/libdevinfo/Makefile lib/libform/Makefile lib/libisc/Makefile lib/libmenu/Makefile lib/libmilter/Makefile lib/libpanel/Makefile Replaced all `beforeinstall' targets for installing includes with the INCS stuff. Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE. Consistently use INCLUDEDIR instead of /usr/include. gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes were only lightly tested due to the missing contrib/libstdc++-v3. I fully tested the pre-WIP_GCC31 version of this patch with the contrib/libstdc++.295 stuff. These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release". Notes: svn path=/head/; revision=96462
* Milestone #1 in cross-arch make releases.Ruslan Ermilov2002-04-262-68/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not install games and profiled libraries to the ${CHROOTDIR} with the initial installworld. Eliminate the need in the second installworld. For that, make sure _everything_ is built in the "world" environment, using the right tool chain. Added SUBDIR_OVERRIDE helper stuff to Makefile.inc1. Split the buildworld process into stages, and skip some stages when SUBDIR_OVERRIDE is set (used to build crypto, krb4, and krb5 dists). Added NO_MAKEDB_RUN knob to Makefile.inc1 to avoid running makewhatis(1) at the end of installworld (used when making crypto, krb4, and krb5 dists). In release/scripts/doFS.sh, ensure that the correct boot blocks are used. Moved the creation of the "crypto" dist from release.5 to release.2. In release.3 and doMFSKERN, build kernels in the "world" environment. KERNELS now means "additional" kernels, GENERIC is always built. Ensure we build crunched binaries in the "world" environment. Obfuscate release/Makefile some more (WMAKEENV) to achieve this. Inline createBOOTMFS target. Use already built GENERIC kernel modules to augment mfsfd's /stand/modules. GC doMODULES as such. Assorted fixes: Get rid of the "afterdistribute" target by moving the single use of it from sys/Makefile to etc/Makefile's "distribute". Makefile.inc1: apparently "etc" no longer needs to be last for "distribute" to succeed. gnu/usr.bin/perl/library/Makefile.inc: do not override the "install" and "distribute" targets, do it the "canonical" way. release/scripts/{man,cat}pages-make.sh: make sure Perl manpages and catpages appear in the right dists. Note that because Perl does not respect the MANBUILDCAT (and NOMAN), this results in a loss of /usr/share/perl/man/cat* empty directories. This will be fixed soon. Turn MAKE_KERBEROS4 into a plain boolean variable (if it is set it means "make KerberosIV"), as documented in the make.conf(5) manpage. Most of the userland makefiles did not test it for "YES" anyway. XXX Should specialized kerberized libpam versions be included into the krb4 and krb5 dists? (libpam.a would be incorrect anyway if both krb4 and krb5 dists were choosen.) Make sure "games" dist is made before "catpages", otherwise games catpages settle in the wrong dist. Fast build machine provided by: Igor Kucherenko <kivvy@sunbay.com> Notes: svn path=/head/; revision=95509
* 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