summaryrefslogtreecommitdiffstats
path: root/source/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* THE Idmap patch :-)Simo Sorce2003-04-021-0/+3
* update copyright notice since it we are now almost 4 months into 2003Gerald Carter2003-03-301-1/+1
* Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij2003-03-271-1/+1
* Don't use old usage() function, but the one from popt.Jelmer Vernooij2003-03-241-1/+0
* Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-241-0/+1
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-4/+0
* Add nicer --help headersJelmer Vernooij2003-03-221-1/+1
* Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij2003-03-191-3/+4
* Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett2003-03-081-2/+2
* i forgot to commit the privilege db init callAndrew Tridgell2003-03-011-0/+4
* - Rename 'modules = ' to 'preload modules = 'Jelmer Vernooij2003-02-271-2/+1
* 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.cTim Potter2003-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
* BIG patch...Andrew Bartlett2003-01-021-4/+5
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-7/+24
* Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett2002-11-261-0/+1
* Load modules in lp_modules() after fork()Jelmer Vernooij2002-11-131-0/+4
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-17/+6
* Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett2002-11-081-3/+0
* Make append_log work againJelmer Vernooij2002-11-071-0/+3
* Handle -p correctlyJelmer Vernooij2002-11-041-1/+1
* Make IRIX happyJelmer Vernooij2002-11-041-3/+3
* Remove obsolete function usage and some unused variablesJelmer Vernooij2002-11-021-27/+1
* Convert to popt.Jelmer Vernooij2002-11-021-75/+23
* Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2002-10-311-4/+7
* Send any queued up print notify messages in exit_server() so theyTim Potter2002-09-051-0/+2
* Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison2002-09-041-1/+1
* move where got_sig_term and reload_after_sighup are defined.Herb Lewis2002-08-221-4/+2
* Becouse of changes to the meaning of this feild over time, this doesn'tAndrew Bartlett2002-08-171-5/+0
* Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter2002-08-161-0/+2
* Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett2002-08-101-4/+2
* This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-051-0/+4
* added support for smbd listening on port 445 and 139. It now listensAndrew Tridgell2002-07-311-45/+80
* Move some startup time initialisation to server.c, so it is all in one place.Andrew Bartlett2002-07-201-0/+7
* Add support for duplicating stderr into our logfiles.Andrew Bartlett2002-07-201-8/+8
* Gone back to explicit queue number passing as snum - removed encoding ofJeremy Allison2002-07-171-2/+0
* *Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison2002-07-111-0/+2
* first cut at implementing support for browsing printer and driver driverGerald Carter2002-07-031-0/+3
* Shut down printing tdb correctly - this will be more important when I goJeremy Allison2002-06-281-0/+1
* compile warngin fixes merged from 2.2Gerald Carter2002-06-171-2/+2
* Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-071-1/+1
* Cleanups!Andrew Bartlett2002-05-221-1/+1
* This removes --with-ssl from Samba.Andrew Bartlett2002-05-171-9/+0
* 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