summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-24Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij1-4/+0
2003-03-22Add nicer --help headersJelmer Vernooij1-1/+1
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij1-3/+4
2003-03-08Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett1-2/+2
2003-03-01i forgot to commit the privilege db init callAndrew Tridgell1-0/+4
2003-02-27- Rename 'modules = ' to 'preload modules = 'Jelmer Vernooij1-2/+1
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.cTim Potter1-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-02BIG patch...Andrew Bartlett1-4/+5
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-7/+24
2002-11-26Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett1-0/+1
2002-11-13Load modules in lp_modules() after fork()Jelmer Vernooij1-0/+4
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-17/+6
2002-11-08Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett1-3/+0
2002-11-07Make append_log work againJelmer Vernooij1-0/+3
2002-11-04Handle -p correctlyJelmer Vernooij1-1/+1
2002-11-04Make IRIX happyJelmer Vernooij1-3/+3
2002-11-02Remove obsolete function usage and some unused variablesJelmer Vernooij1-27/+1
2002-11-02Convert to popt.Jelmer Vernooij1-75/+23
2002-10-31Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison1-4/+7
2002-09-05Send any queued up print notify messages in exit_server() so theyTim Potter1-0/+2
2002-09-04Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison1-1/+1
2002-08-22move where got_sig_term and reload_after_sighup are defined.Herb Lewis1-4/+2
2002-08-17Becouse of changes to the meaning of this feild over time, this doesn'tAndrew Bartlett1-5/+0
2002-08-16Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter1-0/+2
2002-08-10Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett1-4/+2
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-0/+4
2002-07-31added support for smbd listening on port 445 and 139. It now listensAndrew Tridgell1-45/+80
2002-07-20Move some startup time initialisation to server.c, so it is all in one place.Andrew Bartlett1-0/+7
2002-07-20Add support for duplicating stderr into our logfiles.Andrew Bartlett1-8/+8
2002-07-17Gone back to explicit queue number passing as snum - removed encoding ofJeremy Allison1-2/+0
2002-07-11*Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison1-0/+2
2002-07-03first cut at implementing support for browsing printer and driver driverGerald Carter1-0/+3
2002-06-28Shut down printing tdb correctly - this will be more important when I goJeremy Allison1-0/+1
2002-06-17compile warngin fixes merged from 2.2Gerald Carter1-2/+2
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett1-1/+1
2002-05-22Cleanups!Andrew Bartlett1-1/+1
2002-05-17This removes --with-ssl from Samba.Andrew Bartlett1-9/+0
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
2002-01-30merge from 2.2Gerald Carter1-1/+8