summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clierror.c
Commit message (Collapse)AuthorAgeFilesLines
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-0/+6
| | | | Jeremy.
* Move over to RELEASE branch.Jeremy Allison2002-02-011-125/+181
| | | | Jeremy.
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-1/+1
| | | | Jeremy.
* Syncup getting ready for release.Jeremy Allison2001-07-061-1/+2
| | | | Jeremy.
* Big merge to sync up appliance-head and 2.2.Jeremy Allison2001-01-081-1/+1
| | | | Jeremy.
* cast to get rid of compiler warningHerb Lewis2000-10-041-1/+1
|
* 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