summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
...
* * gss-server.c (test_import_export_context): Add second argumentEzra Peisach1996-03-032-3/+8
* gss-server.c (sign_server): Do better import/export security checking.Theodore Tso1996-03-024-38/+219
* Get the nametype OID from gss_display_name, print it, and then releaseTheodore Tso1996-02-282-2/+21
* Add USE_ANAME for dbm library (if needed)Ezra Peisach1996-02-272-0/+5
* Use MAXDNAME for the maximum length of a domain,Sam Hartman1996-02-263-6/+22
* Use MAXDNAME for the maximum length of a domain,Sam Hartman1996-02-263-4/+14
* Call USE_ANAME so we get the rightSam Hartman1996-02-262-0/+6
* Remove space from #endif lineSam Hartman1996-02-261-1/+1
* Fix the server side of the krlogin bug detecting eof in connection closeSam Hartman1996-02-266-6/+29
* * ext.h, utility.c (fatalperror, fatal): Add const to argumentEzra Peisach1996-02-243-4/+8
* remove errno correctlyMark Eichin1996-02-241-1/+1
* remove extraneous second include of stdlib.hMark Eichin1996-02-241-6/+1
* more changes from cygnus sourceMark Eichin1996-02-243-1/+14
* update from cygnus sourcesMark Eichin1996-02-243-10/+32
* Fix lint flame (added missing cast)Theodore Tso1996-02-132-1/+5
* Only display secure_message if encryption actually enabledSam Hartman1996-02-102-1/+6
* Fixed bug in v4 compatability: you don't checkSam Hartman1996-02-102-30/+37
* * configure.in: Check for stdlib.hEzra Peisach1996-02-076-1/+18
* Make clean removes ftpd (not ftp)Ezra Peisach1996-02-072-1/+5
* * Makefile.inRichard Basch1996-02-045-25/+39
* * rcp (client mode) now uses rsh -x but still supports the old encryption inSam Hartman1996-02-016-164/+92
* * krshd: Make sure KRB5CCNAME gets set for forward creds; code could be much ...Sam Hartman1996-01-315-17/+77
* Fixes to build on Linux;Sam Hartman1996-01-272-3/+5
* Oops; I accidentally comitted a version of krloginSam Hartman1996-01-272-2/+3
* Telnet really wants a DES key; have it ask for oneSam Hartman1996-01-262-0/+5
* Fix delay in ^C processingSam Hartman1996-01-262-11/+27
* Disable resetting of tgs_enctypesSam Hartman1996-01-261-2/+2
* Update man pages with new optionsSam Hartman1996-01-243-64/+101
* * Add checksum support to klogind making sure encrypted authenticatorsSam Hartman1996-01-245-135/+251
* Check for prototypes so that KRB5_STDARG_P worksEzra Peisach1996-01-223-3/+10
* Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARYRichard Basch1996-01-221-1/+1
* 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
* 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-197-133/+58
* 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
* * configure.in: add gssftp to CONFIG_DIRS so that the GSSAPIMark Eichin1996-01-152-1/+5
* 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
* * 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
* kcmd.c (getport): Clear the sin structure to be zero. (From Doug Engbert.)Theodore Tso1996-01-115-7/+50
* Removed extern global of krb5_kdc_req_sumtype, which wasn't being usedTheodore Tso1996-01-112-1/+5
* 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
* Removed sys/fcntl.h checking (always use fcntl.h instead)Richard Basch1996-01-044-8/+3