summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clitrans.c
Commit message (Collapse)AuthorAgeFilesLines
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-2/+2
|
* Move over to RELEASE branch.Jeremy Allison2002-02-011-39/+38
| | | | Jeremy.
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-4/+37
| | | | Jeremy.
* Syncup getting ready for release.Jeremy Allison2001-07-061-13/+12
| | | | Jeremy.
* Fixup the lsa_io_r_lookup_names call not to need an external TALLOC_CTX.Jeremy Allison2000-12-141-1/+6
| | | | | | | | Sync up lib/time.c from HEAD. Fix error return from cli_initialise(). Allow cli_trans to cope with a smbd "STATUS_BUFFER_OVERFLOW" return as well as the old style ERRmoredata return (now smbcacls can get names from a Samba server too). Fix memory leaks in smbcacls. Jeremy.
* Syncup of smbcacls from HEAD. Removal of C++ comments.Jeremy Allison2000-12-041-0/+200
| | | | Jeremy.
* split clientgen.c into several partsAndrew Tridgell2000-04-251-0/+233
the next step is splitting out the auth code, to make adding lukes NTLMSSP support easier