samba.git
2007-10-10 Volker Lendecker11808: Fix socket_connect_ev
2007-10-10 Volker Lendecker11807: Make dcerpc_alter_context async. Same thing...
2007-10-10 Volker Lendecker11806: Minor cleanup
2007-10-10 Volker Lendecker11805: dcerpc_bind_auth is only used in dcerpc_bind_au...
2007-10-10 Volker Lendecker11804: Asyncify the anonymous bind, convert the calls...
2007-10-10 Volker Lendecker11803: New start for RPC-LOGIN load test, this time...
2007-10-10 Stefan Metzmacherr11802: - add copyright
2007-10-10 Andrew Tridgellr11801: - added basic SMB2 find support
2007-10-10 Andrew Tridgellr11800: - filled in unknown fields in SMB2 all_info...
2007-10-10 Jeremy Allisonr11797: Added OpenSSH fix for "%.*s" format crash....
2007-10-10 Volker Lendecker11796: Two more uses of !composite_is_ok
2007-10-10 Andrew Tridgellr11795: used a couple more of volkers composite helper...
2007-10-10 Andrew Tridgellr11794: - fixed a valgrind error in libnet, caused...
2007-10-10 Andrew Tridgellr11791: simplify the SMB2 connect code following some...
2007-10-10 Stefan Metzmacherr11789: - add the start of a SMB2 server
2007-10-10 Stefan Metzmacherr11788: remove unused header files
2007-10-10 Stefan Metzmacherr11787: add missing file
2007-10-10 Stefan Metzmacherr11786: move all SMB protocol specific stuff to smb_ser...
2007-10-10 Stefan Metzmacherr11785: rename conn.c into tcon.c
2007-10-10 Stefan Metzmacherr11783: - make the VIUD field in smbsrv_session 64bit...
2007-10-10 Stefan Metzmacherr11782: - make the TID 32bit in the smbsrv_tcon structu...
2007-10-10 Stefan Metzmacherr11781: rename tree to tcons to match the sessions...
2007-10-10 Andrew Tridgellr11780: it turns out that the MxAc tag isn't a security...
2007-10-10 Stefan Metzmacherr11779: fix crash bug
2007-10-10 Stefan Metzmacherr11778: - remove unused memory contexts as req is alrea...
2007-10-10 Andrew Tridgellr11777: display the security_descriptor in torture_smb2...
2007-10-10 Andrew Tridgellr11776: no need to call out to SMB to setup test files...
2007-10-10 Andrew Tridgellr11775: added support for creating files on SMB2 with...
2007-10-10 Stefan Metzmacherr11774: - move SMB specific initialisation of the smbsr...
2007-10-10 Andrew Tridgellr11773: added a SMB2-SETINFO test suite. This tests...
2007-10-10 Andrew Tridgellr11772: - setfileinfo needs a smb2_handle for SMB2...
2007-10-10 Andrew Tridgellr11771: - split out the setinfo blob construction in...
2007-10-10 Stefan Metzmacherr11759: fix up the SEC_SHARE handling, when we want...
2007-10-10 Andrew Tridgellr11758: unified the parse code for the SMB and SMB2...
2007-10-10 Stefan Metzmacherr11757: make smb_server.c independent from the protocol
2007-10-10 Andrew Tridgellr11756: split out the parsers for the pass-through...
2007-10-10 Andrew Tridgellr11755: added names for all of the SMB2 qfs info levels...
2007-10-10 Andrew Tridgellr11754: make the SMB2 blob push routines take offsets...
2007-10-10 Andrew Tridgellr11753: change the getinfo scanner to scan with both...
2007-10-10 Andrew Tridgellr11752: setup the dynamic pointer for incoming packets too
2007-10-10 Andrew Tridgellr11751: fixed the req->out.size calculation (it needs...
2007-10-10 Rafal Szczesniakr11750: More comments.
2007-10-10 Rafal Szczesniakr11749: 1) Buffer allocation's been moved and isn't...
2007-10-10 Rafal Szczesniakr11748: By default, use name resolution method provided...
2007-10-10 Rafal Szczesniakr11747: Move buffer allocation to libnet_Lookup functio...
2007-10-10 Stefan Metzmacherr11746: revert my last commits, I now understand how...
2007-10-10 Stefan Metzmacherr11745: one more check for a valid session
2007-10-10 Stefan Metzmacherr11744: make sure the session is completed authenticated!!!
2007-10-10 Stefan Metzmacherr11743: - push the length at the correct offset
2007-10-10 Stefan Metzmacherr11742: fix pushing of 0 length blobs
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...
next