summary refs log tree commit diff
path: root/bin
ModeNameSize
-rw-r--r--.gitignore199log plain blame
d---------1sh2329log plain
-rw-r--r--LICENSE34520log plain blame
-rw-r--r--Makefile2485log plain blame
-rw-r--r--README.71200log plain blame
-rw-r--r--aes.c1834log plain blame
-rw-r--r--beef.c3652log plain blame
-rw-r--r--bit.y4276log plain blame
-rw-r--r--bri.c2266log plain blame
-rw-r--r--dtch.c6522log plain blame
-rw-r--r--edit.sh136log plain blame
-rw-r--r--ever.c2211log plain blame
-rw-r--r--fbatt.c3437log plain blame
-rw-r--r--fbclock.c3758log plain blame
-rw-r--r--glitch.c13259log plain blame
-rw-r--r--hi.c20625log plain blame
-rw-r--r--hnel.c3276log plain blame
-rw-r--r--html.sh322log plain blame
d---------man1927log plain
d---------man333log plain
-rw-r--r--modem.c2658log plain blame
-rw-r--r--order.y5124log plain blame
-rw-r--r--pbd.c3920log plain blame
-rw-r--r--png.h3110log plain blame
-rw-r--r--pngo.c20741log plain blame
-rw-r--r--psf2png.c3173log plain blame
-rw-r--r--psfed.c15234log plain blame
-rw-r--r--ptee.c3092log plain blame
-rw-r--r--relay.c5848log plain blame
-rw-r--r--scheme.c6782log plain blame
-rw-r--r--shotty.c15264log plain blame
-rw-r--r--title.c5767log plain blame
-rw-r--r--ttpre.c1724log plain blame
-rw-r--r--up.sh1325log plain blame
-rw-r--r--when.y5725log plain blame
-rw-r--r--xx.c3184log plain blame
2:28:12 +0100'>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