| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed typo in windows makefile | Keith Vetter | 1995-03-28 | 2 | -2/+6 |
* | Renamed a file for DOS 8.3 compatability | Keith Vetter | 1995-03-28 | 3 | -2/+8 |
* | Added windows/wintel directory | Keith Vetter | 1995-03-28 | 3 | -2/+18 |
* | Minor bug fixes and clean up in windows/cns | Keith Vetter | 1995-03-28 | 4 | -21/+22 |
* | Added windows/wintel directory for the windows telnet program | Keith Vetter | 1995-03-28 | 25 | -0/+6609 |
* | * 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 |
* | * kdc5_hammer.c (verify_cs_pair()): Use new calling conventions | Chris Provenzano | 1995-03-27 | 2 | -88/+126 |
* | * kprop.c : Use new calling conventions for krb5_sendauth(), | Chris Provenzano | 1995-03-27 | 3 | -151/+140 |
* | * 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 |
* | * kdc_util.c Use new calling conventions for krb5_rd_req_decoded() | Chris Provenzano | 1995-03-27 | 4 | -166/+128 |
* | * adm_process.c, adm_kadmin.c, adm_adm_func.c, adm_kpasswd.c, | Chris Provenzano | 1995-03-27 | 10 | -266/+149 |
* | * kpasswd.c: Cast malloc() return value to shut compiler up | Chris Provenzano | 1995-03-27 | 2 | -3/+6 |
* | * kadmin_inq.c, kadmin.c: | Chris Provenzano | 1995-03-27 | 3 | -3/+7 |
* | * func-proto.h (krb5_rd_req(), krb5_rd_req_decode(), krb5_mk_rep(), | Chris Provenzano | 1995-03-27 | 2 | -35/+31 |
* | * server.c: Use new calling conventions for krb5_sendauth(), | Chris Provenzano | 1995-03-27 | 3 | -68/+75 |
* | * kerberos5.c (kerberos5_is()): Use new calling convention for | Chris Provenzano | 1995-03-27 | 2 | -40/+35 |
* | * sim_server.c: Use new calling convention for krb5_rd_req(), | Chris Provenzano | 1995-03-27 | 2 | -53/+31 |
* | * sim_client.c: Don't set cksumtype because CKSUMTYPE_RSA_MD4_DES | Chris Provenzano | 1995-03-27 | 2 | -4/+7 |
* | * sserver.c: Use new calling convention for krb5_recvauth() | Chris Provenzano | 1995-03-27 | 2 | -20/+22 |
* | * pop_init.c Use new calling conventions for krb5_recvauth() | Chris Provenzano | 1995-03-27 | 2 | -10/+12 |
* | * movemail.c: Fixups to get movemail to compile | Chris Provenzano | 1995-03-27 | 2 | -7/+11 |
* | * poplib.c (pop_init()): Use new calling convention for krb5_sendauth() | Chris Provenzano | 1995-03-27 | 2 | -8/+11 |
* | kcmd.c (kcmd()): Don't pass any data to sendauth() to be | Chris Provenzano | 1995-03-27 | 5 | -87/+69 |
* | * 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 |
* | Initialize auth_context to zero before calling mk_req | Theodore Tso | 1995-03-25 | 2 | -0/+6 |
* | fix copied code in HAVE_GETUTENT case | Mark Eichin | 1995-03-25 | 1 | -1/+1 |
* | 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 |
* | kinit.c (main): Remove the call to krb5_os_localaddr() since | Theodore Tso | 1995-03-24 | 2 | -10/+16 |
* | kdc5_hammer.c (get_tgt): Remove the call to krb5_os_localaddr() | Theodore Tso | 1995-03-24 | 2 | -8/+6 |
* | kpropd.c (PRS): Don't bother initializing server_addrs since | Theodore Tso | 1995-03-24 | 3 | -17/+9 |
* | Use $(SRCTOP) instead of $(srcdir), since Mac's don't like dealing | Theodore Tso | 1995-03-24 | 2 | -6/+11 |
* | replay.c: The KDC replay cache needs to store the database | Theodore Tso | 1995-03-24 | 3 | -27/+43 |
* | Add install rule for the error table headers | Theodore Tso | 1995-03-24 | 2 | -0/+14 |
* | If /etc/services doesn't have the kadmin port, use a compiled in default | Theodore Tso | 1995-03-24 | 2 | -6/+18 |
* | adm_defs.h (ADM5_DEFAULT_PORT): Add definition of default | Theodore Tso | 1995-03-24 | 3 | -8/+24 |
* | Make same fix for krlogind | Theodore Tso | 1995-03-24 | 1 | -1/+1 |
* | Stupid typo in previous fix | Theodore Tso | 1995-03-24 | 1 | -1/+1 |
* | Add "support_desmd5" flag | Theodore Tso | 1995-03-24 | 2 | -1/+8 |
* | Makefile.in (krshd): Move $(K4LIB) after $(KLIB) so that if | Theodore Tso | 1995-03-24 | 3 | -2/+9 |