summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clireadwrite.c
Commit message (Collapse)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-011-18/+23
| | | | Jeremy.
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-1/+88
| | | | Jeremy.
* Syncup getting ready for release.Jeremy Allison2001-07-061-81/+80
| | | | Jeremy.
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need ↵Jeremy Allison2000-08-011-2/+2
| | | | | | | | NT_STATUS_XXX). Removed IS_BITS_xxx macros as they were just reproducing "C" syntax in a more obscure way. Jeremy.
* split clientgen.c into several partsAndrew Tridgell2000-04-251-0/+273
the next step is splitting out the auth code, to make adding lukes NTLMSSP support easier