index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
web_server
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-waf: removed dependencies on missing subsystems
Andrew Tridgell
2010-10-21
1
-1
/
+1
*
wafsamba: Fix handling of pyembed/pyext.
Jelmer Vernooij
2010-10-10
1
-11
/
+12
*
wafsamba: Clarify needs_python argument name, use pyembed/pyext where
Jelmer Vernooij
2010-10-10
1
-3
/
+3
*
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2010-07-16
1
-7
/
+7
*
s4-python: python is not always in /usr/bin
Andrew Tridgell
2010-06-24
1
-1
/
+1
*
web_server: Don't build wsgi support as python module but rather as
Jelmer Vernooij
2010-06-18
1
-2
/
+3
*
s4:web_server/wsgi.c - free the "env" and "inputstream" objects on an "asprin...
Matthias Dieter Wallnöfer
2010-05-30
1
-0
/
+2
*
s4:web_server/wsgi.c - provide a better out-of-memory handling for an "asprin...
Matthias Dieter Wallnöfer
2010-05-28
1
-1
/
+2
*
s4:web_server/wsgi.c - fix "asprintf" call
Matthias Dieter Wallnöfer
2010-05-28
1
-1
/
+3
*
s4:web_server: use tsocket_address functions to get the local ip and port
Stefan Metzmacher
2010-04-28
3
-7
/
+13
*
Revert "s4:web_server: use tsocket_address functions to get the local ip and ...
Matthias Dieter Wallnöfer
2010-04-27
1
-11
/
+5
*
s4:web_server: use tsocket_address functions to get the local ip and port
Stefan Metzmacher
2010-04-27
1
-5
/
+11
*
s4-waf: more dependencies on talloc
Andrew Tridgell
2010-04-06
1
-2
/
+3
*
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
2010-04-06
1
-0
/
+2
*
build: commit all the waf build files in the tree
Andrew Tridgell
2010-04-06
1
-0
/
+14
*
s4:Remove "Py_RETURN_NONE" compatibility code
Matthias Dieter Wallnöfer
2010-02-09
1
-4
/
+0
*
s4-python: we need to include Python.h first
Andrew Tridgell
2009-10-23
1
-1
/
+1
*
s4-server: kill main daemon if a task fails to initialise
Andrew Tridgell
2009-09-18
1
-1
/
+1
*
s4:service_stream: s/private/private_data
Stefan Metzmacher
2009-02-02
1
-4
/
+4
*
s4:service_task: s/private/private_data
Stefan Metzmacher
2009-02-02
1
-3
/
+3
*
s4:web_server: s/private/private_data
Stefan Metzmacher
2009-02-02
2
-3
/
+3
*
s4:web_server: s/private/private_data
Stefan Metzmacher
2009-02-02
1
-2
/
+2
*
Avoid using a utility header for Python replacements included in Samba,
Jelmer Vernooij
2009-01-08
1
-1
/
+5
*
s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4
Tim Prouty
2009-01-07
1
-1
/
+1
*
py: Properly increase the reference counter of Py_None.
Jelmer Vernooij
2009-01-06
1
-4
/
+4
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
1
-2
/
+2
*
Fix more compiler warnings in various places.
Jelmer Vernooij
2008-12-23
1
-4
/
+0
*
Fix missing symbols issues when building with shared libraries.
Jelmer Vernooij
2008-12-22
1
-1
/
+1
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
2
-3
/
+3
*
Rename smbd -> samba.
Jelmer Vernooij
2008-09-24
1
-1
/
+1
*
s4: allways initialize the process model before it's used
Stefan Metzmacher
2008-09-22
1
-1
/
+1
*
Revert "Rename smbd -> samba."
Jelmer Vernooij
2008-09-21
1
-1
/
+1
*
Rename smbd -> samba.
Jelmer Vernooij
2008-09-21
1
-1
/
+1
*
Allow SWAT to be run outside of smbd.
Jelmer Vernooij
2008-09-21
1
-0
/
+5
*
Support POST requests again, provide more variables in environment.
Jelmer Vernooij
2008-09-21
2
-32
/
+75
*
Make standard SWAT script print received headers.
Jelmer Vernooij
2008-09-21
1
-2
/
+8
*
First GET request works. SWAT now displays a Hello world message.
Jelmer Vernooij
2008-09-21
2
-15
/
+32
*
Properly call WSGI request handler when requests come in.
Jelmer Vernooij
2008-09-21
4
-64
/
+198
*
Remove support for ESP in the web server.
Jelmer Vernooij
2008-09-21
5
-1066
/
+76
*
Remove some dependencies of the web server on esp.
Jelmer Vernooij
2008-09-21
4
-44
/
+61
*
Add input / error stream objects in WSGI implementation.
Jelmer Vernooij
2008-09-21
1
-13
/
+100
*
Add more parts of the WSGI implementation.
Jelmer Vernooij
2008-09-21
1
-2
/
+40
*
Add initial work on WSGI support in the web server.
Jelmer Vernooij
2008-09-21
2
-1
/
+70
*
Rename http to esp, in preparation of adding a python backend.
Jelmer Vernooij
2008-09-21
3
-11
/
+11
*
Remove remaining embedded JavaScript support.
Jelmer Vernooij
2008-09-16
1
-0
/
+1
*
Fix import.
Jelmer Vernooij
2008-05-26
1
-0
/
+27
*
Fix a couple (well, little more than that..) of typos.
Jelmer Vernooij
2008-05-18
1
-1
/
+1
*
Create prototype headers from Makefile directory, without smb_build in the mi...
Jelmer Vernooij
2008-05-18
1
-1
/
+2
*
Use variables for source directory in a couple more places.
Jelmer Vernooij
2008-05-18
1
-1
/
+1
*
Fix the build.
Jelmer Vernooij
2008-03-08
1
-1
/
+1
[next]