summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison1-6/+4
2007-10-10r925: add changes frpm trunk (r841 and r842) -- enable background queue updat...Gerald Carter1-6/+7
2007-10-10r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.Jeremy Allison1-0/+4
2004-03-26Fix bug #1211. Ensure accept socket is in non-blocking state in case of networkJeremy Allison1-1/+10
2004-02-19Fix the "too many fcntl locks" scalability problem raised by tridge.Jeremy Allison1-14/+20
2004-02-12merge from old APP_HEADGerald Carter1-0/+2
2004-02-08More 'static' work.Andrew Bartlett1-1/+1
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett1-1/+1
2004-01-11update copyright to -2004Stefan Metzmacher1-1/+1
2003-11-07Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke1-1/+1
2003-10-29parameterise the listen backlog in smbd and make it larger by default. A back...Andrew Tridgell1-2/+2
2003-08-20metze's autogenerate patch for version.hGerald Carter1-1/+1
2003-07-08Moved SAM_ACCOUNT marshall/unmarshall functions to make them externallyJeremy Allison1-2/+0
2003-07-07and so it begins....Gerald Carter1-13/+1
2003-07-04This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett1-7/+13
2003-07-02Fixing problems in the iconv discovery stuff in configure.in.Richard Sharpe1-0/+1
2003-06-27Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison1-2/+6
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-3/+0
2003-05-27More fixes for builddir != srcdir.Tim Potter1-0/+6
2003-05-12And finally IDMAP in 3_0Simo Sorce1-0/+6
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-7/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+7
2003-05-06Patch from metze to add exit and interval events. Useful for modulesJelmer Vernooij1-0/+3
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett1-0/+1
2003-04-16Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij1-0/+4
2003-04-14Merge:Tim Potter1-23/+0
2003-04-14Merge Jelmer's popt updates from HEAD.Tim Potter1-6/+2
2003-03-30update copyright notice since it we are now almost 4 months into 2003Gerald Carter1-1/+1
2003-03-18Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett1-2/+2
2003-02-05Check for too many processes *before* the fork.Jeremy Allison1-2/+36
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison1-1/+1
2003-01-14make -i flag work lik eit did in 2.2Gerald Carter1-2/+5
2003-01-09Moved smbd process counting functions from smbd/server.c to smbd/process.cHerb Lewis1-30/+0
2003-01-08Ensure we don't get an invalid number for total smbd's if the tdb updateJeremy Allison1-1/+17
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-2/+16
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-4/+5
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-7/+24
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-17/+6
2002-11-09Last sync with HEADJelmer Vernooij1-105/+27
2002-10-31Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison1-4/+7
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-5/+5
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-59/+98
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-13/+10
2002-04-11This split the mangling code up to allow for the possibility of multipleAndrew Tridgell1-1/+1
2002-04-08Reintroduce the 2.2 name mangling code, until we get are more flexible solution.Andrew Bartlett1-4/+0
2002-03-29added shutdown to smbdJean-François Micouleau1-0/+6
2002-03-14Now we have reliable signals take SIGTERM inband.Jeremy Allison1-42/+49
2002-03-05Added Herb's fix to override log level from command line.Jeremy Allison1-0/+2
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-1/+1