Fix more uses of static loadparm.
[samba-svnmirror.git] / source / web_server / web_server.c
2007-12-06 jelmerFix more uses of static loadparm.
2007-12-03 jelmerAdd loadparm context to the server service interface.
2007-12-02 jelmerMake loadparm_context part of a server task, move loadp...
2007-09-28 jelmerParse loadparm context to all lp_*() functions.
2007-09-08 jelmerFix some more warnings, use service pointer rather...
2007-09-08 jelmerMove param/param.h out of includes.h
2007-08-29 jelmerMore work allowing libutil to be used by external users.
2007-07-10 tridgeconvert Samba4 to GPLv3
2006-10-10 abartlet30 seconds is too short for a Samba4 provision to finis...
2006-09-27 metzetalloc_reference() can fail...
2006-08-17 metzemerge lib/netif into lib/socket and use -lnsl -lsocket...
2006-07-28 abartletSimply fail the tls_initialise if we don't have TLS...
2006-05-24 tridgemore talloc_set_destructor() typesafe fixes. nearly...
2006-05-02 abartletMove the TLS code behind the socket interface.
2006-03-09 metzeI just found the setproctitle library from alt linux:-)
2006-03-07 metzefix the build
2006-03-07 jelmerMore header splitups.
2006-03-07 jelmerSplit more prototypes out of include/proto.h + initial...
2005-10-12 tridgeThis patch isn't as big as it looks ...
2005-08-20 tridgefix a problem that volker noticed with web page timeout...
2005-08-18 tridgehandle errors reading from files in web server
2005-08-05 tridgecope with trailing garbage in POST contents in the...
2005-07-12 tpotWhen finished sending call stream_terminate_connection...
2005-06-25 tridgetask_terminate() is defined in the macosx headers,...
2005-06-19 tridgeonly enable tls on the ldaps port in ldap server, and...
2005-06-19 tridgeconverted the web server to use the lib/tls/ generic...
2005-05-27 tridgeadded tls support to the builtin web server. It auto...
2005-05-27 tridge- added support for application[] data, which is global...
2005-05-26 tridgeinstall the swat pages with 'make installswat'
2005-05-26 tridgefirst version of the builtin web server for Samba4