summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-29Since we have dynamic initialisation in the group mapping code, makeTim Potter1-5/+0
2002-01-26Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett1-0/+3
2002-01-18Ensure (C) message is output on startup.Jeremy Allison1-2/+2
2002-01-16Roll back PSTR insertion.Martin Pool1-23/+21
2002-01-15Convert to the new pstring interface. This diff is a pretty goodMartin Pool1-26/+29
2002-01-14Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison1-16/+9
2002-01-12Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett1-0/+1
2002-01-09Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool1-0/+1
2002-01-09Better explanation message for dmalloc.Martin Pool1-1/+1
2002-01-09Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool1-1/+2
2002-01-09Fixed up atomic update code.Jeremy Allison1-2/+2
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-2/+4
2002-01-03smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool1-0/+1
2001-12-30When running interactive we want to set our own process group forJeremy Allison1-0/+9
2001-12-29Fixup -i interactive modes.Jeremy Allison1-6/+12
2001-12-20Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison1-5/+7
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau1-4/+9
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-1/+3
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-7/+7
2001-10-22lets try the new mangling codeSimo Sorce1-0/+5
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-4/+5
2001-10-18got rid of start_background_queue()Andrew Tridgell1-1/+6
2001-10-16very simple asynchronous "lpq" thread patchJean-François Micouleau1-0/+2