summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clierror.c
Commit message (Collapse)AuthorAgeFilesLines
* In cli_error() return ENOENT when an ERROR_INVALID_NAME is received insteadTim Potter2000-08-041-0/+1
| | | | of the generic EINVAL.
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need ↵Jeremy Allison2000-08-011-1/+2
| | | | | | | | NT_STATUS_XXX). Removed IS_BITS_xxx macros as they were just reproducing "C" syntax in a more obscure way. Jeremy.
* more mergingAndrew Tridgell2000-05-101-1/+1
| | | | | it is now at the stage that winbindd can compile in the head branch, but not link
* split clientgen.c into several partsAndrew Tridgell2000-04-251-0/+213
the next step is splitting out the auth code, to make adding lukes NTLMSSP support easier