summaryrefslogtreecommitdiff
path: root/source3/libsmb/clitrans.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-13Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison1-69/+164
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-4/+4
2001-09-05use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell1-2/+2
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell1-20/+6
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-12/+17
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell1-7/+10
2001-08-17Use tparam not tdata when reallocing params to make clearer.Jeremy Allison1-12/+15
2001-08-17more useful debug messages and check if the size are non null.Jean-François Micouleau1-10/+17
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-4/+26
2001-08-10A rewrite of the error handling in the libsmb client code. I've separatedTim Potter1-9/+15
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+1
2001-03-14simpler clistr interface which handles individual packets havingAndrew Tridgell1-6/+2
2001-03-10to use the same macros in the client and server rename the CLISTR_Andrew Tridgell1-2/+2
2001-02-20- neater setting of bccAndrew Tridgell1-8/+4
2001-02-20pipe opening now works with unicodeAndrew Tridgell1-3/+10
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-1/+6
2000-12-03- added client support for nttrans callsAndrew Tridgell1-0/+200
2000-04-25split clientgen.c into several partsAndrew Tridgell1-0/+233