summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r11811: Revert 11808, this broke the selftest. No idea why though. Why do we ...Volker Lendecke2007-10-101-2/+2
* r11810: Fix talloc hierarchyVolker Lendecke2007-10-101-2/+2
* r11809: Make dcerpc_bind_auth async.Volker Lendecke2007-10-108-178/+229
* r11808: Fix socket_connect_evVolker Lendecke2007-10-101-2/+2
* r11807: Make dcerpc_alter_context async. Same thing: Please look at thisVolker Lendecke2007-10-101-149/+140
* r11806: Minor cleanupVolker Lendecke2007-10-101-5/+2
* r11805: dcerpc_bind_auth is only used in dcerpc_bind_auth_passwordVolker Lendecke2007-10-101-2/+2
* r11804: Asyncify the anonymous bind, convert the calls in xplogin.c.Volker Lendecke2007-10-103-86/+256
* r11803: New start for RPC-LOGIN load test, this time async. It's gonna be fun...Volker Lendecke2007-10-101-949/+454
* r11802: - add copyrightStefan Metzmacher2007-10-101-4/+10
* r11801: - added basic SMB2 find supportAndrew Tridgell2007-10-109-11/+165
* r11800: - filled in unknown fields in SMB2 all_info levelAndrew Tridgell2007-10-107-30/+84
* r11797: Added OpenSSH fix for "%.*s" format crash. From Darren TuckerJeremy Allison2007-10-101-1/+22
* r11796: Two more uses of !composite_is_okVolker Lendecke2007-10-101-20/+5
* r11795: used a couple more of volkers composite helper functions. TheyAndrew Tridgell2007-10-101-39/+9
* r11794: - fixed a valgrind error in libnet, caused by using a stack variableAndrew Tridgell2007-10-103-10/+8
* r11791: simplify the SMB2 connect code following some suggestions from volkerAndrew Tridgell2007-10-101-22/+24
* r11789: - add the start of a SMB2 serverStefan Metzmacher2007-10-1010-5/+823
* r11788: remove unused header filesStefan Metzmacher2007-10-101-3/+0
* r11787: add missing fileStefan Metzmacher2007-10-101-0/+20
* r11786: move all SMB protocol specific stuff to smb_server/smb/Stefan Metzmacher2007-10-1012-12/+3
* r11785: rename conn.c into tcon.cStefan Metzmacher2007-10-102-1/+1
* r11783: - make the VIUD field in smbsrv_session 64bit, as SMB2 needs itStefan Metzmacher2007-10-106-101/+136
* r11782: - make the TID 32bit in the smbsrv_tcon structure, as SMB2 usesStefan Metzmacher2007-10-105-17/+50
* r11781: rename tree to tcons to match the sessions substructure of smbsrv_con...Stefan Metzmacher2007-10-106-35/+35
* r11780: it turns out that the MxAc tag isn't a security descriptor, its aAndrew Tridgell2007-10-104-34/+13
* r11779: fix crash bugStefan Metzmacher2007-10-101-1/+1
* r11778: - remove unused memory contexts as req is already the temporary conte...Stefan Metzmacher2007-10-101-47/+21
* r11777: display the security_descriptor in torture_smb2_all_info()Andrew Tridgell2007-10-102-0/+14
* r11776: no need to call out to SMB to setup test files for SMB2 any moreAndrew Tridgell2007-10-103-48/+69
* r11775: added support for creating files on SMB2 with initial EA lists and an...Andrew Tridgell2007-10-108-43/+148
* r11774: - move SMB specific initialisation of the smbsrv_connection out of sm...Stefan Metzmacher2007-10-104-27/+73
* r11773: added a SMB2-SETINFO test suite. This tests the following levels:Andrew Tridgell2007-10-104-1/+378
* r11772: - setfileinfo needs a smb2_handle for SMB2 supportAndrew Tridgell2007-10-102-0/+2
* r11771: - split out the setinfo blob construction in the libcli/raw codeAndrew Tridgell2007-10-106-85/+328
* r11759: fix up the SEC_SHARE handling, when we want to support that laterStefan Metzmacher2007-10-103-16/+14
* r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo callsAndrew Tridgell2007-10-107-429/+324
* r11757: make smb_server.c independent from the protocolStefan Metzmacher2007-10-103-608/+637
* r11756: split out the parsers for the pass-through levels of QFSINFO andAndrew Tridgell2007-10-105-143/+279
* r11755: added names for all of the SMB2 qfs info levels (they all map exactlyAndrew Tridgell2007-10-104-15/+24
* r11754: make the SMB2 blob push routines take offsets, so they fit better withAndrew Tridgell2007-10-105-85/+97
* r11753: change the getinfo scanner to scan with both a file and a directory, ...Andrew Tridgell2007-10-101-53/+32
* r11752: setup the dynamic pointer for incoming packets tooAndrew Tridgell2007-10-102-1/+15
* r11751: fixed the req->out.size calculation (it needs to be the completeAndrew Tridgell2007-10-101-2/+4
* r11750: More comments.Rafal Szczesniak2007-10-101-3/+4
* r11749: 1) Buffer allocation's been moved and isn't needed here.Rafal Szczesniak2007-10-101-3/+1
* r11748: By default, use name resolution method provided by meansRafal Szczesniak2007-10-101-0/+1
* r11747: Move buffer allocation to libnet_Lookup function so that theRafal Szczesniak2007-10-101-1/+6
* r11746: revert my last commits, I now understand how we decide betweenStefan Metzmacher2007-10-103-3/+3
* r11745: one more check for a valid sessionStefan Metzmacher2007-10-101-1/+1