| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Convert the kvno to a char before writing it out. (The previous code | Sam Hartman | 1996-01-26 | 2 | -2/+9 |
| * | Removed outdated comment about mapping | Sam Hartman | 1996-01-26 | 2 | -4/+3 |
| * | Fixed to check enctype of retrieved keys | Sam Hartman | 1996-01-26 | 3 | -2/+11 |
| * | Fixed extraction of keytabs to extract all keys | Sam Hartman | 1996-01-26 | 2 | -6/+38 |
| * | * cnv_tkt_skey.c (krb524_convert_tkt_skey): Take both a v5 and v4 | Sam Hartman | 1996-01-25 | 6 | -56/+161 |
| * | get_creds.c: Only match on enctype if in_creds.keyblock | Sam Hartman | 1996-01-25 | 3 | -3/+23 |
| * | Previously, ktype_match only made sure that the enctype was valid | Sam Hartman | 1996-01-25 | 6 | -15/+35 |
| * | Remove superfluous link line | Sam Hartman | 1996-01-25 | 2 | -1/+5 |
| * | * g_compare_name.c, g_delete_sec_context.c, g_dsp_status.c, | Tom Yu | 1996-01-25 | 15 | -196/+288 |
| * | * pname_to_uid.c (krb5_pname_to_uid): Changed def'n of | Tom Yu | 1996-01-25 | 2 | -2/+8 |
| * | * Makefile.in: Remove spurious @DEFS@ | Tom Yu | 1996-01-24 | 2 | -1/+3 |
| * | Update man pages with new options | Sam Hartman | 1996-01-24 | 3 | -64/+101 |
| * | Added lines to adm.h which Chris had removed while working on the | Theodore Tso | 1996-01-24 | 2 | -0/+19 |
| * | Don't assume that the input_name_buffer is null terminated, when it | Theodore Tso | 1996-01-24 | 2 | -8/+26 |
| * | * Add checksum support to klogind making sure encrypted authenticators | Sam Hartman | 1996-01-24 | 5 | -135/+251 |
| * | Check for stdlib.h, include stdlib.h, string.h, cast to handle gcc warning | Ezra Peisach | 1996-01-23 | 4 | -1/+14 |
| * | Check for stdlib.h (configure.in) | Ezra Peisach | 1996-01-23 | 11 | -0/+44 |
| * | * Makefile.in (SRCS): Remove extraneous line with only a tab. | Ezra Peisach | 1996-01-23 | 2 | -2/+11 |
| * | * Makefile.in (SHLIB_LIBS): Add lines for shared library building | Ezra Peisach | 1996-01-23 | 2 | -0/+9 |
| * | Add support for building GSSAPI as a shared library | Theodore Tso | 1996-01-23 | 5 | -8/+57 |
| * | configure.in: Add the mechglue directory as a subdir | Theodore Tso | 1996-01-23 | 3 | -2/+10 |
| * | gssapiP_generic.h: Removed prototypes of functions that have been | Theodore Tso | 1996-01-23 | 7 | -543/+9 |
| * | rel_oid.c (krb5_gss_internal_release_oid): Add the new interface for | Theodore Tso | 1996-01-23 | 7 | -687/+61 |
| * | Added Sun's changes (from Roland), as fixed by Ted, to finally have a | Theodore Tso | 1996-01-23 | 14 | -54/+995 |
| * | New files for Sun's multi-mechanism GSSAPI | Theodore Tso | 1996-01-23 | 2 | -0/+427 |
| * | Check for prototypes so that KRB5_STDARG_P works | Ezra Peisach | 1996-01-22 | 3 | -3/+10 |
| * | * configure.in: Use KRB5_CHECK_PROTOS instead of inlining | Ezra Peisach | 1996-01-22 | 2 | -13/+6 |
| * | Move the prototype checking code from include/krb5/configure.in into | Ezra Peisach | 1996-01-22 | 2 | -0/+21 |
| * | * configure.in: Merge in berk_db library if needed | Ezra Peisach | 1996-01-22 | 3 | -3/+33 |
| * | * configure.in: Add in WITH_ANAME_DB and WITH_KDB_DB so that top | Ezra Peisach | 1996-01-22 | 3 | -6/+24 |
| * | If there is no DES key with a V4 salttype, simply return any DES key. | Richard Basch | 1996-01-22 | 1 | -1/+8 |
| * | Allow for the use of other K/M encryption types. Try to look it up in | Richard Basch | 1996-01-22 | 1 | -7/+8 |
| * | Don't syslog if the child exited normally | Richard Basch | 1996-01-22 | 1 | -2/+3 |
| * | A couple more tasks have been completed (use dbm, and kdc locking) | Richard Basch | 1996-01-22 | 1 | -3/+3 |
| * | Fixed three problems in the database rename function: | Richard Basch | 1996-01-22 | 1 | -9/+13 |
| * | Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARY | Richard Basch | 1996-01-22 | 24 | -364/+13 |
| * | * aclocal.m4 | Richard Basch | 1996-01-22 | 1 | -28/+101 |
| * | * gc_via_tkt.c (krb5_kdcrep2creds): Set is_skey so get_creds won't | Tom Yu | 1996-01-22 | 2 | -1/+7 |
| * | * configure.in | Richard Basch | 1996-01-22 | 1 | -1/+11 |
| * | krb5_get_credentials does not use the same flags as kdc_options | Ezra Peisach | 1996-01-20 | 2 | -1/+6 |
| * | krb5_get_credentials does not take the same flags as kdc_options. Set to | Ezra Peisach | 1996-01-20 | 2 | -1/+6 |
| * | krb5_get_credentials does not take kdc_options flags | Ezra Peisach | 1996-01-20 | 3 | -5/+10 |
| * | Remove use of krb5_kdc_default_options | Ezra Peisach | 1996-01-20 | 2 | -3/+5 |
| * | Fix a memory leak and reversed arguments | Sam Hartman | 1996-01-20 | 2 | -4/+9 |
| * | In the client, construct a checksum from the command line | Sam Hartman | 1996-01-20 | 3 | -3/+44 |
| * | Add check for DBM/db libraries | Theodore Tso | 1996-01-19 | 4 | -0/+38 |
| * | In des_read, check to see if read returns 0 and report | Sam Hartman | 1996-01-19 | 2 | -1/+5 |
| * | Mainline utmp and login cleanups from hartmans_pty_utmp: | Sam Hartman | 1996-01-19 | 15 | -172/+146 |
| * | Deal with sys_errlist | Sam Hartman | 1996-01-19 | 3 | -0/+12 |
| * | Portability fixes: don't declare errno ever | Sam Hartman | 1996-01-19 | 5 | -2/+18 |