summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-5/+5
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-59/+98
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-13/+10
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
2001-10-03switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell1-0/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-19Add the ability to display Samba's build options with smbd -b and as a level 4Andrew Bartlett1-16/+23
2001-09-19printf() -> d_printf()Andrew Bartlett1-1/+1
2001-09-19added a hook to reopen all tdb's after the server forkAndrew Tridgell1-0/+3
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-5/+0
2001-08-28Added dummy handlers for SAM_SYNC and SAM_REPL messages.Tim Potter1-0/+30
2001-08-22A few changes:Andrew Bartlett1-6/+2
2001-08-09Try to set the socket options early for some OSs (like Sol 8) where theyAndrew Bartlett1-1/+8
2001-07-17Fixes from Jens-Uwe.Walther@force.de to make the -l option behaveJeremy Allison1-1/+1
2001-07-10added winbind_exclude_domain() so smbd can tell the winbind clientAndrew Tridgell1-0/+5
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-4/+0
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-3/+3
2001-06-25- make the regresison test mode code build in by default. This shouldAndrew Tridgell1-11/+1