nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macros
[tprouty/samba.git] / source /
2008-02-13 Stefan Metzmachernsswitch: convert winbind_env_set(), winbind_on() and...
2008-02-13 Michael AdamFix install: Add creation of include dir to installlibt...
2008-02-13 Günther DeschnerRemove unused marshalling for NET_TRUST_DOM_LIST.
2008-02-13 Günther DeschnerUse pidl for _netr_NetrEnumerateTrustedDomains().
2008-02-13 Günther DeschnerMerge data_blob_talloc_zero() from samba4.
2008-02-13 Michael AdamAdd linking -ltalloc to libwbclient.so. Noted by Metze.
2008-02-13 Michael AdamAdd forgotten file exports/libtalloc.syms ... Thanks...
2008-02-13 Günther DeschnerSome minor, cosmetic cleanup in srv_samr_util.c.
2008-02-13 Michael AdamFix some comment typos.
2008-02-13 Michael AdamRemove some unneded variables: we always build and...
2008-02-13 Michael AdamPut talloc lib targets into variables and uses these.
2008-02-13 Michael AdamSimplify code by moving duplicate assignment to common...
2008-02-13 Michael AdamAdd support for linking talloc library statically or...
2008-02-13 Michael AdamUse data from lib/talloc/libtalloc.m4 instead of hard...
2008-02-13 Michael AdamMove the AC_LIBREPLACE_CC_CHECKS up before building...
2008-02-13 Michael AdamAdd support for building libtalloc.a and libtalloc.so.
2008-02-13 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-13 Jeremy AllisonPrevent "parameters" being used without initialization.
2008-02-13 Michael AdamFix copy & paste typo in function prototype.
2008-02-13 Michael AdamRaise version of talloc from 1.1.0 to 1.2.0 after addin...
2008-02-13 Jelmer VernooijMake sure talloc.so is build before installing.
2008-02-13 Jelmer VernooijFix out of tree builds.
2008-02-13 Jelmer VernooijSplit actual content out of talloc Makefile into talloc.mk.
2008-02-13 Jelmer VernooijSplit rules.mk out of Makefile.
2008-02-13 Michael AdamMake versions in lib/talloc/config.mk and lib/talloc...
2008-02-13 Jelmer Vernooijbuild: Remove support for DESCRIPTION setting that...
2008-02-13 Jelmer Vernooijtalloc/tdb: Use manually written pc file.
2008-02-13 Jelmer Vernooijr26570: - Trim size of the swig-generated Python bindin...
2008-02-13 Jelmer Vernooijr26454: Add simple SWIG macro for wrapping talloced...
2008-02-13 Jelmer Vernooijr26292: Make sure swig directory exists.
2008-02-13 Jelmer Vernooijr26280: Fix installation if swig is not available.
2008-02-13 Jelmer Vernooijr26276: Install SWIG files if swig is present.
2008-02-13 Jelmer Vernooijr26197: Add bindings for libsecurity.
2008-02-13 Jelmer Vernooijr26187: Fix module name, indentation.
2008-02-13 Jelmer Vernooijr26072: Import trivial SWIG wrapper for talloc.
2008-02-13 Stefan Metzmacherr25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBR...
2008-02-13 Stefan Metzmacherr25973: talloc: fix usage of SONAMEFLAG
2008-02-13 Jelmer Vernooijr25953: AIX make doesn't support $^.
2008-02-13 Jelmer Vernooijr25944: Fix handling of sonameflag on AIX, which doesn...
2008-02-13 Jelmer Vernooijr25884: Specify shldflags first, as required by some...
2008-02-13 Jelmer Vernooijr25882: Build shared library of talloc as well.
2008-02-13 Günther DeschnerFix the build of winbindd, sorry.
2008-02-12 Günther DeschnerRemove unused marshalling for LSA_ENUM_TRUST_DOM.
2008-02-12 Günther DeschnerUse rpccli_lsa_EnumTrustDom all over the place.
2008-02-12 Günther DeschnerUse pidl for _lsa_EnumTrustDom()
2008-02-12 Günther DeschnerRe-run make idl.
2008-02-12 Günther DeschnerFix IDL for lsa_EnumTrustDom.
2008-02-12 Günther DeschnerCollect all init_lsa_string varients in one place.
2008-02-12 Günther DeschnerRe-add support for samr_QueryDisplayInfo2/samr_QueryDis...
2008-02-12 Günther DeschnerAdd querydispinfo2 and querydispinfo3 to rpcclient.
2008-02-12 Günther DeschnerThe final SAM_USER_INFO massacre.
2008-02-12 Günther DeschnerUse rpccli_samr_SetUserInfo2() in place of rpccli_samr_...
2008-02-12 Günther DeschnerRemove unused marshalling for SAMR_SET_USERINFO2.
2008-02-12 Günther DeschnerRemove all callers of rpccli_samr_setuserinfo2 and...
2008-02-12 Günther DeschnerRemove unused marshalling for SAMR_QUERY_USERINFO.
2008-02-12 Günther DeschnerUse every
2008-02-12 Günther DeschnerUse rpccli_samr_QueryUserInfo in net and winbindd.
2008-02-12 Günther DeschnerUse rpccli_samr_QueryUserInfo() in rpcclient.
2008-02-12 Günther Deschnerw00t! SAMR server-side conversion to pidl is finished.
2008-02-12 Günther DeschnerUse pidl for _samr_QueryUserInfo.
2008-02-12 Günther DeschnerAdd get_logon_hours_from_pdb() (inspired by samba4).
2008-02-12 Günther DeschnerMerge _samr_SetUserInfo and _samr_SetUserInfo2 into...
2008-02-12 Günther DeschnerDocument that we were mixing up opcodes for SAMR_SET_US...
2008-02-12 Günther DeschnerMove some samr init functions around (to allow easier...
2008-02-12 Günther DeschnerRemove unused marshalling for SAMR_ENUM_DOM_USERS.
2008-02-12 Günther DeschnerUse rpccli_samr_EnumDomainUsers in net and rpcclient.
2008-02-12 Günther DeschnerUse rpccli_samr_EnumDomainGroups in rpcclient.
2008-02-12 Günther DeschnerUse rpccli_samr_EnumDomainAliases() in net and rpcclient.
2008-02-12 Volker LendeckeRemove a bogus comment
2008-02-12 Günther DeschnerCosmetics: remove new whitespace, sorry.
2008-02-12 Günther DeschnerRe-run make idl.
2008-02-12 Günther DeschnerFix IDL for samr_QueryUserInfo.
2008-02-12 Günther DeschnerUse pidl for _samr_EnumDomainUsers().
2008-02-12 Günther DeschnerRe-run make idl.
2008-02-12 Günther DeschnerFix IDL for samr_EnumDomainUsers.
2008-02-12 Günther DeschnerUse pidl for _samr_EnumDomainGroups() and _samr_EnumDom...
2008-02-12 Günther DeschnerRe-run make idl.
2008-02-12 Günther DeschnerFix IDL for samr_EnumDomainAliases.
2008-02-12 Günther DeschnerRe-run make idl.
2008-02-12 Günther DeschnerFix IDL for samr_EnumDomainGroups.
2008-02-12 Günther DeschnerRemove some more unused samr headers.
2008-02-12 Günther DeschnerRemoving unused ACCT_-flags.
2008-02-11 Günther DeschnerFix SAMR_FIELD_PARAMETERS handling in rpc_server/srv_sa...
2008-02-11 Günther DeschnerFix SAMR_FIELD_LOGON_HOURS handling in rpc_server/srv_s...
2008-02-11 Günther DeschnerUse SAMR_FIELDS for fields_present in rpc_server/srv_sa...
2008-02-11 Günther DeschnerAllow to set correct info level log prefix in duplicate...
2008-02-11 Günther DeschnerUse pidl for _samr_SetUserInfo and _samr_SetUserInfo2.
2008-02-11 Günther DeschnerRemove unused LSA_CLOSE headers.
2008-02-11 Günther DeschnerRemove unused marshalling for LSA_UNK_GET_CONNUSER.
2008-02-11 Günther DeschnerUse pidl for _lsa_GetUserName().
2008-02-11 Günther DeschnerAdd cmd_lsa_get_username command to rpcclient.
2008-02-11 Günther DeschnerRe-run make idl.
2008-02-11 Günther DeschnerFix IDL for lsa_GetUserName.
2008-02-11 Günther DeschnerRemove unused marshalling for LSA_PRIV_GET_DISPNAME.
2008-02-11 Günther DeschnerUse rpccli_lsa_LookupPrivDisplayName() in net and rpccl...
2008-02-11 Günther DeschnerUse pidl for _lsa_LookupPrivDisplayName().
2008-02-11 Günther DeschnerRe-run make idl.
2008-02-11 Günther DeschnerFix IDL for lsa_LookupPrivDisplayName (based on samba3...
2008-02-11 Volker LendeckeAdd a missing return
2008-02-11 Stefan Metzmachersmbd: use make usage of wbcDomainInfo()
next