summaryrefslogtreecommitdiff
path: root/source4/smbd
AgeCommit message (Expand)AuthorFilesLines
2008-12-17s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher3-2/+4
2008-12-16Rename dom_sid.idl -> server_id.idl (since it no longer actually contains the...Jelmer Vernooij2-2/+2
2008-11-06s4: smbd: implement stream_socket_named_pipe()Stefan Metzmacher2-1/+368
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-0/+1
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-1/+1
2008-10-15Fix includes.Jelmer Vernooij2-2/+2
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-30Fix segfault.Jelmer Vernooij1-1/+1
2008-09-30Eliminate another global_loadparm.Jelmer Vernooij7-8/+10
2008-09-24log stream terminationAndrew Tridgell1-0/+2
2008-09-24Rename smbd -> samba.Jelmer Vernooij3-17/+14
2008-09-22s4: allways initialize the process model before it's usedStefan Metzmacher2-2/+3
2008-09-22process incoming connections and fork a samba3 in inetd modeStefan Metzmacher1-0/+1
2008-09-21Revert "Rename smbd -> samba."Jelmer Vernooij3-14/+17
2008-09-21Rename smbd -> samba.Jelmer Vernooij3-17/+14
2008-09-16Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2-2/+2
2008-06-20smbd: make sure the parent smbd stays alive foreverStefan Metzmacher1-7/+13
2008-06-19Fix segfault caused by talloc_free() being called while still processingAndrew Bartlett1-2/+2
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce4-7/+7
2008-06-14Fix prototype for pthread process model.Jelmer Vernooij1-0/+1
2008-05-28Bring up the ntp signing deamonAndrew Bartlett1-0/+1
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2-3/+3
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2-3/+6
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-5/+5
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-4/+4
2008-05-17smbd: pass down lp_ctx to stream_new_connection_merge()Stefan Metzmacher1-0/+2
2008-05-17smbd: add session_info to struct stream_connectionStefan Metzmacher1-0/+6
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij6-9/+9
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij2-3/+6
2008-04-01Add context pointer to secrets functions.Jelmer Vernooij2-4/+1
2008-04-01Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij2-2/+2
2008-03-08Fix the build.Jelmer Vernooij2-1/+16
2008-03-08Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2-2/+0
2008-03-04Fix the build.Jelmer Vernooij1-10/+0
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij2-17/+19
2008-02-29Move manpage management out of the perl build system.Jelmer Vernooij1-1/+2
2008-02-29Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2-3/+2
2008-02-28Remove sDefault as static variable.Jelmer Vernooij1-1/+1
2008-02-28More share_init to more apprioriate place.Jelmer Vernooij1-2/+0
2008-02-27Set lp_ctx properly.Jelmer Vernooij1-0/+1
2008-02-26Move manpage management out of the perl build system.Jelmer Vernooij1-1/+2
2008-02-22Happy New Year 2008! :-)Stefan Metzmacher1-1/+1
2008-02-20Fix static module list generation for ldb.Jelmer Vernooij1-2/+0
2008-02-06prefork: also reload stuff in the client processesStefan Metzmacher1-8/+16
2008-02-05Clarify nomaclature of socket names in process_single and process_preforkAndrew Bartlett2-23/+12
2008-02-04Remove useless layer of indirection, where every service calledAndrew Bartlett1-5/+6
2008-02-04Remaining changes to implement the prefork process modelAndrew Bartlett5-9/+248
2008-02-04Rework process_single.c to take advantage of cluster_id() now taking an addit...Andrew Bartlett1-9/+22
2008-02-04Rework cluster_id() to take an additional argument, as we needAndrew Bartlett1-3/+13