Revision tags: release/3.4.0_cvs |
|
#
6e2578e4 |
| 18-Dec-1999 |
Peter Wemm <peter@FreeBSD.org> |
Revert the libcrypt/libmd stuff back to how it was. This should not have happened as it was working around problems elsewhere (ie: binutils/ld not doing the right thing according to the ELF design).
Revert the libcrypt/libmd stuff back to how it was. This should not have happened as it was working around problems elsewhere (ie: binutils/ld not doing the right thing according to the ELF design). libcrypt has been adjusted to not need the runtime -lmd. It's still not quite right (ld is supposed to work damnit) but at least it doesn't impact all the users of libcrypt in Marcel's cross-build model.
show more ...
|
#
7c99ddf2 |
| 16-Dec-1999 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Add libmd (or move it after libcrypt). We don't want the linker to be smart because it will definitely get it wrong. This popped up during cross-linking.
|
#
f7f09ffb |
| 20-Sep-1999 |
Mark Murray <markm@FreeBSD.org> |
Change edistribution to krb4 in preaparation for K5
|
Revision tags: release/3.3.0_cvs |
|
#
b255e811 |
| 06-Sep-1999 |
Mark Murray <markm@FreeBSD.org> |
Fix Common Error brokenness.
|
#
c3aac50f |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
#
c619831e |
| 15-Aug-1999 |
Bruce Evans <bde@FreeBSD.org> |
Fixed editing error in previous commit. `-lmd' (link libmd) became `-md' (emulate the 'd' linker (?)). This was most harmful for the NOSHARED=yes case since libskey.o isn't linked to libmd.a.
Fixe
Fixed editing error in previous commit. `-lmd' (link libmd) became `-md' (emulate the 'd' linker (?)). This was most harmful for the NOSHARED=yes case since libskey.o isn't linked to libmd.a.
Fixed the usual disorder of DPADD and LDADD, and some tab lossage.
show more ...
|
#
7312edce |
| 13-Aug-1999 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Axe LOGIN_CAP_AUTH.
PR: 10115 Reported by: Gene Skonicki <gene@cif.rochester.edu> Requested by: jdp
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
be0cde6f |
| 20-Sep-1998 |
David E. O'Brien <obrien@FreeBSD.org> |
Remove useless `BINOWN=root' now that it is the default.
|
#
83294a65 |
| 02-Sep-1998 |
Bruce Evans <bde@FreeBSD.org> |
Removed a buggy ifdef for not linking libmd explicitly. Explicit linkage is needed for the NOSHARED=YES case, so it is simplest to never depend on the automagic linkage for elf shared libraries.
Re
Removed a buggy ifdef for not linking libmd explicitly. Explicit linkage is needed for the NOSHARED=YES case, so it is simplest to never depend on the automagic linkage for elf shared libraries.
Reviewed by: jdp
show more ...
|
#
175ae250 |
| 30-Aug-1998 |
Gary Palmer <gpalmer@FreeBSD.org> |
Add $Id$
|
#
521e0918 |
| 30-Aug-1998 |
Gary Palmer <gpalmer@FreeBSD.org> |
Still need -lmd on the alpha as it doesn't have shlibs yet
|
#
839de40e |
| 30-Aug-1998 |
John Birrell <jb@FreeBSD.org> |
BINFORMAT -> OBJFORMAT ready for E-day.
|
#
448bbb58 |
| 06-Aug-1998 |
Mark Murray <markm@FreeBSD.org> |
Fix LIBDIR (for aout/ELF).
|
Revision tags: release/2.2.7, release/2.2.6, release/2.2.5_cvs |
|
#
301afdb8 |
| 28-Sep-1997 |
Mark Murray <markm@FreeBSD.org> |
Changes for KTH KerberosIV. Quieten -Wall a bit.
From Joe Traister: The previous patch did not propogate the KRBTKFILE environment variable into the new environment when -l is given to su, making
Changes for KTH KerberosIV. Quieten -Wall a bit.
From Joe Traister: The previous patch did not propogate the KRBTKFILE environment variable into the new environment when -l is given to su, making it impossible for kdestroy to find the ticket file. This patch corrects that problem as well as the original segfault problem. (Fixes PR 3903)
show more ...
|
#
00974e25 |
| 05-Sep-1997 |
Peter Wemm <peter@FreeBSD.org> |
If elf, don't add libmd.a just because we link against libskey.so. A
|
#
a1eed73d |
| 23-May-1997 |
Andrey A. Chernov <ache@FreeBSD.org> |
Move libmd after all libraries to keep natural libraries order
|
Revision tags: release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1 |
|
#
91bcac64 |
| 13-Jan-1997 |
David Nugent <davidn@FreeBSD.org> |
Make su login_cap savvy. As with login(1), LOGIN_CAP_AUTH is not yet enabled since we don't yet have authorisation modules.
|
Revision tags: release/2.1.5_cvs |
|
#
5a453b0e |
| 09-Mar-1996 |
Mark Murray <markm@FreeBSD.org> |
Better integrate kerberos into su so that if an incorrect Kerberos password is entered, the user is not prompted for a password a second time.
This closes pr-bin/1006.
|
Revision tags: release/2.1.0_cvs |
|
#
eb034ce4 |
| 12-Oct-1995 |
Garrett Wollman <wollman@FreeBSD.org> |
Make it possible to enable WHEELSU from /etc/make.conf.
|
Revision tags: release/2.0.5_cvs |
|
#
7799f52a |
| 30-May-1995 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Remove trailing whitespace.
|
#
e6fc505e |
| 18-Mar-1995 |
Nate Williams <nate@FreeBSD.org> |
Change the library order so libcrypt is the last library in the list. libskey contains references to _crypt and can't resolve it unless -lcrypt occurs after it in the link command. This only occurs
Change the library order so libcrypt is the last library in the list. libskey contains references to _crypt and can't resolve it unless -lcrypt occurs after it in the link command. This only occurs when linking statically.
show more ...
|
Revision tags: release/2.0 |
|
#
a38c3127 |
| 21-Nov-1994 |
Garrett Wollman <wollman@FreeBSD.org> |
Add distribution=krb for P-HK
|
#
2ddadf84 |
| 19-Oct-1994 |
Paul Traina <pst@FreeBSD.org> |
Include most of the logdaemon v4.4 S/key changes
|
#
122c9247 |
| 29-Sep-1994 |
Paul Traina <pst@FreeBSD.org> |
Add support for s/keys
|
#
c368d11d |
| 29-Sep-1994 |
Geoff Rehmet <csgr@FreeBSD.org> |
First level of changes for bringing in eBones (kerberos). - Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile, and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions
First level of changes for bringing in eBones (kerberos). - Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile, and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions, and both default to off.) IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY DEFINE ONE OF THESE. - Make Makefiles kerberos-aware.
show more ...
|