summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
...
* * configure.in: use WITH_KRB4, cache cc_t in termio check, cacheMark Eichin1994-11-183-6/+37
* * configure.in (LIBS): use WITH_KRB4, CHECK_SIGNALS, and cacheMark Eichin1994-11-183-9/+30
* * configure.in: add WITH_CCOPTS so that subdirs workMark Eichin1994-11-182-0/+5
* * pop_send.c (pop_send): Only update last_msg if executing a RETR.Mark Eichin1994-11-183-7/+15
* * configure.in: use new macros KRB5_UTPID, KRB5_UTTYPE, andMark Eichin1994-11-183-15/+20
* * krlogin.c:Richard Basch1994-11-162-0/+12
* Move mk_cred and rd_cred to libkrb.aTheodore Tso1994-11-142-334/+5
* kerberos.c: Initialize random number generator on the server side soTheodore Tso1994-11-143-334/+22
* Defining setpgrp(a,b) to setpgrp() if SETPGRP_TWOARG is not set canTheodore Tso1994-11-113-5/+13
* Fix bug in logic of incrementing the received challenge. A ++/--Theodore Tso1994-11-092-1/+5
* Fix spelling typoTheodore Tso1994-11-082-1/+5
* Use des_init_random_number_genator(), since that will result inTheodore Tso1994-11-082-1/+7
* Only print each possible authentication type once in the auth statusTheodore Tso1994-11-082-5/+25
* Add check for stdlib.hTheodore Tso1994-11-082-1/+3
* Only include <sys/tty.h> if HAVE_SYS_TTY_H is defined by configureTheodore Tso1994-11-083-4/+8
* Change prototypes of auth_enable() and auth_disable() to be a char *Theodore Tso1994-11-082-2/+23
* Change the input type to be a char *, which is what auth_onoff wants anywayTheodore Tso1994-11-082-2/+7
* Don't define time() manually; pull it in from <time.h>Theodore Tso1994-11-084-2/+20
* Add check for util library (needed for the Alpha)Theodore Tso1994-11-082-0/+5
* Checked in Richard's changes of November 2nd. (See changelog). Lots ofTheodore Tso1994-11-0810-221/+565
* Use POSIX method of obtaining fd table size, if availableTheodore Tso1994-11-082-4/+20
* NULL should not be used as a character assignment value. Use '\0' insteadTheodore Tso1994-11-032-0/+7
* NULL should not be used as a character assignment value. Use '\0'Theodore Tso1994-11-032-4/+9
* * login.c (main): if CSTATUS is missing, don't set c_cc[VSTATUS]Mark Eichin1994-10-282-0/+7
* * krlogin.c (des_write): get rid of srandom, since seeding is doneMark Eichin1994-10-274-49/+9
* * login.c (main): if CDISCARD is missing, use CFLUSH insteadMark Eichin1994-10-273-1/+13
* * configure.in: check for srand48, srand, and srandom.Mark Eichin1994-10-273-2/+34
* Control -g/-O via $(CCOPTS)Theodore Tso1994-10-262-2/+5
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-2617-56/+56
* Check for both EAGAIN in addition to EWOULDBLOCKTheodore Tso1994-10-263-11/+17
* The Kerberos V4 libraries must be linked in after the V5 libraries;Theodore Tso1994-10-242-2/+5
* Don't free host_save; it's supposed to be returned by kcmd to theTheodore Tso1994-10-242-4/+3
* Don't check for srand48 and then try to define srandom to be srand48.Theodore Tso1994-10-243-2/+12
* Change one last variable to be an unsigned charTheodore Tso1994-10-192-1/+4
* Add other termios c_cc initializations for the ALPHATheodore Tso1994-10-192-0/+12
* Make protocol buffers be unsigned, since we're comparing againstTheodore Tso1994-10-192-1/+6
* Obey CCOPTS in CFLAGS declarationTheodore Tso1994-10-192-2/+5
* * krlogind.c: use HAVE_STREAMS, fix TIOCPKT_* testMark Eichin1994-10-182-4/+8
* * configure.in (HAVE_STREAMS): test for streams interface headersMark Eichin1994-10-183-4/+13
* Add OBJS definition so that object files get cleaned out during aTheodore Tso1994-10-122-0/+9
* Add widen.h and narrow.h around declaration so that argument types areTheodore Tso1994-10-042-0/+7
* Add structure magic numbersTheodore Tso1994-10-042-0/+7
* Use $(srcdir) to find manual page for make installTheodore Tso1994-10-038-4/+20
* Look for termios.h in <termios.h>, not <sys/termios.h>. The latter is what'sTheodore Tso1994-10-032-1/+6
* Remove declaration for strncpy()Theodore Tso1994-10-032-1/+4
* More autoconf portability fixes --- for Solaris Suncc. SETPGRP_TWOARG,Theodore Tso1994-09-303-15/+14
* Make clean will remove executablesTheodore Tso1994-09-302-0/+3
* Relink executable if libraries changeTheodore Tso1994-09-3016-15/+56
* Relink executable if libraries changeTheodore Tso1994-09-304-2/+13
* * krlogin.c (mode): ifdef VLNEXT instead of svr4 for ^V fixing.Mark Eichin1994-09-293-4/+16