Wayne Davison
116bd19324
One more commonmark try.
2020-07-13 13:12:39 -07:00
Wayne Davison
883de22c29
Avoid a test failure if id didn't work.
2020-07-13 12:59:22 -07:00
Wayne Davison
18f500a7a4
Try another way to get commonmark working.
2020-07-13 12:59:07 -07:00
Wayne Davison
d14b0ca4db
Install commonmark on FreeBSD.
2020-07-13 12:18:13 -07:00
Wayne Davison
4156e7d464
Tweak lsh's Usage message & opening comment.
2020-07-13 12:01:00 -07:00
Wayne Davison
9e48da65c1
Search for commonmark pkg.
2020-07-13 12:00:56 -07:00
Wayne Davison
2cdf9416ee
Tweak brew run.
2020-07-13 10:41:26 -07:00
Wayne Davison
cd0c83e485
Setup a macOS CI.
2020-07-13 10:38:17 -07:00
Wayne Davison
0e814e956c
A couple more NEWS items.
2020-07-12 23:45:55 -07:00
Wayne Davison
f47e5a7732
Mention file & line on OOM and overflow errors.
...
Also simplify output of src file paths in errors & warnings when
built in a alternate build dir.
2020-07-12 23:25:21 -07:00
Wayne Davison
91fff802b9
Check for overflow the right way.
2020-07-12 22:45:01 -07:00
Wayne Davison
3c8ac20d63
Fix a typo.
2020-07-12 20:51:21 -07:00
Wayne Davison
38a521defd
More NEWS tweaks.
2020-07-12 20:49:01 -07:00
Wayne Davison
2f13049600
Add "@netgroup" names to host matching.
2020-07-12 19:16:57 -07:00
Wayne Davison
af531cf787
Add the --stop-after & --stop-at options.
2020-07-12 18:32:41 -07:00
Wayne Davison
d495e343c0
A few word tweaks.
2020-07-12 12:38:12 -07:00
Ben RUBSON
de7e4d00ab
Improve FreeBSD tests ( #61 )
...
Improve FreeBSD tests & use a ZFS mount for the CI's testtmp.
2020-07-12 12:36:02 -07:00
Wayne Davison
374cc1be74
Get my yaml continuation line right.
2020-07-11 16:22:48 -07:00
Wayne Davison
8b25488fe9
More CI tweaks
...
- Add to ubuntu build: make install & rsync-ssl test run
- Don't fail a build if samba.org daemon list has an issue.
2020-07-11 16:08:22 -07:00
Wayne Davison
4f5742baa0
Make sure FreeBSD has bash installed.
2020-07-11 15:51:05 -07:00
Wayne Davison
2b416de4ca
More FreeBSD script separation.
2020-07-11 15:37:51 -07:00
Wayne Davison
1f41b7dca1
Add a little more FreeBSD testing.
2020-07-11 15:32:51 -07:00
Wayne Davison
486e7852db
Add FreeBSD test & re-enable linux build.
2020-07-11 15:03:31 -07:00
Wayne Davison
a68a92793c
Just disable md2man on FreeBSD for now.
2020-07-11 12:28:05 -07:00
Wayne Davison
a84e8aced7
Add 2 more FreeBSD pkg installs.
2020-07-11 12:22:05 -07:00
Wayne Davison
3bc2d9aeaa
Add some FreeBSD pkg installs and pause on linux.
2020-07-11 12:11:13 -07:00
benrubson
6214c26bd3
Add FreeBSD CI
2020-07-11 11:54:33 -07:00
Wayne Davison
da7a350667
Some number & string improvements
...
- Use strdup(do_big_num(...)) to replace num_to_byte_string(...).
- Allow a ',' for a decimal point in a SIZE option in some locales.
- Get rid of old (now unused) strdup() compatibility function.
- Try harder to include the newline in a single error message write.
2020-07-11 11:39:36 -07:00
Wayne Davison
66ca4fc97b
Allow --block-size's size to have a suffix.
...
Change the block_size global to be an int32.
2020-07-10 13:00:42 -07:00
Wayne Davison
7d63f8b249
Add missing "M" in SIZE suffixes; mention bytes are the default.
2020-07-10 09:59:17 -07:00
Wayne Davison
bb1365dd77
Fix see_token zstd case.
2020-07-10 09:47:16 -07:00
Wayne Davison
bcc273d460
Clean more built .h files.
2020-07-09 15:18:11 -07:00
Wayne Davison
a6da3c67f8
Must read the nsec val even w/o CAN_SET_NSEC.
2020-07-08 14:17:01 -07:00
Wayne Davison
ab110fc8fb
Warning fixes & impossible-failure improvements
...
- Silence a couple warnings for less-common builds.
- Use a better impossible-failure idiom than assert(0).
2020-07-08 12:26:19 -07:00
Wayne Davison
7265d96116
Avoid non-updating proto.h on Alpine.
2020-07-07 23:50:55 -07:00
Wayne Davison
560b63b051
Avoid a test failure on Alpine.
2020-07-07 23:05:41 -07:00
Wayne Davison
0eb82a7c90
Fix xattr issue with MIGHT_NEED_PRE.
...
Fixes bugzilla 13113.
2020-07-07 20:07:31 -07:00
Wayne Davison
f92a5182fc
Tweak the NEWS.
2020-07-07 19:50:13 -07:00
Wayne Davison
fb6fabc116
Fix an xattr free of the wrong object.
...
In uncache_tmp_xattrs() the code used to find the value to unlink,
update the single-linked list, and then free the wrong pointer.
This fixes bug #50 .
2020-07-07 14:25:58 -07:00
Wayne Davison
c3269275a8
Don't use UNUSED() when an arg is used sometimes.
2020-07-07 13:12:51 -07:00
Wayne Davison
7e47855d47
Update the NEWS.
2020-07-07 12:38:20 -07:00
Wayne Davison
d2d6ad481a
Allow --max-alloc=0 for unlimited.
2020-07-07 11:56:23 -07:00
Wayne Davison
5dcb49c7dd
Allow --bwlimit=0 again.
2020-07-07 11:43:33 -07:00
Wayne Davison
19d8550cf4
One more TANDEM include.
2020-07-06 09:41:31 -07:00
Wayne Davison
7610f76aea
Remove another file_struct kluge.
2020-07-06 09:31:22 -07:00
Wayne Davison
59cb358fda
More TANDEM changes
...
- Handle a non-0 root uid.
- Handle alternate major/minor/MAKEDEV funcs.
- Other misc compatibility tweaks.
2020-07-06 00:05:46 -07:00
Wayne Davison
bb16db1747
Send the uid/gid 0 name since not all systems use 0 for root.
2020-07-05 22:51:12 -07:00
Wayne Davison
d6f0342a34
Change name map funcs to return a const char*.
2020-07-05 22:17:09 -07:00
Wayne Davison
6f6e5b51cc
Some TANDEM ACL support.
2020-07-05 20:09:16 -07:00
Wayne Davison
28de25a664
Some whitespace & paren cleanup.
2020-07-05 20:09:13 -07:00