summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix logonctrl2 command in rpcclient.Günther Deschner2008-02-131-15/+55
| | | | | | | | Guenther
| * Move some lsa init routines around.Günther Deschner2008-02-132-40/+40
| | | | | | | | Guenther
| * Re-run make idl.Günther Deschner2008-02-134-14/+40
| | | | | | | | Guenther
| * Fix IDL for netr_ServerPasswordSet.Günther Deschner2008-02-131-3/+3
| | | | | | | | Guenther
| * Remove --enable-libwbclient-shared , use --with-static-libs=libwbclient instead.Michael Adam2008-02-131-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=tallocMichael Adam2008-02-131-4/+4
| | | | | | | | | | | | for consistency (and similar for all other examples). Michael
| * Link in libnetapi as shared or static library (same mechanism as talloc).Michael Adam2008-02-132-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 Deschner2008-02-134-9/+22
| | | | | | | | Guenther
| * Fix IDL for netr_LogonControl2.Günther Deschner2008-02-131-1/+1
| | | | | | | | Guenther
| * Use pidl for _netr_ServerReqChallenge.Günther Deschner2008-02-132-45/+13
| | | | | | | | Guenther
| * Pure cosmetics: remove trailing whitespace in netlogon server.Günther Deschner2008-02-131-69/+69
| | | | | | | | Guenther
| * Remove const on policy handle in net rpc.Günther Deschner2008-02-131-10/+9
| | | | | | | | | | | | Volker, are you ok with that? Guenther
| * Only use the needed objects for libnetapi.aMichael Adam2008-02-131-2/+2
| | | | | | | | Michael
| * Add -L./bin to LDFLAGS when building shared libs.Michael Adam2008-02-131-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 Metzmacher2008-02-133-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 Metzmacher2008-02-131-47/+43
| | | | | | | | metze
| * libwbclient: add wbcAuthenticateUserEx() functionStefan Metzmacher2008-02-133-1/+460
| | | | | | | | | | | | This function will be used by auth_winbind.c. metze
| * winbindd: add rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT modeStefan Metzmacher2008-02-131-1/+43
| | | | | | | | metze
| * Only export talloc related symbols in libtalloc.so.Michael Adam2008-02-131-1/+4
| | | | | | | | Michael
| * Use pidl for _netr_LogonControl.Günther Deschner2008-02-132-41/+23
| | | | | | | | Guenther
| * Use rpccli_netr_LogonControl() in rpcclient.Günther Deschner2008-02-131-17/+39
| | | | | | | | Guenther
| * Remove redundant (and unused) set of samr opcodes.Günther Deschner2008-02-131-71/+0
| | | | | | | | Guenther
| * Add libreplace objects to libtalloc.so.Michael Adam2008-02-131-1/+1
| | | | | | | | Michael
| * Goodbye parse_samr.c, rest in peace - but never come back!Günther Deschner2008-02-132-30/+0
| | | | | | | | Guenther
| * Remove unused marshalling for SAMR_ENUM_DOM_ALIASES.Günther Deschner2008-02-133-269/+0
| | | | | | | | Guenther
| * Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases.Günther Deschner2008-02-131-7/+16
| | | | | | | | Guenther
| * Remove unused marshalling for SAMR_ENUM_DOM_GROUPS.Günther Deschner2008-02-133-238/+0
| | | | | | | | Guenther
| * Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups.Günther Deschner2008-02-131-7/+16
| | | | | | | | Guenther
| * Change hand written configure help strings to use AS_HELP_STRING().Michael Adam2008-02-131-62/+61
| | | | | | | | Michael
| * Use AS_HELP_STRING instead of (deprecated) AC_HELP_STRING.Michael Adam2008-02-131-1/+1
| | | | | | | | | | | | Existence is guaranteed by libreplace. Michael
| * Remove unused marshalling for SAMR_LOOKUP_RIDS.Günther Deschner2008-02-133-316/+0
| | | | | | | | Guenther
| * Convert last caller (in winbindd) to rpccli_samr_LookupRids.Günther Deschner2008-02-131-23/+25
| | | | | | | | Guenther
| * Remove unused init_sam_entry routine.Günther Deschner2008-02-131-12/+0
| | | | | | | | Guenther
| * Fix build: Add missing prerequisites for libwbclient.soMichael Adam2008-02-131-4/+4
| | | | | | | | Michael
| * libwbclient: include wb_common.o in libwbclient.aStefan Metzmacher2008-02-131-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 macrosStefan Metzmacher2008-02-135-38/+16
| | | | | | | | metze
| * Fix install: Add creation of include dir to installlibtalloc target.Michael Adam2008-02-131-0/+1
| | | | | | | | Michael
| * Remove unused marshalling for NET_TRUST_DOM_LIST.Günther Deschner2008-02-132-118/+0
| | | | | | | | Guenther
| * Use pidl for _netr_NetrEnumerateTrustedDomains().Günther Deschner2008-02-132-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 Deschner2008-02-131-0/+12
| | | | | | | | Guenther
| * Add linking -ltalloc to libwbclient.so. Noted by Metze.Michael Adam2008-02-131-2/+2
| | | | | | | | Michael
| * Add forgotten file exports/libtalloc.syms ... Thanks Günther!Michael Adam2008-02-131-0/+3
| | | | | | | | Michael
| * Some minor, cosmetic cleanup in srv_samr_util.c.Günther Deschner2008-02-131-58/+108
| | | | | | | | Guenther
| * Fix some comment typos.Michael Adam2008-02-131-5/+5
| | | | | | | | Michael
| * Remove some unneded variables: we always build and install some talloc libs.Michael Adam2008-02-132-12/+3
| | | | | | | | | | | | LIBTALLOC, INSTALL_LIBTALLOC, UNINSTALL_LIBTALLOC Michael
| * Put talloc lib targets into variables and uses these.Michael Adam2008-02-132-8/+14
| | | | | | | | | | | | LIBTALLOC_STATIC_TARGET and LIBTALLOC_SHARED_TARGET. Michael
| * Simplify code by moving duplicate assignment to common place.Michael Adam2008-02-131-2/+1
| | | | | | | | Michael
| * Add support for linking talloc library statically or dynamically into samba.Michael Adam2008-02-132-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 Adam2008-02-132-4/+13
| | | | | | | | Michael
| * Move the AC_LIBREPLACE_CC_CHECKS up before building SAMBA_CPPFLAGS.Michael Adam2008-02-131-2/+2
| | | | | | | | Michael