ira/wip.git
2007-10-10 Volker Lendecker11835: Restore comments
2007-10-10 Volker Lendecker11834: More steps towards XP login
2007-10-10 Stefan Metzmacherr11832: - some updates for the conflict resolving logic
2007-10-10 Stefan Metzmacherr11831: add some SGROUP not active vs. SGROUP any tests
2007-10-10 Stefan Metzmacherr11829: remove unused #if 1
2007-10-10 Stefan Metzmacherr11828: split out the async helper function into a...
2007-10-10 Stefan Metzmacherr11827: add more sgroup vs sgroup tests
2007-10-10 Volker Lendecker11826: A few steps down the login
2007-10-10 Volker Lendecker11825: Fix a debug msg
2007-10-10 Andrew Tridgellr11824: fixed a valgrind error in the dcerpc_smb code
2007-10-10 Andrew Tridgellr11823: make the socket_connect_send() context a child...
2007-10-10 Andrew Tridgellr11822: reworked the socket_connect_multi() code so...
2007-10-10 Andrew Tridgellr11821: got rid of two more unnecessary variables and...
2007-10-10 Andrew Tridgellr11820: fixed some problems with the socket socket...
2007-10-10 Andrew Tridgellr11819: simplified the async rpc bind code a little.
2007-10-10 Andrew Tridgellr11818: - changed the option torture:echo_TestSleep...
2007-10-10 Andrew Tridgellr11817: fixed the problem with the RPC join tests....
2007-10-10 Andrew Tridgellr11816: this fixes some of the problems with the recent...
2007-10-10 Rafal Szczesniakr11815: A bit more comments and spaces for better reada...
2007-10-10 Rafal Szczesniakr11814: 1) Set name resolution methods according to...
2007-10-10 Rafal Szczesniakr11813: Const-ify name resolution method list and use...
2007-10-10 Volker Lendecker11812: Convert winbind to the async bind routines...
2007-10-10 Volker Lendecker11811: Revert 11808, this broke the selftest. No idea...
2007-10-10 Volker Lendecker11810: Fix talloc hierarchy
2007-10-10 Volker Lendecker11809: Make dcerpc_bind_auth async.
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...
next