summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* add krb5_init_etsJohn Kohl1990-05-111-0/+1
* fix mis-declaration of resolve routineJohn Kohl1990-05-111-1/+1
* various changes & suchJohn Kohl1990-05-101-87/+19
* add krb5_db_delete_principalJohn Kohl1990-05-092-0/+4
* move comments hereJohn Kohl1990-05-091-0/+7
* add BSDUNIXJohn Kohl1990-05-091-0/+2
* add BIG, LSB/MSBFIRSTJohn Kohl1990-05-091-1/+15
* update signatures for encrypt_func, decrypt_func, sum_funcJohn Kohl1990-05-091-6/+7
* add des_random_key_seedJohn Kohl1990-05-091-1/+7
* add compat for dbm_delete()John Kohl1990-05-091-0/+1
* add krb5_copy_ticket, krb5_copy_authdataJohn Kohl1990-05-081-0/+5
* move KRB5_KDB_MAX_LIFE & friends to config.hJohn Kohl1990-05-072-5/+4
* new, improved interface from Dan BernsteinJohn Kohl1990-05-041-18/+31
* add RCTMPDIR, KDCRCACHEJohn Kohl1990-05-041-0/+3
* add addresses to credentialsJohn Kohl1990-05-041-0/+1
* add krb5_copy_addressesJohn Kohl1990-05-041-34/+4
* ccache data needs to be a krb5_pointer (some compilers choke on void *)John Kohl1990-05-031-1/+1
* macro-ize cc functions as appropriateJohn Kohl1990-05-021-0/+13
* macro-ize keytab and cc functions as appropriateJohn Kohl1990-05-021-58/+7
* macro-ize keytab functions as appropriateJohn Kohl1990-05-021-0/+8
* add extra arg to fetch_mkey to indicate how many times to read the passwordJohn Kohl1990-05-021-1/+1
* add const to encrypt/decrypt key parametersJohn Kohl1990-05-021-2/+6
* add KRB5_KDB_DISALLOW_ALL_TIXJohn Kohl1990-05-011-0/+1
* add DEFAULT_PWD_STRING1, DEFAULT_PWD_STRING2John Kohl1990-04-301-0/+3
* add krb5_db_store_mkeyJohn Kohl1990-04-271-0/+3
* add fullname return arg to setup_mkeyJohn Kohl1990-04-271-1/+1
* key should be in-ilneJohn Kohl1990-04-261-1/+1
* fix typosJohn Kohl1990-04-251-2/+2
* fix typo in krb5_kt_default_nameJohn Kohl1990-04-251-1/+1
* fix error in remove functionJohn Kohl1990-04-251-1/+1
* add krb5_db_setup_mkey_nameJohn Kohl1990-04-241-0/+2
* add PROVIDE stuff (probably belongs somewhere else)John Kohl1990-04-241-0/+2
* add crc32_cksumtable_entryJohn Kohl1990-04-231-0/+2
* add PROVIDE_DES_CBC_CRCJohn Kohl1990-04-231-0/+2
* add DBM stuffJohn Kohl1990-04-201-0/+13
* add #include <krb5/osconf.h>John Kohl1990-04-201-0/+2
* *** empty log message ***John Kohl1990-04-201-0/+38
* add DEFAULT_TRANS_FILENAMEJohn Kohl1990-04-191-0/+1
* krb5_free_krbhst can take a const *John Kohl1990-04-191-1/+1
* add realloc(); rearrange a bitJohn Kohl1990-04-191-2/+2
* add const to function signatures where appropriateJohn Kohl1990-04-191-5/+13
* move more things to libosJohn Kohl1990-04-191-8/+0
* add DEFAULT_CONFIG_FILENAME, KDC_PORTNAMEJohn Kohl1990-04-191-0/+2
* fix const for **'sJohn Kohl1990-04-191-9/+9
* add const to function signatures where appropriateJohn Kohl1990-04-191-2/+2
* add const to function signatures where appropriateJohn Kohl1990-04-191-53/+53
* add const where appropriate on main lib funcsJohn Kohl1990-04-181-95/+97
* add const's where appropriate on encryption routiensJohn Kohl1990-04-181-9/+10
* use krb5_data * in macros, and sanity check it firstJohn Kohl1990-04-171-8/+24
* add ASN.1 application data smarts for checking packet typesJohn Kohl1990-04-171-0/+23