summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-7/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+7
* Patch from metze to add exit and interval events. Useful for modulesJelmer Vernooij2003-05-061-0/+3
* Merge HEAD's winbind into 3.0.Andrew Bartlett2003-04-231-0/+1
* Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij2003-04-161-0/+4
* Merge:Tim Potter2003-04-141-23/+0
* Merge Jelmer's popt updates from HEAD.Tim Potter2003-04-141-6/+2
* update copyright notice since it we are now almost 4 months into 2003Gerald Carter2003-03-301-1/+1
* Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett2003-03-181-2/+2
* 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.cHerb Lewis2003-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
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-4/+5
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-7/+24
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-17/+6
* Last sync with HEADJelmer Vernooij2002-11-091-105/+27
* Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2002-10-311-4/+7
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-5/+5
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-59/+98
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-13/+10
* 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