summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Determine sizeof short, int, long for secure.cEzra Peisach1996-07-302-0/+7
* * secure.c: Do not assume sizeof(long) = 4 for sending lengths OTWEzra Peisach1996-07-303-3/+24
* * Define a non-zero FUDGE_FACTOR for GSSAPI; I have it set to 64 now,Sam Hartman1996-07-273-9/+33
* *** empty log message ***Marc Horowitz1996-07-261-0/+5
* * ftpd.c (auth_data): the logic which dealt with multiple acceptorMarc Horowitz1996-07-241-207/+204
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-2215-747/+731
* Fix typo so that krsh doesn't exit when using the default portTheodore Tso1996-06-242-1/+6
* Krb4: get the right includesSam Hartman1996-06-243-1/+6
* Drop support for -u because it allows us to removeSam Hartman1996-06-244-243/+13
* * klogind should do a better job of initializing output flags on ttySam Hartman1996-06-245-1/+48
* Initialize auth_context to NULL before calling krb5_sendauth - otherwiseEzra Peisach1996-06-152-1/+4
* Remove tests that are not needed with the pty library in placeEzra Peisach1996-06-152-22/+6
* * ftpd.c (authdata): misplaced braces caused server to not be able toKevin Mitchell1996-06-132-1/+8
* cvsignore hackeryTom Yu1996-06-1020-20/+0
* Update .Sanitize files to reflect current file statusTheodore Tso1996-06-062-2/+5
* When reading in the test value from a file, don't free freeTheodore Tso1996-06-062-2/+8
* * configure.in: Ezra's changes to allow compiling w/o krb4Tom Yu1996-06-042-0/+14
* * configure.in: Ezra's patches to allow compilation w/o krb4Tom Yu1996-06-042-0/+15
* * Makefile.in,configure.in: allow compilation w/o krb4 (Ezra'sTom Yu1996-06-043-1/+25
* * login.c: Ezra's patches to trim unsed arg fromTom Yu1996-06-041-6/+14
* * Makefile.in, configure.in: back out previous changes and useTom Yu1996-06-033-7/+8
* * configure.in, Makefile.in: only link getdtablesize.o if neededTom Yu1996-06-033-2/+11
* Use secure context for loginSam Hartman1996-05-232-1/+6
* krlogind.c krshd.c:Richard Basch1996-05-094-1/+63
* Use the default service principal (don't assume it is "host") as theRichard Basch1996-05-092-1/+6
* cygnus merge:Ken Raeburn1996-05-028-64/+156
* Merge with Cygnus sources, changes from Mark Eichin, Marc Horowitz, ChrisKen Raeburn1996-05-0113-629/+1547
* hpux is unix. really, it isKen Raeburn1996-05-012-0/+12
* previously checked-in changesKen Raeburn1996-05-011-0/+12
* login man page by mark eichinKen Raeburn1996-04-292-0/+70
* * Makefile.in (install): Install correct set of man pages, and check forKen Raeburn1996-04-294-7/+17
* The rd_req has to allow any local service principal, as the host may haveRichard Basch1996-04-282-21/+30
* 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
* More option handling changesSam Hartman1996-04-182-3/+11
* configure.in (LOGINLIBS): Remove DECLARE_SYS_ERRLIST since it's noTheodore Tso1996-04-175-299/+236
* * Changes to not use streams on HPUXSam Hartman1996-04-165-2/+37
* Drop support for option names in argv[0]Sam Hartman1996-04-165-66/+7
* Remove setpgrp() call from krlogindSam Hartman1996-04-153-10/+20
* Store the forwarded credentials in /tmp/krb5cc_p<pid> (like krlogind)Richard Basch1996-04-132-11/+6
* Destroy any forwarded credentials when we cleanup. (They were stored inRichard Basch1996-04-132-1/+15
* forward.c: Use a saner naming convention for the credentials cache.Richard Basch1996-04-123-8/+45
* Call a krb5 cleanup routine to cleanup forwarded credentials, if necessaryRichard Basch1996-04-123-15/+25
* * kcmd.c: Cleaned up whitespace and removed commented & unused cruftRichard Basch1996-04-114-39/+35
* some fixes changes from marc. changelogs will be merged laterMark Eichin1996-04-093-28/+47
* Add an option -L to pass an environment variable to a client.Ezra Peisach1996-04-082-10/+53