summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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
* 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
* 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
* nevermind..Mark Eichin1995-05-032-25/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5695 dc483132-0cff-0310-8789-dd5450dbe970
* Fix memory leaks in this function. The krb5_donot_replay structureTheodore Tso1995-05-032-19/+20
| | | | | | was not being freed properly. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5694 dc483132-0cff-0310-8789-dd5450dbe970
* kadmin.c (main): Fix really broken way client and client_nameTheodore Tso1995-05-033-5/+26
| | | | | | | | | | were being handled. Memory was being leaked, and then memory blocks which were allocated to small where then overrun. kadmin_add.c (kadm_add_user): Fix memory leak. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5693 dc483132-0cff-0310-8789-dd5450dbe970
* Bug fix to jik's bug fix. (Caused by our code drift since jik'sTheodore Tso1995-05-032-3/+8
| | | | | | | changes went in, and not sufficiently careful checking of jik's patches before applying it.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5692 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: nuke spurious whitespace in blank lineTom Yu1995-05-032-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5691 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: nuke spurious whitespace from blank lineTom Yu1995-05-032-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5690 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: remove spurious whitespace from blank lineTom Yu1995-05-034-2/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5689 dc483132-0cff-0310-8789-dd5450dbe970
* * .rconf: copy kadmin.old as wellTom Yu1995-05-033-1/+8
| | | | | | * Makefile.in: nuke spurious whitespace on blank line git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5688 dc483132-0cff-0310-8789-dd5450dbe970
* Fix lots of typos in krb5_make_fulladdrs() patch. (Lots of places whereTheodore Tso1995-05-035-55/+7
| | | | | | remote_addr was used where remote_port should have been used instead.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5687 dc483132-0cff-0310-8789-dd5450dbe970
* * get_krbhst.c (krb5_get_krbhst): look in KRB5_ENV_KDCMark Eichin1995-05-032-0/+25
| | | | | | | | (KERBEROS_SERVER) for a REALM:SERVER string. This overrides anything else for that realm and is intended for un-installed client use, testsuite use, and diagnostic use. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5686 dc483132-0cff-0310-8789-dd5450dbe970
* * osconf.h (KRB5_ENV_KDC): add KERBEROS_SERVER environmentMark Eichin1995-05-032-0/+7
| | | | | | variable, both for user and testsuite convenience. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5685 dc483132-0cff-0310-8789-dd5450dbe970
* * mk_cred.c (mk_cred()), mk_priv.c (mk_priv()), mk_safe.c (mk_safe()),Chris Provenzano1995-05-027-79/+150
| | | | | | | * rd_cred.c (rd_cred()), rd_priv.c (rd_priv()), rd_safe.c (rd_safe()): Don't call krb5_make_fulladdrs() if a port isn't specified. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5684 dc483132-0cff-0310-8789-dd5450dbe970
* clean-unix: Remove the installed krb_err.h in the include directoryEzra Peisach1995-05-022-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5683 dc483132-0cff-0310-8789-dd5450dbe970
* krb5_set_config_files needs a const in the declaration to match callEzra Peisach1995-05-022-1/+7
| | | | | | to profile_init git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5682 dc483132-0cff-0310-8789-dd5450dbe970
* Add const to prototype for krb5_set_config_filesEzra Peisach1995-05-022-4/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5681 dc483132-0cff-0310-8789-dd5450dbe970
* Use tests/resolve/resolve to get the fully qualified domain name ofTheodore Tso1995-05-022-1/+13
| | | | | | | the local host. Needed for systems where gethostname() doesn't return the FQDN. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5680 dc483132-0cff-0310-8789-dd5450dbe970
* Add --quiet option which only prints the fully qualified domain name.Theodore Tso1995-05-022-7/+32
| | | | | | | This will allow this routine to be used in the deja gnu tests to determine the FQDN of the local host. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5679 dc483132-0cff-0310-8789-dd5450dbe970