summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add new error code: KRB5_KDB_DB_CORRUPTJohn Carr1992-02-231-0/+1
* Install header filesJohn Carr1992-02-231-1/+4
* <sys/errno.h> -> <errno.h>John Carr1992-02-231-1/+1
* AIX 3.1 support: work around include file bug; include <sys/access.h>John Carr1992-02-231-0/+6
* Always include <krb5/sysincl.h>John Carr1992-02-231-1/+1
* Use connect() and send() instead of sendto() for betterJohn Carr1992-02-231-17/+30
* sizeof (int) -> 4 bytes, because this is supposed to be a portableJohn Carr1992-02-231-18/+15
* sizeof(int) -> 4 bytes, because this is intended to be a portableJohn Carr1992-02-231-8/+7
* Make use of ANSI stdio configurableJohn Carr1992-02-232-2/+2
* Compare key lengths before comparing key dataJohn Carr1992-02-231-2/+2
* Major rewrite for a more portable data formatJohn Carr1992-02-231-143/+249
* Remove inappropriate __STDC__ testJohn Carr1992-02-231-1/+1
* "realms" argument is not constJohn Carr1992-02-231-2/+2
* Fix arg to krb5_finish_random_key()John Carr1992-02-232-3/+3
* Add two functions: krb5_dbm_db_open_database() andJohn Carr1992-02-231-38/+109
* Fixes from pato@apollo.com:John Carr1991-12-201-10/+26
* Store the length field of the encrypted key in network byte orderJohn Carr1991-12-062-4/+16
* Integrate changes from James Bottomley at UK to make this work onTheodore Tso1991-10-021-8/+58
* change first arg of krb5_get_server_rcache to a krb5_data *John Kohl1991-07-196-6/+14
* make input a krb5_data rather than null-term stringJohn Kohl1991-07-191-3/+3
* with POSIX locks, we gotta have the file open for write if we want to flockJohn Kohl1991-06-141-2/+20
* add KRB5_KDB_CANTLOCK_DBJohn Kohl1991-06-141-0/+2
* change kdb to kdb5John Kohl1991-06-141-1/+1
* change "TGS" to "KDC"John Kohl1991-06-134-14/+14
* there's a better way to make these "must be the same" items; define aJohn Kohl1991-06-131-44/+11
* remove files no longer needed with some updated ASN.1 frobberyJohn Kohl1991-06-131-12/+0
* Use $(STDC_TOP_INCLUDES) to identify the include directoryTheodore Tso1991-06-071-1/+1
* fix up notice about code ownershipJohn Kohl1991-06-077-28/+7
* OtherdirLibraryTarget doesn't supply depend:: targetJohn Carr1991-06-0610-1/+16
* Install localaddr.o, ustime.o, and rnd_confoun.o into -ldes5.John Carr1991-06-061-2/+20
* Update copyright noticeJohn Kohl1991-06-06360-720/+5760
* Update coypright noticeJohn Kohl1991-06-061-2/+15
* add copyright noticeJohn Kohl1991-06-061-0/+27
* updating to use confounder as per RFCJohn Kohl1991-06-052-16/+37
* whoops, need to use srand() for STDC, not srandom()John Kohl1991-06-051-1/+1
* *** empty log message ***Theodore Tso1991-06-043-0/+274
* Misc. fixesTheodore Tso1991-06-0412-114/+168
* -ldes5 may need to have ranlib runJohn Carr1991-06-031-0/+2
* Include crc-32 in des libraryJohn Carr1991-06-031-0/+2
* Include md4 in des libraryJohn Carr1991-06-031-0/+4
* ELOOP is like ENOENTJohn Carr1991-06-031-3/+3
* -ldes5 is now built in .John Carr1991-06-031-1/+1
* *** empty log message ***Theodore Tso1991-06-034-0/+2817
* Initial revisionTheodore Tso1991-05-301-0/+324
* Fixed recvauth.o and sendauth.o in SRCS to be .c filesTheodore Tso1991-05-301-2/+2
* Use fcntl(F_SETLK) if POSIX_FILE_LOCKS is definedJohn Carr1991-05-291-2/+33
* Use stdarg if the .cf file defines UseStdargJohn Carr1991-05-291-4/+4
* Need <krb5/config.h> to get STDARG_PROTOTYPES defineJohn Carr1991-05-291-1/+3
* Delete times argument to mk_req_extendedJohn Carr1991-05-291-3/+1
* Use stdarg if the .cf file defines UseStdargJohn Carr1991-05-291-3/+3