aboutsummaryrefslogtreecommitdiffstats
path: root/net/tac_plus4/files/patch-ab
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-10-14 20:26:00 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-10-14 20:26:00 +0000
commit90699d0764e838ff75b0a3421260b0faec15819a (patch)
tree4419a8b78369e808b0f24d2d95f2d8970d0a104b /net/tac_plus4/files/patch-ab
parentd80e0c4d7bd82a566541cc88848bc24b0064da28 (diff)
Bring it back again.
Port was o.k. to get tacacs up and running using a Cisco router and I really missed it. - Added me as maintainer of the port - Moved sources to my homepage download area - Compressed sources using bzip2 - Removed some not needed variables in Makefile - Committed with new nd5 checksum
Diffstat (limited to 'net/tac_plus4/files/patch-ab')
-rw-r--r--net/tac_plus4/files/patch-ab28
1 files changed, 28 insertions, 0 deletions
diff --git a/net/tac_plus4/files/patch-ab b/net/tac_plus4/files/patch-ab
new file mode 100644
index 000000000000..e91f6f07290c
--- /dev/null
+++ b/net/tac_plus4/files/patch-ab
@@ -0,0 +1,28 @@
+*** skey_fn.c.orig Sat Jul 29 02:49:18 1995
+--- skey_fn.c Mon Mar 3 17:33:57 1997
+***************
+*** 153,158 ****
+--- 153,163 ----
+ char buf[256];
+ sprintf(buf, "%s\nPassword: ", skeyprompt);
+ data->server_msg = tac_strdup(buf);
++
++ /* We try to make it in accordance of standard FreeBSD
++ * behaviour in order to avoid surprises for user */
++ data->flags = TAC_PLUS_AUTHEN_FLAG_NOECHO;
++
+ data->status = TAC_PLUS_AUTHEN_STATUS_GETPASS;
+ p->state = STATE_AUTHEN_GETPASS;
+ return (0);
+*** tac_plus.h.orig Sat Jul 29 02:49:19 1995
+--- tac_plus.h Mon Mar 3 17:35:51 1997
+***************
+*** 91,96 ****
+--- 91,97 ----
+ #ifdef FREEBSD
+ #define CONST_SYSERRLIST
+ #define STDLIB_MALLOC
++ #define NO_PWAGE
+ #define VOIDSIG
+ #endif
+