1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

12 Commits

Author SHA1 Message Date
Andrew Tridgell
c7829fa0d8 started adding support for relative, plus options for autoalignment
so the same parser generator can be uses for cifs and rpc
-
Luke Leighton
9c6f2d75d8 messing about. -
Luke Leighton
d8d15b2755 more SMBtrans, SMBnttrans stuff. -
Luke Leighton
c919f80343 SMBulogoffX -
Luke Leighton
55a3e4b592 optional (0of or 1of) with "[+]" semantics. -
Luke Leighton
7e3fe77ab2 SMBntcreateX -
Luke Leighton
7db13bd538 SMBnttrans. modified io_uint8s to return address of actual data instead
of a copy, on unmarshalling.  removed fstring, made it io_string,
did same thing.  io_string() and io_wstring() should be wrapped in
a STRING typedef which is bit-switched on FLG2:Unicode.
-
Luke Leighton
cff62bb10a SMBtrans response. -
Luke Leighton
42c7f3797f SMBtrans and SMBtrans2, some of it. -
Luke Leighton
9f9a9a69b6 SMBlockingX -
Luke Leighton
3f976e7139 hack to get setprinter working, level2, null sec desc. -
Luke Leighton
96fd33b898 cifs parser. -