summaryrefslogtreecommitdiffstats
path: root/kerberosIV
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-2/+2
| | | | | | for a long time now. Approved by: bde
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-2/+3
|
* This code is no longer WARNS level 2 OK.obrien2002-05-151-1/+1
|
* Mark all internal libraries with INTERNALLIB.ru2002-05-132-6/+2
|
* Removed now unused INTERNALSTATICLIB.ru2002-05-131-2/+0
| | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN.
* Added new bsd.incs.mk which handles installing of header filesru2002-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".
* Milestone #1 in cross-arch make releases.ru2002-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>
* Install script via SCRIPTS.ru2001-12-171-9/+2
|
* Add the necessary paths to the kerberos libraries and includes.jhay2001-12-031-1/+1
| | | | | | This fix "make release". Reviewed by: markm
* Style clean-up, and diff-reduce WRT src/secure/*/telnet/Makefilemarkm2001-11-303-18/+32
|
* Diff reduce all the crypto telnet Makefiles.markm2001-08-203-3/+3
|
* Remove the building of a kerberosIV'ed cvs. `make release' has been brokenobrien2001-08-191-3/+6
| | | | for the past 9 days!
* Revamp and diff-reduce the various secure telnets. Make sure thatmarkm2001-08-033-19/+22
| | | | | Kerberos5 has _a_ telnet (which is not currently K5 enabled). Incorporate BDE's static linking fixes.
* generate ksrvtgtassar2001-06-161-0/+11
| | | | | PR: bin/25561 MFC after: 1 week
* Fix PAMized telnet in exactly the same way as BDE did it for the othermarkm2001-05-112-4/+4
| | | | telnet instances.
* beforeinstall -> SCRIPTS.ru2001-04-071-6/+1
|
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.ru2001-03-284-7/+10
| | | | Approved by: markm
* MAN[1-9] -> MAN.ru2001-03-2722-24/+24
|
* add strcollect.c to SRCS (new file in 1.0.5)assar2000-12-291-3/+3
|
* set LIBEXECDIR (used by kipd)assar2000-12-291-1/+3
|
* Remove the last vestiges of libRSAglue now that it's an empty stub.kris2000-03-111-4/+0
| | | | | | This should fix the buildworld problems some people were seeing. Approved by: jkh
* Use libcrypto in place of libdes.markm2000-02-2422-42/+46
|
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-272-4/+4
| | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project
* Update for KTH Kerberos (eBones) v1.0markm2000-01-098-69/+261
|
* Build some more build-toold so that "make world" works for themarkm1999-12-301-0/+2
| | | | | KerberosIV case. Submitted by: marcel
* Bring in SRA for telnet.markm1999-10-073-4/+5
| | | | Submitted by: Nick Sayer
* Fixes for new Kerberos4. Userland to follow.markm1999-09-1925-301/+633
|
* Merged src/lib/libtelnet rev.1.9 (fixed removing of obsolete sharedbde1999-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.
* Add ftpd to the build.markm1999-09-061-0/+3
|
* Fix for new Common Error system.markm1999-09-0519-36/+63
|
* Don't -DTERMCAP or we define a few conflicting functions and causepeter1999-08-301-1/+1
| | | | recursion in a rather ugly way.
* $Id$ -> $FreeBSD$peter1999-08-2841-41/+41
|
* Link everything against libcrypt. ELF builds complain without it.markm1999-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
* 'Nother place where libcrypt needs to be linked.markm1999-01-241-3/+3
| | | | Thanks to: Randy Bush
* Under ELF, this must be linked against libcrypt.markm1999-01-241-3/+3
| | | | Found by: Randy Bush
* The strtok_r() function is in libc now, so use it.jdp1999-01-203-6/+6
|
* Add an explicit dependency on libcrypt so that shared libraryjdp1998-11-181-1/+3
| | | | linkage works properly.
* Add -lcrypt.jb1998-09-051-3/+4
|
* Unbreak "make release".markm1998-09-041-1/+1
| | | | Submitted by: Justin Gibbs
* Add libcrypt. Elf was breaking.markm1998-09-021-3/+3
|
* While I am no longer making a shared library, nuke the old one to preventmarkm1998-08-301-0/+11
| | | | ld from picking it up spuriously.
* Stop making the shared library for libtelnet (crypto version). Thismarkm1998-08-291-0/+2
| | | | should have happened years ago.
* Add kerberised CVS to the dependant programs.markm1998-08-151-1/+2
|
* Debogotify. ln -f should be ln -s to allow the obj/ dir to bemarkm1998-03-281-2/+2
| | | | on a different volume.
* Repaired version of Bruce's "make -jN" patches.markm1998-03-262-7/+6
|
* More fixes to help fix race bags in "make -jN".markm1998-03-205-15/+10
| | | | Submitted by: BDE (Mostly)
* Fix more linkage problems. libtermcap needs to be linked for routinesmarkm1998-03-151-3/+4
| | | | in librealdline.
* Damn. Left out the dependancy macro.markm1998-03-141-2/+2
|
* Link this against libcrypt. Crypt is not directly called, but is called from ↵markm1998-03-141-2/+2
| | | | | | | | linked in code. I'll merge this to STABLE as well. PR: 5999 Submitted by: robert@cyrus.watson.org
* Kerberized telnet is not built here. Remove telnet(d).markm1998-02-161-3/+1
|
OpenPOWER on IntegriCloud