summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2008-02-13Pure cosmetics: remove trailing whitespace in netlogon server.Günther Deschner1-69/+69
Guenther (This used to be commit 983ac0a6762b52945a784ccbc371f4df99a0a52b)
2008-02-13Remove const on policy handle in net rpc.Günther Deschner1-10/+9
Volker, are you ok with that? Guenther (This used to be commit f1c7fa19e43d720f0d42e6d1999130462d5979da)
2008-02-13Only use the needed objects for libnetapi.aMichael Adam1-2/+2
Michael (This used to be commit 4ffc73d90883491b9d4dc6d0249e1d859939670b)
2008-02-13Add -L./bin to LDFLAGS when building shared libs.Michael Adam1-1/+4
Formerly this was only needed for libwbclient, but now that we start using more shared libs internally, this is needed more globally to support linking internal libs dynamically on systemy without winbindd. Michael (This used to be commit ec793572187228deda7210dab02882e4e09f1972)
2008-02-13auth_winbind: use wbcAuthenticateUserEx()Stefan Metzmacher3-72/+279
smbd doesn't need $(WBCOMMON_OBJ) anymore, it works with any libwbclient.so now and may talk to an older winbindd. metze (This used to be commit e3435930a307cff3066fe2047ed8c5c48911f001)
2008-02-13wbinfo: use wbcAuthenticateUserEx()Stefan Metzmacher1-47/+43
metze (This used to be commit 923cb37837d508d5355038e95ed1ac09c5869a89)
2008-02-13libwbclient: add wbcAuthenticateUserEx() functionStefan Metzmacher3-1/+460
This function will be used by auth_winbind.c. metze (This used to be commit 72af96a320a97ce1a730d6e33d01950123d6a97c)
2008-02-13winbindd: add rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT modeStefan Metzmacher1-1/+43
metze (This used to be commit c5e6dd1ca9611e2830ff773875998c01bf779a64)
2008-02-13Only export talloc related symbols in libtalloc.so.Michael Adam1-1/+4
Michael (This used to be commit 60a4c8411b71f9f17956b51fd882f71273f5b0ca)
2008-02-13Use pidl for _netr_LogonControl.Günther Deschner2-41/+23
Guenther (This used to be commit ec4947525e0881bfcde661f906ccd1f66fe54f5a)
2008-02-13Use rpccli_netr_LogonControl() in rpcclient.Günther Deschner1-17/+39
Guenther (This used to be commit d54456f3c42f123af5516c6f75c87b279fdc775f)
2008-02-13Remove redundant (and unused) set of samr opcodes.Günther Deschner1-71/+0
Guenther (This used to be commit 46d5989562bb771b3dcb2fdd197d2f90c3ff8653)
2008-02-13Add libreplace objects to libtalloc.so.Michael Adam1-1/+1
Michael (This used to be commit a84bf0786f269b8514e0a08e32fa429cefabe1d3)
2008-02-13Goodbye parse_samr.c, rest in peace - but never come back!Günther Deschner2-30/+0
Guenther (This used to be commit 8a8c5826e7a55742169e60d2145a7fe4d5786a23)
2008-02-13Remove unused marshalling for SAMR_ENUM_DOM_ALIASES.Günther Deschner3-269/+0
Guenther (This used to be commit 7e1f33436adb0625662969f52b501c57d4a4bc87)
2008-02-13Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases.Günther Deschner1-7/+16
Guenther (This used to be commit 33a97b447c1875bf1cd5a703871a84a7fb359fec)
2008-02-13Remove unused marshalling for SAMR_ENUM_DOM_GROUPS.Günther Deschner3-238/+0
Guenther (This used to be commit 6f269ec8c0ad18bd0c04d5fc459fa80ab72dba63)
2008-02-13Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups.Günther Deschner1-7/+16
Guenther (This used to be commit 8890bc481f60cd42d96b240b2ed8e34bc3d81f13)
2008-02-13Change hand written configure help strings to use AS_HELP_STRING().Michael Adam1-62/+61
Michael (This used to be commit d950174bcb50ecb70dfef71d4201feec4985c08b)
2008-02-13Use AS_HELP_STRING instead of (deprecated) AC_HELP_STRING.Michael Adam1-1/+1
Existence is guaranteed by libreplace. Michael (This used to be commit 90bdd0fa2ee09bab8c661c241f5d5fe8fc57016b)
2008-02-13Remove unused marshalling for SAMR_LOOKUP_RIDS.Günther Deschner3-316/+0
Guenther (This used to be commit c6db963dacb04a9b2ee12705d8cfb29b843c0ea2)
2008-02-13Convert last caller (in winbindd) to rpccli_samr_LookupRids.Günther Deschner1-23/+25
Guenther (This used to be commit 34c2566f026dbde4da10e2fc10c6960260eb6044)
2008-02-13Remove unused init_sam_entry routine.Günther Deschner1-12/+0
Guenther (This used to be commit c19847a02486414117425930367dcd210e911715)
2008-02-13Fix build: Add missing prerequisites for libwbclient.soMichael Adam1-4/+4
Michael (This used to be commit fa3a78b815e0bcbb4ac08b6277f798593c0458e9)
2008-02-13libwbclient: include wb_common.o in libwbclient.aStefan Metzmacher1-10/+12
And only link in wb_common.o directly into binaries which really need it. Note: It's important that $(WBCOMMON_OBJ) comes before @LIBWBCLIENT_STATIC@ overwise we may try to link in wb_common.o twice. metze (This used to be commit 135d9dd6d830ce6ae5c7917468763aa9a148d76a)
2008-02-13nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher5-38/+16
metze (This used to be commit 5f623f54a919cc687d0ff16c16038c05a501008d)
2008-02-13Fix install: Add creation of include dir to installlibtalloc target.Michael Adam1-0/+1
Michael (This used to be commit 26d012dd3de8ec146eb22656f1ed8eef110e4be6)
2008-02-13Remove unused marshalling for NET_TRUST_DOM_LIST.Günther Deschner2-118/+0
Guenther (This used to be commit 9312755955eac9897c8117773f8cd7d1652b2bca)
2008-02-13Use pidl for _netr_NetrEnumerateTrustedDomains().Günther Deschner2-42/+36
This call is completely broken. For now, just make sure that we return the exact same data as before the conversion to pidl. Guenther (This used to be commit 243bdaeea7900ab6a65edfda877e8c225ec7b213)
2008-02-13Merge data_blob_talloc_zero() from samba4.Günther Deschner1-0/+12
Guenther (This used to be commit 9fca3ca37eaf10c24f852e854dd28b7155c3e536)
2008-02-13Add linking -ltalloc to libwbclient.so. Noted by Metze.Michael Adam1-2/+2
Michael (This used to be commit e904a3dd532d7510ac2393e598b3edcf8e1349e8)
2008-02-13Add forgotten file exports/libtalloc.syms ... Thanks Günther!Michael Adam1-0/+3
Michael (This used to be commit b1deb11a19f09325449fd30fb364173f9ba9d681)
2008-02-13Some minor, cosmetic cleanup in srv_samr_util.c.Günther Deschner1-58/+108
Guenther (This used to be commit cd5bf3449adee7537ae6ca4e3b398e99d34555fd)
2008-02-13Fix some comment typos.Michael Adam1-5/+5
Michael (This used to be commit bc4482cde1571bb1cb2d55106fc8ee22d26efa23)
2008-02-13Remove some unneded variables: we always build and install some talloc libs.Michael Adam2-12/+3
LIBTALLOC, INSTALL_LIBTALLOC, UNINSTALL_LIBTALLOC Michael (This used to be commit 97a60565ad6657af8e4a3b8b38b69b48597e3eec)
2008-02-13Put talloc lib targets into variables and uses these.Michael Adam2-8/+14
LIBTALLOC_STATIC_TARGET and LIBTALLOC_SHARED_TARGET. Michael (This used to be commit d1bec3882908086747e1176a275617700cada097)
2008-02-13Simplify code by moving duplicate assignment to common place.Michael Adam1-2/+1
Michael (This used to be commit dddfdee90ee30d225e08d7f1685409f62fabf7c1)
2008-02-13Add support for linking talloc library statically or dynamically into samba.Michael Adam2-4/+46
This also establishes a general configure mechanism to control static vs dynamic linking of internal subsystems built as libraries: This first simple approach is as follows. * It applies only to "subsystems" that we build as libraries and for that linking samba against the libraries (as opposed to linking in the plain object files) has been configured in Makefile.in. * If we do build the shared library, then we link dynamically by default. * We only link statically if we don't build shared or if the library appears in the new --with-static-libs configure option (comma-separated list). Example (currently only one): --with-static-libs=talloc makes use of libtalloc.a instead of linking the dynamic variant with -ltalloc. A possilble way to setup linking against libraries in Makefile.in is this: For a subsystem, "mylib" say, we build bin/libmylib.a and bin/libmylib.so. The subsystem usually has a MYLIB_OBJ definition in Makefile.in. Define LIBMYLIB_STATIC=bin/libmylib.a and and LIBMYLIB_LIBS=-lmylib in configure.in as controlled by presence of "mylib" in the list given to --with-static-libs and change uses of $(MYLIB_OBJ) to @LIBMYLIB_STATIC@ in Makefile.in and add @LIBMYLIB_LIBS@ to the link targets as needed. In the example of talloc, which is needed everywhere, I have simply added @LIBTALLOC_LIBS@ to the definition of "LIBS" in Makefile.in. For other subsystems, one will have to be more careful. Michael (This used to be commit 71b990d9d687b517dec3d4eff67b6a3fe417a12a)
2008-02-13Use data from lib/talloc/libtalloc.m4 instead of hard coded data.Michael Adam2-4/+13
Michael (This used to be commit 880238c65c13c8b280e2f34431aa331a16af4a7b)
2008-02-13Move the AC_LIBREPLACE_CC_CHECKS up before building SAMBA_CPPFLAGS.Michael Adam1-2/+2
Michael (This used to be commit ed2337e3a24e800e0a445a9ffc7d735d49abc6d7)
2008-02-13Add support for building libtalloc.a and libtalloc.so.Michael Adam3-4/+75
Michael (This used to be commit cb7f42bcbc6cbe84823402cd3c7bb9327669ed9b)
2008-02-12Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison11-58/+118
v3-2-test (This used to be commit 5116c9d9f4bd1a523ac7a2a31b3b1552388f040f)
2008-02-12Prevent "parameters" being used without initialization.Jeremy Allison1-0/+2
Jeremy. (This used to be commit f0195e937d5d42a8d92e9d861199538fd44a3c9b)
2008-02-13Fix copy & paste typo in function prototype.Michael Adam1-1/+1
Michael (This used to be commit 4c2f0e027d2d0c5c5845550b72e6568c503f6cf9)
2008-02-13Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.Michael Adam2-2/+2
Michael (cherry picked from commit 38855a9f145b54d05f4a508562fc1a6595e0d895) (This used to be commit 303a3eb128b410be0f4ebb936cd3b983e639c07f)
2008-02-13Make sure talloc.so is build before installing.Jelmer Vernooij1-2/+2
(cherry picked from commit 51769f5cfc0f3a9f85ea533598a1f769e108d075) (This used to be commit da98f4d223997709b42b4f05ab94d564261f5aee)
2008-02-13Fix out of tree builds.Jelmer Vernooij1-2/+2
(cherry picked from parts of commit 35c8ebdca2612b52cd3eb2aafd35041d17173722) Michael (This used to be commit a780c0594aeea3705d601a327aa04d9182060cbd)
2008-02-13Split actual content out of talloc Makefile into talloc.mk.Jelmer Vernooij2-37/+42
(cherry picked from commit 2b8939975267fc4774bccd2a35ea9a35129d0a2b) (This used to be commit 7710d3dea350a85348d46747e4f4cde2b20741de)
2008-02-13Split rules.mk out of Makefile.Jelmer Vernooij2-27/+31
(cherry picked from commit 75ffc2c50d70e6f4108c3e6843c8d2bb212f6d9e) (This used to be commit 6f8165e4b064f37335e2b0b185ae6433c06a061a)
2008-02-13Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same.Michael Adam1-1/+1
Not sure if we can produce one from the other, so I manually made them equal for now. Michael (cherry picked from commit 1c14c457bea75fb3055712547cca501e8ef3fc20) (This used to be commit 0d9ae82f51302c9755b6e50f1df88eb2a079f12a)