summaryrefslogtreecommitdiff
path: root/source4/smb_server/config.mk
AgeCommit message (Expand)AuthorFilesLines
2008-12-22Fix two remaining missing symbols in smbtorture4.Jelmer Vernooij1-0/+1
2008-12-22Fix missing symbols issues when building with shared libraries.Jelmer Vernooij1-1/+1
2008-12-22s4: Fix subsystem for various services in samba daemon.Jelmer Vernooij1-1/+1
2008-10-05Re-enable build of smb_samba3.c after the rename smbd->sambaVolker Lendecke1-1/+1
2008-09-24Rename smbd -> samba.Jelmer Vernooij1-1/+1
2008-09-22process incoming connections and fork a samba3 in inetd modeStefan Metzmacher1-0/+8
2008-09-21Revert "Rename smbd -> samba."Jelmer Vernooij1-1/+1
2008-09-21Rename smbd -> samba.Jelmer Vernooij1-1/+1
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-2/+2
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-2/+4
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-2/+2
2008-03-08Fix the build.Jelmer Vernooij1-1/+1
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-7/+9
2008-02-18Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij1-2/+2
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce1-0/+1
2007-10-10r16449: move some code to a generic placeStefan Metzmacher1-0/+1
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher1-0/+1
2007-10-10r15371: Revert some of my previous patch as it was breaking the plain buildJelmer Vernooij1-2/+1
2007-10-10r15370: Fix more dependencies for shared libsJelmer Vernooij1-1/+2
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij1-4/+8
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij1-1/+3
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r14997: Fix build of static libraries. Libraries build fine now, but linking ...Jelmer Vernooij1-1/+1
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij1-0/+1
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-3/+2
2007-10-10r11789: - add the start of a SMB2 serverStefan Metzmacher1-1/+4
2007-10-10r11786: move all SMB protocol specific stuff to smb_server/smb/Stefan Metzmacher1-12/+3
2007-10-10r11785: rename conn.c into tcon.cStefan Metzmacher1-1/+1
2007-10-10r11757: make smb_server.c independent from the protocolStefan Metzmacher1-0/+1
2007-10-10r11603: converted the smb server to use the new generic packet codeAndrew Tridgell1-1/+1
2007-10-10r11244: Relative path names in .mk filesJelmer Vernooij1-14/+14
2007-10-10r8574: added server side irpc calls for listing the current sessionsAndrew Tridgell1-1/+2
2007-10-10r6310: Rename password.c to session.c, and remove the linked list of allAndrew Bartlett1-1/+1
2007-10-10r3256: get rid of the unused session_claim() and session_yield() callsAndrew Tridgell1-1/+0
2007-10-10r2288: Remove the claim/yield connection code - this will need to be redoneAndrew Bartlett1-1/+0
2007-10-10r847: convert SMB SERVER SUBSYSTEM to a config.mk fileStefan Metzmacher1-0/+26