| Age | Commit message (Expand) | Author |
| 2017-05-21 | Remove MKCRYPTO option. | riastradh |
| 2014-04-26 | Avoid enum type mismatch. | joerg |
| 2012-08-10 | Don't depend on HAVE_GCC being always defined. | joerg |
| 2012-03-21 | These directories default to WARNS?=5 | matt |
| 2012-03-21 | Use C89 functions definitions. | matt |
| 2012-01-09 | PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION | christos |
| 2011-12-23 | Avoid buffer overflow, reported by Colin Percival at FreeBSD | christos |
| 2011-07-24 | Correct typo, while here, unfold lines. | mbalmer |
| 2011-07-01 | - use defines for lengths | christos |
| 2011-07-01 | Fix memset usage. XXX should use static allocate and proper sizeof() | joerg |
| 2011-06-20 | remove most of the remaining HAVE_GCC tests that are always true in | mrg |
| 2011-04-24 | We no longer need to -I/usr/include/krb5. | elric |
| 2011-04-24 | Stop using functions that are deprecated in Heimdal. | elric |
| 2009-01-11 | bump shared libraries. | christos |
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f... | gmcgarry |
| 2008-07-12 | Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags. | gmcgarry |
| 2008-05-03 | Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is | lukem |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-01-17 | Remove more duplicate #includes, and a few spurious whitespaces at EOL | hubertf |
| 2006-06-25 | make MKCRYPTO=no work again. | mrg |
| 2006-05-11 | sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. | mrg |
| 2006-03-22 | Coverity CID 2757: Avoid leaking key_block | christos |
| 2006-03-20 | Remove KRB4 dependent code (Jukka Salmi) | christos |
| 2006-03-20 | Goodbye KerberosIV | christos |
| 2006-03-19 | Revert part of previous free'ing because it was really a bug in -lkrb5. | christos |
| 2006-03-19 | Coverity CID 1247: Don't use negative index. | christos |
| 2006-03-19 | Coverity CID 1907: Free keyblock, not just the contents. | christos |
| 2005-10-25 | eliminate unused passpromptlen and copy a default password each time we | christos |
| 2005-10-25 | XXX: SRA does not have a protocol feature to pass back a password prompt | christos |
| 2005-05-05 | Don't perform a check for "secure" tty for root logins when using PAM; | lukem |
| 2005-05-05 | PAM may change the user name during the authentication process; | lukem |
| 2005-05-05 | Fix the check for insecure root logins in rootterm(): | lukem |
| 2005-04-19 | check pwd != NULL | christos |
| 2005-04-09 | Use getpwnam_r. From john nemeth. | christos |
| 2005-02-19 | constify, whitespace. | christos |
| 2005-02-19 | Fix whitespace. | christos |
| 2005-02-19 | Fix pk to use BN_ instead of libmp. | christos |
| 2005-02-19 | PAM support from FreeBSD. | christos |
| 2005-02-06 | Another fall-out from the de-__Ping round. | agc |
| 2005-02-06 | de-__P (really de-P) | perry |
| 2005-02-06 | remove unneeded definition of "P" macro | perry |
| 2005-02-06 | de-__P (really de-P), and fix the broken prototype for printsub | perry |
| 2004-10-28 | Use (unsigned char) cast to sanitise arguments to ctype functions. | dsl |
| 2004-10-27 | Fix a load of international alphabet problems with isxxx() and toupper() | dsl |
| 2004-05-23 | Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and | lukem |
| 2004-04-23 | sprinkle const. | christos |
| 2003-12-11 | Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no) | dyoung |
| 2003-10-21 | Don't compare an int to NULL. | fvdl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-23 | no longer need to -I/usr/include first (yes, it's still confusing, i admit) | itojun |