Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r11817: fixed the problem with the RPC join tests. The problem was that | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r11816: this fixes some of the problems with the recent async rpc changes and | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r11815: A bit more comments and spaces for better readability. | Rafal Szczesniak | 2 | -1/+11 |
2007-10-10 | r11814: 1) Set name resolution methods according to smb.conf | Rafal Szczesniak | 1 | -1/+4 |
2007-10-10 | r11813: Const-ify name resolution method list and use string list | Rafal Szczesniak | 2 | -11/+2 |
2007-10-10 | r11812: Convert winbind to the async bind routines. Also remove tridge's hack... | Volker Lendecke | 6 | -93/+203 |
2007-10-10 | r11811: Revert 11808, this broke the selftest. No idea why though. Why do we ... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r11810: Fix talloc hierarchy | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r11809: Make dcerpc_bind_auth async. | Volker Lendecke | 8 | -178/+229 |
2007-10-10 | r11808: Fix socket_connect_ev | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r11807: Make dcerpc_alter_context async. Same thing: Please look at this | Volker Lendecke | 1 | -149/+140 |
2007-10-10 | r11806: Minor cleanup | Volker Lendecke | 1 | -5/+2 |
2007-10-10 | r11805: dcerpc_bind_auth is only used in dcerpc_bind_auth_password | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r11804: Asyncify the anonymous bind, convert the calls in xplogin.c. | Volker Lendecke | 3 | -86/+256 |
2007-10-10 | r11803: New start for RPC-LOGIN load test, this time async. It's gonna be fun... | Volker Lendecke | 1 | -949/+454 |
2007-10-10 | r11802: - add copyright | Stefan Metzmacher | 1 | -4/+10 |
2007-10-10 | r11801: - added basic SMB2 find support | Andrew Tridgell | 9 | -11/+165 |
2007-10-10 | r11800: - filled in unknown fields in SMB2 all_info level | Andrew Tridgell | 7 | -30/+84 |
2007-10-10 | r11797: Added OpenSSH fix for "%.*s" format crash. From Darren Tucker | Jeremy Allison | 1 | -1/+22 |
2007-10-10 | r11796: Two more uses of !composite_is_ok | Volker Lendecke | 1 | -20/+5 |
2007-10-10 | r11795: used a couple more of volkers composite helper functions. They | Andrew Tridgell | 1 | -39/+9 |
2007-10-10 | r11794: - fixed a valgrind error in libnet, caused by using a stack variable | Andrew Tridgell | 3 | -10/+8 |
2007-10-10 | r11791: simplify the SMB2 connect code following some suggestions from volker | Andrew Tridgell | 1 | -22/+24 |
2007-10-10 | r11789: - add the start of a SMB2 server | Stefan Metzmacher | 10 | -5/+823 |
2007-10-10 | r11788: remove unused header files | Stefan Metzmacher | 1 | -3/+0 |
2007-10-10 | r11787: add missing file | Stefan Metzmacher | 1 | -0/+20 |
2007-10-10 | r11786: move all SMB protocol specific stuff to smb_server/smb/ | Stefan Metzmacher | 12 | -12/+3 |
2007-10-10 | r11785: rename conn.c into tcon.c | Stefan Metzmacher | 2 | -1/+1 |
2007-10-10 | r11783: - make the VIUD field in smbsrv_session 64bit, as SMB2 needs it | Stefan Metzmacher | 6 | -101/+136 |
2007-10-10 | r11782: - make the TID 32bit in the smbsrv_tcon structure, as SMB2 uses | Stefan Metzmacher | 5 | -17/+50 |
2007-10-10 | r11781: rename tree to tcons to match the sessions substructure of smbsrv_con... | Stefan Metzmacher | 6 | -35/+35 |
2007-10-10 | r11780: it turns out that the MxAc tag isn't a security descriptor, its a | Andrew Tridgell | 4 | -34/+13 |
2007-10-10 | r11779: fix crash bug | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11778: - remove unused memory contexts as req is already the temporary conte... | Stefan Metzmacher | 1 | -47/+21 |
2007-10-10 | r11777: display the security_descriptor in torture_smb2_all_info() | Andrew Tridgell | 2 | -0/+14 |
2007-10-10 | r11776: no need to call out to SMB to setup test files for SMB2 any more | Andrew Tridgell | 3 | -48/+69 |
2007-10-10 | r11775: added support for creating files on SMB2 with initial EA lists and an... | Andrew Tridgell | 8 | -43/+148 |
2007-10-10 | r11774: - move SMB specific initialisation of the smbsrv_connection out of sm... | Stefan Metzmacher | 4 | -27/+73 |
2007-10-10 | r11773: added a SMB2-SETINFO test suite. This tests the following levels: | Andrew Tridgell | 4 | -1/+378 |
2007-10-10 | r11772: - setfileinfo needs a smb2_handle for SMB2 support | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r11771: - split out the setinfo blob construction in the libcli/raw code | Andrew Tridgell | 6 | -85/+328 |
2007-10-10 | r11759: fix up the SEC_SHARE handling, when we want to support that later | Stefan Metzmacher | 3 | -16/+14 |
2007-10-10 | r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo calls | Andrew Tridgell | 7 | -429/+324 |
2007-10-10 | r11757: make smb_server.c independent from the protocol | Stefan Metzmacher | 3 | -608/+637 |
2007-10-10 | r11756: split out the parsers for the pass-through levels of QFSINFO and | Andrew Tridgell | 5 | -143/+279 |
2007-10-10 | r11755: added names for all of the SMB2 qfs info levels (they all map exactly | Andrew Tridgell | 4 | -15/+24 |
2007-10-10 | r11754: make the SMB2 blob push routines take offsets, so they fit better with | Andrew Tridgell | 5 | -85/+97 |
2007-10-10 | r11753: change the getinfo scanner to scan with both a file and a directory, ... | Andrew Tridgell | 1 | -53/+32 |
2007-10-10 | r11752: setup the dynamic pointer for incoming packets too | Andrew Tridgell | 2 | -1/+15 |
2007-10-10 | r11751: fixed the req->out.size calculation (it needs to be the complete | Andrew Tridgell | 1 | -2/+4 |