| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added required include for <sys/types.h> | Theodore Tso | 1995-04-21 | 1 | -0/+1 |
* | Changes for testsuite from Ian Taylor <ian@cygnus.com> | Mark Eichin | 1995-04-21 | 2 | -2/+52 |
* | dejagnu test cases. (from Ian Taylor <ian@cygnus.com>) | Mark Eichin | 1995-04-20 | 8 | -0/+2205 |
* | Changes from Ian Taylor <ian@cygnus.com> to support testsuite. | Mark Eichin | 1995-04-20 | 2 | -11/+30 |
* | added missing htons | Mark Eichin | 1995-04-20 | 1 | -1/+1 |
* | Changes from Ian Taylor <ian@cygnus.com> to support testsuite. | Mark Eichin | 1995-04-20 | 5 | -15/+33 |
* | Move the define of BACKWARDS_BITMASK_COMPAT to asn1_k_decode.c, since | Theodore Tso | 1995-04-20 | 3 | -8/+14 |
* | * aclocal.m4 (.ct.c): use $(RM) instead of plain rm | Mark Eichin | 1995-04-20 | 2 | -1/+5 |
* | Some PC fix-ups due to the include structure changing | Keith Vetter | 1995-04-20 | 2 | -1/+10 |
* | mk_req.c (krb5_mk_req): Use krb5_sname_to_principal() in order | Theodore Tso | 1995-04-20 | 3 | -40/+43 |
* | Changes for the PC due to tytso's changing the include structure | Keith Vetter | 1995-04-20 | 10 | -3/+28 |
* | Updated windows readme file to reflect gssapi and makefile changes | Keith Vetter | 1995-04-20 | 2 | -3/+9 |
* | Some top level makefile changes for the PC--does some of the Makefile | Keith Vetter | 1995-04-20 | 2 | -15/+27 |
* | Smarter PC makefile pulling .h files from the gssapi world | Keith Vetter | 1995-04-20 | 2 | -0/+11 |
* | Remove .h files which are now collapsed into krb5.h | Theodore Tso | 1995-04-20 | 14 | -1878/+0 |
* | Modify usage to reflect reality. Modified getopt call to recognize the already | Ezra Peisach | 1995-04-20 | 2 | -3/+17 |
* | Use $(CC) instead of cc | Theodore Tso | 1995-04-20 | 1 | -3/+3 |
* | Add include of <errno.h> | Theodore Tso | 1995-04-20 | 2 | -0/+2 |
* | Add include of adm_defs.h, since that's no longer included by krb5.h | Theodore Tso | 1995-04-20 | 15 | -6/+25 |
* | configure.in: Add checking for SIZEOF_SHORT, SIZEOF_INT, and | Theodore Tso | 1995-04-20 | 5 | -5/+61 |
* | removed unneeded #include of wordsize.h | Theodore Tso | 1995-04-20 | 2 | -1/+4 |
* | Remove support for HAS_ANSI_CONST (that was needed only for | Theodore Tso | 1995-04-20 | 3 | -16/+7 |
* | Inlined the following include files in krb5.h, to simplify the header | Theodore Tso | 1995-04-20 | 3 | -19/+1607 |
* | Add profile directory | Theodore Tso | 1995-04-20 | 2 | -1/+5 |
* | Initial checkin of the profile library | Theodore Tso | 1995-04-20 | 16 | -0/+1880 |
* | asn1_k_decode.c (asn1_decode_krb5_flags): Make the function | Theodore Tso | 1995-04-19 | 4 | -6/+117 |
* | When default realm specified on command line, call krb5_set_default_realm so | Ezra Peisach | 1995-04-19 | 2 | -1/+14 |
* | Added storing of default realm in context. Global default realm | Ezra Peisach | 1995-04-19 | 2 | -19/+42 |
* | Initialize and free default realm in context | Ezra Peisach | 1995-04-19 | 2 | -0/+11 |
* | Removed global_context hack | Ezra Peisach | 1995-04-19 | 2 | -4/+8 |
* | Added default_realm to krb5_context structure | Ezra Peisach | 1995-04-19 | 2 | -0/+5 |
* | Change getdate.o to getdate.c in the SRCS list | Theodore Tso | 1995-04-19 | 1 | -1/+2 |
* | Change depend: to depend:: | Theodore Tso | 1995-04-19 | 1 | -1/+1 |
* | Bug fix in the windows telnet program | Keith Vetter | 1995-04-19 | 2 | -0/+9 |
* | Changed compile flags on windows cns program | Keith Vetter | 1995-04-18 | 2 | -2/+6 |
* | Add production for creating the .depend file, and updating the | Theodore Tso | 1995-04-18 | 2 | -0/+22 |
* | Sed script which postprocesses the output from cc -M for "make depend" | Theodore Tso | 1995-04-18 | 1 | -0/+32 |
* | kpropd uses fork instead of vfork, because it's closing file | Theodore Tso | 1995-04-18 | 2 | -10/+59 |
* | an_to_ln.c (dbm_an_to_ln): Don't compile dbm_an_to_ln() if | Theodore Tso | 1995-04-18 | 3 | -5/+22 |
* | * sendauth.c (krb5_sendauth): initialize error return parameter | Theodore Tso | 1995-04-18 | 3 | -5/+21 |
* | Remove unneeded include of adm_defs.h (since it's now included by krb5.h) | Theodore Tso | 1995-04-18 | 2 | -2/+5 |
* | Set SUPPORT_DESMD5 attribute for the krbtgt entry | Theodore Tso | 1995-04-18 | 2 | -1/+38 |
* | If there is an error while making in a subdirectory, abort the make in | Theodore Tso | 1995-04-18 | 2 | -1/+8 |
* | Forgot a makefile change for the Windows gssapi dll | Keith Vetter | 1995-04-18 | 2 | -1/+5 |
* | Cosmetic changes for the Windows CNS program | Keith Vetter | 1995-04-18 | 3 | -13/+10 |
* | Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to do | Theodore Tso | 1995-04-14 | 114 | -0/+5456 |
* | com_err.h: If FAR is not defined, define it away | Theodore Tso | 1995-04-14 | 2 | -0/+7 |
* | aclocal.m4 (MAKE_SUBDIRS, _MAKE_SUBDIRS): Creatre new macro | Theodore Tso | 1995-04-14 | 2 | -2/+13 |
* | Makefile.in, configure.in: Move dependency for all-$WHAT back | Theodore Tso | 1995-04-14 | 2 | -3/+11 |
* | Removed 'unreferenced local variable' problem | Keith Vetter | 1995-04-14 | 2 | -1/+9 |