Luke Howard
f67dd0f903
roken: move Heimdal vis.h extensions to separate header
...
vis.h is not built on platforms (such as macOS) that already have
that header, which resulted in prototypes for Heimdal-specific
vis.h extensions being absent.
Move those prototypes to a separate header, vis-extras.h, which
must be explicitly included in order to use the Heimdal extensions.
2021-05-17 10:05:58 +10:00
Nicolas Williams
eb2bd63207
roken: Fix OS X build?
2021-03-27 11:35:21 -05:00
Nicolas Williams
6aefc255b6
roken: Fix rk_strrasvisx() bug
2021-01-26 22:34:36 -06:00
Nicolas Williams
d336730534
roken: Add (re)allocating strvis functions
...
These are a Heimdal innovation.
2021-01-13 20:17:58 -06:00
Nicolas Williams
56c5f5909e
roken: Add rkvis program for test scripts
...
This will help programs that need to URL-escape strings.
Also, this changes `do_hvis()` to not fallback on `do_svis()` for chars in
`extra` -- that `do_hvis()` was doing that seems like an oversight. Christos
Zoulas, of NetBSD, agrees. `do_hvis()` still falls back on `do_svis()` for
characters not in the RFC 1808 / 3986 to-be-escaped set *and* characters not in
the `extra` set -- that much seems to have been the intent.
2019-11-19 22:33:20 -06:00
Asanka Herath
d00f9984a5
Make roken build on windows
...
Signed-off-by: Love Hornquist Astrand <lha@h5l.org >
2009-11-24 21:42:02 -08:00
Love Hornquist Astrand
833ac10aab
Use unsigned char instead of u_int32_t
2009-08-14 03:59:24 +02:00
Love Hörnquist Åstrand
0d31d3d686
drop rcsid
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24356 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-01-25 00:30:37 +00:00
Love Hörnquist Åstrand
7b9a83d1a0
sync with netbsd current
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23690 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-08-26 14:52:53 +00:00
Love Hörnquist Åstrand
5cd0815781
use "roken.h" consitantly
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21005 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-06-08 01:54:35 +00:00
Love Hörnquist Åstrand
9df9f6a9da
revert 21003
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21004 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-06-08 01:53:10 +00:00
Love Hörnquist Åstrand
12df8538af
use "roken.h" consitantly
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21003 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-06-08 01:42:05 +00:00
Love Hörnquist Åstrand
8040c1e1ae
Include rk_versions.
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19340 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-12-15 11:49:22 +00:00
Love Hörnquist Åstrand
c8c01f91e4
Remove unvis prototypes, use internal version of rk_strsvisx.
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19339 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-12-15 11:44:29 +00:00
Love Hörnquist Åstrand
bea7ea3c62
Provide some prototypes for the rk_vis functions.
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19327 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-12-13 20:26:23 +00:00
Love Hörnquist Åstrand
a548a4cd91
prefix strvis functions with rk_
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19308 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-12-11 18:54:03 +00:00
Love Hörnquist Åstrand
709aa58c74
define ROKEN_LIB_FUNCTION on all exported functions
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14773 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-12 11:29:18 +00:00
Love Hörnquist Åstrand
7d0ee53c06
use $Id$, not the mangled netbsd version
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14657 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-03-18 17:01:29 +00:00
Love Hörnquist Åstrand
fc71467948
use RCSID instead of __RCSID
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14656 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-03-18 16:59:04 +00:00
Love Hörnquist Åstrand
d78aff21b1
Update new revision from NetBSD (copyright update)
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14610 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-03-02 22:47:28 +00:00
Assar Westerlund
b9b920d76a
add another unsigned char cast
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10643 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-09-03 05:37:23 +00:00
Assar Westerlund
de95583293
(SVIS): add some (unsigned char) before calling isfoo*
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10277 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-07-03 19:22:01 +00:00
Assar Westerlund
98e8a52edf
s/u_int32_t/unsigned/ for systems that do not define u_int32_t
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9340 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-12-10 23:10:48 +00:00
Johan Danielsson
b8cd60340c
make sure _DIAGASSERT is defined
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9299 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-12-06 21:41:56 +00:00
Johan Danielsson
1bef95fb3f
strvis implementation from NetBSD
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9281 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-12-06 20:19:27 +00:00