summaryrefslogtreecommitdiff
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* smbd: make sure the parent smbd stays alive foreverStefan Metzmacher2008-06-201-7/+13
* Fix segfault caused by talloc_free() being called while still processingAndrew Bartlett2008-06-191-2/+2
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-144-7/+7
* Fix prototype for pthread process model.Jelmer Vernooij2008-06-141-0/+1
* Bring up the ntp signing deamonAndrew Bartlett2008-05-281-0/+1
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-182-3/+3
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-182-3/+6
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-5/+5
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-4/+4
* smbd: pass down lp_ctx to stream_new_connection_merge()Stefan Metzmacher2008-05-171-0/+2
* smbd: add session_info to struct stream_connectionStefan Metzmacher2008-05-171-0/+6
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-086-9/+9
|\
| * Install public header files again and include required prototypes.Jelmer Vernooij2008-04-022-3/+6
| * Add context pointer to secrets functions.Jelmer Vernooij2008-04-012-4/+1
| * Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij2008-04-012-2/+2
| * Move manpage management out of the perl build system.Jelmer Vernooij2008-02-291-1/+2
* | Fix the build.Jelmer Vernooij2008-03-082-1/+16
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-082-2/+0
* | Fix the build.Jelmer Vernooij2008-03-041-10/+0
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-032-17/+19
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-292-3/+2
|\ \ | |/
| * Remove sDefault as static variable.Jelmer Vernooij2008-02-281-1/+1
| * More share_init to more apprioriate place.Jelmer Vernooij2008-02-281-2/+0
| * Set lp_ctx properly.Jelmer Vernooij2008-02-271-0/+1
* | Move manpage management out of the perl build system.Jelmer Vernooij2008-02-261-1/+2
|/
* Happy New Year 2008! :-)Stefan Metzmacher2008-02-221-1/+1
* Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-2/+0
* prefork: also reload stuff in the client processesStefan Metzmacher2008-02-061-8/+16
* Clarify nomaclature of socket names in process_single and process_preforkAndrew Bartlett2008-02-052-23/+12
* Remove useless layer of indirection, where every service calledAndrew Bartlett2008-02-041-5/+6
* Remaining changes to implement the prefork process modelAndrew Bartlett2008-02-045-9/+248
* Rework process_single.c to take advantage of cluster_id() now taking an addit...Andrew Bartlett2008-02-041-9/+22
* Rework cluster_id() to take an additional argument, as we needAndrew Bartlett2008-02-041-3/+13
* Rework service init functions to pass down service name. This isAndrew Bartlett2008-02-041-1/+2
* build: Demote a bunch of libraries to subsystems. This makes packaging easier...Jelmer Vernooij2008-01-212-13/+2
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-056-22/+56
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-242-2/+2
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-242-2/+2
* r26441: Remove global_loadparm uses.Jelmer Vernooij2007-12-212-2/+6
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-1/+1
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-0/+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
* r26322: Fix includeJelmer Vernooij2007-12-211-0/+1
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-3/+5
* r26278: Tallocify convenience table for iconv handles.Jelmer Vernooij2007-12-211-2/+2
* r26274: Some syntax fixes, remove more global_loadparm instances.Jelmer Vernooij2007-12-211-1/+1
* 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
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-2/+2