krb5.git
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...
1995-04-06 Keith VetterBug fixes or better error handling for the following...
1995-04-04 Theodore Tsopop_init.c (pop_init): Put in a type cast to shut up...
1995-04-01 Keith VetterFixed low-level i/o routine (dup) not being STDC on...
1995-04-01 Theodore TsoInitialize auth_context to NULL before calling sendauth()
1995-04-01 Theodore TsoUse the local autoconf when rebuilding the configure...
1995-04-01 Theodore TsoUse configure to see if unistd.h needs to be included...
1995-04-01 Theodore TsoMove the dependency which causes all-$(WHAT) to be...
1995-04-01 Keith Vetterkrb5_get_in_tkt returns proper error on clock skew...
1995-04-01 Keith VetterCan now specify port to telnet to on the command line
1995-03-31 Theodore TsoZero out the entry before inserting it
1995-03-31 Theodore TsoRemove CFLAGS=@CCOPTS@ line, which is in pre.in
1995-03-31 Theodore TsoMake sure the context is initialized before it is used
1995-03-31 Theodore Tso* rc_dfl.c (krb5_rc_dfl_expunage): Close the old, tempo...
1995-03-31 Theodore Tso* realm_dom.c (krb5_get_realm_domain): Don't indent...
1995-03-31 Theodore Tso* configure.in (CONFIG_RULES): Replaced
1995-03-31 Theodore TsoBack out previous change so that it doesn't break peopl...
1995-03-31 Theodore TsoRemove unused file
1995-03-31 Jonathan KamensFix typos in Mike's changes
next