summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Changes to implement FCC format version #3, which is architectureTheodore Tso1994-11-179-171/+235
* Set the encryption type of the session keyblock to be the type used toTheodore Tso1994-11-173-1/+12
* Check to make sure the subkey exists before setting its encryption typeTheodore Tso1994-11-171-1/+2
* Add new error code --- KRB5_CC_WRITE_ERRTheodore Tso1994-11-172-0/+5
* * krlogin.c:Richard Basch1994-11-162-0/+12
* * dumpv4.c: new file. New command dump_v4db which creates a v4Mark Eichin1994-11-165-3/+389
* * kdb5_convert.c (enter_in_v5_db): use the correct instance forMark Eichin1994-11-162-1/+6
* Move mk_cred and rd_cred to libkrb.aTheodore Tso1994-11-142-334/+5
* get_in_tkt (krb5_get_in_tkt): Set the encryption type of the sessionTheodore Tso1994-11-145-0/+404
* kerberos.c: Initialize random number generator on the server side soTheodore Tso1994-11-143-334/+22
* another zero length manpageMark Eichin1994-11-141-0/+1
* remote cvs loses on zero length filesMark Eichin1994-11-141-0/+1
* Add support for krb5_address table; rename KV5M_AUTH_DATA to followTheodore Tso1994-11-122-1/+7
* * Makefile.in: fix some typos for kv5m_err.etTom Yu1994-11-112-1/+6
* Defining setpgrp(a,b) to setpgrp() if SETPGRP_TWOARG is not set canTheodore Tso1994-11-113-5/+13
* Set the encryption type in the keyblock information in the decryptedTheodore Tso1994-11-114-0/+17
* Fix bug in logic of incrementing the received challenge. A ++/--Theodore Tso1994-11-092-1/+5
* Set the keyblock's magic number and encryption type information appropriatelyTheodore Tso1994-11-092-0/+7
* Change internal calling signature to pass in the encryption block, soTheodore Tso1994-11-086-11/+37
* Use the published interface to call krb5_string_to_key()Theodore Tso1994-11-082-5/+9
* Use the documented interface for calling krb5_string_to_key()Theodore Tso1994-11-082-6/+11
* Use published interface to call krb5_random_keyTheodore Tso1994-11-083-2/+11
* Don't use $< in a non suffix rule contextTheodore Tso1994-11-082-1/+5
* Fix spelling typoTheodore Tso1994-11-082-1/+5
* Use des_init_random_number_genator(), since that will result inTheodore Tso1994-11-082-1/+7
* Only print each possible authentication type once in the auth statusTheodore Tso1994-11-082-5/+25
* Add check for stdlib.hTheodore Tso1994-11-082-1/+3
* Don't define functions manually, but pull in the appropriate includeTheodore Tso1994-11-082-7/+8
* Only include <sys/tty.h> if HAVE_SYS_TTY_H is defined by configureTheodore Tso1994-11-083-4/+8
* Change prototypes of auth_enable() and auth_disable() to be a char *Theodore Tso1994-11-082-2/+23
* Change the input type to be a char *, which is what auth_onoff wants anywayTheodore Tso1994-11-082-2/+7
* Don't define time() manually; pull it in from <time.h>Theodore Tso1994-11-084-2/+20
* Add check for util library (needed for the Alpha)Theodore Tso1994-11-082-0/+5
* Fix lineage check so that we don't fail if we're cross-authenticatingTheodore Tso1994-11-082-1/+7
* Use published interface to call krb5_random_key()Theodore Tso1994-11-082-2/+11
* Checked in Richard's changes of November 2nd. (See changelog). Lots ofTheodore Tso1994-11-0810-221/+565
* Added checks POSIX setjmp handling and POSIX signal handlingTheodore Tso1994-11-082-0/+23
* Use POSIX method of obtaining fd table size, if availableTheodore Tso1994-11-082-4/+20
* Missing comma on all of the error_code lines. (Oops!)Theodore Tso1994-11-051-34/+34
* make this not zero lengthMark Eichin1994-11-041-0/+2
* * Makefile.in: stop building f_pcbc.c, since it belongs inMark Eichin1994-11-032-2/+7
* * pcbc_encrypt.c: moved from f_pcbc.c in lib/crypto/des, andMark Eichin1994-11-033-241/+239
* Added a field to hold an encryption type in the keyblock field --- soTheodore Tso1994-11-032-0/+7
* Add support for the kv5m error table. (For magic numbers.)Theodore Tso1994-11-032-0/+6
* Add the kv5m error tableTheodore Tso1994-11-035-3/+74
* Add WITH_CPPOPTS since we're not using CONFIG_RULES (yet)Theodore Tso1994-11-032-0/+6
* We're probably not going to be building in the top-level directory,Theodore Tso1994-11-032-1/+5
* Don't actually add the $(CPPOPTS) flags to CPPFLAGS; CPPFLAGS has themTheodore Tso1994-11-032-2/+5
* Don't recursively pass the CPPOPTS makefile variable down to subdirectoriesTheodore Tso1994-11-032-2/+4
* NULL should not be used as a character assignment value. Use '\0' insteadTheodore Tso1994-11-032-0/+7