summaryrefslogtreecommitdiffhomepage
path: root/src/main.c
AgeCommit message (Expand)Author
2009-09-27strdup() the default stathost in config struct as it can be freedMukund Sivaraman
2009-09-21Rename conffile.[ch] to conf.[ch]Mukund Sivaraman
2009-09-20build: Remove use of the obsolete AC_TYPE_SIGNAL macroMukund Sivaraman
2009-09-20build: Rename autoconf variableMukund Sivaraman
2009-09-20Remove the target system information when the version is displayedMukund Sivaraman
2009-09-20Remove ability to change the name of the default configuration fileMukund Sivaraman
2009-09-15Make takesig() into a static functionMukund Sivaraman
2009-09-15Minor indenting changesMukund Sivaraman
2009-09-15Return instead of exit() at end of main()Mukund Sivaraman
2009-09-15Minor indenting changesMukund Sivaraman
2009-09-15Exit with proper status in case of bad commandline argumentsMukund Sivaraman
2009-09-15Add doc for change_user()Mukund Sivaraman
2009-09-15Return correct error status when setuid() or setgid() failsMukund Sivaraman
2009-09-15Extract setuid/setgid code into a functionMukund Sivaraman
2009-09-15Extract cmdline parsing code into a functionMukund Sivaraman
2009-09-15Remove unused variableMukund Sivaraman
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman