krb5.git
1994-11-14 Theodore Tsokerberos.c: Initialize random number generator on the...
1994-11-14 Mark Eichinanother zero length manpage
1994-11-14 Mark Eichinremote cvs loses on zero length files
1994-11-12 Theodore TsoAdd support for krb5_address table; rename KV5M_AUTH_DA...
1994-11-11 Tom Yu * Makefile.in: fix some typos for kv5m_err.et
1994-11-11 Theodore TsoDefining setpgrp(a,b) to setpgrp() if SETPGRP_TWOARG...
1994-11-11 Theodore TsoSet the encryption type in the keyblock information...
1994-11-09 Theodore TsoFix bug in logic of incrementing the received challenge...
1994-11-09 Theodore TsoSet the keyblock's magic number and encryption type...
1994-11-08 Theodore TsoChange internal calling signature to pass in the encryp...
1994-11-08 Theodore TsoUse the published interface to call krb5_string_to_key()
1994-11-08 Theodore TsoUse the documented interface for calling krb5_string_to...
1994-11-08 Theodore TsoUse published interface to call krb5_random_key
1994-11-08 Theodore TsoDon't use $< in a non suffix rule context
1994-11-08 Theodore TsoFix spelling typo
1994-11-08 Theodore TsoUse des_init_random_number_genator(), since that will...
1994-11-08 Theodore TsoOnly print each possible authentication type once in...
1994-11-08 Theodore TsoAdd check for stdlib.h
1994-11-08 Theodore TsoDon't define functions manually, but pull in the approp...
1994-11-08 Theodore TsoOnly include <sys/tty.h> if HAVE_SYS_TTY_H is defined...
1994-11-08 Theodore TsoChange prototypes of auth_enable() and auth_disable...
1994-11-08 Theodore TsoChange the input type to be a char *, which is what...
1994-11-08 Theodore TsoDon't define time() manually; pull it in from <time.h>
1994-11-08 Theodore TsoAdd check for util library (needed for the Alpha)
1994-11-08 Theodore TsoFix lineage check so that we don't fail if we're cross...
1994-11-08 Theodore TsoUse published interface to call krb5_random_key()
1994-11-08 Theodore TsoChecked in Richard's changes of November 2nd. (See...
1994-11-08 Theodore TsoAdded checks POSIX setjmp handling and POSIX signal...
1994-11-08 Theodore TsoUse POSIX method of obtaining fd table size, if available
1994-11-05 Theodore TsoMissing comma on all of the error_code lines. (Oops!)
1994-11-04 Mark Eichinmake this not zero length
1994-11-03 Mark Eichin * Makefile.in: stop building f_pcbc.c, since it belongs in
1994-11-03 Mark Eichin * pcbc_encrypt.c: moved from f_pcbc.c in lib/crypto...
1994-11-03 Theodore TsoAdded a field to hold an encryption type in the keybloc...
1994-11-03 Theodore TsoAdd support for the kv5m error table. (For magic numbers.)
1994-11-03 Theodore TsoAdd the kv5m error table
1994-11-03 Theodore TsoAdd WITH_CPPOPTS since we're not using CONFIG_RULES...
1994-11-03 Theodore TsoWe're probably not going to be building in the top...
1994-11-03 Theodore TsoDon't actually add the $(CPPOPTS) flags to CPPFLAGS...
1994-11-03 Theodore TsoDon't recursively pass the CPPOPTS makefile variable...
1994-11-03 Theodore TsoNULL should not be used as a character assignment value...
1994-11-03 Theodore TsoNULL should not be used as a character assignment value...
1994-11-03 Theodore TsoAdd support for a new --with-cppopts" value where you...
1994-11-03 Theodore TsoAdd support for a new "--with-cppopts" value where...
1994-11-02 Mark Eichinrevert misguided kstash changes
1994-11-02 Mark Eichin * Makefile.in (libkrb5.a): done needs a trailing semic...
1994-11-02 Theodore TsoInclude the tag numbers for the krb5 application tags...
1994-11-02 Theodore TsoAdd the "-t option to krb5_encode_test, which causes...
1994-11-02 Theodore TsoUse library.stamp to determine whether or not $arcmd...
1994-11-02 Mark Eichin * kdb5_stash.c (main): added -o option to read a Kerbe...
1994-11-02 Theodore Tsotouch the library first, before running $aradd, in...
1994-11-02 Theodore Tsoadd "ls" and "touch" since libupdate uses them
1994-11-02 Theodore TsoChange use of "head -1" to "sed 1q"
1994-11-01 Mark Eichin * adm_listen.c (kill_children): use sigprocmask if...
1994-11-01 Theodore TsoChange the way the library is built to use the libupdat...
1994-11-01 Theodore TsoAlso clean up config.log, pre.out, post.out and Makefil...
1994-11-01 Theodore Tsolibupdate.sh: Add support for the new libupdate shell...
1994-10-31 Theodore TsoBack out POSIX_FILE_LOCKS change. (Should be depending...
1994-10-31 Theodore TsoMove WITH_CCOPTS and WITH_KRB5ROOT to the beginning...
1994-10-28 Mark Eichin * ranlib.conf: new file. some svr4 need ranlib too
1994-10-28 Mark Eichin * gcc.conf (CC_OPTS): don't set CC_OPTS until we figur...
1994-10-28 Mark Eichinshow contents of path too
1994-10-28 Mark Eichinfix tests
1994-10-28 Theodore TsoRemove duplicate definitions for DEFs, CC, CCOPTS and...
1994-10-28 Mark Eichin * login.c (main): if CSTATUS is missing, don't set...
1994-10-27 Mark Eichinautoconf 2.0 release
1994-10-27 Mark Eichin * krlogin.c (des_write): get rid of srandom, since...
1994-10-27 Mark Eichin * login.c (main): if CDISCARD is missing, use CFLUSH...
1994-10-27 Mark Eichin * configure.in: check for srand48, srand, and srandom.
1994-10-27 Theodore TsoAdded first cut of lists of operating systems that...
1994-10-27 Theodore Tsoautoreconf.local is a locally modified version of autor...
1994-10-26 Theodore TsoIf the requested kvno is IGNORE_KVNO, fix the error...
1994-10-26 Theodore TsoAdd verification checks to the test suite
1994-10-26 Theodore TsoControl -g/-O via $(CCOPTS)
1994-10-26 Mark Eichinmove for autoreconf to find it
1994-10-26 Theodore TsoRegenerated configure from configure.in using the lates...
1994-10-26 Mark Eichinautoconf v2 testsuite
1994-10-26 Mark Eichinautoconf 1.126. This will be released as autoconf 2...
1994-10-26 Mark EichinConversion of autoconfigury to Autoconf V2
1994-10-26 Theodore TsoCheck for both EAGAIN in addition to EWOULDBLOCK
1994-10-26 Theodore TsoIf the header files have strdup, don't try to redefine it
1994-10-26 Theodore TsoAdded missing continue so that we don't copy both the...
1994-10-26 Theodore TsoOnce more, with the current type!
1994-10-26 Theodore TsoAdded missing declaration for retval variable
1994-10-24 Theodore TsoAdd include config.h for POSIX_FILE_LOCKS
1994-10-24 Theodore TsoThe Kerberos V4 libraries must be linked in after the...
1994-10-24 Theodore TsoIf KRB4 is defined, define KRB5_KRB4_COMPAT for compat_...
1994-10-24 Theodore TsoUse the srand48/lrand48 functions if available
1994-10-24 Theodore TsoDon't free host_save; it's supposed to be returned...
1994-10-24 Theodore TsoDon't check for srand48 and then try to define srandom...
1994-10-24 Theodore TsoOnly rerun autoconf if the configure.in file is more...
1994-10-24 Theodore TsoAdd AC_RETSIGTYPE to get proper return type for signal...
1994-10-24 Theodore TsoDon't specify an explicit pathname for sed
1994-10-24 Theodore TsoAllow kdc_hammer to be called on an arbitrary realm
1994-10-24 Theodore Tsokdb5_verify.c: Check principals with correct realm...
1994-10-24 Theodore Tsokdb5_mkdums.c: Create principals with correct realm...
1994-10-24 Theodore TsoDo checks for depth = 5
1994-10-24 Theodore TsoDon't need to define POSIX_FILE_LOCKS; just include...
1994-10-24 Theodore TsoRemove header file from include directory when doing...
1994-10-21 Tom Yusanity checkin again
next