summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e048855)
raw | patch | inline | side by side (parent: e048855)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 12 Oct 2001 02:23:26 +0000 (02:23 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 12 Oct 2001 02:23:26 +0000 (02:23 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@300 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup-server | patch | blob | history |
diff --git a/roundup-server b/roundup-server
index 8fb6a55771ad5b1e1af2969aa1025b242b5c8764..090e46ca8fe2c3df10fb775bf7348f4652a8c1bc 100755 (executable)
--- a/roundup-server
+++ b/roundup-server
Based on CGIHTTPServer in the Python library.
-$Id: roundup-server,v 1.14 2001-10-12 02:20:32 richard Exp $
+$Id: roundup-server,v 1.15 2001-10-12 02:23:26 richard Exp $
"""
import sys
do_POST = run_cgi
-user = None
-
-def nobody_uid():
- """Internal routine to get nobody's uid"""
- global user
- if user:
- return user
-
def usage(message=''):
if message: message = 'Error: %s\n'%message
print '''%sUsage:
#
# $Log: not supported by cvs2svn $
+# Revision 1.14 2001/10/12 02:20:32 richard
+# server now handles setuid'ing much better
+#
# Revision 1.13 2001/10/05 02:23:24 richard
# . roundup-admin create now prompts for property info if none is supplied
# on the command-line.