Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In cli_error() return ENOENT when an ERROR_INVALID_NAME is received instead | Tim Potter | 2000-08-04 | 1 | -0/+1 |
| | | | | of the generic EINVAL. | ||||
* | Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need ↵ | Jeremy Allison | 2000-08-01 | 1 | -1/+2 |
| | | | | | | | | NT_STATUS_XXX). Removed IS_BITS_xxx macros as they were just reproducing "C" syntax in a more obscure way. Jeremy. | ||||
* | more merging | Andrew Tridgell | 2000-05-10 | 1 | -1/+1 |
| | | | | | it is now at the stage that winbindd can compile in the head branch, but not link | ||||
* | split clientgen.c into several parts | Andrew Tridgell | 2000-04-25 | 1 | -0/+213 |
the next step is splitting out the auth code, to make adding lukes NTLMSSP support easier |