summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* *** empty log message ***John Kohl1991-04-302-0/+225
* add STRDUP stuffJohn Kohl1991-04-301-2/+9
* use strdup()John Kohl1991-04-301-15/+2
* use a common strdup()John Kohl1991-04-302-24/+1
* malloc() is already declared in include filesJohn Kohl1991-04-301-1/+1
* include file changes for krb5John Kohl1991-04-301-6/+4
* Initial revisionJohn Kohl1991-04-301-0/+41
* need to pass pointers.John Kohl1991-04-261-1/+1
* need to pass pointers..John Kohl1991-04-261-1/+1
* add KRB5_TC_MATCH_2ND_TKT fieldJohn Kohl1991-04-262-1/+45
* fix order of entries in makefile so that all:: is the default actionJohn Kohl1991-04-261-2/+2
* make sure timestamp and seq # are zero if they're not presentJohn Kohl1991-04-262-2/+10