summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix loop so that a ftp/host@REALM is not required,Sam Hartman1996-01-182-4/+11
* Include sys/select.h for AIXSam Hartman1996-01-183-0/+10
* Deal with CVS not doing what I expected with a branch so the code compiles an...Sam Hartman1996-01-161-1/+1
* Fix handling so that the username is only written out to wtmpx logout records;Sam Hartman1996-01-163-4/+7
* Short term, this is notes on what the interfaces to various libpty functions ...Sam Hartman1996-01-151-0/+105
* * configure.in: add gssftp to CONFIG_DIRS so that the GSSAPIMark Eichin1996-01-152-1/+5
* * aclocal.m4 (WITH_DBM_LNAME): add --with-dbm-lname for callers ofMark Eichin1996-01-152-0/+42
* Sanitize and cvsignore files for gssftpMark Eichin1996-01-147-0/+173
* add gssftp to things-to-keepMark Eichin1996-01-141-0/+1
* Cygnus implementation of GSSAPI-based ftp client and server.Mark Eichin1996-01-1437-0/+14111
* Work around apparent Solaris kernel bug. If you open the pty and close it, y...Sam Hartman1996-01-132-30/+27
* Makefile.in: (check-unix): ultrix "test" does not support -xEzra Peisach1996-01-112-2/+6
* * krsh.c, krlogin.c: (main): Ultrix cc does not support automaticEzra Peisach1996-01-113-3/+10
* * krcp.c (error): Convert to use varargsEzra Peisach1996-01-113-7/+37
* * profile.hin: Add profile_init_path prototypeEzra Peisach1996-01-112-0/+7
* Set the enctype to ENCTYPE_UNKNOWN when the enctype should be determined fromRichard Basch1996-01-113-6/+14
* Add an #ifdef for enabling lower case realm (for use with DCE)Theodore Tso1996-01-112-0/+7
* When obtaining tickets, we make them forwardable by default. XXX ThisTheodore Tso1996-01-112-5/+17
* Added documentation for the DCE compat options, plus the capathsTheodore Tso1996-01-112-0/+132
* scc.h (KRB5_SCC_DEFAULT_VNO): Remove KRB5_SCC_DEFAULT_VNO; now set inTheodore Tso1996-01-115-13/+21
* fcc.h (KRB5_FCC_DEFAULT_VNO): Remove KRB5_FCC_DEFAULT_VNO; now set inTheodore Tso1996-01-114-11/+15
* Added checking of profile for DCE compatability options (ccache type,Theodore Tso1996-01-112-4/+25
* Add fields for fcc_default_format and scc_default_format inTheodore Tso1996-01-112-0/+7
* Added ##DOS statements after gssapi_err_generic.$(OBJECT) to get itTheodore Tso1996-01-112-0/+9
* Fix return type for mit_des3_string_to_key()Theodore Tso1996-01-112-1/+5
* Added hack by Doug Engbert to get util/pty to work under Solaris. WeTheodore Tso1996-01-112-0/+10
* kcmd.c (getport): Clear the sin structure to be zero. (From Doug Engbert.)Theodore Tso1996-01-115-7/+50
* Initialize addrs to 0 so that we don't try to free stack garbage on anTheodore Tso1996-01-112-2/+5
* Remove #if statement that used sizeof(xxx), since that won't work forTheodore Tso1996-01-112-6/+7
* Removed extern global of krb5_kdc_req_sumtype, which wasn't being usedTheodore Tso1996-01-112-1/+5
* krbconfig.c, Makefile.in: Removed krbconfig.c; it contained globalTheodore Tso1996-01-117-17/+22
* If reading in a version 3 credentials cache, ignore the second enctypeTheodore Tso1996-01-112-1/+7
* Applied patch submitted by Doug Engbert, so that the configurableTheodore Tso1996-01-112-0/+9
* * locate_kdc.c (krb5_locate_kdc): Add parrentheses for assignmentEzra Peisach1996-01-114-7/+18
* Take care of a gcc warnign about shufting two farEzra Peisach1996-01-112-1/+6
* Added defintion for KRB5_GSS_FOR_CREDS_OPTIONTheodore Tso1996-01-101-0/+2
* forward.c (get_for_creds): Removed no longer used functionTheodore Tso1996-01-103-165/+55
* forward.c (get_for_creds): Removed no longer used functionTheodore Tso1996-01-103-158/+10
* Added error table code KRB5_FWD_BAD_PRINCIPALTheodore Tso1996-01-102-0/+5
* krb5.hin (krb5_fwd_tgt_creds, krb5_os_hostaddr): Added new functionTheodore Tso1996-01-102-0/+18
* gssapiP_krb5.h (KRB5_GSS_FOR_CREDS_OPTION): New constant added forTheodore Tso1996-01-103-77/+252
* fwd_tgt.c (krb5_fwd_tgt_creds): New function which handles all of theTheodore Tso1996-01-106-68/+227
* krb5.hin: Added support for KRB5_INT16_MAX, which tells us theTheodore Tso1996-01-052-0/+10
* hostaddr.c (krb5_os_hostaddr): New function which takes a hostname andTheodore Tso1996-01-053-0/+90
* gssapiP_generic.h (TWRITE_INT16, TREAD_INT16): Added new macrosTheodore Tso1996-01-052-0/+13
* gssapiP_generic.h: Don't include <sys/types.h> since it's alreadyTheodore Tso1996-01-053-3/+9
* Removed check for sys/fcntl.h; the source now always includes <fcntl.h>Richard Basch1996-01-041-1/+0
* Removed #undef NEED_SYS_FCNTL_H since we now always use <fcntl.h>Richard Basch1996-01-041-1/+0
* Always include <fcntl.h> instead of checking for <sys/fcntl.h>Richard Basch1996-01-042-8/+2
* Removed checking for <sys/fcntl.h>; always use <fcntl.h>Richard Basch1996-01-041-21/+0