summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
...
* s3-smbd: Publish nt printers.Andreas Schneider2010-08-131-4/+14
* s3-smbd: Move rpc services init to smbd parent.Andreas Schneider2010-08-131-0/+45
* s3-smbd: Regroup some init functions.Andreas Schneider2010-08-131-12/+12
* s3-smbd: Cleanup the order of the init functions.Andreas Schneider2010-08-131-5/+6
* s3-smbd: Make sure the event context is initialized.Andreas Schneider2010-08-131-0/+3
* s3: Remove the smbd_messaging_context from smb_conf_updatedVolker Lendecke2010-08-081-1/+1
* s3: Pass sconn to smbd_processVolker Lendecke2010-08-081-3/+3
* s3: Lift the smbd_messaging_context from start_background_queueVolker Lendecke2010-08-081-1/+2
* s3: Lift the smbd_messaging_context from smbd_setup_sig_hup_handlerVolker Lendecke2010-08-081-2/+4
* s3: Lift the smbd_messaging_context from reload_servicesVolker Lendecke2010-08-081-2/+2
* s3: Remove a pointless "else"Volker Lendecke2010-08-071-1/+3
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3: Add msg_ctx to smbd_server_connectionVolker Lendecke2010-07-051-0/+2
* s3: Pass procid_self() explicitly to messaging_ctdbd_connection()Volker Lendecke2010-07-051-1/+2
* s3: Create a unique id for the smbd parentVolker Lendecke2010-07-051-0/+4
* s3: Pass the new server_id through reinit_after_forkVolker Lendecke2010-07-041-3/+7
* s3: Fix some type-punned warningsVolker Lendecke2010-07-041-1/+1
* s3: Remove serverid_[de]register_selfVolker Lendecke2010-07-041-6/+8
* Don't use frame as the talloc ctx in open_schannel_session_store(), as this b...Jeremy Allison2010-06-251-1/+1
* Change talloc_autofree_context() to frame in Andrew's schannel.tdb TDB_CLEAR_...Jeremy Allison2010-06-251-1/+1
* s3:schannel Open the schannel_state.tdb at startupAndrew Bartlett2010-06-251-0/+8
* s3:lib make server contexts genericSimo Sorce2010-06-101-12/+1
* Don't use the autofree context for the globals. This causes child smbd's forkedJeremy Allison2010-06-101-1/+6
* s3:smbd move messaging_context and memcache into globals.cAndrew Bartlett2010-05-281-26/+0
* s3:smbd split reload services/printers functions from server.cAndrew Bartlett2010-05-281-82/+0
* s3:smbd split smbd/server.c into smbd/server.c and smbd/server_exit.cAndrew Bartlett2010-05-281-146/+0
* s3-auth: Added a function to get the server_info from the system user.Andreas Schneider2010-05-281-0/+5
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
* s3:smbd Remove calls to namecache_enable()Andrew Bartlett2010-05-131-2/+0
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3-smbd: Don't close stdout if we want to log to stdout.Andreas Schneider2010-03-261-1/+1
* s3: Make sure our CLEAR_IF_FIRST optimization works for serverid.tdbVolker Lendecke2010-03-251-0/+4
* s3: Make sure our CLEAR_IF_FIRST optimization works for the notify tdbsVolker Lendecke2010-03-251-0/+4
* s3: Make sure our CLEAR_IF_FIRST optimization works for messaging.tdbVolker Lendecke2010-03-251-0/+4
* s3: Add "log writeable files on exit" parameterVolker Lendecke2010-03-221-0/+31
* s3: Fix some nonempty blank linesVolker Lendecke2010-03-221-1/+0
* s3:smbd: make sure we always have a valid talloc stackframeStefan Metzmacher2010-03-151-0/+3
* s3: Fix a long-standing problem with recycled PIDsVolker Lendecke2010-03-101-4/+35
* Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...Karolin Seeger2010-03-081-8/+0
* s3: Abstract access to sessionid.tdb, similar to conn_tdb.cVolker Lendecke2010-03-011-1/+2
* s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2010-02-231-1/+1
* Fix trailing whitespace errors I added (sorry).Jeremy Allison2010-02-051-3/+3
* s3-smbd: add a rate limited cleanup of brl, connections and locking dbAndrew Tridgell2010-02-051-6/+42
* s3-brlock: we don't need these MSG_SMB_UNLOCK calls nowAndrew Tridgell2010-02-051-2/+0
* Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison2010-01-261-0/+8
* s3/smbd: open the share_info.tdb on startup instead of tconxSteven Danneman2009-08-261-0/+9
* s3:smbd: move dptr globals into struct smbd_server_connectionStefan Metzmacher2009-08-071-2/+0
* Fix bug #6564 - SetPrinter fails (panics) as non root.Jeremy Allison2009-07-171-0/+1
* Make gencache more stableVolker Lendecke2009-07-151-0/+1