| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Fix loop so that a ftp/host@REALM is not required, | Sam Hartman | 1996-01-18 | 2 | -4/+11 |
| * | Include sys/select.h for AIX | Sam Hartman | 1996-01-18 | 3 | -0/+10 |
| * | Deal with CVS not doing what I expected with a branch so the code compiles an... | Sam Hartman | 1996-01-16 | 1 | -1/+1 |
| * | Fix handling so that the username is only written out to wtmpx logout records; | Sam Hartman | 1996-01-16 | 3 | -4/+7 |
| * | Short term, this is notes on what the interfaces to various libpty functions ... | Sam Hartman | 1996-01-15 | 1 | -0/+105 |
| * | * configure.in: add gssftp to CONFIG_DIRS so that the GSSAPI | Mark Eichin | 1996-01-15 | 2 | -1/+5 |
| * | * aclocal.m4 (WITH_DBM_LNAME): add --with-dbm-lname for callers of | Mark Eichin | 1996-01-15 | 2 | -0/+42 |
| * | Sanitize and cvsignore files for gssftp | Mark Eichin | 1996-01-14 | 7 | -0/+173 |
| * | add gssftp to things-to-keep | Mark Eichin | 1996-01-14 | 1 | -0/+1 |
| * | Cygnus implementation of GSSAPI-based ftp client and server. | Mark Eichin | 1996-01-14 | 37 | -0/+14111 |
| * | Work around apparent Solaris kernel bug. If you open the pty and close it, y... | Sam Hartman | 1996-01-13 | 2 | -30/+27 |
| * | Makefile.in: (check-unix): ultrix "test" does not support -x | Ezra Peisach | 1996-01-11 | 2 | -2/+6 |
| * | * krsh.c, krlogin.c: (main): Ultrix cc does not support automatic | Ezra Peisach | 1996-01-11 | 3 | -3/+10 |
| * | * krcp.c (error): Convert to use varargs | Ezra Peisach | 1996-01-11 | 3 | -7/+37 |
| * | * profile.hin: Add profile_init_path prototype | Ezra Peisach | 1996-01-11 | 2 | -0/+7 |
| * | Set the enctype to ENCTYPE_UNKNOWN when the enctype should be determined from | Richard Basch | 1996-01-11 | 3 | -6/+14 |
| * | Add an #ifdef for enabling lower case realm (for use with DCE) | Theodore Tso | 1996-01-11 | 2 | -0/+7 |
| * | When obtaining tickets, we make them forwardable by default. XXX This | Theodore Tso | 1996-01-11 | 2 | -5/+17 |
| * | Added documentation for the DCE compat options, plus the capaths | Theodore Tso | 1996-01-11 | 2 | -0/+132 |
| * | scc.h (KRB5_SCC_DEFAULT_VNO): Remove KRB5_SCC_DEFAULT_VNO; now set in | Theodore Tso | 1996-01-11 | 5 | -13/+21 |
| * | fcc.h (KRB5_FCC_DEFAULT_VNO): Remove KRB5_FCC_DEFAULT_VNO; now set in | Theodore Tso | 1996-01-11 | 4 | -11/+15 |