index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
web_server
/
web_server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:misc: remove last usage of legacy event_ fn names
Simo Sorce
2011-08-14
1
-4
/
+4
*
s4-ipv6: update callers to load_interface_list()
Andrew Tridgell
2011-06-06
1
-1
/
+1
*
s4-webserver: fixed a talloc reference error on startup failure
Andrew Tridgell
2011-06-06
1
-3
/
+3
*
s4-ipv6: use "ip" instead of "ipv4" for servers
Andrew Tridgell
2011-06-06
1
-1
/
+1
*
s4-ipv6: use iface_list_wildcard() to listen on IPv6
Andrew Tridgell
2011-06-06
1
-7
/
+17
*
s4-interfaces Rename interfaces code so not to conflict with source3/
Andrew Bartlett
2011-05-08
1
-3
/
+3
*
source4/: Fix prototypes for all functions in various subsystems.
Jelmer Vernooij
2011-03-19
1
-0
/
+2
*
web_server: Fix initialization.
Jelmer Vernooij
2011-01-17
1
-3
/
+6
*
s4:web_server - immeditately assign "wdata" as private data for the stream so...
Matthias Dieter Wallnöfer
2011-01-14
1
-11
/
+11
*
s4:web_server/*.c - optimise includes
Matthias Dieter Wallnöfer
2010-12-12
1
-7
/
+2
*
s4-server: make server sockets a child of the task context
Andrew Tridgell
2010-11-15
1
-2
/
+3
*
s4-smbd: don't initialise process models more than once
Andrew Tridgell
2010-10-30
1
-1
/
+1
*
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2010-07-16
1
-7
/
+7
*
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
1
-2
/
+2
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
1
-2
/
+2
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
s4: allways initialize the process model before it's used
Stefan Metzmacher
2008-09-22
1
-1
/
+1
*
First GET request works. SWAT now displays a Hello world message.
Jelmer Vernooij
2008-09-21
1
-13
/
+31
*
Properly call WSGI request handler when requests come in.
Jelmer Vernooij
2008-09-21
1
-29
/
+13
*
Remove support for ESP in the web server.
Jelmer Vernooij
2008-09-21
1
-4
/
+59
*
Remove some dependencies of the web server on esp.
Jelmer Vernooij
2008-09-21
1
-5
/
+15
*
Rename http to esp, in preparation of adding a python backend.
Jelmer Vernooij
2008-09-21
1
-2
/
+2
*
Remove useless layer of indirection, where every service called
Andrew Bartlett
2008-02-04
1
-13
/
+1
*
Rework service init functions to pass down service name. This is
Andrew Bartlett
2008-02-04
1
-1
/
+1
*
r26672: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
2008-01-05
1
-4
/
+6
*
r26402: Require a talloc context in libnetif.
Jelmer Vernooij
2007-12-21
1
-1
/
+3
*
r26401: Don't cache interfaces context in libnetif.
Jelmer Vernooij
2007-12-21
1
-2
/
+7
*
r26325: Remove use of global_loadparm in netif.
Jelmer Vernooij
2007-12-21
1
-2
/
+2
*
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
2007-12-21
1
-2
/
+3
*
r26237: Add loadparm context to the server service interface.
Jelmer Vernooij
2007-12-21
1
-0
/
+1
*
r26227: Make loadparm_context part of a server task, move loadparm_contexts f...
Jelmer Vernooij
2007-12-21
1
-3
/
+3
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r24780: More work allowing libutil to be used by external users.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r19225: 30 seconds is too short for a Samba4 provision to finish. Make the
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r18944: talloc_reference() can fail...
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r17286: Simply fail the tls_initialise if we don't have TLS compiled in.
Andrew Bartlett
2007-10-10
1
-3
/
+11
*
r15855: more talloc_set_destructor() typesafe fixes. nearly done ...
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r15400: Move the TLS code behind the socket interface.
Andrew Bartlett
2007-10-10
1
-7
/
+6
*
r14079: I just found the setproctitle library from alt linux:-)
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r13941: fix the build
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r13926: More header splitups.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r10913: This patch isn't as big as it looks ...
Andrew Tridgell
2007-10-10
1
-1
/
+1
[next]