summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* removed decl of setenv() as it is also in telnetd/local-proto.hPaul Borman1990-11-141-1/+1
* add USE_STRING_H testJohn Kohl1990-11-081-0/+4
* add STDC function prototypesJohn Kohl1990-11-081-5/+55
* Initial code from RFCJohn Kohl1990-11-071-0/+66
* Added renaming ifdeffor krb5_db_set_lockmodeTheodore Tso1990-11-011-0/+1
* Added prototypes for krb5_db_lock and krb5_db_unlockTheodore Tso1990-11-011-0/+11
* add a 'clean' targetJohn Kohl1990-11-011-0/+3
* Check config variables to include <time.h> vs. <sys/time.h>John Carr1990-10-311-0/+6
* <time.h> vs <sys/time.h> macrosJohn Carr1990-10-311-0/+7
* Use "#error" directive to report undefined word sizeJohn Carr1990-10-301-1/+1
* don't need to backslash-quote `John Kohl1990-10-291-1/+1
* Initial revisionJohn Kohl1990-10-291-0/+91
* some SYSV changesJohn Kohl1990-10-291-0/+10
* put an interlock on sys/types.hJohn Kohl1990-10-292-0/+7
* index should be in <string.h>, and we don't use it anywayJohn Kohl1990-10-291-1/+1
* fix inet_network prototpyeJohn Kohl1990-10-291-3/+1
* add NO_STDLIB_H stuffJohn Kohl1990-10-291-0/+4
* put in sigtype definesJohn Kohl1990-10-291-0/+3
* need bogus target for all:John Kohl1990-10-291-0/+2
* change name of osconfig to osconfJohn Kohl1990-10-291-2/+2
* need the bogus PassCDebugFlagsJohn Kohl1990-10-291-0/+1
* changes to convert into stock configuration fileJohn Kohl1990-10-291-2/+56
* converted to OS config stock template fileJohn Kohl1990-10-291-8/+6
* *** empty log message ***John Kohl1990-10-292-0/+27
* use fake-stdlib.h nowJohn Kohl1990-10-291-0/+4
* use new relative pathnamesJohn Kohl1990-10-251-4/+4
* use relative pathnames to new location of error table headersJohn Kohl1990-10-251-3/+3
* ANSI cpp # directive cleanupEzra Peisach1990-10-241-1/+1
* change random_confounder to just fill in a krb5_pointerJohn Kohl1990-10-231-1/+3
* fix up types on encode_generic, decode_generic, translator_funcJohn Kohl1990-10-221-7/+7
* fix prototypes for openlog, syslogJohn Kohl1990-10-221-2/+2
* use const pointer in translatorJohn Kohl1990-10-221-1/+1
* put the const in the right placeJohn Kohl1990-10-191-2/+3
* the decrypt arg is now constJohn Kohl1990-10-191-1/+1
* no need for keyprocarg to be constJohn Kohl1990-10-191-2/+2
* process_key doesn't modify keyJohn Kohl1990-10-191-1/+1
* change 'const krb5_principal' to krb5_const_principalJohn Kohl1990-10-193-12/+12
* add 'const' where neededJohn Kohl1990-10-191-2/+2
* add const_principalJohn Kohl1990-10-191-4/+6
* change const krb5_pointer to krb5_const_pointerJohn Kohl1990-10-193-25/+25
* add krb5_const_pointerJohn Kohl1990-10-191-0/+2
* Added declarations for krb5_unprase_name_ext and krb5_free_cred_contentsTheodore Tso1990-10-181-0/+6
* add authdata to credentials structure (from Bill Sommerfeld)John Kohl1990-10-181-0/+1
* add KRB5_TC_MATCH_AUTHDATA (from Bill Sommerfeld)John Kohl1990-10-181-0/+1
* remove krb5_decode_ticketJohn Kohl1990-10-151-3/+4
* stdlib.hJohn Kohl1990-10-151-10/+12
* Changes to the includes so that krb5_db_lock and krb5_db_unlock areTheodore Tso1990-10-151-0/+9
* can't be const since it is modifiedJohn Kohl1990-10-111-1/+1
* changes for new ASN.1 sutffJohn Kohl1990-10-101-94/+107
* add encode_krb5_kdc_req_body, decode_krb5_kdc_req_bodyJohn Kohl1990-10-101-26/+35