Commit Graph

1050 Commits

Author SHA1 Message Date
Assar Westerlund
07af2f3b9a add tests for snprintf
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10291 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-07-06 20:13:53 +00:00
Assar Westerlund
d0668ea4f2 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10290 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-07-06 17:59:54 +00:00
Assar Westerlund
7834040f18 (setprogname): add const cast
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10278 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-07-03 19:22:52 +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
b6079b640a *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10256 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-07-02 23:59:34 +00:00
Assar Westerlund
56d426378d (libroken_la_LDFLAGS:) set version to 13:0:4
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10253 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-07-02 23:53:56 +00:00
Assar Westerlund
f6fb978588 add snprintf_test
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10252 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-07-02 23:53:30 +00:00
Assar Westerlund
609e9edb25 rewrite so that it does not stop as soon as there are no more
characters to print, we need to figure out how long the string would
have to be.  this also fixes snprintf(NULL, 0


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10247 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-07-02 23:13:23 +00:00
Assar Westerlund
6aa39985d7 moved to ../vers
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10234 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-07-02 22:12:35 +00:00
Assar Westerlund
cad734f23d *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10147 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-21 03:39:51 +00:00
Assar Westerlund
7a6618569d (pipe_execv): remove unused variable
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10146 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-21 03:38:03 +00:00
Johan Danielsson
457a5e072e x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10135 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-20 00:01:55 +00:00
Johan Danielsson
7e7111d259 fix typo in obviously never used sysctl case
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10134 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-20 00:00:38 +00:00
Johan Danielsson
c53a2134ed x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10133 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-19 23:53:35 +00:00
Johan Danielsson
99c4509d73 rename check_status to wait_for_process, and export it; function
pipe_execv similar to popen, but with more control over input and
output


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10132 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-19 23:53:23 +00:00
Johan Danielsson
4214063de9 prototypes for wait_for_process and pipe_execv
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10131 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-19 23:52:08 +00:00
Assar Westerlund
0981fa39e4 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10067 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-17 12:11:30 +00:00
Assar Westerlund
3566322074 add emalloc et al
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10066 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-17 12:11:24 +00:00
Assar Westerlund
46a12a3304 move emalloc et al to roken.h.in
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10065 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-17 12:11:06 +00:00
Assar Westerlund
e55b2b4f7e add for symmetry
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10064 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-17 12:09:37 +00:00
Assar Westerlund
4119cc2b75 make emalloc,ecalloc,erealloc,estrdup conditional
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10062 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-17 12:08:29 +00:00
Assar Westerlund
f1392e4cef use errx, errno might not be set, improve error message
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10061 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-17 12:08:05 +00:00
Johan Danielsson
64e9a29489 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10040 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-09 01:35:12 +00:00
Johan Danielsson
fe01f4f57a dns_srv_order to order srv records
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10039 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-09 01:35:04 +00:00
Johan Danielsson
ca530a2956 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10032 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-08 21:40:13 +00:00
Johan Danielsson
fbf3aa3ff5 Grog tries to figure out if to use mdoc.old instead of mdoc by looking
at some macros that were only present in the old version, and by
looking at the number of .Oo's present. In mdoc.old .Oo was a toggle,
but in mdoc it's closed by .Oc, so if the number of .Oo's is bigger
than the number of .Oc's, it figures it must be mdoc.old. This doesn't
however account for called Oc's, and thus grog thinks that valid pages
are mdoc.old when they infact are mdoc. So let's make sure that Oc's
are not called by other macros.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10031 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-06-08 21:39:56 +00:00
Assar Westerlund
bce2bbac23 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10016 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-29 13:12:58 +00:00
Assar Westerlund
91ab57c202 (main): initialize numerr
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10015 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-29 13:12:21 +00:00
Johan Danielsson
7fdf9c4cba build base64_test
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10014 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-29 09:48:20 +00:00
Johan Danielsson
12d4027fd4 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10013 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-28 17:33:52 +00:00
Johan Danielsson
cb3a6310d4 clean up the decode mess somewhat
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10012 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-28 17:33:41 +00:00
Johan Danielsson
90cb53e2c1 base64 tests
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10011 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-28 17:32:41 +00:00
Assar Westerlund
fc21f10051 fix typo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9993 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-18 18:00:12 +00:00
Johan Danielsson
249491b2a6 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9989 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-18 15:33:37 +00:00
Johan Danielsson
bad7d1baa4 just use standard C types with bswap*
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9988 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-18 15:32:58 +00:00
Johan Danielsson
c3069bdab9 just use standard C types
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9987 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-18 15:32:11 +00:00
Assar Westerlund
4035b04db4 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9985 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-17 03:11:05 +00:00
Assar Westerlund
7a08d98d30 include all the headers that AC_GROK_TYPES tries for finding u_int17_t
et al


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9984 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-17 03:10:49 +00:00
Assar Westerlund
21749c6fd6 make it kludge-compatilbe with bwap
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9983 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-17 01:28:49 +00:00
Assar Westerlund
7f5f6ada87 kludge for systems not having u_int{16,32}_t
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9982 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-17 01:28:24 +00:00
Assar Westerlund
95d3784467 add fallback definitions of u_int32_t and u_int16_t
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9980 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-17 00:27:43 +00:00
Assar Westerlund
a2ad896a59 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9977 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-17 00:03:44 +00:00
Assar Westerlund
dd8c0e783d bump version to 12:0:3
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9974 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-16 23:57:10 +00:00
Assar Westerlund
d0bb9f162e re-add set_progname and get_progname for backwards compatability
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9973 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-16 23:55:36 +00:00
Assar Westerlund
d1a3be20d4 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9934 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-12 15:20:06 +00:00
Assar Westerlund
dd8b41d37e add limits.h, from <shadow@dementia.org>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9932 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-12 15:17:55 +00:00
Johan Danielsson
a08e146274 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9913 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-11 14:05:07 +00:00
Johan Danielsson
0539274c18 bswap.c
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9912 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-11 14:04:57 +00:00
Johan Danielsson
b355c957b5 bswap{16,32}
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9911 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-11 14:04:30 +00:00
Johan Danielsson
9d52b652c1 typo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9901 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-11 09:10:32 +00:00