Commit graph

205 commits

Author SHA1 Message Date
Jakobus Schürz efdab87466 loop removed 2019-08-01 22:44:42 +02:00
Jakobus Schürz ba197a1ea7 print line 2019-08-01 22:43:25 +02:00
Jakobus Schürz 0d631132e0 debug 2019-08-01 22:41:53 +02:00
Jakobus Schürz b88948bb2c debug 2019-08-01 22:34:11 +02:00
Jakobus Schürz 9b3b7ae6c2 debug 2019-08-01 22:29:29 +02:00
Jakobus Schürz 7d993c0b10 debug 2019-08-01 22:27:28 +02:00
Jakobus Schürz 60cf43a0db typo fixed 2019-08-01 20:59:17 +02:00
Jakobus Schürz 2b9038c797 typo fixed 2019-08-01 20:58:05 +02:00
Jakobus Schürz bd57935d6e First step AuthorizedPrincipalCommand added 2019-08-01 17:50:55 +02:00
Jakobus Schürz 7b97347875 principals in keydir/principals 2019-07-31 18:24:41 +02:00
Jakobus Schürz c82e894f7e None logging fixed 2019-07-31 18:20:02 +02:00
Jakobus Schürz b3f7f15d18 logging debug 2019-07-31 18:18:27 +02:00
Jakobus Schürz 106522cee3 debug added 2019-07-31 18:15:19 +02:00
Jakobus Schürz 161308d25d check auf leerzeichen im pubkey 2019-07-31 18:11:32 +02:00
Jakobus Schürz ac1b52852f bool 2019-07-31 18:08:25 +02:00
Jakobus Schürz 5fe6c8b0d4 logger->logging 2019-07-31 18:03:01 +02:00
Jakobus Schürz 4dcd1f3d8c Debug added 2019-07-31 18:02:01 +02:00
Jakobus Schürz d98c6cc974 logging added 2019-07-31 17:54:55 +02:00
Jakobus Schürz a3a565ed27 ssh -> ssh_principals 2019-07-31 17:09:56 +02:00
Jakobus Schürz d1e27e536e debug 2019-07-31 17:07:50 +02:00
Jakobus Schürz 078686cd17 DEBUG -> "DEBUG" 2019-07-31 17:01:16 +02:00
Jakobus Schürz af521f67a0 loglevel debug added 2019-07-31 16:21:51 +02:00
Jakobus Schürz 00e9d7db66 ´filename in quotes 2019-07-31 16:19:55 +02:00
Jakobus Schürz e49279d689 filehandle for logger added 2019-07-31 16:18:48 +02:00
Jakobus Schürz e9fd563ccf debug 2019-07-31 12:55:19 +02:00
Jakobus Schürz 954588c5ed debug 2019-07-31 12:53:22 +02:00
Jakobus Schürz 5264a15b25 pubkey handling 2019-07-31 12:49:07 +02:00
Jakobus Schürz 0b35036df6 fixed missing colon in if statement 2019-07-31 12:42:09 +02:00
Jakobus Schürz 72b551f6b0 if only a username is given on init, it is used as principal. no
pubkey-handling
2019-07-31 11:58:39 +02:00
Jakobus Schürz a6c329e7be added ssh-principals 2019-07-31 09:46:03 +02:00
Garry Dolley f7c1a0e219 Added --quiet to git-init
git-init will only print error and warning messages.  Tests run a lot quieter now.
2015-01-22 12:16:17 -08:00
Tommi Virtanen b391399176 Add git-archive --remote= support to gitosis-serve.
Now read access implies ability to grab archives remotely.
To allow that through git-daemon (for symmetricality),
run "git config --system daemon.uploadarch true".
2015-01-22 12:07:24 -08:00
Tommi Virtanen 678f196311 Expose current user to hooks as environment variable GITOSIS_USER 2015-01-22 11:53:01 -08:00
Tommi Virtanen 2d971ca95c Remove Debian packaging, downstream has deviated too much anyway 2015-01-22 11:26:51 -08:00
Tommi Virtanen 9e1cbc0d8d Use dashless form for git daemon 2015-01-22 10:51:55 -08:00
Tommi Virtanen e7d8875797 Use dashless form for git update-server-info 2015-01-22 10:43:30 -08:00
Tommi Virtanen 28dfea5f4d Make sure admin repo post-update hook is executable 2015-01-22 10:39:26 -08:00
Tommi Virtanen dcffc1739e Make tests cope with random dict ordering 2015-01-22 10:23:04 -08:00
Alexey Poimtsev 9481bb0330 Update README.rst 2014-01-22 15:25:20 +03:00
Tommi Virtanen dedb3dc63f Let even readonly operations init a repo if needed.
Git >=1.6.2 support cloning empty repositories; this is a good way to
bootstrap development on a new repository.
2009-09-16 22:32:59 -07:00
Tommi Virtanen 4b19d45a3b Fix unit test failure with git >=1.6.0 2009-09-16 22:28:17 -07:00
Tommi Virtanen 73a0325204 Use "git shell" instead of "git-shell", for compatibility with git 1.6. 2008-08-25 19:55:45 +03:00
Tommi Virtanen 7e407d1013 Add a MANIFEST.in to please setuptools sdist. 2008-07-30 14:20:43 +03:00
Tommi Virtanen 72c754b2f0 Accept "git upload-pack" etc, for future compatibility. 2008-06-26 11:33:48 +03:00
Tommi Virtanen 38561aa6a5 Understand the popular gitosis.conf typo "writeable".
Log a warning still, don't want that to get too common.
2008-04-19 19:10:36 +03:00
Tommi Virtanen a938dccf82 Show how group sections in config can be used in example.conf. 2008-04-15 15:52:17 +03:00
Tommi Virtanen 4d8ba7788d Allow absolute paths in repo paths, treat them as relative.
As the only convenient way to use non-standard SSH ports with git is
via the ssh://user@host:port/path syntax, and that syntax forces
absolute urls, just force convert absolute paths to relative paths;
you'll never really want absolute paths via gitosis, anyway.
2008-03-19 21:55:19 +02:00
Tommi Virtanen f839f889b6 Make serve acceptable path unit tests more careful.
Tests used to trigger the wanted security exception merely by being
unquoted, that's not good enough.
2008-03-19 21:52:03 +02:00
Tommi Virtanen f7bcd554fa Test that incoming paths cannot contain /../ 2008-03-19 21:28:46 +02:00
Tommi Virtanen e1d150daf5 Show alternate gitweb.conf access control config. 2008-02-19 08:57:59 +02:00