| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * configure.in: use WITH_KRB4, cache cc_t in termio check, cache | Mark Eichin | 1994-11-18 | 3 | -6/+37 |
| * | * configure.in (LIBS): use WITH_KRB4, CHECK_SIGNALS, and cache | Mark Eichin | 1994-11-18 | 3 | -9/+30 |
| * | * configure.in: add WITH_CCOPTS so that subdirs work | Mark Eichin | 1994-11-18 | 2 | -0/+5 |
| * | * pop_send.c (pop_send): Only update last_msg if executing a RETR. | Mark Eichin | 1994-11-18 | 3 | -7/+15 |
| * | * configure.in: use new macros KRB5_UTPID, KRB5_UTTYPE, and | Mark Eichin | 1994-11-18 | 3 | -15/+20 |
| * | * krlogin.c: | Richard Basch | 1994-11-16 | 2 | -0/+12 |
| * | Move mk_cred and rd_cred to libkrb.a | Theodore Tso | 1994-11-14 | 2 | -334/+5 |
| * | kerberos.c: Initialize random number generator on the server side so | Theodore Tso | 1994-11-14 | 3 | -334/+22 |
| * | Defining setpgrp(a,b) to setpgrp() if SETPGRP_TWOARG is not set can | Theodore Tso | 1994-11-11 | 3 | -5/+13 |
| * | Fix bug in logic of incrementing the received challenge. A ++/-- | Theodore Tso | 1994-11-09 | 2 | -1/+5 |
| * | Fix spelling typo | Theodore Tso | 1994-11-08 | 2 | -1/+5 |
| * | Use des_init_random_number_genator(), since that will result in | Theodore Tso | 1994-11-08 | 2 | -1/+7 |
| * | Only print each possible authentication type once in the auth status | Theodore Tso | 1994-11-08 | 2 | -5/+25 |
| * | Add check for stdlib.h | Theodore Tso | 1994-11-08 | 2 | -1/+3 |
| * | Only include <sys/tty.h> if HAVE_SYS_TTY_H is defined by configure | Theodore Tso | 1994-11-08 | 3 | -4/+8 |
| * | Change prototypes of auth_enable() and auth_disable() to be a char * | Theodore Tso | 1994-11-08 | 2 | -2/+23 |
| * | Change the input type to be a char *, which is what auth_onoff wants anyway | Theodore Tso | 1994-11-08 | 2 | -2/+7 |
| * | Don't define time() manually; pull it in from <time.h> | Theodore Tso | 1994-11-08 | 4 | -2/+20 |
| * | Add check for util library (needed for the Alpha) | Theodore Tso | 1994-11-08 | 2 | -0/+5 |
| * | Checked in Richard's changes of November 2nd. (See changelog). Lots of | Theodore Tso | 1994-11-08 | 10 | -221/+565 |
| * | Use POSIX method of obtaining fd table size, if available | Theodore Tso | 1994-11-08 | 2 | -4/+20 |
| * | NULL should not be used as a character assignment value. Use '\0' instead | Theodore Tso | 1994-11-03 | 2 | -0/+7 |
| * | NULL should not be used as a character assignment value. Use '\0' | Theodore Tso | 1994-11-03 | 2 | -4/+9 |
| * | * login.c (main): if CSTATUS is missing, don't set c_cc[VSTATUS] | Mark Eichin | 1994-10-28 | 2 | -0/+7 |
| * | * krlogin.c (des_write): get rid of srandom, since seeding is done | Mark Eichin | 1994-10-27 | 4 | -49/+9 |
| * | * login.c (main): if CDISCARD is missing, use CFLUSH instead | Mark Eichin | 1994-10-27 | 3 | -1/+13 |
| * | * configure.in: check for srand48, srand, and srandom. | Mark Eichin | 1994-10-27 | 3 | -2/+34 |
| * | Control -g/-O via $(CCOPTS) | Theodore Tso | 1994-10-26 | 2 | -2/+5 |
| * | Conversion of autoconfigury to Autoconf V2 | Mark Eichin | 1994-10-26 | 17 | -56/+56 |
| * | Check for both EAGAIN in addition to EWOULDBLOCK | Theodore Tso | 1994-10-26 | 3 | -11/+17 |
| * | The Kerberos V4 libraries must be linked in after the V5 libraries; | Theodore Tso | 1994-10-24 | 2 | -2/+5 |
| * | Don't free host_save; it's supposed to be returned by kcmd to the | Theodore Tso | 1994-10-24 | 2 | -4/+3 |
| * | Don't check for srand48 and then try to define srandom to be srand48. | Theodore Tso | 1994-10-24 | 3 | -2/+12 |
| * | Change one last variable to be an unsigned char | Theodore Tso | 1994-10-19 | 2 | -1/+4 |
| * | Add other termios c_cc initializations for the ALPHA | Theodore Tso | 1994-10-19 | 2 | -0/+12 |
| * | Make protocol buffers be unsigned, since we're comparing against | Theodore Tso | 1994-10-19 | 2 | -1/+6 |
| * | Obey CCOPTS in CFLAGS declaration | Theodore Tso | 1994-10-19 | 2 | -2/+5 |
| * | * krlogind.c: use HAVE_STREAMS, fix TIOCPKT_* test | Mark Eichin | 1994-10-18 | 2 | -4/+8 |
| * | * configure.in (HAVE_STREAMS): test for streams interface headers | Mark Eichin | 1994-10-18 | 3 | -4/+13 |
| * | Add OBJS definition so that object files get cleaned out during a | Theodore Tso | 1994-10-12 | 2 | -0/+9 |
| * | Add widen.h and narrow.h around declaration so that argument types are | Theodore Tso | 1994-10-04 | 2 | -0/+7 |
| * | Add structure magic numbers | Theodore Tso | 1994-10-04 | 2 | -0/+7 |
| * | Use $(srcdir) to find manual page for make install | Theodore Tso | 1994-10-03 | 8 | -4/+20 |
| * | Look for termios.h in <termios.h>, not <sys/termios.h>. The latter is what's | Theodore Tso | 1994-10-03 | 2 | -1/+6 |
| * | Remove declaration for strncpy() | Theodore Tso | 1994-10-03 | 2 | -1/+4 |
| * | More autoconf portability fixes --- for Solaris Suncc. SETPGRP_TWOARG, | Theodore Tso | 1994-09-30 | 3 | -15/+14 |
| * | Make clean will remove executables | Theodore Tso | 1994-09-30 | 2 | -0/+3 |
| * | Relink executable if libraries change | Theodore Tso | 1994-09-30 | 16 | -15/+56 |
| * | Relink executable if libraries change | Theodore Tso | 1994-09-30 | 4 | -2/+13 |
| * | * krlogin.c (mode): ifdef VLNEXT instead of svr4 for ^V fixing. | Mark Eichin | 1994-09-29 | 3 | -4/+16 |