eldap

Code pulled with git from git://github.com/etnt/eldap.git with the last commit being 36c595f

These are Current warnings for eldap.

dialyzer -n -q -Wno_improper_lists ebin
eldap.erl:677: The variable Error can never match since previous clauses completely covered the type {'error',_} | {'ok','http_eoh' | binary() | maybe_improper_list(any(),binary() | []) | {'http_error',binary() | string()} | {'http_request','DELETE' | 'GET' | 'HEAD' | 'OPTIONS' | 'POST' | 'PUT' | 'TRACE' | binary() | string(),'*' | binary() | string() | {'abs_path',binary() | [any()]} | {'scheme',binary() | [any()],binary() | [any()]} | {'absoluteURI','http' | 'https',binary() | [any()],'undefined' | non_neg_integer(),binary() | [any()]},{non_neg_integer(),non_neg_integer()}} | {'http_response',{non_neg_integer(),non_neg_integer()},integer(),binary() | string()} | {'http_header',integer(),atom() | binary() | string(),_,binary() | string()}}
eldap.erl:1045: The variable _ can never match since previous clauses completely covered the type integer()
eldap_fsm.erl:342: The pattern {'ok', Hosts, Rootdn, Passwd, Log} can never match the type {'error',_} | {'ok',_,_,_,_,_}
eldap_fsm.erl:772: The pattern {'error', _Reason} can never match the type {'ok',#eldap{id::number()}}