summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix compiler warningsPaul Park1995-05-092-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5771 dc483132-0cff-0310-8789-dd5450dbe970
* Add new modulesPaul Park1995-05-091-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5770 dc483132-0cff-0310-8789-dd5450dbe970
* Add new modules to handle administrative protocol keyword=valuePaul Park1995-05-096-0/+1234
| | | | | | and keytab representations. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5769 dc483132-0cff-0310-8789-dd5450dbe970
* Change to use profile information instead of assuming that thePaul Park1995-05-091-53/+189
| | | | | | | admin_server is always in the same location as the KDC. Also return correct return value from krb5_adm_connect(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5768 dc483132-0cff-0310-8789-dd5450dbe970
* Add definitions for new administrative protocol extensionsPaul Park1995-05-093-12/+158
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5767 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Check for stdlib.hEzra Peisach1995-05-093-1/+15
| | | | | | poplib.c: Include <string.h>. Include <stdlib.h> if present or define malloc(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5766 dc483132-0cff-0310-8789-dd5450dbe970
* Add AC_HEADER_STDC to define STDC_HEADERS for getdate.y (if present)Ezra Peisach1995-05-092-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5765 dc483132-0cff-0310-8789-dd5450dbe970
* Include prof_int.h. This programs relies on internal functions andEzra Peisach1995-05-092-1/+6
| | | | | | structures. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5764 dc483132-0cff-0310-8789-dd5450dbe970
* Remove t_kerb and t_kerb.o on make cleanEzra Peisach1995-05-092-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5763 dc483132-0cff-0310-8789-dd5450dbe970
* kcmd.c and krcp.c: Add <stdlib.h> for malloc declarations.Ezra Peisach1995-05-094-2/+21
| | | | | | | krshd.c: Cast sockadr_in * to sockaddr * in call to accept. (compiler warning). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5762 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Add HAS_ANSI_VOLATILEEzra Peisach1995-05-093-4/+8
| | | | | | | read_pwd.c: Let autoconf decide if volatile doesn't exist. Assume exists for everyone else. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5761 dc483132-0cff-0310-8789-dd5450dbe970
* mk_faddr.c (krb5_make_fulladdr): Allocate enough memory forEzra Peisach1995-05-092-1/+4
| | | | | | raddr contents before copying over random memory. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5760 dc483132-0cff-0310-8789-dd5450dbe970
* Declare prompt and prompt2 as const char * so that callersEzra Peisach1995-05-092-2/+7
| | | | | | can safely use with same. (and not get a warning from gcc). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5759 dc483132-0cff-0310-8789-dd5450dbe970
* can use sameEzra Peisach1995-05-092-7/+9
| | | | | | | | | Remove wrong function names krb5_init_os_context and krb5_free_os_context. krb5_read_password: Prompt and prompt2 are now const char * so callers git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5758 dc483132-0cff-0310-8789-dd5450dbe970
* Add string.h if necessary to define strlen, etc.Ezra Peisach1995-05-0910-4/+42
| | | | | | | | | Add stdlib.h if present & necessary for malloc definition. (otherwise define ourselves) - based on other code present. Change ifdef POSIX to ifdef HAS_STDLIB_H Check for stdlib.h in configure.in git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5757 dc483132-0cff-0310-8789-dd5450dbe970
* kparse.h: Remove ErrorMsg definition. It is declared static in source fileEzra Peisach1995-05-093-8/+8
| | | | | | krb4-proto.h: krb_rd_priv prototype did not match source git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5756 dc483132-0cff-0310-8789-dd5450dbe970
* Back out change. Turns out it's not really necessary (the master keyTheodore Tso1995-05-052-6/+1
| | | | | | | | encryption type isn't relevant to the on-the-wire protocol), and it turns up problems in tests/verify, and possibly elsewhere. Sigh. We'll fix this later.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5752 dc483132-0cff-0310-8789-dd5450dbe970
* Change default KDC etype to be DES_CBC_MD5, to be conformant withTheodore Tso1995-05-052-1/+6
| | | | | | RFC-1510. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5751 dc483132-0cff-0310-8789-dd5450dbe970
* Update TODO file to reflect status as of the BETA 5 releaseTheodore Tso1995-05-051-14/+28
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5750 dc483132-0cff-0310-8789-dd5450dbe970
* Update patchlevel.h for BETA 5 releaseTheodore Tso1995-05-052-2/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5746 dc483132-0cff-0310-8789-dd5450dbe970
* 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
* 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
* 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
* * 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