summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-02-13Re-run make idl.Günther Deschner4-14/+40
2008-02-13Fix IDL for netr_ServerPasswordSet.Günther Deschner1-3/+3
2008-02-13Remove --enable-libwbclient-shared , use --with-static-libs=libwbclient instead.Michael Adam1-7/+5
2008-02-13Use --with-static-libs=libtalloc instead of --with-static-libs=tallocMichael Adam1-4/+4
2008-02-13Link in libnetapi as shared or static library (same mechanism as talloc).Michael Adam2-48/+53
2008-02-13Re-run make idl.Günther Deschner4-9/+22
2008-02-13Fix IDL for netr_LogonControl2.Günther Deschner1-1/+1
2008-02-13Use pidl for _netr_ServerReqChallenge.Günther Deschner2-45/+13
2008-02-13Pure cosmetics: remove trailing whitespace in netlogon server.Günther Deschner1-69/+69
2008-02-13Remove const on policy handle in net rpc.Günther Deschner1-10/+9
2008-02-13Only use the needed objects for libnetapi.aMichael Adam1-2/+2
2008-02-13Add -L./bin to LDFLAGS when building shared libs.Michael Adam1-1/+4
2008-02-13auth_winbind: use wbcAuthenticateUserEx()Stefan Metzmacher3-72/+279
2008-02-13wbinfo: use wbcAuthenticateUserEx()Stefan Metzmacher1-47/+43
2008-02-13libwbclient: add wbcAuthenticateUserEx() functionStefan Metzmacher3-1/+460
2008-02-13winbindd: add rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT modeStefan Metzmacher1-1/+43
2008-02-13Only export talloc related symbols in libtalloc.so.Michael Adam1-1/+4
2008-02-13Use pidl for _netr_LogonControl.Günther Deschner2-41/+23
2008-02-13Use rpccli_netr_LogonControl() in rpcclient.Günther Deschner1-17/+39
2008-02-13Remove redundant (and unused) set of samr opcodes.Günther Deschner1-71/+0
2008-02-13Add libreplace objects to libtalloc.so.Michael Adam1-1/+1
2008-02-13Goodbye parse_samr.c, rest in peace - but never come back!Günther Deschner2-30/+0
2008-02-13Remove unused marshalling for SAMR_ENUM_DOM_ALIASES.Günther Deschner3-269/+0
2008-02-13Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases.Günther Deschner1-7/+16
2008-02-13Remove unused marshalling for SAMR_ENUM_DOM_GROUPS.Günther Deschner3-238/+0
2008-02-13Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups.Günther Deschner1-7/+16
2008-02-13Change hand written configure help strings to use AS_HELP_STRING().Michael Adam1-62/+61
2008-02-13Use AS_HELP_STRING instead of (deprecated) AC_HELP_STRING.Michael Adam1-1/+1
2008-02-13Remove unused marshalling for SAMR_LOOKUP_RIDS.Günther Deschner3-316/+0
2008-02-13Convert last caller (in winbindd) to rpccli_samr_LookupRids.Günther Deschner1-23/+25
2008-02-13Remove unused init_sam_entry routine.Günther Deschner1-12/+0
2008-02-13Fix build: Add missing prerequisites for libwbclient.soMichael Adam1-4/+4
2008-02-13libwbclient: include wb_common.o in libwbclient.aStefan Metzmacher1-10/+12
2008-02-13nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher5-38/+16
2008-02-13Fix install: Add creation of include dir to installlibtalloc target.Michael Adam1-0/+1
2008-02-13Remove unused marshalling for NET_TRUST_DOM_LIST.Günther Deschner2-118/+0
2008-02-13Use pidl for _netr_NetrEnumerateTrustedDomains().Günther Deschner2-42/+36
2008-02-13Merge data_blob_talloc_zero() from samba4.Günther Deschner1-0/+12
2008-02-13Add linking -ltalloc to libwbclient.so. Noted by Metze.Michael Adam1-2/+2
2008-02-13Add forgotten file exports/libtalloc.syms ... Thanks Günther!Michael Adam1-0/+3
2008-02-13Some minor, cosmetic cleanup in srv_samr_util.c.Günther Deschner1-58/+108
2008-02-13Fix some comment typos.Michael Adam1-5/+5
2008-02-13Remove some unneded variables: we always build and install some talloc libs.Michael Adam2-12/+3
2008-02-13Put talloc lib targets into variables and uses these.Michael Adam2-8/+14
2008-02-13Simplify code by moving duplicate assignment to common place.Michael Adam1-2/+1
2008-02-13Add support for linking talloc library statically or dynamically into samba.Michael Adam2-4/+46
2008-02-13Use data from lib/talloc/libtalloc.m4 instead of hard coded data.Michael Adam2-4/+13
2008-02-13Move the AC_LIBREPLACE_CC_CHECKS up before building SAMBA_CPPFLAGS.Michael Adam1-2/+2
2008-02-13Add support for building libtalloc.a and libtalloc.so.Michael Adam3-4/+75
2008-02-12Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison11-58/+118