summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-2512-28/+39
* Fix tabbing in prototypes. (Just to clear up a conflict)Theodore Tso1995-09-251-6/+6
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-2510-29/+40
* Oops! Removed ^M from source filesTheodore Tso1995-09-250-0/+0
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-2518-33/+46
* Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-253-20/+30
* Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-253-9/+9
* Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-253-7/+9
* Added lines of the form "all:: all-$(WHAT)" for all, clean, install,Theodore Tso1995-09-254-0/+47
* (this may have caused the spin-looping I saw...)Mark Eichin1995-09-252-2/+8
* Pick up Mac ReadMe fileKeith Vetter1995-09-251-2/+2
* Fixed kb_seal_size prototypeKeith Vetter1995-09-252-2/+6
* Update of kconfig project fileKeith Vetter1995-09-251-85/+84
* Change password for the MacKeith Vetter1995-09-2419-1495/+1091
* Removing mac/build directoryKeith Vetter1995-09-247-1461/+1504
* Remove mac/build directoryKeith Vetter1995-09-242-685/+0
* (change has no real effect, but I found the inconsistency when looking forMark Eichin1995-09-242-2/+6
* * logger.c (klog_com_err_proc): pass whoami in failure messagesMark Eichin1995-09-242-2/+7
* Added preauth numbers for KRB5_CYBERSAFE_SECUREID andTheodore Tso1995-09-232-0/+7
* Exclude the MAC and DOS tar/zip files when creating the Mac tar file.Theodore Tso1995-09-232-9/+16
* Define PROTOTYPE if it is not defined elsewhereTheodore Tso1995-09-232-0/+12
* gss-clie.c: turned const_gss_OID into const gss_OID.Theodore Tso1995-09-234-7/+15
* keysalt.c: 16/32 bit integer mismatch.Theodore Tso1995-09-233-10/+22
* Change length field in krb5_alt_method and krb5_etype_info_entry to beTheodore Tso1995-09-232-2/+7
* Remove the (int) cast, since you can't take address of a value whichTheodore Tso1995-09-233-3/+11
* acquire_.c: changed int to size_t.Theodore Tso1995-09-237-5/+76
* oid_ops.c: signed/unsigned mismatch, removed unused variablesTheodore Tso1995-09-233-5/+10
* Put back in all:: all-$(WHAT) rule--PC needs itTheodore Tso1995-09-232-0/+5
* Removed ^M's from DOS integration. (Oops!)Theodore Tso1995-09-231-1/+1
* Put back in all:: all-$(WHAT) rule--PC needs itTheodore Tso1995-09-232-0/+5
* Makefile.in: PC needs sscanf.cTheodore Tso1995-09-233-8/+16
* had to define away DBFLAGS for the PCTheodore Tso1995-09-232-0/+5
* get_in_t.c: removed unused variable.Theodore Tso1995-09-235-5/+14
* Added MSDOS to wherever MACINTOSH was usedTheodore Tso1995-09-232-4/+8
* signed/unsigned mismatchTheodore Tso1995-09-232-1/+5
* 32 bit word being passed as an intTheodore Tso1995-09-235-5/+10
* Makefile.in: moved shared rule to all-unix:: targetTheodore Tso1995-09-235-4/+12
* Makefile.in: PC builds all C files because of function name changesTheodore Tso1995-09-234-9/+15
* md5crypt.c: put function prototype back in, fixed signed/unsignedTheodore Tso1995-09-233-4/+28
* md4crypt.c: put function prototype back in, fixed signed/unsignedTheodore Tso1995-09-233-4/+28
* put function prototype back inTheodore Tso1995-09-232-0/+13
* prof_int.h: added SIZEOF defines for the PC, and added missingTheodore Tso1995-09-233-9/+18
* Only define sys_nerr if we're on a Macintosh. On those systems whichTheodore Tso1995-09-222-0/+9
* added windows value for SRCTOPTheodore Tso1995-09-222-0/+5
* (from Keith Vetter's windows changes); define THREEPARAMOPEN andTheodore Tso1995-09-222-0/+9
* Build the error table header files into include, not include/krb5; andTheodore Tso1995-09-222-2/+10
* Declare cleanup function as void and propogate thoughout the file. This handlesEzra Peisach1995-09-202-10/+16
* Don't modify a const input variable val; copy it to a scratch variableTheodore Tso1995-09-182-2/+9
* * main.c (init_realm): strdup KRB5_KDB_M_NAME if we use it, toMark Eichin1995-09-182-1/+6
* Makefile.in (check): Only build libdb.a when making the self checks. DoEzra Peisach1995-09-183-20/+10