summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Add pngo.1June McEnroe2018-09-07
* Use .Dl for examplesJune McEnroe2018-09-07
* Add pbd.1June McEnroe2018-09-07
* Add modem.1June McEnroe2018-09-07
* Add klon.6June McEnroe2018-09-07
* Pass "command ..." as one string to ArJune McEnroe2018-09-07
* Add hnel.1June McEnroe2018-09-07
* Link man pages in ~/.localJune McEnroe2018-09-07
* Symlink atch.1June McEnroe2018-09-07
* Add .Os macro to all man pagesJune McEnroe2018-09-07
* Add glitch.1June McEnroe2018-09-07
* List FRAMEBUFFER defaults in FILES sectionJune McEnroe2018-09-07
* Remove -width options from .BlJune McEnroe2018-09-07
* Add fbclock.1June McEnroe2018-09-07
* Add fbatt.1June McEnroe2018-09-07
* Revert "Add README.7"June McEnroe2018-09-07
* Add README.7June McEnroe2018-09-07
* Add dtch.1June McEnroe2018-09-07
* Add bri.1June McEnroe2018-09-07
* Add In for a World of HurtJune McEnroe2018-09-07
* Use tabs in READMEJune McEnroe2018-09-05
* Remove disown from READMEJune McEnroe2018-09-05
* Factor out pixelBits, pixelSize in glitchJune McEnroe2018-09-05
* Factor out pixelBits, pixelSize in pngoJune McEnroe2018-09-05
* Zero after mirrorJune McEnroe2018-09-05
* Simplify glitch -x -y to just zeroJune McEnroe2018-09-05
* Add glitch -x and -yJune McEnroe2018-09-05
* Add glitch -i to READMEJune McEnroe2018-09-04
* Add -i invert option to glitchJune McEnroe2018-09-04
* malloc IDAT chunks in pngo and glitchJune McEnroe2018-09-02
* Use PascalCase for constants in gfxJune McEnroe2018-09-02
* Use PascalCase for constantsJune McEnroe2018-09-02
* Remove colorcolumn at 100June McEnroe2018-09-02
* Install bc(1) on ArchJune McEnroe2018-09-02
* SendEnv LANGJune McEnroe2018-09-02
* Add New Order — TemptationJune McEnroe2018-08-27
* Add NetBSD to install.shJune McEnroe2018-08-26
* Show hostname in title over SSHJune McEnroe2018-08-24
* Alias bc='bc -l'June McEnroe2018-08-23
* Update usage of scheme in READMEJune McEnroe2018-08-20
* Use scheme.h in fbatt and fbclockJune McEnroe2018-08-20
* Generate scheme.hJune McEnroe2018-08-20
* Add dependencies on gfx.hJune McEnroe2018-08-20
* Add Blondie — Heart of GlassJune McEnroe2018-08-18
* Set FCEDIT=$EDITORJune McEnroe2018-08-18
* Only post commits with bodies to MastodonJune McEnroe2018-08-18
* Run tf/cfg link script with /bin/shJune McEnroe2018-08-18
* Run {,s,t}up with /bin/shJune McEnroe2018-08-18
* Use whence instead of typeJune McEnroe2018-08-18
* Cut off path components until right prompt fitsJune McEnroe2018-08-18
9fb4cc8eaa&follow=1'>auth: have cgit calculate login addressJason A. Donenfeld This way we're sure to use virtual root, or any other strangeness encountered. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-01-16auth: lua string comparisons are time invariantJason A. Donenfeld By default, strings are compared by hash, so we can remove this comment. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld This also gives us some CSRF protection. Note that we make use of the hmac to protect 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