summaryrefslogtreecommitdiff
path: root/source4/echo_server
AgeCommit message (Expand)AuthorFilesLines
2019-07-16s4 echo_server: Enable prefork process modelGary Lockyer1-1/+1
2018-11-01source4 smdb: Add a post fork hook to the service APIGary Lockyer1-7/+11
2018-11-01source4 smbd: Make the service_details structure constant.Gary Lockyer1-1/+1
2017-10-19source4/smbd: Do not overstamp the process model with "single"Gary Lockyer1-23/+4
2017-10-19 source4/smbd: refactor the process model for preforkGary Lockyer1-1/+5
2017-05-11s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2016-01-13Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij1-0/+1
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2013-12-12s4:echo_server fix compiler warningsChristian Ambach1-2/+1
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett1-1/+1
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-1/+2
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett1-2/+2
2011-06-06s4-ipv6: update callers to load_interface_list()Andrew Tridgell1-1/+1
2011-05-08s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett1-5/+5
2011-03-19source4/: Fix prototypes for all functions in various subsystems.Jelmer Vernooij1-0/+2
2010-12-09s4: Implement UDP echo server exampleKai Blin3-0/+387