| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Repair some makefile changes which broke the PC build | Keith Vetter | 1995-03-22 | 2 | -3/+12 |
| * | Make -I options work when the build and source tree are different | Theodore Tso | 1995-03-22 | 2 | -1/+6 |
| * | Added the GSSAPI routines to the windows dll | Keith Vetter | 1995-03-22 | 3 | -380/+420 |
| * | Bug fixes in ccache/file for the PC: files need to be opened in binary mode, | Keith Vetter | 1995-03-22 | 8 | -9/+105 |
| * | Fixed signed/unsigned assignment mismatches | Keith Vetter | 1995-03-22 | 4 | -4/+8 |
| * | Changed the name of the gssapi library created under Windows and a couple of | Keith Vetter | 1995-03-22 | 8 | -13/+54 |
| * | The "includes" target is *not* obsolete; it's necessary to copy the | Theodore Tso | 1995-03-22 | 2 | -1/+6 |
| * | Added function (unix_time_gmt_unixsec) needed for des425 to work with | Theodore Tso | 1995-03-21 | 3 | -0/+32 |
| * | * bld_pr_ext.c, bld_princ.c: Replace STDARG_PROTOTYPES with | John Gilmore | 1995-03-19 | 3 | -8/+13 |
| * | * Makefile.in (LDFLAGS): Eliminate duplicate of config/pre.in | John Gilmore | 1995-03-18 | 2 | -1/+4 |
| * | * Makefile.in (LDFLAGS): Zap duplicate. | John Gilmore | 1995-03-18 | 2 | -2/+6 |
| * | * Makefile.in (LDFLAGS): Eliminate, duplicates config/pre.in. | John Gilmore | 1995-03-18 | 3 | -3/+5 |
| * | * Makefile.in (check-mac): Add. | John Gilmore | 1995-03-18 | 8 | -39/+44 |
| * | * Makefile.in (LDFLAGS): Zap duplicate defn. | John Gilmore | 1995-03-18 | 4 | -4/+11 |
| * | * Makefile.in (LDFLAGS): Elim duplicate | John Gilmore | 1995-03-18 | 2 | -1/+4 |
| * | * Makefile.in (LDFLAGS): Eliminate, duplicate. | John Gilmore | 1995-03-18 | 2 | -4/+13 |
| * | Fix rules for localdr.c, ustime.c, and memmove.c so that they | Theodore Tso | 1995-03-18 | 2 | -6/+11 |
| * | * scc_errs.c: Mac doesn't have EISDIR error. | John Gilmore | 1995-03-18 | 6 | -28/+26 |
| * | * Makefile.in (LDFLAGS): Eliminate, duplicates config/pre.in | John Gilmore | 1995-03-18 | 2 | -1/+4 |
| * | * Makefile.in (LDFLAGS): Remove, duplicates config/pre.in. | John Gilmore | 1995-03-18 | 4 | -8/+31 |
| * | * Makefile.in: Remove redundant definitions from config/pre.in | John Gilmore | 1995-03-18 | 5 | -24/+16 |
| * | * Makefile.in (LDFLAGS): Eliminate, comes in from pre.in. | John Gilmore | 1995-03-17 | 2 | -9/+14 |
| * | * Makefile.in (LDFLAGS): Remove, conflicts with pre.in. | John Gilmore | 1995-03-17 | 2 | -11/+12 |
| * | * Makefile.in (CFLAGS): Tweak for Unix->MPW converter. | John Gilmore | 1995-03-17 | 2 | -10/+13 |
| * | * Makefile.in (LDFLAGS): Remove, conflicts with pre.in. | John Gilmore | 1995-03-17 | 3 | -7/+19 |
| * | * Makefile.in (crctest, crctest.exe): Replace crctest-unix and | John Gilmore | 1995-03-17 | 2 | -5/+10 |
| * | * Makefile.in (CFLAGS): Avoid continuation line that starts with | John Gilmore | 1995-03-17 | 2 | -5/+13 |
| * | Fixed up typo in the Makefile | Keith Vetter | 1995-03-16 | 2 | -10/+15 |
| * | Missed some dependencies on the PC build in src/lib | Keith Vetter | 1995-03-16 | 2 | -1/+5 |
| * | Added 3 new files and changed the makefile in lib to be able to make a DLL | Keith Vetter | 1995-03-16 | 15 | -56/+707 |
| * | Changes in des425 due to adding prototypes for called functions | Keith Vetter | 1995-03-15 | 6 | -22/+21 |
| * | Windows changes in krb5: makefile cleanup and some small code changes | Keith Vetter | 1995-03-15 | 14 | -26/+120 |
| * | Two changes in the crypto directory: 1) 16 vs 32 bit errors in DES and 2) | Keith Vetter | 1995-03-15 | 16 | -210/+85 |
| * | Make the second argument of asn1buf_insert_octet be an int, instead of | Theodore Tso | 1995-03-10 | 3 | -2/+8 |
| * | * auth_con.h auth_con.c Added for krb5_auth_con definition and | Chris Provenzano | 1995-03-10 | 13 | -604/+1024 |
| * | * fcc_destry.c (krb5_fcc_destroy()) | Chris Provenzano | 1995-03-10 | 4 | -3/+11 |
| * | * init_sec_context.c (krb5_gss_init_sec_context()) | Chris Provenzano | 1995-03-10 | 3 | -49/+73 |
| * | Some int/long, signed/unsigned conversions | Keith Vetter | 1995-03-09 | 4 | -11/+17 |
| * | Remove verify.o when doing a make clean | Theodore Tso | 1995-03-08 | 2 | -1/+5 |
| * | Stubbed an OS routine to satisfy the linker until we can really port it to th... | Keith Vetter | 1995-03-08 | 2 | -0/+17 |
| * | Changed krb5 library name on the PC since the DLL will take that name instead | Keith Vetter | 1995-03-08 | 12 | -6/+30 |
| * | Made explicit the signed to unsigned conversions in the gssapi/krb5 | Keith Vetter | 1995-03-08 | 22 | -47/+59 |
| * | Fixed up some missing protocols and unchecked casts | Keith Vetter | 1995-03-08 | 6 | -11/+26 |
| * | Added syntactic sugar for Windows segmented architecture | Keith Vetter | 1995-03-08 | 2 | -3/+7 |
| * | * aclocal.m4 (UsePepsy, PepsyTarget): removed, not referenced | Mark Eichin | 1995-03-08 | 22 | -14/+44 |
| * | Ported the ccache directory to the PC. This is temporary--eventually we'll | Keith Vetter | 1995-03-08 | 27 | -154/+226 |
| * | Port of most of the OS directory to the PC | Keith Vetter | 1995-03-07 | 31 | -44/+139 |
| * | Small changes in krb: 1 signed/unsigned, 1 disabling stderr, and changed LIB ... | Keith Vetter | 1995-03-07 | 4 | -3/+11 |
| * | Ported the posix directory for the PC--one file | Keith Vetter | 1995-03-07 | 3 | -1/+27 |
| * | Moved PC low-level i/o crud out of source files and into k5-config.h | Keith Vetter | 1995-03-07 | 2 | -31/+6 |