Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-23 | s4-python: we need to include Python.h first | Andrew Tridgell | 1 | -1/+1 | |
If we don't include Python.h first then we get a pile of warnings due to broken redefines of XOPEN_SOURCE in the Python includes. | |||||
2009-09-18 | s4-server: kill main daemon if a task fails to initialise | Andrew Tridgell | 1 | -1/+1 | |
When one of our core tasks fails to initialise it can now ask for the server as a whole to die, rather than limping along in a degraded state. | |||||
2009-02-02 | s4:service_stream: s/private/private_data | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2009-02-02 | s4:service_task: s/private/private_data | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2009-02-02 | s4:web_server: s/private/private_data | Stefan Metzmacher | 2 | -3/+3 | |
metze | |||||
2009-02-02 | s4:web_server: s/private/private_data | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2009-01-08 | Avoid using a utility header for Python replacements included in Samba, | Jelmer Vernooij | 1 | -1/+5 | |
since this will not be shipped with talloc/tdb/tevent/etc. | |||||
2009-01-07 | s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 | Tim Prouty | 1 | -1/+1 | |
2009-01-06 | py: Properly increase the reference counter of Py_None. | Jelmer Vernooij | 1 | -4/+4 | |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -2/+2 | |
list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze | |||||
2008-12-23 | Fix more compiler warnings in various places. | Jelmer Vernooij | 1 | -4/+0 | |
2008-12-22 | Fix missing symbols issues when building with shared libraries. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 2 | -3/+3 | |
2008-09-24 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -1/+1 | |
This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c | |||||
2008-09-22 | s4: allways initialize the process model before it's used | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2008-09-21 | Revert "Rename smbd -> samba." | Jelmer Vernooij | 1 | -1/+1 | |
This reverts commit 0e9008be35a5b334bd65e6417193d4b8f27bdc36. | |||||
2008-09-21 | Rename smbd -> samba. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-21 | Allow SWAT to be run outside of smbd. | Jelmer Vernooij | 1 | -0/+5 | |
2008-09-21 | Support POST requests again, provide more variables in environment. | Jelmer Vernooij | 2 | -32/+75 | |
2008-09-21 | Make standard SWAT script print received headers. | Jelmer Vernooij | 1 | -2/+8 | |
2008-09-21 | First GET request works. SWAT now displays a Hello world message. | Jelmer Vernooij | 2 | -15/+32 | |
2008-09-21 | Properly call WSGI request handler when requests come in. | Jelmer Vernooij | 4 | -64/+198 | |
2008-09-21 | Remove support for ESP in the web server. | Jelmer Vernooij | 5 | -1066/+76 | |
2008-09-21 | Remove some dependencies of the web server on esp. | Jelmer Vernooij | 4 | -44/+61 | |
2008-09-21 | Add input / error stream objects in WSGI implementation. | Jelmer Vernooij | 1 | -13/+100 | |
2008-09-21 | Add more parts of the WSGI implementation. | Jelmer Vernooij | 1 | -2/+40 | |
2008-09-21 | Add initial work on WSGI support in the web server. | Jelmer Vernooij | 2 | -1/+70 | |
2008-09-21 | Rename http to esp, in preparation of adding a python backend. | Jelmer Vernooij | 3 | -11/+11 | |
2008-09-16 | Remove remaining embedded JavaScript support. | Jelmer Vernooij | 1 | -0/+1 | |
2008-05-26 | Fix import. | Jelmer Vernooij | 1 | -0/+27 | |
(This used to be commit 17231443a0e3b0ebc4b75db3d721fe0b4e1170c6) | |||||
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24) | |||||
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the ↵ | Jelmer Vernooij | 1 | -1/+2 | |
middle. (This used to be commit f4a77b96f9c17d853348b70794026e5b9e384942) | |||||
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit c41bd3005f5f0b9cfd3709fc9217b4a401d265b4) | |||||
2008-03-08 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit f2e49744717eb46bbfafeea9e2eb412a38a142e7) | |||||
2008-03-03 | Move object file lists to the Makefile. | Jelmer Vernooij | 1 | -3/+2 | |
(This used to be commit a7e6d2a1832db388fdafa1279f84c9a8bbfc87d6) | |||||
2008-02-04 | Remove useless layer of indirection, where every service called | Andrew Bartlett | 1 | -13/+1 | |
task_service_init() manually. Now this is called from service.c for all services. Andrew Bartlett (This used to be commit 9c9a4731cafd0dcf6c8523a7b06759cd4f14e4db) | |||||
2008-02-04 | Rework service init functions to pass down service name. This is | Andrew Bartlett | 1 | -1/+1 | |
needed to change prefork behaviour based on what service is being started. Andrew Bartlett and David Disseldorp (This used to be commit 0d830580e3539c96da3aa6c72fafe6eacd7a74a0) | |||||
2008-01-05 | r26672: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -4/+6 | |
(This used to be commit 18cd08623eaad7d2cd63b82ea5275d4dfd21cf00) | |||||
2007-12-21 | r26402: Require a talloc context in libnetif. | Jelmer Vernooij | 1 | -1/+3 | |
(This used to be commit a35e51871bbf1ab33fc316fa59e597b722769c50) | |||||
2007-12-21 | r26401: Don't cache interfaces context in libnetif. | Jelmer Vernooij | 1 | -2/+7 | |
(This used to be commit 9f975417cc66bfd4589da38bfd23731dbe0e6153) | |||||
2007-12-21 | r26325: Remove use of global_loadparm in netif. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit e452cb28594f23add7c00247ed39e8323aea78a6) | |||||
2007-12-21 | r26313: Fix more uses of static loadparm. | Jelmer Vernooij | 1 | -2/+3 | |
(This used to be commit 6fd0d9d3b75546d08c24c513e05b1843d5777608) | |||||
2007-12-21 | r26272: Remove global_loadparm in some more places. | Jelmer Vernooij | 1 | -5/+5 | |
(This used to be commit 1ab76ecc5311fa863e5d04899b6f110899818f55) | |||||
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more ↵ | Jelmer Vernooij | 1 | -1/+1 | |
uses of global_loadparm. (This used to be commit a33a5530545086b81a3b205aa109dff11c546926) | |||||
2007-12-21 | r26237: Add loadparm context to the server service interface. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 1386c5c92505a950c65411b8af74d703ce023f95) | |||||
2007-12-21 | r26235: Avoid global_loadparm. | Jelmer Vernooij | 1 | -5/+5 | |
(This used to be commit e9039782204389cc827e76da319d5ccf6d33be46) | |||||
2007-12-21 | r26227: Make loadparm_context part of a server task, move loadparm_contexts ↵ | Jelmer Vernooij | 1 | -3/+3 | |
further up the call stack. (This used to be commit 0721a07aada6a1fae6dcbd610b8783df57d7bbad) | |||||
2007-10-10 | r25454: Use standard bool types in a couple more places. | Jelmer Vernooij | 1 | -15/+15 | |
(This used to be commit 9243b551f30c7aa2763115516a6adcfe5bbddc58) | |||||
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58) | |||||
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 2 | -8/+8 | |
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238) |