aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
Commit message (Expand)AuthorAgeFilesLines
* Add missing ";" after fiLutz Jänicke2002-05-071-3/+3
* Avoid emacs backup files when making a snapshotRichard Levitte2002-04-131-1/+1
* Make shared libraries resolve global symbols within themselves first.Richard Levitte2002-04-061-0/+2
* At Corinna Vinschen's request, change CygWin32 to CygwinRichard Levitte2002-02-141-2/+2
* ECDSA supportBodo Möller2002-02-131-1/+1
* Update the configuration of CygWin32 to use the new capabilities ofRichard Levitte2002-02-131-3/+23
* Move teh silencer to the right place.Richard Levitte2002-02-131-2/+2
* Make link-shard a little bit more efficient. If there are noRichard Levitte2002-02-131-6/+6
* Generate the individual engines' error strings and macrosRichard Levitte2002-02-071-0/+1
* Make SHLIB_TARGET available in subdirs (here: apps/)Lutz Jänicke2002-01-291-1/+1
* Superflous '\' messes up with HP-UX make.Lutz Jänicke2002-01-281-1/+2
* Update SCO5 targets.Richard Levitte2002-01-261-0/+19
* Add old patch from Robert Dahlem <Robert.Dahlem@ffm2.siemens.de> toRichard Levitte2002-01-261-0/+14
* Patches to make OpenSSL compilable on MacOS/X.Richard Levitte2002-01-081-0/+11
* Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte2002-01-021-1/+1
* On Solaris64, cc needs the flag -xarch=v9 when linking sharedRichard Levitte2002-01-021-10/+20
* Change the shared library support so the shared libraries get builtRichard Levitte2001-10-301-9/+10
* For systems where gcc is used and where we don't know if GNU ld isRichard Levitte2001-10-101-44/+75
* Completely reworked SVR5 shared library support.Lutz Jänicke2001-09-061-8/+12
* Support for shared libraries on Unixware-7 and OpenUNIX-8Lutz Jänicke2001-09-061-0/+11
* Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>Richard Levitte2001-08-101-1/+25
* Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte2001-07-091-2/+2
* Small detail about AIX forgotten...Richard Levitte2001-06-051-2/+2
* Add a general user interface API. This is designed to replace thingsRichard Levitte2001-05-061-1/+1
* A method to create shared libraries on AIX, and according toRichard Levitte2001-04-271-0/+43
* Linux shared libraries can be linked with debug symbols.Richard Levitte2001-04-261-2/+2
* undo previous change ...Bodo Möller2001-04-121-2/+0
* update from 0.9.6aBodo Möller2001-04-121-0/+2
* '||', '&&' and 'test -x' apparently don't work on Ultrix;Bodo Möller2001-04-081-2/+2
* Incorporate some changes that make OpenSSL compilable in CygWin.Richard Levitte2001-04-041-3/+4
* Make do_bsd-gcc-shared depend on do_gnu-shared instead of the non-existent li...Richard Levitte2001-04-041-1/+1
* When using the native tools on Solaris, make damn sure the native ldRichard Levitte2001-03-241-1/+2
* ln on Solaris expects -f to come before -s.Richard Levitte2001-03-241-2/+3
* We really have no need for PEX_LIBS, so empty it.Richard Levitte2001-03-221-1/+1
* Minimise the amount of -L. when linking the shared libraries. ItRichard Levitte2001-03-151-9/+9
* typoBodo Möller2001-03-131-1/+1
* Forcibly enable memory leak checking during "make test"Bodo Möller2001-03-111-2/+2
* Change obj_... generation so that it does not generate rubbish orBodo Möller2001-03-061-2/+2
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-051-1/+1
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-2/+9
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-3/+5
* Pass ${PERL} down to the Makefile in sub-directory "test" inBodo Möller2001-01-101-1/+1
* Use $(PERL) in place of hard-coded perlBodo Möller2001-01-101-7/+7
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-301-3/+7
* Some platforms (namely HP-UX) require the 'x' bit set for shared libraries.Lutz Jänicke2000-11-141-2/+2
* HP-UX shared libraries do not build any longer, as EX_LIBS containsLutz Jänicke2000-11-131-8/+26
* For a long time, I've wanted to be able to easily run one or a fewRichard Levitte2000-11-121-1/+5
* Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2000-11-081-2/+1
* Make sure that shared libraries get the internal name engine with theRichard Levitte2000-11-061-3/+3
* Add support for shared libraries under Irix.Richard Levitte2000-11-011-0/+9