summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * test.c (krb4_print_ticket): Change addr to unsigned KRB4_32 fromEzra Peisach1996-07-093-2/+10
* * krb4-proto.h: Change prototype for decomp_ticket to match sourceEzra Peisach1996-07-092-1/+6
* * kinit.M: Document -R optionEzra Peisach1996-07-073-7/+78
* * get_creds.c: (krb5_get_credentials_val_renew_core) CombineEzra Peisach1996-07-073-3/+71
* * krb5.hin: Add prototypes for krb5_get_credentials_renew() andEzra Peisach1996-07-072-0/+18
* * asn1buf.c (asn12krb5_buf): Initialize magic fields of structure.Ezra Peisach1996-06-272-1/+9
* Only include stdlib.h if it's availableTheodore Tso1996-06-249-0/+21
* Change const to krb5_const, so that it works on compilers that don'tTheodore Tso1996-06-242-1/+7
* Fix typo so that krsh doesn't exit when using the default portTheodore Tso1996-06-242-1/+6
* Fix bug pointed out by jhawk; we weren't looking for all ptysSam Hartman1996-06-245-9/+21
* Krb4: get the right includesSam Hartman1996-06-243-1/+6
* Drop support for -u because it allows us to removeSam Hartman1996-06-244-243/+13
* Fix up handling of libkrb4 libraries so includes and stuff work withSam Hartman1996-06-242-2/+17
* * klogind should do a better job of initializing output flags on ttySam Hartman1996-06-245-1/+48
* Fix Win-16 build #defines for KRB5_CALLCONV and KRB5_DLLIMPTheodore Tso1996-06-212-5/+10
* Call macfiles.sh explicitly using /bin/sh, so that it works even ifTheodore Tso1996-06-212-1/+7
* Fix typos for SAPKRB5.DLL supportTheodore Tso1996-06-202-3/+3
* * str_conv.c (krb5_string_to_timestamp): Ensure that all fields ofEzra Peisach1996-06-182-1/+13
* * aclocal.m4 (CHECK_DB): explicitly set $LIBS before callingTom Yu1996-06-172-0/+8
* Initialize auth_context to NULL before calling krb5_sendauth - otherwiseEzra Peisach1996-06-152-1/+4
* Remove tests that are not needed with the pty library in placeEzra Peisach1996-06-152-22/+6
* Add space before \ to deal with SunOS version of make which losesEzra Peisach1996-06-152-3/+6
* * configure.in: remove ref to SS_RULESTom Yu1996-06-146-3/+12
* * post.in,pre.in: break some things out from aclocal.m4 and putTom Yu1996-06-143-0/+64
* * configure.in: remove ref to ET_RULESTom Yu1996-06-1422-11/+54
* * configure.in: remove ref to SS_RULES, ET_RULESTom Yu1996-06-142-2/+5
* * configure.in: remove ref to SS_RULES, ET_RULESTom Yu1996-06-142-2/+4
* * aclocal.m4: break some stuff out into pre.in and post.in inTom Yu1996-06-142-140/+11
* * ftpd.c (authdata): misplaced braces caused server to not be able toKevin Mitchell1996-06-132-1/+8
* Include string.h for declaration for memcpy()Ezra Peisach1996-06-132-0/+5
* For Win32, define away FAR and NEARTheodore Tso1996-06-132-0/+9
* Makefile.in: Update special rule for gssapi_err_generic.obj so that itTheodore Tso1996-06-132-5/+7
* Makefile.in: Update special rule for gssapi_err_krb5.obj so that itTheodore Tso1996-06-132-5/+5
* * aclocal.m4 (AC_CHECK_DBM_PROTO): Correct to use correct cacheEzra Peisach1996-06-132-1/+6
* New variable which is used to control the /pagesize parameter forTheodore Tso1996-06-133-1/+8
* Checked in missing _WIN32 #ifdefTheodore Tso1996-06-131-1/+1
* Add missing prototypes; needed to make Win-32 compiler happyTheodore Tso1996-06-132-0/+16
* * aclocal.m4: use new AC_OUTPUT syntax for constructingTom Yu1996-06-122-3/+8
* * autoconf.texi (Output): document changes to AC_OUTPUTTom Yu1996-06-122-0/+17
* * acgeneral.m4 (AC_OUTPUT_FILES): allow for multiple files inTom Yu1996-06-121-2/+14
* Update to newer version in order to support more platformsEzra Peisach1996-06-122-36/+170
* Add prototypes for the SAM encoding and decoding functions, which areTheodore Tso1996-06-123-3/+40
* * Makefile.in (lib-windows): Replace spaces with tabEzra Peisach1996-06-122-1/+5
* New file for SAPKRB5.DLLTheodore Tso1996-06-121-0/+72
* Add #ifdef _WIN32 in places where we had #ifdef _MSDOSTheodore Tso1996-06-122-1/+5
* com_err.h:Theodore Tso1996-06-129-30/+120
* test_profile.c: Add usage message if not enough argumentsTheodore Tso1996-06-127-15/+58
* Change _WINDOWS to _MSDOS, and add check for _WIN32Theodore Tso1996-06-124-6/+14
* net_read.c (krb5_net_read):Theodore Tso1996-06-1212-13/+48
* sendauth.c (krb5_sendauth): If ECCONABORTED is not defined, try usingTheodore Tso1996-06-123-1/+14