| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | update permanent lock semantics | Barry Jaspan | 1996-06-26 | 1 | -13/+13 |
| * | update rename_principal for NO_RENAME_SALT | Barry Jaspan | 1996-06-25 | 1 | -2/+9 |
| * | Only include stdlib.h if it's available | Theodore Tso | 1996-06-24 | 9 | -0/+21 |
| * | Change const to krb5_const, so that it works on compilers that don't | Theodore Tso | 1996-06-24 | 2 | -1/+7 |
| * | Fix typo so that krsh doesn't exit when using the default port | Theodore Tso | 1996-06-24 | 2 | -1/+6 |
| * | Fix bug pointed out by jhawk; we weren't looking for all ptys | Sam Hartman | 1996-06-24 | 5 | -9/+21 |
| * | Krb4: get the right includes | Sam Hartman | 1996-06-24 | 3 | -1/+6 |
| * | Drop support for -u because it allows us to remove | Sam Hartman | 1996-06-24 | 4 | -243/+13 |
| * | Fix up handling of libkrb4 libraries so includes and stuff work with | Sam Hartman | 1996-06-24 | 2 | -2/+17 |
| * | * klogind should do a better job of initializing output flags on tty | Sam Hartman | 1996-06-24 | 5 | -1/+48 |
| * | Fix Win-16 build #defines for KRB5_CALLCONV and KRB5_DLLIMP | Theodore Tso | 1996-06-21 | 2 | -5/+10 |
| * | Call macfiles.sh explicitly using /bin/sh, so that it works even if | Theodore Tso | 1996-06-21 | 2 | -1/+7 |
| * | Fix typos for SAPKRB5.DLL support | Theodore Tso | 1996-06-20 | 2 | -3/+3 |
| * | move _kadm5_check_handle into *_init.c | Barry Jaspan | 1996-06-19 | 1 | -1/+1 |
| * | update to kadm5, add api versioning and handles, other minor fixes | Barry Jaspan | 1996-06-19 | 1 | -223/+536 |
| * | remove attribute explanations, refer to libkdb functional spec | Barry Jaspan | 1996-06-18 | 1 | -98/+20 |
| * | * str_conv.c (krb5_string_to_timestamp): Ensure that all fields of | Ezra Peisach | 1996-06-18 | 2 | -1/+13 |
| * | * aclocal.m4 (CHECK_DB): explicitly set $LIBS before calling | Tom Yu | 1996-06-17 | 2 | -0/+8 |
| * | Initialize auth_context to NULL before calling krb5_sendauth - otherwise | Ezra Peisach | 1996-06-15 | 2 | -1/+4 |
| * | Remove tests that are not needed with the pty library in place | Ezra Peisach | 1996-06-15 | 2 | -22/+6 |
| * | Add space before \ to deal with SunOS version of make which loses | Ezra Peisach | 1996-06-15 | 2 | -3/+6 |
| * | add init_with_creds | Barry Jaspan | 1996-06-14 | 1 | -17/+31 |
| * | * configure.in: remove ref to SS_RULES | Tom Yu | 1996-06-14 | 6 | -3/+12 |
| * | * post.in,pre.in: break some things out from aclocal.m4 and put | Tom Yu | 1996-06-14 | 3 | -0/+64 |
| * | * configure.in: remove ref to ET_RULES | Tom Yu | 1996-06-14 | 22 | -11/+54 |
| * | * configure.in: remove ref to SS_RULES, ET_RULES | Tom Yu | 1996-06-14 | 2 | -2/+5 |
| * | * configure.in: remove ref to SS_RULES, ET_RULES | Tom Yu | 1996-06-14 | 2 | -2/+4 |
| * | * aclocal.m4: break some stuff out into pre.in and post.in in | Tom Yu | 1996-06-14 | 2 | -140/+11 |
| * | * ftpd.c (authdata): misplaced braces caused server to not be able to | Kevin Mitchell | 1996-06-13 | 2 | -1/+8 |
| * | Include string.h for declaration for memcpy() | Ezra Peisach | 1996-06-13 | 2 | -0/+5 |
| * | don't change the error table name (leave it ovk); I'm not sure if this | Barry Jaspan | 1996-06-13 | 1 | -1/+1 |
| * | For Win32, define away FAR and NEAR | Theodore Tso | 1996-06-13 | 2 | -0/+9 |
| * | Makefile.in: Update special rule for gssapi_err_generic.obj so that it | Theodore Tso | 1996-06-13 | 2 | -5/+7 |
| * | Makefile.in: Update special rule for gssapi_err_krb5.obj so that it | Theodore Tso | 1996-06-13 | 2 | -5/+5 |
| * | * aclocal.m4 (AC_CHECK_DBM_PROTO): Correct to use correct cache | Ezra Peisach | 1996-06-13 | 2 | -1/+6 |
| * | New variable which is used to control the /pagesize parameter for | Theodore Tso | 1996-06-13 | 3 | -1/+8 |
| * | Checked in missing _WIN32 #ifdef | Theodore Tso | 1996-06-13 | 1 | -1/+1 |
| * | Add missing prototypes; needed to make Win-32 compiler happy | Theodore Tso | 1996-06-13 | 2 | -0/+16 |
| * | * aclocal.m4: use new AC_OUTPUT syntax for constructing | Tom Yu | 1996-06-12 | 2 | -3/+8 |
| * | * autoconf.texi (Output): document changes to AC_OUTPUT | Tom Yu | 1996-06-12 | 2 | -0/+17 |
| * | * acgeneral.m4 (AC_OUTPUT_FILES): allow for multiple files in | Tom Yu | 1996-06-12 | 1 | -2/+14 |
| * | add init_with_creds tests | Barry Jaspan | 1996-06-12 | 1 | -3/+14 |
| * | add init test 116 | Barry Jaspan | 1996-06-12 | 1 | -0/+9 |
| * | add KADM5_API_VERSION_2 tests | Barry Jaspan | 1996-06-12 | 1 | -15/+231 |
| * | Update to newer version in order to support more platforms | Ezra Peisach | 1996-06-12 | 2 | -36/+170 |
| * | Add prototypes for the SAM encoding and decoding functions, which are | Theodore Tso | 1996-06-12 | 3 | -3/+40 |
| * | * Makefile.in (lib-windows): Replace spaces with tab | Ezra Peisach | 1996-06-12 | 2 | -1/+5 |
| * | New file for SAPKRB5.DLL | Theodore Tso | 1996-06-12 | 1 | -0/+72 |
| * | Add #ifdef _WIN32 in places where we had #ifdef _MSDOS | Theodore Tso | 1996-06-12 | 2 | -1/+5 |
| * | com_err.h: | Theodore Tso | 1996-06-12 | 9 | -30/+120 |