summaryrefslogtreecommitdiffstats
path: root/kerberosIV/lib
Commit message (Collapse)AuthorAgeFilesLines
* KerberosIV deorbit sequence: Re-entry. Thank you, faithful friend.markm2003-03-0810-236/+0
| | | | Enjoy your retirement in ports.
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
|
* 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-126-14/+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".
* Style clean-up, and diff-reduce WRT src/secure/*/telnet/Makefilemarkm2001-11-301-7/+12
|
* Diff reduce all the crypto telnet Makefiles.markm2001-08-201-1/+1
|
* Revamp and diff-reduce the various secure telnets. Make sure thatmarkm2001-08-031-7/+8
| | | | | Kerberos5 has _a_ telnet (which is not currently K5 enabled). Incorporate BDE's static linking fixes.
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.ru2001-03-281-3/+6
| | | | Approved by: markm
* MAN[1-9] -> MAN.ru2001-03-273-3/+3
|
* add strcollect.c to SRCS (new file in 1.0.5)assar2000-12-291-3/+3
|
* Update for KTH Kerberos (eBones) v1.0markm2000-01-095-24/+30
|
* 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-071-2/+3
| | | | Submitted by: Nick Sayer
* Fixes for new Kerberos4. Userland to follow.markm1999-09-197-37/+58
|
* 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.
* $Id$ -> $FreeBSD$peter1999-08-2810-10/+10
|
* The strtok_r() function is in libc now, so use it.jdp1999-01-202-4/+4
|
* Add an explicit dependency on libcrypt so that shared libraryjdp1998-11-181-1/+3
| | | | linkage works properly.
* 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.
* Repaired version of Bruce's "make -jN" patches.markm1998-03-261-3/+2
|
* More fixes to help fix race bags in "make -jN".markm1998-03-201-3/+2
| | | | Submitted by: BDE (Mostly)
* Fix a break in the includes where the build blows chunks if it ismarkm1997-10-021-1/+2
| | | | | | being built in a totally clean environment. Found by: jkh and "make release"
* Initial import of the new kerberosIV Makefiles.markm1997-09-2410-0/+201
I will follow up with the userland sources over the next few days. The impatient of you can play with this, but you do this without support or blessing until I am finished ;-)
OpenPOWER on IntegriCloud