sup

small tool for privilege escalation
git clone https://git.parazyd.org/sup
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2021-04-03 11:34Strip resulting binary.parazyd1+3-3
2021-01-27 14:19Reduce die function scope and remove guard macro from sha256.h.parazyd2+1-6
2021-01-27 14:11Indentation tweaks in sup.cparazyd1+19-13
2021-01-27 14:09Add .PHONY targets in the Makefile.parazyd1+2-0
2021-01-27 14:08Simplify Makefile and use system flags if there are any.parazyd4+16-22
2020-05-13 12:36Makefile fixes and tweaks.parazyd2+4-4
2019-07-08 16:05Add more information in the manpage.parazyd1+4-2
2019-07-08 16:04Small layout cleanup of sup.c.parazyd1+2-5
2019-07-03 10:26Add README.parazyd1+16-0
2019-07-02 12:11Fix typo in sup.1.parazyd1+1-1
2019-07-02 11:05Remove TODO file.parazyd1+0-1
2019-07-02 11:03Rewrite manpage.parazyd1+19-16
2019-07-02 11:00Rewrite C code and add SHA256 support.parazyd2+103-88
2019-07-02 11:00Add arg.h.parazyd1+50-0
2019-07-02 10:46Rewrite Makefile and add sha256 sources.parazyd4+321-26
2019-07-02 10:40Add GPLv3 license.parazyd1+677-0
2011-03-31 18:56* Find binaries in PATH when specified in path '*' * Check return value of lstatpancake2+39-11
2010-01-03 23:06* Add contextual error information in die()pancake@dazo1+12-12
2009-12-14 01:17* If installed file has no write perms we must install it with 'cp'pancake@dazo1+1-1
2009-12-14 01:14* Oops. missing mkdir -p for manpage installpancake@dazo1+1-0
2009-12-14 01:08* Do not fail on chown/chmodpancake@dazo1+2-2
2009-12-14 00:54* Fix syntax indentation issuepancake@dazo1+2-2
2009-12-14 00:39* Handle CFLAGS/LDFLAGS in Makefile - Build with -O2 -Wall by default * Clean up some warningspancake@dazo2+5-4
2009-12-14 00:30* Use chroot () in a secure way - chdir+chroot * Added CHRDIR to chdir after chrooting * Fix support to 'run any command'pancake@dazo2+8-3
2009-12-14 00:02* Initial import of 'sup' into mercurialpancake@dazo5+145-0