summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Encrypted rcp tests now work - don't log as errorEzra Peisach1995-05-052-2/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5745 dc483132-0cff-0310-8789-dd5450dbe970
* Minor fixups for beta 5 release. Mainly points that the krb.conf andTheodore Tso1995-05-052-6/+20
| | | | | | | krb.realms section need to be updated and should be ignored in favor of the krb5.conf manual page. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5744 dc483132-0cff-0310-8789-dd5450dbe970
* Created missing .Sanitize fileTheodore Tso1995-05-051-0/+36
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5743 dc483132-0cff-0310-8789-dd5450dbe970
* CHANGES is out of date, removed. Don't distribute the TODO file in the releaseTheodore Tso1995-05-052-53/+2
| | | | | | it's for our own internal planning. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5742 dc483132-0cff-0310-8789-dd5450dbe970
* Moved kadmin.protocol and kpasswd.protocol files to the doc/kadmin directoryTheodore Tso1995-05-054-389/+574
| | | | | | Removed old OV cli functional specification git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5741 dc483132-0cff-0310-8789-dd5450dbe970
* Added free.tex file to .SanitizeTheodore Tso1995-05-051-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5740 dc483132-0cff-0310-8789-dd5450dbe970
* Moved kadmin.protocol and kpasswd.protocol to the kadmin directoryTheodore Tso1995-05-053-574/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5739 dc483132-0cff-0310-8789-dd5450dbe970
* Removing no-longer-used kadmin.new code (used to interface to OV admin server)Theodore Tso1995-05-0513-3128/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5738 dc483132-0cff-0310-8789-dd5450dbe970
* Added $(DESTDIR) support to make install productionTheodore Tso1995-05-051-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5737 dc483132-0cff-0310-8789-dd5450dbe970
* Fix .Sanitize files to reflect new added filesTheodore Tso1995-05-055-0/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5736 dc483132-0cff-0310-8789-dd5450dbe970
* Remove getopt(3) options tooPaul Park1995-05-052-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5735 dc483132-0cff-0310-8789-dd5450dbe970
* Remove language support flagsPaul Park1995-05-056-50/+31
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5734 dc483132-0cff-0310-8789-dd5450dbe970
* * rcp.exp (rcp_test()): Pass -c and -C args to encrypted rcp.Chris Provenzano1995-05-052-2/+7
| | | | | | | These are necessary for the test realm because krshd nukes all environement variables before execing rcp. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5733 dc483132-0cff-0310-8789-dd5450dbe970
* * default.exp : Removed FILE: part of env(KRB5CCNAME)Chris Provenzano1995-05-052-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5732 dc483132-0cff-0310-8789-dd5450dbe970
* * krcp.c (answer_auth()): Requires two new args that are passedChris Provenzano1995-05-052-38/+81
| | | | | | | | from the command line. The first -c is to pass the filename of the remote credential cache. The second -C is to pass the filename of the remote krb5.conf file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5731 dc483132-0cff-0310-8789-dd5450dbe970
* Remove all files in ZIPCLEANUP after building kerbsrc.zip. This keepsTheodore Tso1995-05-052-14/+23
| | | | | | | | | the source directory clean after building a Windows source distribution. Remove miscellaneous targets left over from the bad old imake days. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5730 dc483132-0cff-0310-8789-dd5450dbe970
* Fix spelling typoTheodore Tso1995-05-051-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5729 dc483132-0cff-0310-8789-dd5450dbe970
* krb5.conf: Add example of the new [realms]/<realm>/v4_instance_convert/Theodore Tso1995-05-053-0/+22
| | | | | | | | <instance> form used by krb5_425_convert_principal. krb5.conf.M: Document new v4_instance_convert subsection. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5728 dc483132-0cff-0310-8789-dd5450dbe970
* prof_init.c (profile_get_values): Return PROF_NO_PROFILE if theTheodore Tso1995-05-053-0/+11
| | | | | | | | passed-in profile variable is NULL (instead of core dumping). prof_err.et (PROF_NO_PROFILE): Defined new error code. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5727 dc483132-0cff-0310-8789-dd5450dbe970
* conv_princ.c (krb5_425_conv_principal): Use new callingTheodore Tso1995-05-056-18/+193
| | | | | | | | | | | | | | | convention of krb5_get_realm_domain, which is that it returns the realm *without* the leading dot. Also use the profile code to look up individual instance conversions using [realms]/<realm>/v4_instance_convert/<inst> This allows special case handling of mit.edu and lithium.lcs.mit.edu. t_kerb.c: New file for testing krb library functions. Currently only tests krb5_425_conv_principal. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5726 dc483132-0cff-0310-8789-dd5450dbe970
* prof_tree.c (profile_free_node): Copy child->next to a scratchTheodore Tso1995-05-053-3/+10
| | | | | | | pointer before freeing the node; otherwise we have to dereference a freed object. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5725 dc483132-0cff-0310-8789-dd5450dbe970
* * krcp.c (answer_auth()): Don't destroy the credential cacheChris Provenzano1995-05-052-17/+14
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5724 dc483132-0cff-0310-8789-dd5450dbe970
* Update .Sanitize file to reflect new files that have been added and deletedTheodore Tso1995-05-043-15/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5723 dc483132-0cff-0310-8789-dd5450dbe970
* New .Sanitize file for the windows/gss directoryTheodore Tso1995-05-041-0/+40
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5722 dc483132-0cff-0310-8789-dd5450dbe970
* Update Sanitize file to reflect file additions, deletionsTheodore Tso1995-05-0412-8/+158
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5721 dc483132-0cff-0310-8789-dd5450dbe970
* Reorganized some sectionsEzra Peisach1995-05-043-357/+547
| | | | | | Added missing functions git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5720 dc483132-0cff-0310-8789-dd5450dbe970
* * put_svc_key.c (put_svc_key): remove spurious & in front of fkeyTom Yu1995-05-045-4/+17
| | | | | | | | | | | | | | | | (it's a char[] and takint address of it is redundant) * recvauth.c (krb_recvauth): remove spurious & in front of reference to kdata->session * rd_req.c (krb_rd_req): remove spurious & in front of reference to ad->session * g_in_tkt.c(decrypt_tkt): remove spurious & in front of reference to key (it is a C_Block and taking address of it is redundant) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5719 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: new includes target to install krb_err.h inTom Yu1995-05-042-8/+14
| | | | | | | | $(BUILDTOP)/include; includes depends on krb_err.h. Previously, it was attempting to install a header that had not yet been generated! git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5718 dc483132-0cff-0310-8789-dd5450dbe970
* * klist.c : Changed progname to argv[0] for consistancy withChris Provenzano1995-05-042-20/+24
| | | | | | kdestroy, and to cleanup the code some. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5717 dc483132-0cff-0310-8789-dd5450dbe970
* * kdestroy.c : Added #include <string.h>Chris Provenzano1995-05-042-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5716 dc483132-0cff-0310-8789-dd5450dbe970
* v5 database..Ezra Peisach1995-05-042-0/+9
| | | | | | get_hostname: Needs to set the hostname to all lowercase for entry into the git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5715 dc483132-0cff-0310-8789-dd5450dbe970
* * klist.c : #include <string.h>, a must for prototypes of variousChris Provenzano1995-05-042-1/+8
| | | | | | string routines on systems where int != void *. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5714 dc483132-0cff-0310-8789-dd5450dbe970
* * krcp.c (answer_auth()): Set auth_context = NULL before using itChris Provenzano1995-05-042-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5713 dc483132-0cff-0310-8789-dd5450dbe970
* * telnetd.c: respect HAVE_SYS_TTY_HMark Eichin1995-05-032-0/+6
| | | | | | (sgi build now completes, though rshd doesn't work.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5712 dc483132-0cff-0310-8789-dd5450dbe970
* Fix reversed sense of #ifdef OLD_SIGNALS to prevent use of calling signal()Theodore Tso1995-05-031-1/+1
| | | | | | | from within a signal handler; it's not needed if you're using sigaction(), and it tickles a bug in Solaris. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5711 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5.tex (subsubsection{The krb5_auth_context}): AddedEzra Peisach1995-05-033-40/+238
| | | | | | | | auth_context routines. * free.tex: Add krb5_xfree and krb5_free_data. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5710 dc483132-0cff-0310-8789-dd5450dbe970
* Added prototype for krb5_auth_con_getkeyEzra Peisach1995-05-032-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5709 dc483132-0cff-0310-8789-dd5450dbe970
* Added missing prototype for krb5_auth_con_setportsEzra Peisach1995-05-032-0/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5708 dc483132-0cff-0310-8789-dd5450dbe970
* * kpropd.c: (krb5_recvauth()): No longer needs the rc_type argChris Provenzano1995-05-032-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5707 dc483132-0cff-0310-8789-dd5450dbe970
* * recvauth.c, compat_recv.c (krb5_recvauth()):Chris Provenzano1995-05-033-5/+9
| | | | | | | * compat_recv.c (krb5_compat_recvauth()): No longer needs the rc_type arg. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5706 dc483132-0cff-0310-8789-dd5450dbe970
* * adm_process.c: (krb5_recvauth()): No longer needs the rc_type argChris Provenzano1995-05-032-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5705 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5.h: (krb5_recvauth()): No longer needs the rc_type argChris Provenzano1995-05-032-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5704 dc483132-0cff-0310-8789-dd5450dbe970
* * client.c: (krb5_recvauth()): No longer needs the rc_type argChris Provenzano1995-05-032-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5703 dc483132-0cff-0310-8789-dd5450dbe970
* * sserver.c: (krb5_recvauth()): No longer needs the rc_type argChris Provenzano1995-05-032-1/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5702 dc483132-0cff-0310-8789-dd5450dbe970
* * pop_init.c: (krb5_recvauth()): No longer needs the rc_type argChris Provenzano1995-05-032-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5701 dc483132-0cff-0310-8789-dd5450dbe970
* * krlogind.c, krshd.c: (krb5_compat_recvauth()):Chris Provenzano1995-05-033-2/+5
| | | | | | No longer needs the rc_type arg. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5700 dc483132-0cff-0310-8789-dd5450dbe970
* Imakefile : RemovedChris Provenzano1995-05-032-35/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5699 dc483132-0cff-0310-8789-dd5450dbe970
* Up to date API specsEzra Peisach1995-05-036-427/+658
| | | | | | | | Still needed: a) Some formatting fixing b) Final check of all prototypes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5698 dc483132-0cff-0310-8789-dd5450dbe970
* Don't try to play uid swapping games if the effective uid is not zeroTheodore Tso1995-05-032-8/+19
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5697 dc483132-0cff-0310-8789-dd5450dbe970
* nevermind..Mark Eichin1995-05-032-7/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5696 dc483132-0cff-0310-8789-dd5450dbe970