Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix logonctrl2 command in rpcclient. | Günther Deschner | 2008-02-13 | 1 | -15/+55 | |
| | | | | | | | | Guenther | |||||
| * | Move some lsa init routines around. | Günther Deschner | 2008-02-13 | 2 | -40/+40 | |
| | | | | | | | | Guenther | |||||
| * | Re-run make idl. | Günther Deschner | 2008-02-13 | 4 | -14/+40 | |
| | | | | | | | | Guenther | |||||
| * | Fix IDL for netr_ServerPasswordSet. | Günther Deschner | 2008-02-13 | 1 | -3/+3 | |
| | | | | | | | | Guenther | |||||
| * | Remove --enable-libwbclient-shared , use --with-static-libs=libwbclient instead. | Michael Adam | 2008-02-13 | 1 | -7/+5 | |
| | | | | | | | | | | | | | | Use the more general mechanism. The enable_developer-check is preserved, of course. Michael | |||||
| * | Use --with-static-libs=libtalloc instead of --with-static-libs=talloc | Michael Adam | 2008-02-13 | 1 | -4/+4 | |
| | | | | | | | | | | | | for consistency (and similar for all other examples). Michael | |||||
| * | Link in libnetapi as shared or static library (same mechanism as talloc). | Michael Adam | 2008-02-13 | 2 | -48/+53 | |
| | | | | | | | | | | | | | | This, too, can be turned to static linking by providing the configure parameter --with-static-libs=netapi. Michael | |||||
| * | Re-run make idl. | Günther Deschner | 2008-02-13 | 4 | -9/+22 | |
| | | | | | | | | Guenther | |||||
| * | Fix IDL for netr_LogonControl2. | Günther Deschner | 2008-02-13 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | Use pidl for _netr_ServerReqChallenge. | Günther Deschner | 2008-02-13 | 2 | -45/+13 | |
| | | | | | | | | Guenther | |||||
| * | Pure cosmetics: remove trailing whitespace in netlogon server. | Günther Deschner | 2008-02-13 | 1 | -69/+69 | |
| | | | | | | | | Guenther | |||||
| * | Remove const on policy handle in net rpc. | Günther Deschner | 2008-02-13 | 1 | -10/+9 | |
| | | | | | | | | | | | | Volker, are you ok with that? Guenther | |||||
| * | Only use the needed objects for libnetapi.a | Michael Adam | 2008-02-13 | 1 | -2/+2 | |
| | | | | | | | | Michael | |||||
| * | Add -L./bin to LDFLAGS when building shared libs. | Michael Adam | 2008-02-13 | 1 | -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 | |||||
| * | auth_winbind: use wbcAuthenticateUserEx() | Stefan Metzmacher | 2008-02-13 | 3 | -72/+279 | |
| | | | | | | | | | | | | | | | | smbd doesn't need $(WBCOMMON_OBJ) anymore, it works with any libwbclient.so now and may talk to an older winbindd. metze | |||||
| * | wbinfo: use wbcAuthenticateUserEx() | Stefan Metzmacher | 2008-02-13 | 1 | -47/+43 | |
| | | | | | | | | metze | |||||
| * | libwbclient: add wbcAuthenticateUserEx() function | Stefan Metzmacher | 2008-02-13 | 3 | -1/+460 | |
| | | | | | | | | | | | | This function will be used by auth_winbind.c. metze | |||||
| * | winbindd: add rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT mode | Stefan Metzmacher | 2008-02-13 | 1 | -1/+43 | |
| | | | | | | | | metze | |||||
| * | Only export talloc related symbols in libtalloc.so. | Michael Adam | 2008-02-13 | 1 | -1/+4 | |
| | | | | | | | | Michael | |||||
| * | Use pidl for _netr_LogonControl. | Günther Deschner | 2008-02-13 | 2 | -41/+23 | |
| | | | | | | | | Guenther | |||||
| * | Use rpccli_netr_LogonControl() in rpcclient. | Günther Deschner | 2008-02-13 | 1 | -17/+39 | |
| | | | | | | | | Guenther | |||||
| * | Remove redundant (and unused) set of samr opcodes. | Günther Deschner | 2008-02-13 | 1 | -71/+0 | |
| | | | | | | | | Guenther | |||||
| * | Add libreplace objects to libtalloc.so. | Michael Adam | 2008-02-13 | 1 | -1/+1 | |
| | | | | | | | | Michael | |||||
| * | Goodbye parse_samr.c, rest in peace - but never come back! | Günther Deschner | 2008-02-13 | 2 | -30/+0 | |
| | | | | | | | | Guenther | |||||
| * | Remove unused marshalling for SAMR_ENUM_DOM_ALIASES. | Günther Deschner | 2008-02-13 | 3 | -269/+0 | |
| | | | | | | | | Guenther | |||||
| * | Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases. | Günther Deschner | 2008-02-13 | 1 | -7/+16 | |
| | | | | | | | | Guenther | |||||
| * | Remove unused marshalling for SAMR_ENUM_DOM_GROUPS. | Günther Deschner | 2008-02-13 | 3 | -238/+0 | |
| | | | | | | | | Guenther | |||||
| * | Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups. | Günther Deschner | 2008-02-13 | 1 | -7/+16 | |
| | | | | | | | | Guenther | |||||
| * | Change hand written configure help strings to use AS_HELP_STRING(). | Michael Adam | 2008-02-13 | 1 | -62/+61 | |
| | | | | | | | | Michael | |||||
| * | Use AS_HELP_STRING instead of (deprecated) AC_HELP_STRING. | Michael Adam | 2008-02-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | Existence is guaranteed by libreplace. Michael | |||||
| * | Remove unused marshalling for SAMR_LOOKUP_RIDS. | Günther Deschner | 2008-02-13 | 3 | -316/+0 | |
| | | | | | | | | Guenther | |||||
| * | Convert last caller (in winbindd) to rpccli_samr_LookupRids. | Günther Deschner | 2008-02-13 | 1 | -23/+25 | |
| | | | | | | | | Guenther | |||||
| * | Remove unused init_sam_entry routine. | Günther Deschner | 2008-02-13 | 1 | -12/+0 | |
| | | | | | | | | Guenther | |||||
| * | Fix build: Add missing prerequisites for libwbclient.so | Michael Adam | 2008-02-13 | 1 | -4/+4 | |
| | | | | | | | | Michael | |||||
| * | libwbclient: include wb_common.o in libwbclient.a | Stefan Metzmacher | 2008-02-13 | 1 | -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 | |||||
| * | nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macros | Stefan Metzmacher | 2008-02-13 | 5 | -38/+16 | |
| | | | | | | | | metze | |||||
| * | Fix install: Add creation of include dir to installlibtalloc target. | Michael Adam | 2008-02-13 | 1 | -0/+1 | |
| | | | | | | | | Michael | |||||
| * | Remove unused marshalling for NET_TRUST_DOM_LIST. | Günther Deschner | 2008-02-13 | 2 | -118/+0 | |
| | | | | | | | | Guenther | |||||
| * | Use pidl for _netr_NetrEnumerateTrustedDomains(). | Günther Deschner | 2008-02-13 | 2 | -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 | |||||
| * | Merge data_blob_talloc_zero() from samba4. | Günther Deschner | 2008-02-13 | 1 | -0/+12 | |
| | | | | | | | | Guenther | |||||
| * | Add linking -ltalloc to libwbclient.so. Noted by Metze. | Michael Adam | 2008-02-13 | 1 | -2/+2 | |
| | | | | | | | | Michael | |||||
| * | Add forgotten file exports/libtalloc.syms ... Thanks Günther! | Michael Adam | 2008-02-13 | 1 | -0/+3 | |
| | | | | | | | | Michael | |||||
| * | Some minor, cosmetic cleanup in srv_samr_util.c. | Günther Deschner | 2008-02-13 | 1 | -58/+108 | |
| | | | | | | | | Guenther | |||||
| * | Fix some comment typos. | Michael Adam | 2008-02-13 | 1 | -5/+5 | |
| | | | | | | | | Michael | |||||
| * | Remove some unneded variables: we always build and install some talloc libs. | Michael Adam | 2008-02-13 | 2 | -12/+3 | |
| | | | | | | | | | | | | LIBTALLOC, INSTALL_LIBTALLOC, UNINSTALL_LIBTALLOC Michael | |||||
| * | Put talloc lib targets into variables and uses these. | Michael Adam | 2008-02-13 | 2 | -8/+14 | |
| | | | | | | | | | | | | LIBTALLOC_STATIC_TARGET and LIBTALLOC_SHARED_TARGET. Michael | |||||
| * | Simplify code by moving duplicate assignment to common place. | Michael Adam | 2008-02-13 | 1 | -2/+1 | |
| | | | | | | | | Michael | |||||
| * | Add support for linking talloc library statically or dynamically into samba. | Michael Adam | 2008-02-13 | 2 | -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 | |||||
| * | Use data from lib/talloc/libtalloc.m4 instead of hard coded data. | Michael Adam | 2008-02-13 | 2 | -4/+13 | |
| | | | | | | | | Michael | |||||
| * | Move the AC_LIBREPLACE_CC_CHECKS up before building SAMBA_CPPFLAGS. | Michael Adam | 2008-02-13 | 1 | -2/+2 | |
| | | | | | | | | Michael |