| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Permit a process to have more than one database open at the same time | Paul Park | 1995-06-23 | 2 | -65/+186 |
| * | Changes to support AIX shared libraries. The interactions | Sam Hartman | 1995-06-23 | 6 | -21/+40 |
| * | Remove krb5_full_addr | Theodore Tso | 1995-06-21 | 1 | -1/+0 |
| * | Change PROTOTYPE -> KRB5_PROTOTYPE | Theodore Tso | 1995-06-21 | 9 | -6/+18 |
| * | Added final change to allow for ASN.1 indefinite encoding; needed for | Theodore Tso | 1995-06-17 | 2 | -0/+11 |
| * | Allow the credentials cache argument to be optional; allow it to be | Theodore Tso | 1995-06-17 | 2 | -1/+8 |
| * | Add glue for old versions of K4 | Paul Park | 1995-06-16 | 4 | -3/+70 |
| * | Add install target for shared libraries | Paul Park | 1995-06-16 | 8 | -0/+30 |
| * | Change ./DONE to DONE | Paul Park | 1995-06-16 | 1 | -1/+1 |
| * | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 26 | -79/+209 |
| * | Add #ifdef around switch statement for ETXTBUSY | Theodore Tso | 1995-06-15 | 4 | -0/+15 |
| * | Fix up places in tests where return type of getopt demoted to | Sam Hartman | 1995-06-14 | 3 | -2/+7 |
| * | Wed Jun 14 12:37:51 1995 Sam Hartman <hartmans@tardis.MIT.EDU> | Sam Hartman | 1995-06-14 | 4 | -6/+18 |
| * | For shared library support create symlinks to the .so images in the | Ezra Peisach | 1995-06-14 | 3 | -1/+18 |
| * | Don't copy library up a level. Let above Makefile create symlink for | Ezra Peisach | 1995-06-14 | 2 | -3/+5 |
| * | Only defining DEVICE_OPEN et al when unix was defined breaks | Sam Hartman | 1995-06-13 | 2 | -2/+10 |
| * | A couple bug reports/patches from Ed Phillips (flaregun@udel.edu) | Chris Provenzano | 1995-06-12 | 4 | -33/+54 |
| * | definition of krb5_auth_context to a pointer, sizeof(krb5_auth_context) | Ezra Peisach | 1995-06-11 | 2 | -1/+6 |
| * | (clean): Remove t_kdb and t_kdb.o | Ezra Peisach | 1995-06-11 | 2 | -0/+6 |
| * | (clean-unix): Remove $(UNIX_OBJS) | Ezra Peisach | 1995-06-11 | 2 | -1/+5 |
| * | changes to accomodate redefinition of krb5_auth_context | Tom Yu | 1995-06-11 | 26 | -53/+74 |
| * | Make sure the status return from krb5_scc_store_principal is reflected | Theodore Tso | 1995-06-10 | 2 | -10/+16 |
| * | Make sure the status return from krb5_fcc_store_principal is reflected | Theodore Tso | 1995-06-10 | 2 | -1/+7 |
| * | Change assertion to check to make sure that the day of the month is >= | Theodore Tso | 1995-06-10 | 2 | -1/+6 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 4 | -9/+10 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 14 | -22/+35 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 4 | -10/+14 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 3 | -6/+10 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 3 | -4/+8 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 18 | -37/+45 |
| * | md5crypto.c: Fix -Wall nits | Theodore Tso | 1995-06-09 | 3 | -4/+8 |
| * | md4crypto.c: Fix -Wall nits | Theodore Tso | 1995-06-09 | 3 | -4/+8 |
| * | Fix -Wall nits | Theodore Tso | 1995-06-09 | 3 | -20/+22 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 6 | -19/+20 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -3/+5 |
| * | rd_req_dec.c (krb5_rd_req_decoded): Fix -Wall nits | Theodore Tso | 1995-06-09 | 5 | -78/+13 |
| * | * Makefile.in: don't install et-generated headers in the build tree | Tom Yu | 1995-06-09 | 2 | -16/+8 |
| * | * Makefile.in, configure.in: use CopyHeader rather than hand-coded | Tom Yu | 1995-06-09 | 3 | -7/+6 |
| * | * rd_cred.c (krb5_rd_cred_basic): fix typo (extra "context" | Tom Yu | 1995-06-09 | 2 | -1/+6 |
| * | $($(WHAT)_OBJS) is not accepted by all Makes! We assume for now that | Theodore Tso | 1995-06-09 | 2 | -8/+12 |
| * | read_passwd.c (des_read_pw_string): Don't depend on | Theodore Tso | 1995-06-09 | 3 | -33/+134 |
| * | Fix problem where the ticket field was assigned with a krb5_data, | Theodore Tso | 1995-06-09 | 2 | -1/+7 |
| * | Clean up gcc -Wall flames | Theodore Tso | 1995-06-08 | 36 | -376/+410 |
| * | Add new logging control routines | Paul Park | 1995-06-08 | 4 | -5/+951 |
| * | clean-$(what) should be clean-$(WHAT) | Theodore Tso | 1995-06-07 | 1 | -1/+1 |
| * | Remove old CONFIG_FILE code | Theodore Tso | 1995-06-07 | 2 | -2/+5 |
| * | def_realm.c (krb5_get_default_realm), get_krbhst.c | Theodore Tso | 1995-06-07 | 8 | -612/+44 |
| * | Include time.h (or sys/time.h) for struct tm structure which is now | Ezra Peisach | 1995-06-07 | 2 | -0/+12 |
| * | Convert longs to KRB_32 for 64 bit architectures. (only | Ezra Peisach | 1995-06-06 | 2 | -6/+24 |
| * | Add support for specifiable ccache and ticket lifetime for kadm | Paul Park | 1995-06-05 | 2 | -34/+121 |