summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-1/+1
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-16/+12
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij1-7/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij1-0/+7
2003-05-06Add metze's exit and idle event patchJelmer Vernooij1-0/+3
2003-05-01proper wellknown sids initialization at startupSimo Sorce1-1/+4
2003-04-27make winbind use idmap as well.Simo Sorce1-1/+1
2003-04-07Remove duplicate "tallocdump" message from tdb messaging system. TheTim Potter1-23/+0
2003-04-02THE Idmap patch :-)Simo Sorce1-0/+3
2003-03-30update copyright notice since it we are now almost 4 months into 2003Gerald Carter1-1/+1
2003-03-27Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij1-1/+1
2003-03-24Don't use old usage() function, but the one from popt.Jelmer Vernooij1-1/+0
2003-03-24Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij1-0/+1
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