summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* If there is no DES key with a V4 salttype, simply return any DES key.Richard Basch1996-01-221-1/+8
* Allow for the use of other K/M encryption types. Try to look it up inRichard Basch1996-01-221-7/+8
* Don't syslog if the child exited normallyRichard Basch1996-01-221-2/+3
* A couple more tasks have been completed (use dbm, and kdc locking)Richard Basch1996-01-221-3/+3
* Fixed three problems in the database rename function:Richard Basch1996-01-221-9/+13
* Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARYRichard Basch1996-01-2224-364/+13
* * aclocal.m4Richard Basch1996-01-221-28/+101
* * gc_via_tkt.c (krb5_kdcrep2creds): Set is_skey so get_creds won'tTom Yu1996-01-222-1/+7
* * configure.inRichard Basch1996-01-221-1/+11
* krb5_get_credentials does not use the same flags as kdc_optionsEzra Peisach1996-01-202-1/+6
* krb5_get_credentials does not take the same flags as kdc_options. Set toEzra Peisach1996-01-202-1/+6
* krb5_get_credentials does not take kdc_options flagsEzra Peisach1996-01-203-5/+10
* Remove use of krb5_kdc_default_optionsEzra Peisach1996-01-202-3/+5
* Fix a memory leak and reversed argumentsSam Hartman1996-01-202-4/+9
* In the client, construct a checksum from the command lineSam Hartman1996-01-203-3/+44
* Add check for DBM/db librariesTheodore Tso1996-01-194-0/+38
* In des_read, check to see if read returns 0 and reportSam Hartman1996-01-192-1/+5
* Mainline utmp and login cleanups from hartmans_pty_utmp:Sam Hartman1996-01-1915-172/+146
* Deal with sys_errlistSam Hartman1996-01-193-0/+12
* Portability fixes: don't declare errno everSam Hartman1996-01-195-2/+18
* 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