| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Chasing an elusive nmake bug | Keith Vetter | 1995-03-29 | 2 | -0/+6 |
* | * configure.in (AC_REPLACE_FUNCS): Add getuid to the list. | John Gilmore | 1995-03-29 | 4 | -4/+14 |
* | * DNR.c: Add Apple MacTCP source file for domain name resolution. | John Gilmore | 1995-03-29 | 10 | -36/+542 |
* | * rd_req_sim.c: Really remove the file | John Gilmore | 1995-03-29 | 2 | -74/+3 |
* | * Makefile.in (BUILDTOP2, etc): Make it possible | John Gilmore | 1995-03-29 | 3 | -13/+45 |
* | * Makefile.in (unixmac): Add to build header files | John Gilmore | 1995-03-29 | 2 | -0/+6 |
* | * Makefile.in (clean-mac): Add. | John Gilmore | 1995-03-29 | 3 | -6/+13 |
* | Bring in portability fixes from Cygnus K4 release | John Gilmore | 1995-03-28 | 7 | -58/+93 |
* | * full_ipadr.c, gen_rname.c, port2ip.c, read_msg.c, write_msg.c: | John Gilmore | 1995-03-27 | 7 | -26/+4 |
* | * macsock.c (connect, send, recv): Add for K5 compatability. | John Gilmore | 1995-03-27 | 2 | -1/+103 |
* | * macsock.c: Add Mac socket support file, verbatim from K4 release | John Gilmore | 1995-03-27 | 2 | -0/+488 |
* | * Makefile.in: Removed rd_req_sim.c | Chris Provenzano | 1995-03-27 | 12 | -392/+462 |
* | * accept_sec_context.c: Use new calling convention for krb5_rd_req() | Chris Provenzano | 1995-03-27 | 2 | -135/+47 |
* | * Makefile.in (memmove.c): memmove.c is in krb5/posix, not krb5/os | Mark Eichin | 1995-03-25 | 2 | -2/+6 |
* | * scc_maybe.c (krb5_scc_open_file): fixed typo (extra & in | Tom Yu | 1995-03-25 | 2 | -1/+4 |
* | * scc_gennew.c: Ultrix cc (and K&R compilers) doesn't deal with | Tom Yu | 1995-03-25 | 2 | -3/+9 |
* | * asn1_decode.c: move declaration of gmt_mktime() outside of | Tom Yu | 1995-03-25 | 2 | -1/+8 |
* | Oops. The ketype field was 2 bytes, not 1 | Theodore Tso | 1995-03-25 | 2 | -4/+4 |
* | Fix stupid bug from the last change | Theodore Tso | 1995-03-25 | 2 | -2/+4 |
* | Hardcode the size of the keytype field in the file format, to be | Theodore Tso | 1995-03-25 | 3 | -2/+10 |
* | Don't include sys/socket.h and netdb.h, since they are included by | Theodore Tso | 1995-03-24 | 2 | -4/+5 |
* | locate_kdc.c: Don't include sys/socket.h, netdb.h, netinet/in.h, | Theodore Tso | 1995-03-24 | 4 | -15/+11 |
* | Don't cast dbm_close() to void, because dbm_close is already void | Theodore Tso | 1995-03-24 | 2 | -5/+10 |
* | Use $(SRCTOP) instead of $(srcdir), since Mac's don't like dealing | Theodore Tso | 1995-03-24 | 2 | -6/+11 |
* | Add install rule for the error table headers | Theodore Tso | 1995-03-24 | 2 | -0/+14 |
* | realm_dom.c (krb5_get_realm_domain): Don't indent preprocessor directives. | Theodore Tso | 1995-03-24 | 3 | -11/+17 |
* | Also produce a link map along with the DLL | Keith Vetter | 1995-03-23 | 2 | -5/+9 |
* | Work around of fscanf which is not available in a windows DLL | Keith Vetter | 1995-03-23 | 3 | -4/+122 |
* | Added prototypes to ccache change notification | Keith Vetter | 1995-03-22 | 7 | -13/+72 |
* | New file, unix_time, didn't work on the PC | Keith Vetter | 1995-03-22 | 4 | -2/+105 |
* | 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 |