summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* since we only need this on non BSD-4.4 systems, do not use BSD-4.4-specific h...Mark Eichin1994-06-101-1/+5
* harmlessly add BSD_COMP for solarisMark Eichin1994-06-101-0/+2
* optionally add sys/fcntl.hMark Eichin1994-06-101-0/+3
* use SEEK_* not L_*Mark Eichin1994-06-105-5/+5
* "downgrade" to classic C, tweak headers a bit, stamp out widen/narrowMark Eichin1994-06-1030-352/+547
* "downgrade" to classic C, tweak headers a bitMark Eichin1994-06-1012-123/+168
* Use #define in osconf.h to determine the name of the KRB5_CCNAME environmentTheodore Tso1994-06-101-1/+2
* Use the precompile ports as the default if the proper ones aren't inTheodore Tso1994-06-101-2/+2
* Fix type of fetchfrom --- it refers to a keytab name, so it shouldTheodore Tso1994-06-102-2/+2
* Clean up memory handling, and improve the randomness of the sequence numberTheodore Tso1994-06-101-30/+20
* Updates from OpenVision, before beta 4 releaseTheodore Tso1994-06-1013-119/+251
* add ferguson des code, to simplify autoconfMark Eichin1994-06-109-0/+1647
* autoconf enhancements for kerberosMark Eichin1994-06-0952-0/+1688
* adding krb5_get_realm_domain()Tom Yu1994-06-092-0/+131
* using get_realm_domain() now instead of rconv cruftTom Yu1994-06-091-14/+11
* Try doing a reverse address resolution to get the real hostname..Theodore Tso1994-06-021-0/+21
* Don't allow two @ signs in a principal..Theodore Tso1994-06-021-2/+3
* Clean up memory allocation strategy in replay cacheTheodore Tso1994-06-021-17/+37
* Switch around client and server so the routine is more understandableTheodore Tso1994-06-021-4/+4