1. 26 10月, 2006 1 次提交
  2. 28 9月, 2006 1 次提交
    • J
      Cleaned up git-daemon virtual hosting support. · dd467629
      Jon Loeliger 提交于
      Standardized on lowercase hostnames from client.
      
      Added interpolation values for the IP address, port and
      canonical hostname of the server as it is contacted and
      named by the client and passed in via the extended args.
      
      Added --listen=host_or_ipaddr option suport.  Renamed port
      variable as "listen_port" correspondingly as well.
      
      Documented mutual exclusivity of --inetd option with
          --user, --group, --listen and --port options.
      
      Added compat/inet_pton.c from Paul Vixie as needed.
      
      Small memory leaks need to be cleaned up still.
      Signed-off-by: NJon Loeliger <jdl@jdl.com>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      dd467629
  3. 21 9月, 2006 1 次提交
  4. 07 9月, 2006 1 次提交
  5. 28 8月, 2006 1 次提交
  6. 23 8月, 2006 1 次提交
  7. 28 7月, 2006 1 次提交
  8. 04 6月, 2006 1 次提交
  9. 10 3月, 2006 1 次提交
  10. 06 2月, 2006 1 次提交
    • J
      daemon: extend user-relative path notation. · 603968d2
      Junio C Hamano 提交于
      Earlier, we made --base-path to automatically forbid
      user-relative paths, which was probably a mistake.  This
      introduces --user-path (or --user-path=path) option to control
      the use of user-relative paths independently.  The latter form
      of the option can be used to restrict accesses to a part of each
      user's home directory, similar to "public_html" some webservers
      supports.
      
      If we're invoked with --user-path=FOO option, then a URL of the
      form git://~USER/PATH/... resolves to the path HOME/FOO/PATH/...,
      where HOME is USER's home directory.
      
      [jc: This is much reworked by me so bugs are mine, but the
       original patch was done by Mark Wooding.]
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      603968d2
  11. 08 1月, 2006 1 次提交
  12. 06 1月, 2006 1 次提交
  13. 22 11月, 2005 2 次提交
  14. 17 11月, 2005 1 次提交
  15. 15 11月, 2005 1 次提交
  16. 21 10月, 2005 1 次提交
  17. 11 10月, 2005 1 次提交
  18. 25 9月, 2005 2 次提交
  19. 21 9月, 2005 1 次提交
  20. 30 8月, 2005 1 次提交
  21. 23 8月, 2005 1 次提交