summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-06-22added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell1-0/+2
2001-05-25Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison1-5/+3
2001-05-08Patch from ackley@cs.unm.edu to clear server_fd/client_fd in root daemon to stopJeremy Allison1-0/+10
2001-04-18merge from 2.2Andrew Tridgell1-1/+3
2001-04-09Added set/get SD's on shares. Check before tcon.Jeremy Allison1-0/+4
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-1/+1
2001-03-23first pass of the new group mapping codeJean-François Micouleau1-0/+5
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-9/+0