The Go programming language
Go to file
Russ Cox 16b38b554f add path.Clean and other utilities.
use path.Clean in web server to sanitize URLs.

http://triv/go/../../../etc/passwd

no longer serves the password file.
it redirects to

http://triv/etc/passwd

which then gets a 404.

R=r
DELTA=288  (286 added, 0 deleted, 2 changed)
OCL=27142
CL=27152
2009-04-07 00:40:07 -07:00
doc an attempt at simpler yet more correct semicolon rules. 2009-04-02 23:03:41 -07:00
include libmach: 2009-02-03 15:00:09 -08:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src add path.Clean and other utilities. 2009-04-07 00:40:07 -07:00
test not a bug by current understanding, so delete this file. 2009-04-07 00:15:49 -07:00
usr/gri Daily snapshot. 2009-04-03 16:19:22 -07:00