[PATCH] Subdomain and trusted domain patches for master

Andreas Schneider asn at samba.org
Wed Aug 20 08:02:46 MDT 2014


On Wednesday 20 August 2014 13:41:06 Andrew Bartlett wrote:
> G'Day,

Hi,
 
> I've been working to bring subdomain and trusted domain support to Samba
> GIT master.
> 
> I think these changes are ready for master, and so I would like them
> reviewed and pushed:
> http://git.samba.org/?p=abartlet/samba.git/.git;a=shortlog;h=refs/heads/subd
> omain-for-master
> 
> This will reduce the set of patches in my WIP tree here:
> http://git.samba.org/?p=abartlet/samba.git/.git;a=shortlog;h=refs/heads/subd
> omain-wip

I've started to review your patches.


Andrew, if you are a vim user, I suggest to add the following lines to your 
vim config:


" Highlight long lines
autocmd BufWinEnter *.c,*.h let w:m2=matchadd('ErrorMsg', '\%>80v.\+', -1)

" Show tabs and trailing whitespace visually
if (&termencoding == "utf-8") || has("gui_running")
    if v:version >= 700
        set list listchars=tab:»·,trail:·,extends:…,nbsp:‗
    else
        set list listchars=tab:»·,trail:·,extends:…
    endif
else
    if v:version >= 700
        set list listchars=tab:>-,trail:.,extends:>,nbsp:_
    else
        set list listchars=tab:>-,trail:.,extends:>
    endif
endif


This will show you if a line exceeds 80 chars and you can visually see tabs 
and trailing spaces!!! ;)



Cheers,

	-- andreas

-- 
Andreas Schneider                   GPG-ID: CC014E3D
Samba Team                             asn at samba.org
www.samba.org



More information about the samba-technical mailing list