summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * configure.in: add caching to perror check (from epeisach).Mark Eichin1994-11-182-2/+15
* * configure.in: use KRB5_POSIX_LOCKS, AC_EGREP_HEADER. (fromMark Eichin1994-11-183-13/+28
* * Makefile.in (install): use $(INSTALL_DATA) instead of cp. ElideMark Eichin1994-11-183-2/+14
* * configure.in: use new macros KRB5_UTPID, KRB5_UTTYPE, andMark Eichin1994-11-182-15/+8
* * configure.in: use WITH_KRB4. (from epeisach)Mark Eichin1994-11-182-0/+7
* * configure.in: use WITH_KRB4, cache cc_t in termio check, cacheMark Eichin1994-11-183-6/+37
* * configure.in (LIBS): use WITH_KRB4, CHECK_SIGNALS, and cacheMark Eichin1994-11-183-9/+30
* * configure.in: add WITH_CCOPTS so that subdirs workMark Eichin1994-11-182-0/+5
* * pop_send.c (pop_send): Only update last_msg if executing a RETR.Mark Eichin1994-11-183-7/+15
* * configure.in: use new macros KRB5_UTPID, KRB5_UTTYPE, andMark Eichin1994-11-183-15/+20
* * aclocal.m4 (CopySrcHeader): add clean rule (from epeisach)Mark Eichin1994-11-182-34/+188
* fix typoMark Eichin1994-11-181-1/+1
* * kdb_dbm.c (krb5_dbm_db_unlock): Use krb5_lock_file.Mark Eichin1994-11-182-58/+30
* * kprop.c: Use NPROTOTYPE for declarations.Mark Eichin1994-11-183-71/+76
* asn1_decode_k.c (asn1_decode_principal_name,Theodore Tso1994-11-172-0/+33
* Set the keyblock's magic number and ecryption type information appropriatelyTheodore Tso1994-11-172-0/+7
* Set the keyblock magic number and encryption typeTheodore Tso1994-11-172-0/+7
* Add magic number fieldTheodore Tso1994-11-172-0/+5
* 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