summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd
Commit message (Expand)AuthorAgeFilesLines
...
* * Makefile.in (install): Install correct set of man pages, and check forKen Raeburn1996-04-294-7/+17
* Whitespace cleanupRichard Basch1996-04-251-8/+6
* One could not specify -c in inetd.conf, because of theRichard Basch1996-04-222-10/+12
* * krshd.c: If checksumming is required & ALWAYS_V5_KUSEROK isRichard Basch1996-04-212-6/+18
* * Remove documentation of how krlogind gets its command line optionsSam Hartman1996-04-215-33/+110
* Fix typo in last night's commitSam Hartman1996-04-191-1/+1
* Add Doug Engert's patches to dealSam Hartman1996-04-193-20/+64
* configure.in (LOGINLIBS): Remove DECLARE_SYS_ERRLIST since it's noTheodore Tso1996-04-175-299/+236
* Drop support for option names in argv[0]Sam Hartman1996-04-165-66/+7
* Remove setpgrp() call from krlogindSam Hartman1996-04-153-10/+20
* Destroy any forwarded credentials when we cleanup. (They were stored inRichard Basch1996-04-132-1/+15
* * kcmd.c: Cleaned up whitespace and removed commented & unused cruftRichard Basch1996-04-114-39/+35
* Add an option -L to pass an environment variable to a client.Ezra Peisach1996-04-082-10/+53
* * krlogind.c: Under Solaris, when the connection pipe goes away,Richard Basch1996-04-032-1/+9
* Leading/trailing colons should not be there based on the variable usage.Richard Basch1996-04-012-17/+23
* Whitespace cleanup for readabilityRichard Basch1996-04-011-12/+14
* krshd.c: use the library routines to do v4 to v5 principal translationRichard Basch1996-03-252-9/+14
* * krshd no longer does non-blocking IO. It never really needed itSam Hartman1996-03-243-7/+12
* use the library routines to do the v4 to v5 principal translationRichard Basch1996-03-222-8/+13
* * kcmd.c (ruserok): declare the function as taking const char *Richard Basch1996-03-202-2/+7
* use AC_HEADER_STDARGKen Raeburn1996-03-132-1/+6
* remove cvs conflict marker, wrap some long linesKen Raeburn1996-03-131-14/+16
* Check in ChangeLog for last change..Ezra Peisach1996-03-121-0/+5
* * krshd.c (doit): For encrypted rcp, fix logic in determiningEzra Peisach1996-03-122-15/+16
* Fixed mispelling of Doug Engert's nameTheodore Tso1996-03-111-4/+4
* 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
* 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
* * Makefile.inRichard Basch1996-02-041-16/+15
* * 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
* 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
* 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-195-132/+52
* * 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-158/+10