summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused variablesJohn Carr1991-05-241-0/+2
* Changed calling sequence for mk_req_extended()Theodore Tso1991-05-211-1/+1
* mk_req_extended no longer has times argumentJohn Carr1991-05-201-1/+0
* Delete "times" argument to krb5_mk_req_extended()John Carr1991-05-201-1/+0
* Document error return valuesJohn Carr1991-05-201-1/+5
* Document error codes returnedJohn Carr1991-05-201-2/+7
* Include the gssapi directoryTheodore Tso1991-05-061-1/+1
* Initial RevisionTheodore Tso1991-05-0617-0/+1371
* Misc. changesTheodore Tso1991-05-061-9/+20
* Added code to match on 2nd tkt and tkt encryptred in a session keyTheodore Tso1991-05-061-6/+13
* Added bld_pr_ext.c, bld_princ.c, and gc_2tgt.c to the MakefileTheodore Tso1991-05-061-0/+6
* *** empty log message ***John Kohl1991-05-061-0/+184
* need PROTOTYPE macroJohn Kohl1991-05-062-2/+2
* fix typoJohn Kohl1991-05-011-1/+1
* use krb5_calculate_checksum macroJohn Kohl1991-05-011-12/+12
* use checksum & encryption macrtosJohn Kohl1991-05-012-8/+8
* fix use of build_principal_va in build_principalJohn Kohl1991-04-301-26/+26
* use new principal building routinesJohn Kohl1991-04-303-34/+33