Commits
- Commit:
c127fc49cfbf532409724a0e4644f4b2539e430f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: drop unused path parameter from got_get_repo_{owner,age}
ok jamsek
- Commit:
525dfdf4c8ff4fe146e1925f64a5f8e428795611
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: simplify gotweb_render_index
- drops the double loop; paginate in one go
- avoid lstat + got_path_dir_is_empty for each entry: use dt_type if
provided by the underlying filesystem
- fixes a memleak: before `continue' we need to call
gotweb_free_repo_dir
ok stsp
- Commit:
659fa237eb8559857da5f0451c00e98ce43254a6
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: use prev_disp to decide when to we've reached max_repos
instead of hardcoding d_i - 2 and so expecting only "." and ".." as
skipped entries, use t->prev_disp that is the number of repositories
traversed until now (both skipped due to the pagination and the ones
actually rendered.)
ok jamsek
- Commit:
0c2808e0c45424400028975a8975a7608c2ee3b8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
ignore regress/gotd/gotd.conf, it is generated by gotd's regression test suite
- Commit:
e18d071f3cc8912b9bfb6fb392689dc7394355dd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
getpwuid() returns NULL without setting errno if no user is found
pointed out by millert@
- Commit:
4cad5be9f88baeb0583b4b63a546f5815929a270
- From:
- Omar Polo <op@omarpolo.com>
- Date:
zap double grp.h include
spotted by Thomas
- Commit:
533abaaa4c6fa1e70dad2edc1ed7a94c07be94e0
- From:
- Omar Polo <op@omarpolo.com>
- Date:
forward-declare conf_new_access_rule
not all yacc implementations put the section in the same order: with
OpenBSD' yacc it's fine, with GNU' bison it results in a warning about
using an undeclared function conf_new_access_rule.
extracted from -portable via thomas, ok stsp@
- Commit:
0deb960709e3e94b2b79beb88bafc443d6d117f1
- From:
- Omar Polo <op@omarpolo.com>
- Date:
show full URL during got clone/fetch/send
discussed with and ok jamsek, stsp
- Commit:
5f94a4e005d31b60559a66dd5fa48b0ed7348d83
- From:
- Omar Polo <op@omarpolo.com>
- Date:
regress: consistently use ed -s
didn't know about -s when writing those tests; saves some output
redirection.
ok jamsek
- Commit:
8c6fc1468a57de4851e137b55bda5cd838e2f759
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename GOTD_SOCK_FILENO to GOTD_FILENO_MSG_PIPE for clarity (it's not a socket)
- Commit:
ea371198ec8b032e31b86ddef231db39756a3b44
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
cope with deleted references when reloading the tog log view
ok op jamsek
- Commit:
cee4532d76c69b664ebe0589c68439cf0b8054d7
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync files from diff.git 1dce05e8f99e9ab3e9229bf59e061ad0201a08e8
- Commit:
99fd9ff4bf6d3bee4a29f13ef4ae81aa36fdd4d5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
always cast ctype' is*() arguments to unsigned char
ok stsp@
- Commit:
a45aafaf9bf7910fed713ff35d6d051d463bae98
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
tedu Ted's copyright added to gotd.c by accident; doas-derived code is in auth.c
- Commit:
d5a5db9a703bfcc55f8c1755cca19f9ec5dac488
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a gotd auth test case for an explicitly denied group
ok op@
- Commit:
ec093ca72887803b109a43f72374f2be09e77109
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a gotd auth test case for explicitly denied users
ok op@
- Commit:
55f70a402ce99cc30701cace6ffb43e1da6dae7e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a test case for requests from users not listed in gotd.conf
ok op@
- Commit:
ddbe612c691511246aacb15046c1a202d0efcf75
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix group membership check in gotd auth
ok op@
- Commit:
c2a4f618fa3c9683fbb5f384b117f7e45a041122
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add missing RO and RW tokens; pointed out by op@
- Commit:
0ccf3acb6c3004ac41b46ad931024da1f4ea0e3e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement per-repository read/write authorization rules in gotd
ok op@
- Commit:
86b188ee113cde1b53e1d3544b40ce80ab7767a7
- From:
- Josiah Frentsos <jfrent@tilde.team>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
gotd: Don't include stdlib.h twice
- Commit:
d375d894c3c39971790fb6692b82b1e20fec6ce9
- From:
- Josiah Frentsos <jfrent@tilde.team>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
put manual page sections in the proper order
- Commit:
4eb4de73fd0e4fa2bf3766004570a12b96311b85
- From:
- Josiah Frentsos <jfrent@tilde.team>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
gotd.8: Add missing .El; gotd.conf.5: Fix typo EL -> El
- Commit:
4d0a005f116454ff188e87e59d95f25ee5dd3e13
- From:
- Josiah Frentsos <jfrent@tilde.team>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
gotsh.1: Add missing .Ed
- Commit:
a5a750bd4e48b1e35cc2df5b06c64852c3bbc87f
- From:
- Mikhail <mp39590@gmail.com>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
fix gotctl usage string