about summary refs log tree commit diff homepage
ModeNameSize
-rw-r--r--.gitignore86log plain blame
-rw-r--r--LICENSE34520log plain blame
-rw-r--r--Makefile1398log plain blame
-rw-r--r--README568log plain blame
-rw-r--r--client.c11889log plain blame
-rw-r--r--help.c5125log plain blame
-rw-r--r--index.html243log plain blame
-rw-r--r--merge.c3513log plain blame
-rw-r--r--meta.c1391log plain blame
-rw-r--r--server.c10826log plain blame
-rwxr-xr-xsnapshot.sh177log plain blame
-rw-r--r--sshd_config272log plain blame
-rw-r--r--termcap.diff618log plain blame
-rw-r--r--torus.h3120log plain blame
ct the redirect value. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld This leverages the new lua support. See filters/simple-authentication.lua for explaination of how this works. There is also additional documentation in cgitrc.5.txt. Though this is a cookie-based approach, cgit's caching mechanism is preserved for authenticated pages. Very plugable and extendable depending on user needs. The sample script uses an HMAC-SHA1 based cookie to store the currently logged in user, with an expiration date. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-01-16t0111: Additions and fixesLukas Fleischer * Rename the capitalize-* filters to dump.* since they also dump the arguments. * Add full argument validation to the email filters. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-16parsing.c: Remove leading space from committerLukas Fleischer