krb5.git
1995-04-25 Ezra PeisachDon't deref NULL pointer if profile_get_values returns...
1995-04-25 Theodore TsoRestore original "null action" Makefile which tell...
1995-04-24 Keith VetterPC Makefile work-around to do a touch
1995-04-22 Ezra PeisachGo into subdirs for make check
1995-04-22 Ezra Peisacht_walk_rtree needs libcrypto.a to link for make check.
1995-04-22 Theodore TsoBack out bad ASN.1 changes
1995-04-22 Theodore TsoBack out ASN.1 library changes (which were incorrect)
1995-04-22 Theodore TsoRename profile.h.in to profile.hin to, make things...
1995-04-22 Theodore TsoOut of date, but it's more recent than what's in the...
1995-04-22 Theodore TsoDon't use krb5_override_default_realm, as it is obsolete
1995-04-22 Theodore TsoOnly call krb5_init_context if the telnet context hasn...
1995-04-22 Theodore TsoThe variable krb5_override_default_realm is obsolete...
1995-04-22 Theodore TsoThe variable krb5_override_default_realm is obsolete...
1995-04-22 Theodore TsoAdd .cvsignore for this directory
1995-04-22 Theodore TsoFix name of port for kpropd from krb_prop to krb5_prop
1995-04-22 Theodore TsoFix name of port for kpropd from krb_prop to krb5_prop
1995-04-22 Theodore TsoDon't rely on krb5_kdc_portname and krb5_kdc_sec_portna...
1995-04-22 Theodore TsoMakefile.in, configure.in, t_std_conf.c: Add test progr...
1995-04-22 Chris ProvenzanoMake configure look for pwd.h and define HAVE_PWD_H...
1995-04-22 Theodore TsoFix == vs = typo
1995-04-22 Theodore TsoAdd #define's for DEFAULT_PROFILE_FILENAME
1995-04-22 Theodore Tsodef_realm.c (krb5_get_default_realm): Use the profile...
1995-04-22 Theodore TsoAdded the profile directory for the profile routines
1995-04-22 Theodore TsoAdded sample krb5.conf file
1995-04-22 Theodore TsoChecked in wrong version of ChangeLog
1995-04-22 Theodore Tsoconfigure.in: Add SUBDIR rule in so this directory...
1995-04-22 Theodore Tsokrb5.h: krb5_princ_aref() doesn't work, and isn't used...
1995-04-22 Theodore TsoFix tests to reflect bit reversal changes to the krb5_f...
1995-04-22 Theodore TsoFix BACKWARD_BITMASK_COMPAT so that it doesn't break...
1995-04-21 Mark Eichin rlogin testing changes from ian@cygnus.com
1995-04-21 Mark Eichin More changes from ian@cygnus.com to support testing
1995-04-21 Mark EichinFri Apr 21 14:07:15 1995 Mark Eichin <eichin@cygnus...
1995-04-21 Mark Eichin From Ian Taylor <ian@cygnus.com>. Makes kadmind use...
1995-04-21 Mark Eichin From Ian Taylor <ian@cygnus.com>.
1995-04-21 Mark Eichin * main.c (main): Handle -k if KRB5 is defined. (from...
1995-04-21 Ezra PeisachIf STDC and WINDOWS is not defined, define PROTOTYPE...
1995-04-21 Theodore TsoUnless HAVE_C_STRUCTURE_ASSIGNMENT is defined, use...
1995-04-21 Theodore TsoAdded parenthesis to fix precedence problem in ASN...
1995-04-21 Theodore TsoThe .depend production rule now does even more cannonic...
1995-04-21 Theodore TsoAlso remove pathnames of the form /mit/cygnus.... from...
1995-04-21 Theodore TsoFix type const vs. non-const problems
1995-04-21 Theodore TsoAdd new functions profile_get_string() and profile_get_...
1995-04-21 Theodore TsoUse correct type for retval
1995-04-21 Theodore TsoFixed references to sources to use $(srcdir)
1995-04-21 Theodore TsoAdded required include for <sys/types.h>
1995-04-21 Mark Eichin Changes for testsuite from Ian Taylor <ian@cygnus...
1995-04-20 Mark Eichindejagnu test cases. (from Ian Taylor <ian@cygnus.com>)
1995-04-20 Mark Eichin Changes from Ian Taylor <ian@cygnus.com> to support...
1995-04-20 Mark Eichinadded missing htons
1995-04-20 Mark Eichin Changes from Ian Taylor <ian@cygnus.com> to support...
1995-04-20 Theodore TsoMove the define of BACKWARDS_BITMASK_COMPAT to asn1_k_d...
1995-04-20 Mark Eichin * aclocal.m4 (.ct.c): use $(RM) instead of plain rm
1995-04-20 Keith VetterSome PC fix-ups due to the include structure changing
1995-04-20 Theodore Tsomk_req.c (krb5_mk_req): Use krb5_sname_to_principal...
1995-04-20 Keith VetterChanges for the PC due to tytso's changing the include...
1995-04-20 Keith VetterUpdated windows readme file to reflect gssapi and makef...
1995-04-20 Keith VetterSome top level makefile changes for the PC--does some...
1995-04-20 Keith VetterSmarter PC makefile pulling .h files from the gssapi...
1995-04-20 Theodore TsoRemove .h files which are now collapsed into krb5.h
1995-04-20 Ezra PeisachModify usage to reflect reality. Modified getopt call...
1995-04-20 Theodore TsoUse $(CC) instead of cc
1995-04-20 Theodore TsoAdd include of <errno.h>
1995-04-20 Theodore TsoAdd include of adm_defs.h, since that's no longer inclu...
1995-04-20 Theodore Tsoconfigure.in: Add checking for SIZEOF_SHORT, SIZEOF_INT...
1995-04-20 Theodore Tsoremoved unneeded #include of wordsize.h
1995-04-20 Theodore TsoRemove support for HAS_ANSI_CONST (that was needed...
1995-04-20 Theodore TsoInlined the following include files in krb5.h, to simpl...
1995-04-20 Theodore TsoAdd profile directory
1995-04-20 Theodore TsoInitial checkin of the profile library
1995-04-19 Theodore Tsoasn1_k_decode.c (asn1_decode_krb5_flags): Make the...
1995-04-19 Ezra PeisachWhen default realm specified on command line, call...
1995-04-19 Ezra PeisachAdded storing of default realm in context. Global defau...
1995-04-19 Ezra PeisachInitialize and free default realm in context
1995-04-19 Ezra PeisachRemoved global_context hack
1995-04-19 Ezra PeisachAdded default_realm to krb5_context structure
1995-04-19 Theodore TsoChange getdate.o to getdate.c in the SRCS list
1995-04-19 Theodore TsoChange depend: to depend::
1995-04-19 Keith VetterBug fix in the windows telnet program
1995-04-18 Keith VetterChanged compile flags on windows cns program
1995-04-18 Theodore TsoAdd production for creating the .depend file, and updat...
1995-04-18 Theodore TsoSed script which postprocesses the output from cc ...
1995-04-18 Theodore Tsokpropd uses fork instead of vfork, because it's closing...
1995-04-18 Theodore Tsoan_to_ln.c (dbm_an_to_ln): Don't compile dbm_an_to_ln...
1995-04-18 Theodore Tso* sendauth.c (krb5_sendauth): initialize error return...
1995-04-18 Theodore TsoRemove unneeded include of adm_defs.h (since it's now...
1995-04-18 Theodore TsoSet SUPPORT_DESMD5 attribute for the krbtgt entry
1995-04-18 Theodore TsoIf there is an error while making in a subdirectory...
1995-04-18 Keith VetterForgot a makefile change for the Windows gssapi dll
1995-04-18 Ezra PeisachSpelling corrections. (was testing a new version of...
1995-04-18 Keith VetterCosmetic changes for the Windows CNS program
1995-04-14 Theodore TsoAdd Cygnus's "Sanitize" system to the krb5 tree, to...
1995-04-14 Theodore Tsocom_err.h: If FAR is not defined, define it away
1995-04-14 Theodore Tsoaclocal.m4 (MAKE_SUBDIRS, _MAKE_SUBDIRS): Creatre new...
1995-04-14 Theodore TsoMakefile.in, configure.in: Move dependency for all...
1995-04-14 Keith VetterRemoved 'unreferenced local variable' problem
1995-04-14 Keith VetterWindows global stuff:
1995-04-13 Theodore Tsoasn1_k_decode.c (setup, next_tag, apptag, get_field_body,
1995-04-11 Ezra Peisach that everything is really up to date
1995-04-07 Keith VetterChanged syntax for windows on the stored ccache file...
1995-04-07 Keith VetterWindows cns: user can now specify the ccache file on...
next