* misc.c, server_stubs.c: Nuke rcsid
authorEzra Peisach <epeisach@mit.edu>
Sun, 1 Jul 2001 11:42:53 +0000 (11:42 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sun, 1 Jul 2001 11:42:53 +0000 (11:42 +0000)
        * misc.h: Add prototypes for kadm_1 and process_chpw_request.

        * ovsec_kadmd.c: Include misc.h and remove prototype for
        process_chpw_request and kadm_1.

        * kadm_rpc_svc.c, schpw.c: Include misc.h for prototypes.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13537 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/server/ChangeLog
src/kadmin/server/kadm_rpc_svc.c
src/kadmin/server/misc.c
src/kadmin/server/misc.h
src/kadmin/server/ovsec_kadmd.c
src/kadmin/server/schpw.c
src/kadmin/server/server_stubs.c

index a76578751b6375b5420a9ce400a91415af39faba..25659f12dbd96e203a10dfda561324ce45faa2a0 100644 (file)
@@ -1,3 +1,14 @@
+2001-06-29  Ezra Peisach  <epeisach@mit.edu>
+
+       * misc.c, server_stubs.c: Nuke rcsid.
+
+       * misc.h: Add prototypes for kadm_1 and process_chpw_request.
+
+       * ovsec_kadmd.c: Include misc.h and remove prototype for
+       process_chpw_request and kadm_1. 
+
+       * kadm_rpc_svc.c, schpw.c: Include misc.h for prototypes.
+
 2001-06-26  Ezra Peisach  <epeisach@mit.edu>
 
        * server_glue_v1.c: Include misc.h for prototypes.
index 911bc737cb890840db0a46172f93298430d8b301..54048df811600bc335fe42048ab6296fc572ad6b 100644 (file)
@@ -1,14 +1,8 @@
 /*
  * Copyright 1993 OpenVision Technologies, Inc., All Rights Reserved.
  *
- * $Id$
- *
  */
 
-#if !defined(lint) && !defined(__CODECENTER__)
-static char *rcsid = "$Header$";
-#endif
-
 #include <stdio.h>
 #include <gssrpc/rpc.h>
 #include <syslog.h>
@@ -22,6 +16,7 @@ static char *rcsid = "$Header$";
 #ifdef HAVE_ARPA_INET_H
 #include <arpa/inet.h>
 #endif
+#include "misc.h"
 
 /*
  * Function: kadm_1
index 61bed42d3a366461f315c2e8f8a9d8659a4511b7..9a9c7668a1019867519c11f6ceced67323ccc6c3 100644 (file)
@@ -1,13 +1,8 @@
 /*
  * Copyright 1993 OpenVision Technologies, Inc., All Rights Reserved
  *
- * $Header$
  */
 
-#if !defined(lint) && !defined(__CODECENTER__)
-static char *rcsid = "$Header$";
-#endif
-
 #include    <kadm5/adb.h>
 #include    <kadm5/server_internal.h>
 #include    <krb5/kdb.h>
index c92f5fe32f34c1cf921ca9bd92b5a5d6238314dd..a8af72cc8dfa572d7a2b3363c88dcba5ab3d19b3 100644 (file)
@@ -1,39 +1,6 @@
 /*
  * Copyright 1994 OpenVision Technologies, Inc., All Rights Reserved
  *
- * $Header$
- * 
- * $Log$
- * Revision 1.6  1996/07/22 20:28:56  marc
- * this commit includes all the changes on the OV_9510_INTEGRATION and
- * OV_MERGE branches.  This includes, but is not limited to, the new openvision
- * admin system, and major changes to gssapi to add functionality, and bring
- * the implementation in line with rfc1964.  before committing, the
- * code was built and tested for netbsd and solaris.
- *
- * Revision 1.5.4.1  1996/07/18 03:03:40  marc
- * merged in changes from OV_9510_BP to OV_9510_FINAL1
- *
- * Revision 1.5.2.1  1996/06/20  21:57:20  marc
- * File added to the repository on a branch
- *
- * Revision 1.5  1996/05/30  21:13:24  bjaspan
- * kadm5_get_principal_v1 takes a kadm5_principal_ent_t_v1
- * add kadm5_get_policy_v1
- *
- * Revision 1.4  1996/05/20 21:39:05  bjaspan
- * rename to kadm5
- * add kadm5_get_principal_v1
- *
- * Revision 1.3  1994/09/13 18:24:41  jik
- * Back out randkey changes.
- *
- * Revision 1.2  1994/09/12  20:26:12  jik
- * randkey_principal_wrapper now takes a new_kvno option.
- *
- * Revision 1.1  1994/08/11  17:00:44  jik
- * Initial revision
- *
  */
 
 kadm5_ret_t chpass_principal_wrapper(void *server_handle,
@@ -51,3 +18,15 @@ kadm5_ret_t kadm5_get_principal_v1(void *server_handle,
 
 kadm5_ret_t kadm5_get_policy_v1(void *server_handle, kadm5_policy_t name,
                                kadm5_policy_ent_t *ent);
+
+
+krb5_error_code process_chpw_request(krb5_context context, 
+                                    void *server_handle, 
+                                    char *realm, int s, 
+                                    krb5_keytab keytab, 
+                                    struct sockaddr_in *sockin, 
+                                    krb5_data *req, krb5_data *rep);
+
+#ifdef __SVC_HEADER__
+void  kadm_1(struct svc_req *, SVCXPRT *);
+#endif
index d82a69b634e8e333accc8594ce3dcdd5a48ae281..619e2b5edaba2118423fa2f8e673812087991096 100644 (file)
@@ -51,6 +51,8 @@
 #include    <krb5/adm_proto.h>
 #include    <string.h>
 
+#include    "misc.h"
+
 #ifdef PURIFY
 #include    "purify.h"
 
@@ -112,10 +114,6 @@ void log_badauth_display_status_1(char *m, OM_uint32 code, int type,
        
 int schpw;
 void do_schpw(int s, kadm5_config_params *params);
-krb5_error_code process_chpw_request(krb5_context context, void *server_handle,
-                                    char *realm, int s, krb5_keytab keytab,
-                                    struct sockaddr_in *sockin,
-                                    krb5_data *req, krb5_data *rep);
 
 /*
  * Function: usage
@@ -192,7 +190,6 @@ static krb5_context context;
 
 int main(int argc, char *argv[])
 {
-     void      kadm_1(struct svc_req *, SVCXPRT *);
      register  SVCXPRT *transp;
      extern    char *optarg;
      extern    int optind, opterr;
index d86522d79cf3a9e506a4ec2b24d306a55d978917..909d0f0e80293aad3aeb767b4b79dad7fb340c3d 100644 (file)
@@ -5,6 +5,8 @@
 #include <stdio.h>
 #include <errno.h>
 
+#include "misc.h"
+
 krb5_error_code
 process_chpw_request(context, server_handle, realm, s, keytab, sockin, 
                     req, rep)
index aee142debc572d77573ffcafba3c671ad3d865fc..9bf42673354119b94d9cc0abb04d3eda8f004895 100644 (file)
@@ -1,13 +1,8 @@
 /*
  * Copyright 1993 OpenVision Technologies, Inc., All Rights Reserved
  *
- * $Header$
  */
 
-#if !defined(lint) && !defined(__CODECENTER__)
-static char *rcsid = "$Header$";
-#endif
-
 #include <gssapi/gssapi.h>
 #include <gssapi/gssapi_krb5.h> /* for gss_nt_krb5_name */
 #include <krb5.h>