summaryrefslogtreecommitdiff
path: root/source4/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* s4: added a simple implementation of bin/samba -bAndrew Tridgell2010-03-291-1/+44
* s3-smbd: Don't close stdout if we want to log to stdout.Andreas Schneider2010-03-261-1/+1
* s4:schannel merge code with s3Simo Sorce2010-02-231-2/+0
* More spelling fixes across source4/Brad Hards2010-02-221-1/+1
* s4:server.c - use always "return" instead of "exit" in the "binary_smbd_main"...Matthias Dieter Wallnöfer2010-02-131-4/+4
* s4-dns: added a dns update taskAndrew Tridgell2010-02-111-0/+1
* s4-event: added s4_event_context_set_default()Andrew Tridgell2010-01-081-0/+3
* s4: Happy New Year 2010Stefan Metzmacher2010-01-041-1/+1
* s4-server: pre-open the main ldb databases in the serverAndrew Tridgell2009-10-231-8/+14
* s4:server.c - add linespace (only cosmetic)Matthias Dieter Wallnöfer2009-09-201-1/+2
* s4-smbd: removed unnecessary includesAndrew Tridgell2009-09-191-3/+0
* s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell2009-09-181-0/+46
* s4-kcc: add a very simple KCCAndrew Tridgell2009-09-111-0/+1
* prime the sam ldb schema in the parent samba processAndrew Tridgell2009-08-071-0/+18
* s4:smbd: the name of the binary is "samba" nowStefan Metzmacher2009-03-211-1/+1
* Moved become_daemon() and close_low_fds() to shared util libSteven Danneman2009-02-201-1/+1
* s4:smbd: s/private/private_dataStefan Metzmacher2009-02-021-4/+4
* s4:smbd: convert to tevent_* apiStefan Metzmacher2009-01-031-9/+9
* Happy New Year!Stefan Metzmacher2009-01-021-1/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-4/+4
* s4:cluster: remove old/broken ctdb codeStefan Metzmacher2008-12-291-4/+0
* Fix missing symbols issues when building with shared libraries.Jelmer Vernooij2008-12-221-1/+1
* Rename smbd -> samba.Jelmer Vernooij2008-09-241-1/+1
* process incoming connections and fork a samba3 in inetd modeStefan Metzmacher2008-09-221-0/+1
* Revert "Rename smbd -> samba."Jelmer Vernooij2008-09-211-1/+1
* Rename smbd -> samba.Jelmer Vernooij2008-09-211-1/+1
* smbd: make sure the parent smbd stays alive foreverStefan Metzmacher2008-06-201-7/+13
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-141-1/+1
* Bring up the ntp signing deamonAndrew Bartlett2008-05-281-0/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-081-1/+1
|\
| * Add context pointer to secrets functions.Jelmer Vernooij2008-04-011-1/+1
* | Fix the build.Jelmer Vernooij2008-03-081-1/+13
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-081-1/+0
|/
* More share_init to more apprioriate place.Jelmer Vernooij2008-02-281-2/+0
* Happy New Year 2008! :-)Stefan Metzmacher2008-02-221-1/+1
* Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-2/+0
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-241-1/+1
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-1/+1
* r26400: Don't try to do character conversion before smb.conf has been parsed.Jelmer Vernooij2007-12-211-2/+2
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-14/+14
* r26272: Remove global_loadparm in some more places.Jelmer Vernooij2007-12-211-1/+2
* r26269: Fix a couple more references to global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-1/+1
* r26237: Add loadparm context to the server service interface.Jelmer Vernooij2007-12-211-1/+1
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-211-7/+7
* r26226: Avoid more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r25535: Deal with events subsystem failures.Jelmer Vernooij2007-10-101-0/+5
* r25454: Use standard bool types in a couple more places.Jelmer Vernooij2007-10-101-6/+6
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-2/+2
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-3/+3