]> andersk Git - moira.git/commitdiff
add MR_PROXY as procno 7, and bump MR_MAX_PROC.
authordanw <danw>
Sat, 17 Jul 1999 21:39:24 +0000 (21:39 +0000)
committerdanw <danw>
Sat, 17 Jul 1999 21:39:24 +0000 (21:39 +0000)
prototype mr_proxy()

include/moira.h

index 40473dd05a40f5d5aeb48d0b5553443941ccb8f5..a502531594d9bfa6632bf37dc3bc51ffdbc2e3fe 100644 (file)
@@ -35,7 +35,8 @@
 #define MR_ACCESS 4
 #define MR_DO_UPDATE 5
 #define MR_MOTD 6
-#define MR_MAX_PROC 6
+#define MR_PROXY 7
+#define MR_MAX_PROC 7
 
 /* values used in NFS physical flags */
 #define MR_FS_STUDENT  0x0001
@@ -130,6 +131,7 @@ char *lowercase(char *s);
 /* mr_ functions */
 int mr_access(char *handle, int argc, char **argv);
 int mr_auth(char *prog);
+int mr_proxy(char *principal, char *orig_authtype);
 int mr_connect(char *server);
 int mr_disconnect(void);
 int mr_do_update(void);
This page took 0.139402 seconds and 5 git commands to generate.