index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
web_server
/
web_server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-18
s4-server: kill main daemon if a task fails to initialise
Andrew Tridgell
1
-1
/
+1
2009-02-02
s4:service_stream: s/private/private_data
Stefan Metzmacher
1
-4
/
+4
2009-02-02
s4:service_task: s/private/private_data
Stefan Metzmacher
1
-3
/
+3
2009-02-02
s4:web_server: s/private/private_data
Stefan Metzmacher
1
-2
/
+2
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-2
/
+2
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-09-22
s4: allways initialize the process model before it's used
Stefan Metzmacher
1
-1
/
+1
2008-09-21
First GET request works. SWAT now displays a Hello world message.
Jelmer Vernooij
1
-13
/
+31
2008-09-21
Properly call WSGI request handler when requests come in.
Jelmer Vernooij
1
-29
/
+13
2008-09-21
Remove support for ESP in the web server.
Jelmer Vernooij
1
-4
/
+59
2008-09-21
Remove some dependencies of the web server on esp.
Jelmer Vernooij
1
-5
/
+15
2008-09-21
Rename http to esp, in preparation of adding a python backend.
Jelmer Vernooij
1
-2
/
+2
2008-02-04
Remove useless layer of indirection, where every service called
Andrew Bartlett
1
-13
/
+1
2008-02-04
Rework service init functions to pass down service name. This is
Andrew Bartlett
1
-1
/
+1
2008-01-05
r26672: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
1
-4
/
+6
2007-12-21
r26402: Require a talloc context in libnetif.
Jelmer Vernooij
1
-1
/
+3
2007-12-21
r26401: Don't cache interfaces context in libnetif.
Jelmer Vernooij
1
-2
/
+7
2007-12-21
r26325: Remove use of global_loadparm in netif.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
1
-2
/
+3
2007-12-21
r26237: Add loadparm context to the server service interface.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26227: Make loadparm_context part of a server task, move loadparm_contexts f...
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24780: More work allowing libutil to be used by external users.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r19225: 30 seconds is too short for a Samba4 provision to finish. Make the
Andrew Bartlett
1
-1
/
+1
2007-10-10
r18944: talloc_reference() can fail...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r17286: Simply fail the tls_initialise if we don't have TLS compiled in.
Andrew Bartlett
1
-3
/
+11
2007-10-10
r15855: more talloc_set_destructor() typesafe fixes. nearly done ...
Andrew Tridgell
1
-2
/
+1
2007-10-10
r15400: Move the TLS code behind the socket interface.
Andrew Bartlett
1
-7
/
+6
2007-10-10
r14079: I just found the setproctitle library from alt linux:-)
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r13941: fix the build
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13926: More header splitups.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r10913: This patch isn't as big as it looks ...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r9409: fix a problem that volker noticed with web page timeouts causing smbd
Andrew Tridgell
1
-1
/
+15
2007-10-10
r9389: handle errors reading from files in web server
Andrew Tridgell
1
-4
/
+5
2007-10-10
r9122: cope with trailing garbage in POST contents in the web server
Andrew Tridgell
1
-1
/
+4
2007-10-10
r8351: When finished sending call stream_terminate_connection() with a nice
Tim Potter
1
-4
/
+4
2007-10-10
r7911: task_terminate() is defined in the macosx headers, so change the name
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7751: only enable tls on the ldaps port in ldap server, and reject non-tls
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7744: converted the web server to use the lib/tls/ generic tls code
Andrew Tridgell
1
-7
/
+9
2007-10-10
r7013: added tls support to the builtin web server. It auto-detects if the cl...
Andrew Tridgell
1
-3
/
+11
2007-10-10
r6998: - added support for application[] data, which is global to all clients...
Andrew Tridgell
1
-0
/
+7
2007-10-10
r6982: install the swat pages with 'make installswat'
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6981: first version of the builtin web server for Samba4
Andrew Tridgell
1
-0
/
+252