summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * Makefile.in: Remove redundant definitions from config/pre.inJohn Gilmore1995-03-185-24/+16
* * Makefile.in (LDFLAGS): Eliminate, comes in from pre.in.John Gilmore1995-03-172-9/+14
* * Makefile.in (LDFLAGS): Remove, conflicts with pre.in.John Gilmore1995-03-172-11/+12
* * Makefile.in (CFLAGS): Tweak for Unix->MPW converter.John Gilmore1995-03-172-10/+13
* * Makefile.in (LDFLAGS): Remove, conflicts with pre.in.John Gilmore1995-03-173-7/+19
* * Makefile.in (crctest, crctest.exe): Replace crctest-unix andJohn Gilmore1995-03-172-5/+10
* * Makefile.in (CFLAGS): Avoid continuation line that starts withJohn Gilmore1995-03-172-5/+13
* Fixed up typo in the MakefileKeith Vetter1995-03-162-10/+15
* Missed some dependencies on the PC build in src/libKeith Vetter1995-03-162-1/+5
* Added 3 new files and changed the makefile in lib to be able to make a DLLKeith Vetter1995-03-1615-56/+707
* Changes in des425 due to adding prototypes for called functionsKeith Vetter1995-03-156-22/+21
* Windows changes in krb5: makefile cleanup and some small code changesKeith Vetter1995-03-1514-26/+120
* Two changes in the crypto directory: 1) 16 vs 32 bit errors in DES and 2)Keith Vetter1995-03-1516-210/+85
* Make the second argument of asn1buf_insert_octet be an int, instead ofTheodore Tso1995-03-103-2/+8
* * auth_con.h auth_con.c Added for krb5_auth_con definition andChris Provenzano1995-03-1013-604/+1024
* * fcc_destry.c (krb5_fcc_destroy())Chris Provenzano1995-03-104-3/+11
* * init_sec_context.c (krb5_gss_init_sec_context())Chris Provenzano1995-03-103-49/+73
* Some int/long, signed/unsigned conversionsKeith Vetter1995-03-094-11/+17
* Remove verify.o when doing a make cleanTheodore Tso1995-03-082-1/+5
* Stubbed an OS routine to satisfy the linker until we can really port it to th...Keith Vetter1995-03-082-0/+17
* Changed krb5 library name on the PC since the DLL will take that name insteadKeith Vetter1995-03-0812-6/+30
* Made explicit the signed to unsigned conversions in the gssapi/krb5Keith Vetter1995-03-0822-47/+59
* Fixed up some missing protocols and unchecked castsKeith Vetter1995-03-086-11/+26
* Added syntactic sugar for Windows segmented architectureKeith Vetter1995-03-082-3/+7
* * aclocal.m4 (UsePepsy, PepsyTarget): removed, not referencedMark Eichin1995-03-0822-14/+44
* Ported the ccache directory to the PC. This is temporary--eventually we'llKeith Vetter1995-03-0827-154/+226
* Port of most of the OS directory to the PCKeith Vetter1995-03-0731-44/+139
* Small changes in krb: 1 signed/unsigned, 1 disabling stderr, and changed LIB ...Keith Vetter1995-03-074-3/+11
* Ported the posix directory for the PC--one fileKeith Vetter1995-03-073-1/+27
* Moved PC low-level i/o crud out of source files and into k5-config.hKeith Vetter1995-03-072-31/+6
* Finished off changed needed for making libcrypto.dll. Biggest changeKeith Vetter1995-03-049-9/+69
* * Makefile.in (unixmac): New target, runs on Unix to build includeJohn Gilmore1995-03-032-0/+7
* Added the files and changes needed to create a dll out of libcryptoKeith Vetter1995-03-0320-43/+198
* Used the NEED_SOCKETS mechanism to pull in winsock.h on the PCKeith Vetter1995-03-033-3/+7
* Remove reference to $(ISODELIB)Theodore Tso1995-03-022-2/+5
* Changed NEED_WINSOCK_H to NEED_SOCKETSKeith Vetter1995-03-024-2/+10
* Forgot to update log for previous change of NEED_WINSOCK_H to NEED_SOCKETSKeith Vetter1995-03-021-0/+5
* Changed NEED_WINSOCK_H to NEED_SOCKETS for pulling in socket filesKeith Vetter1995-03-024-4/+4
* A few small changes for 16 vs 32 bit, pulling in winsock for network byteKeith Vetter1995-03-0216-36/+47
* Several small 16 vs 32 bit castsKeith Vetter1995-03-026-4/+13
* Ported 2 files needed by the crypto library to work on the PCKeith Vetter1995-03-024-34/+221
* Fixed some 16 vs. 32 bit conversion problems for the PCKeith Vetter1995-03-024-13/+23
* Changed int to krb5_int32 for the PC in f_princ.cKeith Vetter1995-03-022-1/+5
* Updated rcache's makefile.in. Small change to confirm I'm back in aKeith Vetter1995-03-018-66/+149
* Remove declaration of exit()Theodore Tso1995-03-012-1/+4
* Remove ISODE_INCLUDE, replace check for -lsocket and -lnsl withTheodore Tso1995-03-012-3/+6
* Avoid <krb5/...> includesJohn Gilmore1995-02-2812-18/+14
* <com_err.h> => "com_err.h"John Gilmore1995-02-284-2/+4
* * *.c: Avoid <krb5/...> includes.John Gilmore1995-02-2866-274/+76
* Avoid <krb5/...> includesJohn Gilmore1995-02-2831-159/+34