summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * configure.in (in all relevant subdirs): move invokations ofTom Yu1994-06-2714-14/+14
* changes to fix make installTom Yu1994-06-2510-19/+120
* * cs_entry.c: oops typo in that last oneTom Yu1994-06-232-1/+3
* obvious additions to cleanMark Eichin1994-06-236-0/+16
* * grrr.... ETYPE_DES_CBC_CRC really should be ETYPE_RAW_DES_CBC,Tom Yu1994-06-232-1/+8
* missed some clean rulesMark Eichin1994-06-232-0/+4
* more improvements to clean rulesMark Eichin1994-06-231-1/+1
* improve clean rulesMark Eichin1994-06-2315-0/+49
* test DONE for emptiness before usingMark Eichin1994-06-223-19/+25
* add CONFIG_RULES to remaining configure.insMark Eichin1994-06-222-0/+2
* Fixed default port numbers so they are loaded in network byte orderTheodore Tso1994-06-222-2/+8
* Tue Jun 21 17:46:53 1994 Mark Eichin (eichin at cygnus.com)Mark Eichin1994-06-2126-1/+28
* Fixed encryption type in the raw DES structureTheodore Tso1994-06-211-1/+1
* support to allow --with-ccopts=Tom Yu1994-06-2148-0/+48
* add AC_SIZE_TMark Eichin1994-06-212-0/+5
* add AC_CONST for bsdMark Eichin1994-06-212-0/+5
* Included krb5/config.h so that things will work under imake as well asTheodore Tso1994-06-202-0/+5
* Included krb5/osconf.h so that things will work under imake as well asTheodore Tso1994-06-204-0/+11
* Fri Jun 17 19:54:00 1994 Mark Eichin (eichin at cygnus.com)Mark Eichin1994-06-1824-24/+24
* Started changelog to document change in crep2kcrep.cTheodore Tso1994-06-171-0/+5
* Fixing type which caused ticket forwarding to not workTheodore Tso1994-06-171-1/+1
* support to calculate BUILDTOP in makeaclocalsTom Yu1994-06-1752-23/+52
* default for AF_MAX (missing on old-linux)Mark Eichin1994-06-161-0/+5
* Change use of tell(x) to lseek(x, 0, SEEK_CUR)Theodore Tso1994-06-162-2/+2
* Fix typo in the entry for the raw DES encryption. It should really beTheodore Tso1994-06-161-1/+1
* punt unneeded SUBDIRSMark Eichin1994-06-161-2/+0
* Fix order of arguments in krb5_gss_verifyTheodore Tso1994-06-161-1/+1
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-1510-39/+44
* step 1: bzero->memset(,0,)Mark Eichin1994-06-1545-62/+61
* Fix credentials memory allocation problem. Beta 4 is more anal about freeingTheodore Tso1994-06-151-10/+10
* more srcdir fixesMark Eichin1994-06-153-4/+16
* Need to include krb5/config.h to get the wordsize informationTheodore Tso1994-06-151-0/+1
* Always build GSSAPI --- with the prototypes removed, we don't need toTheodore Tso1994-06-151-5/+1
* Added missing indirection. This was causing krb5_kt_next_entry to fail...Theodore Tso1994-06-151-1/+1
* As submitted by BarryTheodore Tso1994-06-151-0/+4
* fixes for srcdir, LEX testsMark Eichin1994-06-151-3/+3
* pick up realm_dom.c (oops)Tom Yu1994-06-141-0/+2
* install krb_err.h during buildTom Yu1994-06-142-1/+4
* Fix so that rc_dfl_resolve(id, name) works when name is NULLTheodore Tso1994-06-121-6/+9
* fixing krb_err.et problemsTom Yu1994-06-122-3/+8
* Fixed inter-realm handling; from OCSG/Cliff NeumannTheodore Tso1994-06-102-174/+347
* Fix bug which caused get_default_realm to fail the second time it was called.Theodore Tso1994-06-101-1/+1
* Fix bugs I introduced into srv_rcache. The rcache name wasn't beingTheodore Tso1994-06-101-6/+13
* use LSBFIRST and MSBFIRST to detect which version of DES we're using.Mark Eichin1994-06-101-0/+26
* fall back on realm name as a default domain nameTom Yu1994-06-101-1/+6
* nothing else needed LSBFIRST/MSBFIRST, so fix this tooMark Eichin1994-06-101-64/+6
* Allow default realm to be overriden by extern variableTheodore Tso1994-06-101-8/+41
* move isode/psap.h up top to avoid fd_set define confusionMark Eichin1994-06-101-1/+1
* use osconf, not stringsMark Eichin1994-06-101-1/+1
* use SEEK_* not L_*Mark Eichin1994-06-101-2/+2