summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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)
2008-02-13build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2-2/+0
(cherry picked from parts of commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20) Michael (This used to be commit 4b03f88c1ed8c1a2c1e5e7d461ca2d64a8d6a054)
2008-02-13talloc/tdb: Use manually written pc file.Jelmer Vernooij2-0/+2
(cherry picked from parts of c8947fda23eb874a7694bdee1b4de605744c2769) Michael (This used to be commit 77664bc482071798571096a299e7d8b190f53797)
2008-02-13r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij1-1/+1
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (cherry picked from talloc part of commit c550c03372cb260b78f6a6c132e70571bc4cb852) Michael (This used to be commit a146145c28cc355fed47b8a1f322311ffc1a51ab)
2008-02-13r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij1-0/+7
(cherry picked from talloc parts of commit 760fcc8bfa2a7cd7641465cb3bae889e9e0fbc75) Michael (This used to be commit f4c59316b9251477556dd22cdd246607f4dfa845)
2008-02-13r26292: Make sure swig directory exists.Jelmer Vernooij1-0/+1
(cherry picked from commit 7962d221fcb877c9fd3bbc890827338de54ca94a) (This used to be commit d6198f2bd7d13b5f30bcc46e12026a00f52d9adc)
2008-02-13r26280: Fix installation if swig is not available.Jelmer Vernooij1-1/+1
(cherry picked from commit 3320bd401f7b669bd62f83bf16a1c16ad0543a5c) (This used to be commit f1267f74a91374692c3564d783c527f94035b323)
2008-02-13r26276: Install SWIG files if swig is present.Jelmer Vernooij1-0/+1
(cherry picked from talloc parts of commit dfd5b456f932268e2b1a82e2775037d356b9483e) Michael (This used to be commit 8276ec7596b41980aea3f93949edd224fe842fa5)
2008-02-13r26197: Add bindings for libsecurity.Jelmer Vernooij2-9/+2
(cherry picked from parts of commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135) Michael (This used to be commit 22d48224d3235403b916c98c92915165fe7ef330)
2008-02-13r26187: Fix module name, indentation.Jelmer Vernooij1-0/+2
(cherry picked from parts of commit ef790ebf3a712dbbb85d6af65c804199c2c084fc) Michael (This used to be commit 8e35bbeac286c3b8d64d69ebe9bb4a8f5405a9c0)
2008-02-13r26072: Import trivial SWIG wrapper for talloc.Jelmer Vernooij1-0/+24
(cherry picked from commit 02d259c2c45c03dbfcd16173df93d7ba96ed1419) (This used to be commit 5938a732381abed9f5da1db505626b354fe7293e)
2008-02-13r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher2-2/+2
metze (cherry picked from parts of commit c179807165b84dd832ab64f794034960668e5957. The changes to lib/replaces have already been merged.) Michael (This used to be commit 6c092918725019274cd26218168c5b551ab3c7d2)
2008-02-13r25973: talloc: fix usage of SONAMEFLAGStefan Metzmacher1-2/+1
metze (cherry picked from commit 7fecb8f3cd9f5f69dce7b9e566011e5de1e01a4a) (This used to be commit ce3625a3866376d78edc23b137f41be72f07e5eb)
2008-02-13r25953: AIX make doesn't support $^.Jelmer Vernooij2-2/+2
(cherry picked from parts of commit 91133d27110ee6447dbc64f1c8d52cb90ca1a86c) Michael (This used to be commit f231d03e53dcf291e0cb8870e531989ab855eae0)
2008-02-13r25944: Fix handling of sonameflag on AIX, which doesn't have anything like ↵Jelmer Vernooij3-2/+6
that. (cherry picked from parts of commit 228dd6830eb9c91287bb3e0233d8b3a404ff3676) Michael (This used to be commit 7a7dcd9b1265b8f031c9a5e9c4cfa89216827a28)
2008-02-13r25884: Specify shldflags first, as required by some compilers.Jelmer Vernooij1-1/+1
(cherry picked from commit 40a8cd0d2fd4d10110243ee75ff92bef73bb06b9) (This used to be commit 42b56f77ff88f8a9dccd7a8ac7df789d0223c945)
2008-02-13r25882: Build shared library of talloc as well.Jelmer Vernooij2-2/+22
(cherry picked from commit 3692ba8299d4177289ca401fa467143ad14ccad4) (This used to be commit ddfc86b71d7e6fa3d1bd6fcaca4f31dd262e84d2)
2008-02-13Fix the build of winbindd, sorry.Günther Deschner1-5/+3
Guenther (This used to be commit c62c89c8f0d1ff8e384b88b3b192aa96f0b2183e)
2008-02-13Remove unused marshalling for LSA_ENUM_TRUST_DOM.Günther Deschner3-273/+0
Guenther (This used to be commit 90b07714ddb16ef87865cdf4f9c64c0372200e42)
2008-02-13Use rpccli_lsa_EnumTrustDom all over the place.Günther Deschner4-43/+75
Guenther (This used to be commit a25e7ffbca9c2c97dd36b0596e7cb38a72aaf9d9)
2008-02-13Use pidl for _lsa_EnumTrustDom()Günther Deschner2-42/+31
Guenther (This used to be commit 1f45079907d03116b48b55d616281ed4359a66d8)
2008-02-13Re-run make idl.Günther Deschner2-4/+4
Guenther (This used to be commit 4473255f06bcd96166e61cfa751d32fddf120e16)
2008-02-13Fix IDL for lsa_EnumTrustDom.Günther Deschner1-3/+3
Guenther (This used to be commit 278c891c54813ab802e1de300b498a0f9db79321)
2008-02-12Collect all init_lsa_string varients in one place.Günther Deschner13-83/+51
Guenther (This used to be commit f4581e9f4482566fba9436d5ae058b8d840fa394)
2008-02-12Re-add support for samr_QueryDisplayInfo2/samr_QueryDisplayInfo3.Günther Deschner1-20/+44
(This used to be commit cac740d87f729c1b48654ef4f51f37a81e8a0d54)
2008-02-12Add querydispinfo2 and querydispinfo3 to rpcclient.Günther Deschner1-15/+75
Guenther (This used to be commit f776840dca093b43d0e2762f234b4002ba29adac)
2008-02-12The final SAM_USER_INFO massacre.Günther Deschner3-1982/+0
I compared those very thoroughly with the idl ones but couldn't find any bits that were missing (except for the very obscure (and totally unused) SAM_USER_INFO_17 structure which I think was totally wrong). Guenther (This used to be commit e7192818f79725060d2b12d44186ba8c5bae2fb8)
2008-02-12Use rpccli_samr_SetUserInfo2() in place of rpccli_samr_set_userinfo().Günther Deschner3-66/+141
Guenther (This used to be commit 1b48b9d73d971ef18b8a2ea240e48902b703b74b)
2008-02-12Remove unused marshalling for SAMR_SET_USERINFO2.Günther Deschner3-147/+0
Guenther (This used to be commit d493f98cd1da5e8a5995e3adea2f28b434baae99)
2008-02-12Remove all callers of rpccli_samr_setuserinfo2 and replace withGünther Deschner4-77/+56
rpccli_samr_SetUserInfo (see the opcode mixup in rpc_samr.h). Guenther (This used to be commit bdc49185036060ebb9c727767dce52e4b01bd8b4)
2008-02-12Remove unused marshalling for SAMR_QUERY_USERINFO.Günther Deschner3-146/+0
Guenther (This used to be commit daec00fd62999d4f8d74dc4cdd2fba686433ad01)
2008-02-12Use everyGünther Deschner2-7/+14
(This used to be commit d9cec295bf55b3a7e16f548cc4bf64ce474b41e9)
2008-02-12Use rpccli_samr_QueryUserInfo in net and winbindd.Günther Deschner3-54/+59
Guenther (This used to be commit a9ff6760901a489ff8877717bdd5a2218154498f)
2008-02-12Use rpccli_samr_QueryUserInfo() in rpcclient.Günther Deschner1-70/+46
Guenther (This used to be commit 5bfa5cac639fc0821bfe38b4cd1f50b372c2330e)
2008-02-12w00t! SAMR server-side conversion to pidl is finished.Günther Deschner4-569/+4
Guenther (This used to be commit c6d9650930510982ef4e4759272dba573fc81067)
2008-02-12Use pidl for _samr_QueryUserInfo.Günther Deschner3-116/+373
Guenther (This used to be commit 53dc913b2d01aeea2a7490c5ef1292e6c6eff5e7)
2008-02-12Add get_logon_hours_from_pdb() (inspired by samba4).Günther Deschner1-0/+23
Guenther (This used to be commit e1bcb7d82f22810e342a18aacbcfe49c3902bcb4)
2008-02-12Merge _samr_SetUserInfo and _samr_SetUserInfo2 into one call.Günther Deschner1-180/+107
Guenther (This used to be commit 8ee7dfad2e3a40e378398ea20158d3c7e7168cba)