commit 037fce6676d77f393e33f41ac6bfff013f33945c from: Stefan Sperling date: Tue Jan 17 10:08:23 2023 UTC sync dist file list commit - bec0d92a2fd3ce4d070485dd05b811e5561885b2 commit + 037fce6676d77f393e33f41ac6bfff013f33945c blob - 1ead58d255acf59cc3547c69f091a88b2a8e2102 blob + d7a1103e03854459fed10f1c38dd953e9eb8361b --- got-dist.txt +++ got-dist.txt @@ -23,11 +23,15 @@ /gotctl/gotctl.c /gotd /gotd/Makefile +/gotd/auth.c +/gotd/auth.h /gotd/gotd.8 /gotd/gotd.c /gotd/gotd.conf.5 /gotd/gotd.h /gotd/imsg.c +/gotd/listen.c +/gotd/listen.h /gotd/log.c /gotd/log.h /gotd/parse.y @@ -37,6 +41,8 @@ /gotd/repo_read.h /gotd/repo_write.c /gotd/repo_write.h +/gotd/session.c +/gotd/session.h /gotsh /gotsh/Makefile /gotsh/gotsh.1 @@ -88,6 +94,7 @@ /gotwebd/libexec/got-read-tree /gotwebd/libexec/got-read-tree/Makefile /gotwebd/log.c +/gotwebd/pages.tmpl /gotwebd/parse.y /gotwebd/proc.c /gotwebd/proc.h @@ -310,20 +317,50 @@ /regress/fetch/Makefile /regress/fetch/fetch_test.c /regress/gotd +/regress/gotd/.gitignore /regress/gotd/Makefile /regress/gotd/README /regress/gotd/check_test_repo.sh /regress/gotd/common.sh /regress/gotd/prepare_test_repo.sh /regress/gotd/repo_read.sh +/regress/gotd/repo_read_access_denied.sh /regress/gotd/repo_write.sh /regress/gotd/repo_write_empty.sh +/regress/gotd/request_bad.sh /regress/idset /regress/idset/Makefile /regress/idset/idset_test.c /regress/path /regress/path/Makefile /regress/path/path_test.c +/regress/template +/regress/template/00-empty.tmpl +/regress/template/01-noise-only.tmpl +/regress/template/02-only-verbatim.tmpl +/regress/template/02.expected +/regress/template/03-block.tmpl +/regress/template/03.expected +/regress/template/04-flow.tmpl +/regress/template/04.expected +/regress/template/05-loop.tmpl +/regress/template/05.expected +/regress/template/06-escape.tmpl +/regress/template/06.expected +/regress/template/07-printf.tmpl +/regress/template/07.expected +/regress/template/Makefile +/regress/template/lists.h +/regress/template/runbase.c +/regress/template/runlist.c +/template +/template/Makefile +/template/parse.y +/template/template.1 +/template/template.7 +/template/template.c +/template/tmpl.c +/template/tmpl.h /tog /tog/Makefile /tog/tog.1