summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2007-12-14winbindd: move domain child specific stuff into its own fileStefan Metzmacher1-0/+1
metze (This used to be commit 075d315e0f72d506b70040da10940e4af131b4e2)
2007-12-13Register the smb service with mDNS if mSDN is supported.Rishi Srivatsavai1-0/+1
If mDNS is supported, attempt to register the first port we are listening on for the _smb._tcp service. This provides more reliable service discovery than NetBIOS browsing. (This used to be commit 1e7241517d1f55d60af22570e0c9feb280e3fdb5)
2007-12-12Autoconf support for detecting DNS Service Discovery support.James Peach1-0/+1
Patch from Rishi Srivatsavai <rishisv@gmail.com>, with some adaptations. (This used to be commit 2dfe9525b9e6e7dcbac191c1fb6288e166d171e5)
2007-12-11When building nsswitch, make sure to also build smbcontrol.Günther Deschner1-1/+2
Guenther (This used to be commit 3954313d4e3d3a782f0ba41afa5d81b7cc5adac9)
2007-12-11vlp: Build vlp (virtual line printer) against current git on makeKai Blin1-1/+15
everything. (This used to be commit 212ab58a3a7f03bb97c6ad3430e2776f9faba7c9)
2007-12-10dbwrap_rbtVolker Lendecke1-2/+2
This is meant as a replacement for the internal tdb. To me it seems a bit silly that for in-memory structures we do our own memory management. With this rbt based approach we can make use of the system-supplied malloc. (This used to be commit 54e5d4404619443caed32e2acff8921cdbff9ed1)
2007-12-10Make the Linux rbtrees compile within SambaVolker Lendecke1-1/+1
(This used to be commit c871fd802f3c0c5ef1f63b2d01a636c885f22b23)
2007-12-07After conversations with Jerry, remove smbctool until it'sJeremy Allison1-12/+0
maintained. Now I don't have to fix the pstrings in it :-). Jeremy. (This used to be commit 9da4f408433759b7d86d1954e2e7c1365d590389)
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison1-16/+0
Remove all vestiges of pstring (except for smbctool as noted in previous commit). Jeremy (This used to be commit 4c32a22ac50ada3275d2ffba3c1aa08bee7d1549)
2007-12-07Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison1-8/+8
Don't build this for now. Jeremy. (This used to be commit 46b67fd82c795d1a34a1efca9e409c0f3fa4f3a2)
2007-12-06Missed smbmnt popt.Jeremy Allison1-1/+1
Jeremy. (This used to be commit da558a7bdb40c755aee60198d1f9eb9efe4c5463)
2007-12-06Get closer to building with smbmount. Move parameter line changesJeremy Allison1-5/+4
into lib/util.c Jeremy. (This used to be commit 6ac5d81655927ba8eabea35adaae5adfcbb821c9)
2007-12-06Add popt to binaries in makefile. Hack clitar to compile until I fix it.Jeremy Allison1-40/+41
Jeremy. (This used to be commit 252ef28bb8f1406fdd92edba8538cb9e88f0b77f)
2007-12-05* Adds support for cifs.spnego helper into configure and Makefile.inIgor Mammedov1-3/+17
* Added checks for spnego prereq keyutils.h and kerberos in configure.in Signed-off-by: Igor Mammedov <niallain@gmail.com> (This used to be commit f802db70b8675df43fba892986203bbeac2d02f8)
2007-12-03Reanimate rpcclient wkssvc command.Günther Deschner1-0/+1
Guenther (This used to be commit 1d615e3ac397106f47c51ace36c01a8f6e1d5d13)
2007-11-30Add "net dom" command suite to "net".Günther Deschner1-2/+2
Guenther (This used to be commit a41f9aef843378b1f85f9b3d672d00f3399fa342)
2007-11-30Add NetJoinDomain call.Günther Deschner1-1/+3
Guenther (This used to be commit 08a5a036ba97d1f4830d73e95b8369aa9e6683e8)
2007-11-30Move param helper routines to one place.Günther Deschner1-1/+1
Guenther (This used to be commit 6bf2c8038c4bc7a52b7f260209ade0bdeb95c685)
2007-11-22Do not link in SOCKET_WRAPPER_OBJ twiceVolker Lendecke1-1/+1
(This used to be commit 99b3289aa44c94c16f5330eba841fd9c21c6303b)
2007-11-21Fix unresolved symbols in smbumount from addition of talloc_stackframe().Gerald (Jerry) Carter1-2/+3
(This used to be commit 6b62b7dbab559ffc0047790c7ec68c1b30f0eff0)
2007-11-09use samba4's librpc/ndr/uuid.cStefan Metzmacher1-1/+2
metze (This used to be commit c148e91fdedd20cfb737465dffc86ed6fa7d7c02)
2007-11-09make test: start winbinddStefan Metzmacher1-0/+1
metze (This used to be commit 8ad4287cca5393a7fef148365aef2e2377c29280)
2007-11-09make test: activate nss_wrapper for make testStefan Metzmacher1-2/+2
metze (This used to be commit 02cfd283627bd8f10d7beb8d43cead35dd867346)
2007-11-09use nss_wrapper code in samba3 when --enable-nss-wrapper is givenStefan Metzmacher1-1/+2
metze (This used to be commit 96827929626a528bb3e1ec8366aef58c174d67e1)
2007-11-06Move some access check functions that are not posix-acl specificMichael Adam1-0/+1
to a new source file of their own. Michael (This used to be commit 9dd18bb534bca6b5de6cad9580b48681b36c0832)
2007-11-01Patch from Debian Samba package maintainers:Gerald (Jerry) Carter1-3/+13
Patch 1 of 3: - Patch 1 adds the new variables - Patch 2 makes uses of them for files belonging to the "state" path and the "code pages" path This patch seemed more easily acceptable, which explains why we separated it from patch 3 - Patch 3 reassigns files to the "cache" path. Indeed all "debatable" changes have been moved to that one The point is adding: - a path for non discardable state data: basically all TDB files that may need to be backed up - a path for shared data: mostly codepage stuff - a path for cache data to host files such as browse.dat, printers.tbd, <printer>.tdb All these are currently mixed in "libdir" (${prefix}/lib/samba by default). The patch keeps these new paths to point to ${prefix}/lib/samba by default and does therefore not change the software behaviour. Used alone, it just adds unused variables...so it can safely be used in sources without any behaviour change and no impact on Samba developers work. (This used to be commit b7d2fadbef044a89920da613b1aafc74a3d94e24)
2007-10-29Add in the recvfile entry to the VFS layer with a defaultJeremy Allison1-1/+1
implementation. Needed for the zero-copy write code. Jeremy. (This used to be commit bfbdb6324c5d13bfde8b742e9c5a0e0c9092bd86)
2007-10-27Two patchesVolker Lendecke1-2/+3
Hi! Can you check and push them? Thanks, Volker From b488af5905e2dee12a1a72a3b40801ae5c26f24f Mon Sep 17 00:00:00 2001 From: Volker Lendecke <vl@sernet.de> Date: Sat, 27 Oct 2007 14:20:09 +0200 Subject: [PATCH] Fix some warnings and errors (This used to be commit e17d3e10e860c96b6d5208e5fe51e43b8e58c174)
2007-10-23added a syncops VFS module for filesystems which do not guarantee meta-data ↵Andrew Tridgell1-0/+5
operations are immediately committed to disk in stable form. Essential for clustered Samba setups (This used to be commit 8b19cb17b9ae9e1cd4a96df6e7dedb75aff7ee96)
2007-10-22r25570: move code of the locator child into its own fileStefan Metzmacher1-0/+1
metze (This used to be commit 56640908a6367acfdfd53568a0d329c13330e5eb)
2007-10-22r25568: move idmap related functions into their own file.Stefan Metzmacher1-0/+1
the final goal is to have 3 child dispatch tables 'domain', 'idmap' and 'locator' instead of one. metze (cherry picked from commit 97c63f1b95190f3bcc1d9f34765934c97ffb720c) (This used to be commit a1c354866c04a305aa28a287dc6c72db1aa845a9)
2007-10-13remove unused print_test.c codeStefan Metzmacher1-1/+1
metze (This used to be commit 9e5ad21e6793981a01f63f2de1c4d496ade0bb54)
2007-10-12Merge branch 'v3-2-stable' into my_branchJelmer Vernooij1-1/+1
(This used to be commit 754671b8be0bf73a9e1fe7ff420a1b7a1cd501b7)
2007-10-12Fix valgrind window title.Jelmer Vernooij1-1/+1
(This used to be commit 4ac867f5588e902358eba7bcb4dbfd431181943d)
2007-10-11Rename krb5 locator plugin to "winbind_krb5_locator".Guenther Deschner1-5/+5
Guenther (This used to be commit 6ae4066bbb59536852036394ffdb89121198a39f)
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-118/+22
(This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab)
2007-10-10r25570: move code of the locator child into its own fileStefan Metzmacher1-0/+1
metze (This used to be commit 2dbc168e543b84d05b85bc0a44aa8fc10adc4511)
2007-10-10r25568: move idmap related functions into their own file.Stefan Metzmacher1-0/+1
the final goal is to have 3 child dispatch tables 'domain', 'idmap' and 'locator' instead of one. metze (This used to be commit 97c63f1b95190f3bcc1d9f34765934c97ffb720c)
2007-10-10r25470: use --immediate like in samba4 to get more usefull outputStefan Metzmacher1-3/+3
metze (This used to be commit f5b089370a4a8e23d656276d06febb041729743d)
2007-10-10r25432: Merge module linking changes from SAMBA_3_2 to SAMBA_3_2_0 to reduceJames Peach1-5/+6
spurious tree differences. (This used to be commit ee1eba2855c7ee2d60ba7d354e6731da78cbd48e)
2007-10-10r25415: Merge the 3.2-perltest branch that switches Samba 3.2 to use Samba ↵Jelmer Vernooij1-3/+21
4's selftest code. See the mailing list for details. (This used to be commit bdc831ddb3a860676c36bbd89e6f748946df68a1)
2007-10-10r25406: Make the Linux nss client code thread-safe.Jeremy Allison1-1/+1
Fix originally inspired from code from boyang <yyyeer.bo@gmail.com>. Jeremy. (This used to be commit cc19c0ace43a3613f6290fa4bc4f68c964563743)
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-35/+33
metze (This used to be commit 3ac7566ae14c48ff9b0f6b232e0ec4b2f73df558)
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison1-1/+1
interface. More development will come on top of this. Remove the "mangled map" parameter. Jeremy. (This used to be commit dee8beba7a92b8a3f68bbcc59fd0a827f68c7736)
2007-10-10r24955: Reformat some object lists in Makefile.in to minimize the diff.Michael Adam1-11/+22
(This used to be commit 5d94c3dab2dfab68f170e18e6af9374026f6f194)
2007-10-10r24841: The locator has no dependencies to ldap libs anymore. Also fix the ↵Günther Deschner1-2/+1
build. Guenther (This used to be commit ce7c816083db6fc844b936a14dd593fe1ef07374)
2007-10-10r24833: Move locator to nsswitch (does not belong to libads anymore).Günther Deschner1-1/+1
Guenther (This used to be commit af90c6949c929c82d4390b2f87a420bd598275dd)
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-1/+1
This adds the two functions talloc_stackframe() and talloc_tos(). * When a new talloc stackframe is allocated with talloc_stackframe(), then * the TALLOC_CTX returned with talloc_tos() is reset to that new * frame. Whenever that stack frame is TALLOC_FREE()'ed, then the reverse * happens: The previous talloc_tos() is restored. * * This API is designed to be robust in the sense that if someone forgets to * TALLOC_FREE() a stackframe, then the next outer one correctly cleans up and * resets the talloc_tos(). The original motivation for this patch was to get rid of the sid_string_static & friends buffers. Explicitly passing talloc context everywhere clutters code too much for my taste, so an implicit talloc_tos() is introduced here. Many of these static buffers are replaced by a single static pointer. The intended use would thus be that low-level functions can rather freely push stuff to talloc_tos, the upper layers clean up by freeing the stackframe. The more of these stackframes are used and correctly freed the more exact the memory cleanup happens. This patch removes the main_loop_talloc_ctx, tmp_talloc_ctx and lp_talloc_ctx (did I forget any?) So, never do a tmp_ctx = talloc_init("foo"); anymore, instead, use tmp_ctx = talloc_stackframe() :-) Volker (This used to be commit 6585ea2cb7f417e14540495b9c7380fe9c8c717b)
2007-10-10r24806: Fix the build, sorry...Günther Deschner1-2/+2
Guenther (This used to be commit cd1fccaf8f2ad6e6e4c51909aa7a925efc0a13c4)
2007-10-10r24805: When we can build the locator, build it.Günther Deschner1-1/+1
Guenther (This used to be commit 91d10fe1598b92090a94286f84395caa1bdf7a41)