summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Do appropriate quoting if the server name contains non-ascii charactersTheodore Tso1994-06-021-22/+54
* Always check the sender and receiver addresses. If the receiver is nullTheodore Tso1994-06-022-40/+47
* rd_req_sim was using the wrong component of the server name to generateTheodore Tso1994-06-021-8/+13
* Also clear out the authorization data to avoid data aliasing problemsTheodore Tso1994-06-021-1/+2
* Realkey shouldn't have been freed in one placeTheodore Tso1994-06-021-1/+0
* Remember to free the addresses if necessary; cred_cleanup fixed to do allTheodore Tso1994-06-021-3/+3
* Make sure the old contents of the creds structure are freed out beforeTheodore Tso1994-06-021-2/+6
* If the type qualifier is missing, use the default typeTheodore Tso1994-06-021-2/+6
* Fail safe in case krb5_os_localaddr returns NULLTheodore Tso1994-06-021-2/+2
* cleaning up make depend crockeryTom Yu1994-05-261-4/+3
* actual error table from krb4Tom Yu1994-05-251-0/+259
* using krb_err.et nowTom Yu1994-05-253-416/+16
* fixed undefined des_debugTom Yu1994-04-151-0/+2
* removed spurious argumentsTom Yu1994-03-261-2/+0
* Add krb5_principal_to_salt_norealm()Theodore Tso1994-03-241-6/+27
* If a timestamp is given, the usec is sent by definition...Theodore Tso1994-03-231-3/+0
* Fixed memory allocation strategy in get_in_tkt.c, so that all memory is freedTheodore Tso1994-03-121-102/+89
* Look in the right place for krb.hTheodore Tso1994-01-191-1/+1
* #include <sys/time.h> needed for AIXTheodore Tso1994-01-191-0/+1
* Use #if instead of #ifdef for HasHashLibraryTheodore Tso1994-01-181-1/+1
* Add safety check to get_credentialsTheodore Tso1994-01-171-0/+3
* libcrypto needs the memmove routineTheodore Tso1994-01-171-2/+12
* Added support for memmove() routine for systems that don't have itTheodore Tso1994-01-172-6/+154
* Renaming Makefile to Makefile.originalTheodore Tso1994-01-172-0/+0
* Added strerror to the release; fixed usage of Has* in the config ImakefileTheodore Tso1994-01-171-0/+67
* Added strerror to the release; fixed usage of Has* in the config ImakefileTheodore Tso1994-01-171-6/+9
* Rename Makefile to Makefile.originalTheodore Tso1994-01-171-0/+0
* Fix to make sure subdirMakefiles is created if UseSedHack is definedTheodore Tso1994-01-151-1/+3
* Create the include/gssapi directory if necessaryTheodore Tso1994-01-141-0/+3
* Don't build GSSAPI library unless BuildGssapi is onTheodore Tso1994-01-141-2/+11
* Conditionalize on KRB5_KRB4_COMPATTheodore Tso1994-01-141-10/+4