summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove makeshlib on cleanEzra Peisach1995-07-061-1/+1
* Added MPW Worksheet to build on Macintosh (may get replaced later)Keith Vetter1995-07-061-0/+667
* Changes for Macintosh implementationKeith Vetter1995-07-0638-66/+2393
* Remove declaration of errno altoghether. "extern int errno;" isTheodore Tso1995-07-066-7/+4
* Don't use the TIOCLSET ioctl unless we're not using POSIX_TERMIOS.Theodore Tso1995-07-062-4/+18
* * makeshlib.sh: Add support for NetBSD shared librariesTom Yu1995-07-042-0/+13
* * configure.in: Add support for NetBSD shared librariesTom Yu1995-07-042-0/+20
* * Makefile.in (libdb.a): Quiet the if statementTom Yu1995-07-033-5/+10
* * Replace Gcc test from top level configure.in with one fromSam Hartman1995-07-035-23/+33
* * aclocal.m4 (_MAKE_SUBDIRS): Fixed so that error propogatesTom Yu1995-07-032-1/+3
* ----------------------------------------------------------------------Sam Hartman1995-07-023-2/+9
* ----------------------------------------------------------------------Sam Hartman1995-07-022-7/+16
* * aclocal.m4 (SubdirLibRule): don't recreate DONE if list of objsTom Yu1995-07-022-4/+19
* * commands.c: rename setmode() and clearmode() to tel_setmode()Tom Yu1995-07-022-16/+22
* * configure.in: Don't check for pgno_t; it's not in sys/types.h onTom Yu1995-07-022-1/+6
* Add shared library supportPaul Park1995-06-306-2/+44
* Add ability to switch between Berkeley and DBM for KDC databasePaul Park1995-06-3020-1/+200
* Add profile and Berkeley database smarts for aname_to_lnamePaul Park1995-06-305-55/+748
* Move Berkeley database code here; remove typoPaul Park1995-06-302-3/+10
* Describe previous changesPaul Park1995-06-303-0/+26
* Add ability to test using Berkeley or DBMPaul Park1995-06-301-16/+129
* Remove Berkeley database object modulesPaul Park1995-06-301-16/+1
* Add function dispatch for database accessesPaul Park1995-06-301-115/+283
* Fix initialization and terminal disassociation broken by previous revPaul Park1995-06-301-7/+7
* Add usage of compile(3) for regular expressions so SysV machines have them tooPaul Park1995-06-301-12/+38
* Add kdb dispatch table for changing between Berkeley and DBMPaul Park1995-06-302-0/+31
* Add ability to switch between Berkeley and DBM for both aname and KDC databasePaul Park1995-06-304-9/+73
* Be more flexible where sources come from when building shared librariesPaul Park1995-06-302-2/+8
* * krb5.hin: special-case ultrix brokenness (again!) forTom Yu1995-06-302-1/+11
* Remove -g from LDFLAGSSam Hartman1995-06-292-1/+6
* ----------------------------------------------------------------------Sam Hartman1995-06-292-6/+9
* * configure.in (--with-dbm): new option, allows easy building ofMark Eichin1995-06-293-1/+22
* * kerberos_v4.c (check_princ): delete master_key_version check,Mark Eichin1995-06-292-283/+29
* fix the other typoMark Eichin1995-06-291-1/+1
* fix typoMark Eichin1995-06-291-1/+1
* * test.c: use PROTOTYPEMark Eichin1995-06-292-2/+6
* Proper test for GCC. (based on autoconf test).Ezra Peisach1995-06-293-498/+531
* * test.c, k524init.c, getcred.c: rewrote for old style definitiions.Mark Eichin1995-06-285-24/+54
* * configure.in: with static libs, we need install-unix, not installMark Eichin1995-06-282-1/+5
* * read_passwd.c, configure.in: use HAS_ANSI_VOLATILE insteadMark Eichin1995-06-283-5/+5
* aclocal.m4 (KRB_INCLUDE): Search the build directories before theTheodore Tso1995-06-283-10/+24
* Rename ct_c.*.in to ct_c_*.in, so that the sources will unpack cleanlyTheodore Tso1995-06-284-8/+14
* * krlogin.c: don't redeclare noltc, defltc if we happen to haveTom Yu1995-06-282-0/+6
* Work around bug in autoconf which causes a relative path for dnlTheodore Tso1995-06-282-4/+27
* Rename ct_c.* to ct_c.*.in. ct_c.sed.in is now processed by sed toTheodore Tso1995-06-285-14/+27
* sim_client.c: Include stdlib.h or declare malloc. Include string.h forEzra Peisach1995-06-283-0/+14
* Include <string.h> for memcpy definitionsEzra Peisach1995-06-282-0/+4
* * configure.in: int*_t and pgno_t declarations fromMark Eichin1995-06-282-0/+12
* * krb524d.c: changed main, krb5_free_keyblock_contents to use oldMark Eichin1995-06-282-2/+11
* * configure.in: use AC_CHECK_FUNCS and check for memmove.Mark Eichin1995-06-283-1/+10