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