| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | def_realm.c (krb5_get_default_realm): Use the profile code to | Theodore Tso | 1995-04-22 | 6 | -0/+193 |
* | Added the profile directory for the profile routines | Theodore Tso | 1995-04-22 | 2 | -2/+7 |
* | Added sample krb5.conf file | Theodore Tso | 1995-04-22 | 1 | -0/+16 |
* | Checked in wrong version of ChangeLog | Theodore Tso | 1995-04-22 | 1 | -1/+3 |
* | configure.in: Add SUBDIR rule in so this directory can be included into | Theodore Tso | 1995-04-22 | 3 | -14/+50 |
* | krb5.h: krb5_princ_aref() doesn't work, and isn't used anywhere. | Theodore Tso | 1995-04-22 | 3 | -17/+22 |
* | Fix tests to reflect bit reversal changes to the krb5_flags fields. | Theodore Tso | 1995-04-22 | 4 | -49/+59 |
* | Fix BACKWARD_BITMASK_COMPAT so that it doesn't break user-to-user | Theodore Tso | 1995-04-22 | 2 | -9/+106 |
* | rlogin testing changes from ian@cygnus.com | Mark Eichin | 1995-04-21 | 3 | -6/+56 |
* | More changes from ian@cygnus.com to support testing | Mark Eichin | 1995-04-21 | 5 | -16/+124 |
* | Fri Apr 21 14:07:15 1995 Mark Eichin <eichin@cygnus.com> | Mark Eichin | 1995-04-21 | 8 | -15/+101 |
* | From Ian Taylor <ian@cygnus.com>. Makes kadmind use -r for both | Mark Eichin | 1995-04-21 | 5 | -16/+18 |
* | From Ian Taylor <ian@cygnus.com>. | Mark Eichin | 1995-04-21 | 3 | -4/+45 |
* | * main.c (main): Handle -k if KRB5 is defined. (from ian@cygnus.com) | Mark Eichin | 1995-04-21 | 2 | -1/+14 |
* | If STDC and WINDOWS is not defined, define PROTOTYPE properly. | Ezra Peisach | 1995-04-21 | 2 | -0/+6 |
* | Unless HAVE_C_STRUCTURE_ASSIGNMENT is defined, use memcpy to copy | Theodore Tso | 1995-04-21 | 14 | -0/+69 |
* | Added parenthesis to fix precedence problem in ASN.1 backwards compatibility | Theodore Tso | 1995-04-21 | 1 | -1/+1 |
* | The .depend production rule now does even more cannonicalization of | Theodore Tso | 1995-04-21 | 2 | -2/+13 |
* | Also remove pathnames of the form /mit/cygnus.... from the generated | Theodore Tso | 1995-04-21 | 2 | -0/+6 |
* | Fix type const vs. non-const problems | Theodore Tso | 1995-04-21 | 1 | -1/+3 |
* | Add new functions profile_get_string() and profile_get_integer(), for | Theodore Tso | 1995-04-21 | 2 | -2/+91 |
* | Use correct type for retval | Theodore Tso | 1995-04-21 | 1 | -1/+1 |
* | Fixed references to sources to use $(srcdir) | Theodore Tso | 1995-04-21 | 1 | -7/+7 |
* | 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 |