r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the length
[ira/wip.git] / source4 /
2007-10-10 Stefan Metzmacherr11741: - the buffer code (first 2 bytes in the SMB2...
2007-10-10 Stefan Metzmacherr11740: add some EA error codes
2007-10-10 Andrew Tridgellr11738: test larger read/write calls. If you run smbtor...
2007-10-10 Andrew Tridgellr11737: use _smb_setlen2() to allow for 24 bit lengths...
2007-10-10 Andrew Tridgellr11736: display EAs and streams in smb2 torture tests
2007-10-10 Andrew Tridgellr11735: fixed the ALL_EAS smb2 level parsing
2007-10-10 Andrew Tridgellr11731: fixed typo noticed by metze
2007-10-10 Andrew Tridgellr11730: added parsing and tests for a bunch more SMB2...
2007-10-10 Volker Lendecker11727: Minor cleanup
2007-10-10 Stefan Metzmacherr11724: - move checks packet size and protocol version,
2007-10-10 Stefan Metzmacherr11723: fix the build
2007-10-10 Stefan Metzmacherr11722: make the smb2_push/pull functions take a smb2_r...
2007-10-10 Volker Lendecker11721: Fix warnings
2007-10-10 Andrew Tridgellr11716: added a read/write test
2007-10-10 Andrew Tridgellr11715: added SMB2 read and write requests
2007-10-10 Andrew Tridgellr11714: put in a workaround for a winbind problem volke...
2007-10-10 Andrew Tridgellr11713: separate out the setting of the fde in the...
2007-10-10 Andrew Tridgellr11712: avoid changing the fde flags unless really...
2007-10-10 Andrew Tridgellr11711: fixed the nbt server to use the right interface...
2007-10-10 Andrew Tridgellr11710: added function iface_same_net()
2007-10-10 Tim Potterr11709: Comment out unused function.
2007-10-10 Rafal Szczesniakr11708: Fix allocation of too small buffer to hold...
2007-10-10 Rafal Szczesniakr11705: Fix segfaulting create user function.
2007-10-10 Andrew Tridgellr11700: added structure definitions for many of the...
2007-10-10 Andrew Tridgellr11699: use create_complex_file() to setup a file with...
2007-10-10 Andrew Tridgellr11698: added some more level names
2007-10-10 Andrew Tridgellr11697: - added a generic SMB2 getinfo call
2007-10-10 Andrew Tridgellr11696: added a few more opcode names
2007-10-10 Andrew Tridgellr11695: added SMB2-SCAN torture test for scanning for...
2007-10-10 Andrew Tridgellr11694: fixed 2 valgrind errors
2007-10-10 Andrew Tridgellr11693: added a full async composite function for SMB2...
2007-10-10 Andrew Tridgellr11692: added a full composite (async) spnego session...
2007-10-10 Andrew Tridgellr11691: added reply buffer code checks and oplock flags...
2007-10-10 Andrew Tridgellr11687: filled in 3 more fields in the close reply
2007-10-10 Andrew Tridgellr11683: fixed create call
2007-10-10 Andrew Tridgellr11682: filled in access_mask in tcon reply
2007-10-10 Andrew Tridgellr11681: filled in a few more smb2_create() fields
2007-10-10 Andrew Tridgellr11680: added smb2_close(). This also demonstrates...
2007-10-10 Andrew Tridgellr11679: opening/creating files in SMB2 now works. Lots...
2007-10-10 Stefan Metzmacherr11678: - add suport for sgroup,replica vs. sgroup...
2007-10-10 Stefan Metzmacherr11677: print leading zeros
2007-10-10 Stefan Metzmacherr11676: as tridge uses 0x%llx in his latest commits...
2007-10-10 Stefan Metzmacherr11675: a more general way of getting rid of compiler...
2007-10-10 Andrew Tridgellr11674: SMB2 tree connect now works. We do 2 session...
2007-10-10 Stefan Metzmacherr11673: - update the max_version of the owner when...
2007-10-10 Stefan Metzmacherr11672: - add support for special group merge tests
2007-10-10 Stefan Metzmacherr11671: - make sure req is initialized
2007-10-10 Stefan Metzmacherr11670: fix the build
2007-10-10 Stefan Metzmacherr11669: - make sure req is initialized
2007-10-10 Andrew Tridgellr11668: yay! we get a successful session setup with...
2007-10-10 Andrew Tridgellr11666: filled in the basic session setup. Vista happil...
2007-10-10 Andrew Tridgellr11665: started to put some meat on the structure used...
2007-10-10 Andrew Tridgellr11664: forgot to commit the structs.h change
2007-10-10 Andrew Tridgellr11663: start of a SMB2 torture test. Just does a negpr...
2007-10-10 Andrew Tridgellr11662: the beginnings of a SMB2 client library. Very...
2007-10-10 Andrew Tridgellr11660: - the libcli/raw/ lib no longer uses the SMBCLI...
2007-10-10 Andrew Tridgellr11659: allow the max runtime for smbtorture and smbd...
2007-10-10 Stefan Metzmacherr11650: - as every call that goes down to the ntvfs...
2007-10-10 Stefan Metzmacherr11649: - add support for ntcancel replies (they only...
2007-10-10 Stefan Metzmacherr11648: fix some bugs...
2007-10-10 Stefan Metzmacherr11647: add smbcli_ prefix
2007-10-10 Stefan Metzmacherr11646: fix typos
2007-10-10 Stefan Metzmacherr11644: free the buffer when it's not used
2007-10-10 Stefan Metzmacherr11643: fix compiler warnings
2007-10-10 Stefan Metzmacherr11642: add some error checks
2007-10-10 Stefan Metzmacherr11641: remove unused parameter vuid
2007-10-10 Stefan Metzmacherr11640: just a nicer format, and make adding more speci...
2007-10-10 Andrew Tridgellr11639: fixed some create_time tests that should be...
2007-10-10 Andrew Tridgellr11638: fixed handling of null volume name in RAW-QFSIN...
2007-10-10 Stefan Metzmacherr11637: we need a session and a tcon for ntioctl()...
2007-10-10 Andrew Tridgellr11636: a bit neater solution to the nt_cancel problem
2007-10-10 Stefan Metzmacherr11635: fix a handling of packet_send in the smb client lib
2007-10-10 Stefan Metzmacherr11634: - make crc table static
2007-10-10 Tim Potterr11633: Fix some more warnings.
2007-10-10 Andrew Tridgellr11632: removed 2 unused functions
2007-10-10 Andrew Tridgellr11631: fixed a signed/unsigned warning
2007-10-10 Andrew Tridgellr11630: another fix for over-reading in the packet...
2007-10-10 Andrew Tridgellr11629: fixed a bug found with the socket:testnonblock...
2007-10-10 Andrew Tridgellr11628: fixed a valgrind error in the rpc echo test
2007-10-10 Andrew Tridgellr11627: give the caller much more control over the...
2007-10-10 Tim Potterr11626: Fix unhandled enum in case statement warnings...
2007-10-10 Tim Potterr11625: NULL terminate list of strings. For some reaso...
2007-10-10 Tim Potterr11624: Use enum names instead of magic numbers.
2007-10-10 Andrew Tridgellr11623: convert the dcerpc socket layer to the generic...
2007-10-10 Andrew Tridgellr11622: convert the ldap server to the generic packet...
2007-10-10 Andrew Tridgellr11621: some minor fixes from comments by metze
2007-10-10 Andrew Tridgellr11620: switch the ldap client code over to using the...
2007-10-10 Andrew Tridgellr11619: use the 32 bit length helper in the kdc.
2007-10-10 Andrew Tridgellr11618: added a generic '32 bit length prefix' full...
2007-10-10 Jeremy Allisonr11616: Replace old crc32 code with one from the FreeBS...
2007-10-10 Stefan Metzmacherr11611: don't use unions without a instance name, not...
2007-10-10 Andrew Tridgellr11609: fixed handling of one way requests with new...
2007-10-10 Andrew Tridgellr11608: switched the kdc to use the generic packet...
2007-10-10 Andrew Tridgellr11607: switched the smb server to use the generic...
2007-10-10 Andrew Tridgellr11606: use the generic packet send code in libcli...
2007-10-10 Andrew Tridgellr11605: added handling of the send queue to the generic...
2007-10-10 Andrew Tridgellr11604: converted the kdc code to use the new packet...
2007-10-10 Andrew Tridgellr11603: converted the smb server to use the new generic...
2007-10-10 Andrew Tridgellr11602: added packet_set_serialise() to allow the gener...
2007-10-10 Stefan Metzmacherr11601: try to fix the build on IRIX 6.5 us4
next