summaryrefslogtreecommitdiffstats
path: root/source/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Now we have reliable signals take SIGTERM inband.Jeremy Allison2002-03-141-42/+49
* Added Herb's fix to override log level from command line.Jeremy Allison2002-03-051-0/+2
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* merge from 2.2Gerald Carter2002-01-301-1/+8
* Since we have dynamic initialisation in the group mapping code, makeTim Potter2002-01-291-5/+0
* Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett2002-01-261-0/+3
* Ensure (C) message is output on startup.Jeremy Allison2002-01-181-2/+2
* Roll back PSTR insertion.Martin Pool2002-01-161-23/+21
* Convert to the new pstring interface. This diff is a pretty goodMartin Pool2002-01-151-26/+29
* Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison2002-01-141-16/+9
* Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett2002-01-121-0/+1
* Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool2002-01-091-0/+1
* Better explanation message for dmalloc.Martin Pool2002-01-091-1/+1
* Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool2002-01-091-1/+2
* Fixed up atomic update code.Jeremy Allison2002-01-091-2/+2
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-2/+4
* smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool2002-01-031-0/+1
* When running interactive we want to set our own process group forJeremy Allison2001-12-301-0/+9
* Fixup -i interactive modes.Jeremy Allison2001-12-291-6/+12
* Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2001-12-201-5/+7
* added a tdb to store the account policy informations.Jean-François Micouleau2001-12-031-4/+9
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-1/+3
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-7/+7
* lets try the new mangling codeSimo Sorce2001-10-221-0/+5
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-4/+5
* got rid of start_background_queue()Andrew Tridgell2001-10-181-1/+6
* very simple asynchronous "lpq" thread patchJean-François Micouleau2001-10-161-0/+2
* switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell2001-10-031-0/+2
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Add the ability to display Samba's build options with smbd -b and as a level 4Andrew Bartlett2001-09-191-16/+23
* printf() -> d_printf()Andrew Bartlett2001-09-191-1/+1
* added a hook to reopen all tdb's after the server forkAndrew Tridgell2001-09-191-0/+3
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-5/+0
* Added dummy handlers for SAM_SYNC and SAM_REPL messages.Tim Potter2001-08-281-0/+30
* A few changes:Andrew Bartlett2001-08-221-6/+2
* Try to set the socket options early for some OSs (like Sol 8) where theyAndrew Bartlett2001-08-091-1/+8
* Fixes from Jens-Uwe.Walther@force.de to make the -l option behaveJeremy Allison2001-07-171-1/+1
* added winbind_exclude_domain() so smbd can tell the winbind clientAndrew Tridgell2001-07-101-0/+5
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-2/+2
* The big character set handling changeover!Andrew Tridgell2001-07-041-4/+0
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-251-3/+3
* - make the regresison test mode code build in by default. This shouldAndrew Tridgell2001-06-251-11/+1
* added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell2001-06-221-0/+2
* Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison2001-05-251-5/+3
* Patch from ackley@cs.unm.edu to clear server_fd/client_fd in root daemon to stopJeremy Allison2001-05-081-0/+10