| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | realm_dom.c (krb5_get_realm_domain): Don't indent preprocessor directives. | Theodore Tso | 1995-03-24 | 3 | -11/+17 |
| * | * logutil.c (update_wtmp): initialize ut from ent the way the V4 | Mark Eichin | 1995-03-24 | 2 | -0/+22 |
| * | Fixed breakage introduced by windows port. com_err() is supposed to | Theodore Tso | 1995-03-24 | 2 | -0/+9 |
| * | Also produce a link map along with the DLL | Keith Vetter | 1995-03-23 | 2 | -5/+9 |
| * | Updated windows readme to reflect the name change of the zip target | Keith Vetter | 1995-03-23 | 2 | -1/+5 |
| * | Changed the name of the zipping up source target for the PC | Keith Vetter | 1995-03-23 | 2 | -2/+7 |
| * | Work around of fscanf which is not available in a windows DLL | Keith Vetter | 1995-03-23 | 3 | -4/+122 |
| * | Added some error checking code to handle missing realms file | Keith Vetter | 1995-03-23 | 2 | -30/+43 |
| * | Added readme file to the windows directory | Keith Vetter | 1995-03-22 | 2 | -0/+31 |
| * | Fixed problem in com_err.c due to the fact that the PC doesn't use autoconf and | Keith Vetter | 1995-03-22 | 2 | -1/+7 |
| * | 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 |
| * | PC config changes due to changes in include sys/types.h | Keith Vetter | 1995-03-22 | 2 | -18/+8 |
| * | Added all-mac target to the top level makefile | Keith Vetter | 1995-03-22 | 2 | -2/+7 |
| * | Make -I options work when the build and source tree are different | Theodore Tso | 1995-03-22 | 2 | -1/+6 |
| * | Fixed up zipping up PC source for uncleaned source trees | Keith Vetter | 1995-03-22 | 2 | -2/+8 |
| * | Added files to the windows/cns directory | Keith Vetter | 1995-03-22 | 24 | -0/+3692 |