]> Zhao Yanbai Git Server - minix.git/commit
Initial revision
authorBen Gras <ben@minix3.org>
Mon, 19 Jun 2006 14:55:09 +0000 (14:55 +0000)
committerBen Gras <ben@minix3.org>
Mon, 19 Jun 2006 14:55:09 +0000 (14:55 +0000)
commitaa5efff20302f2e232315dd6c2b21ca343c59b92
tree397f256fc8a965387372886b1b4305e28148ce6d
parentede3e5ab83efe86b4257900549b6c84f77c81bf1
Initial revision
43 files changed:
commands/ftp101/Makefile [new file with mode: 0644]
commands/ftp101/README [new file with mode: 0644]
commands/ftp101/crc.c [new file with mode: 0644]
commands/ftp101/file.c [new file with mode: 0644]
commands/ftp101/file.h [new file with mode: 0644]
commands/ftp101/ftp.1 [new file with mode: 0644]
commands/ftp101/ftp.c [new file with mode: 0644]
commands/ftp101/ftp.h [new file with mode: 0644]
commands/ftp101/local.c [new file with mode: 0644]
commands/ftp101/local.h [new file with mode: 0644]
commands/ftp101/net.c [new file with mode: 0644]
commands/ftp101/net.h [new file with mode: 0644]
commands/ftp101/other.c [new file with mode: 0644]
commands/ftp101/other.h [new file with mode: 0644]
commands/ftp101/xfer.c [new file with mode: 0644]
commands/ftp101/xfer.h [new file with mode: 0644]
commands/httpd0995/Makefile [new file with mode: 0644]
commands/httpd0995/README [new file with mode: 0644]
commands/httpd0995/SECURITY [new file with mode: 0644]
commands/httpd0995/cgiexec.c [new file with mode: 0644]
commands/httpd0995/config.c [new file with mode: 0644]
commands/httpd0995/config.h [new file with mode: 0644]
commands/httpd0995/dir2html.c [new file with mode: 0644]
commands/httpd0995/dir2html.sh [new file with mode: 0755]
commands/httpd0995/http.h [new file with mode: 0644]
commands/httpd0995/http_status.5 [new file with mode: 0644]
commands/httpd0995/httpd.8 [new file with mode: 0644]
commands/httpd0995/httpd.c [new file with mode: 0644]
commands/httpd0995/httpd.conf [new file with mode: 0644]
commands/httpd0995/httpd.conf.5 [new file with mode: 0644]
commands/httpd0995/httpd.mtype [new file with mode: 0644]
commands/httpd0995/httpd0995.txt [new file with mode: 0644]
commands/httpd0995/net.c [new file with mode: 0644]
commands/httpd0995/net.h [new file with mode: 0644]
commands/httpd0995/pass.c [new file with mode: 0644]
commands/httpd0995/pass.h [new file with mode: 0644]
commands/httpd0995/police.c [new file with mode: 0644]
commands/httpd0995/process.c [new file with mode: 0644]
commands/httpd0995/proxy.c [new file with mode: 0644]
commands/httpd0995/reply.c [new file with mode: 0644]
commands/httpd0995/request.c [new file with mode: 0644]
commands/httpd0995/utility.c [new file with mode: 0644]
commands/httpd0995/utility.h [new file with mode: 0644]