index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r11783: - make the VIUD field in smbsrv_session 64bit, as SMB2 needs it
Stefan Metzmacher
2007-10-10
6
-101
/
+136
*
r11782: - make the TID 32bit in the smbsrv_tcon structure, as SMB2 uses
Stefan Metzmacher
2007-10-10
5
-17
/
+50
*
r11781: rename tree to tcons to match the sessions substructure of smbsrv_con...
Stefan Metzmacher
2007-10-10
6
-35
/
+35
*
r11780: it turns out that the MxAc tag isn't a security descriptor, its a
Andrew Tridgell
2007-10-10
4
-34
/
+13
*
r11779: fix crash bug
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r11778: - remove unused memory contexts as req is already the temporary conte...
Stefan Metzmacher
2007-10-10
1
-47
/
+21
*
r11777: display the security_descriptor in torture_smb2_all_info()
Andrew Tridgell
2007-10-10
2
-0
/
+14
*
r11776: no need to call out to SMB to setup test files for SMB2 any more
Andrew Tridgell
2007-10-10
3
-48
/
+69
*
r11775: added support for creating files on SMB2 with initial EA lists and an...
Andrew Tridgell
2007-10-10
8
-43
/
+148
*
r11774: - move SMB specific initialisation of the smbsrv_connection out of sm...
Stefan Metzmacher
2007-10-10
4
-27
/
+73
*
r11773: added a SMB2-SETINFO test suite. This tests the following levels:
Andrew Tridgell
2007-10-10
4
-1
/
+378
*
r11772: - setfileinfo needs a smb2_handle for SMB2 support
Andrew Tridgell
2007-10-10
2
-0
/
+2
*
r11771: - split out the setinfo blob construction in the libcli/raw code
Andrew Tridgell
2007-10-10
6
-85
/
+328
*
r11759: fix up the SEC_SHARE handling, when we want to support that later
Stefan Metzmacher
2007-10-10
3
-16
/
+14
*
r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo calls
Andrew Tridgell
2007-10-10
7
-429
/
+324
*
r11757: make smb_server.c independent from the protocol
Stefan Metzmacher
2007-10-10
3
-608
/
+637
*
r11756: split out the parsers for the pass-through levels of QFSINFO and
Andrew Tridgell
2007-10-10
5
-143
/
+279
*
r11755: added names for all of the SMB2 qfs info levels (they all map exactly
Andrew Tridgell
2007-10-10
4
-15
/
+24
*
r11754: make the SMB2 blob push routines take offsets, so they fit better with
Andrew Tridgell
2007-10-10
5
-85
/
+97
*
r11753: change the getinfo scanner to scan with both a file and a directory, ...
Andrew Tridgell
2007-10-10
1
-53
/
+32
*
r11752: setup the dynamic pointer for incoming packets too
Andrew Tridgell
2007-10-10
2
-1
/
+15
*
r11751: fixed the req->out.size calculation (it needs to be the complete
Andrew Tridgell
2007-10-10
1
-2
/
+4
*
r11750: More comments.
Rafal Szczesniak
2007-10-10
1
-3
/
+4
*
r11749: 1) Buffer allocation's been moved and isn't needed here.
Rafal Szczesniak
2007-10-10
1
-3
/
+1
*
r11748: By default, use name resolution method provided by means
Rafal Szczesniak
2007-10-10
1
-0
/
+1
*
r11747: Move buffer allocation to libnet_Lookup function so that the
Rafal Szczesniak
2007-10-10
1
-1
/
+6
*
r11746: revert my last commits, I now understand how we decide between
Stefan Metzmacher
2007-10-10
3
-3
/
+3
*
r11745: one more check for a valid session
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r11744: make sure the session is completed authenticated!!!
Stefan Metzmacher
2007-10-10
2
-2
/
+2
*
r11743: - push the length at the correct offset
Stefan Metzmacher
2007-10-10
1
-2
/
+9
*
r11742: fix pushing of 0 length blobs
Stefan Metzmacher
2007-10-10
1
-0
/
+18
*
r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the length
Stefan Metzmacher
2007-10-10
16
-244
/
+472
*
r11740: add some EA error codes
Stefan Metzmacher
2007-10-10
2
-1
/
+7
*
r11738: test larger read/write calls. If you run smbtorture with -X (to enable
Andrew Tridgell
2007-10-10
1
-2
/
+9
*
r11737: use _smb_setlen2() to allow for 24 bit lengths in SMB2 packets
Andrew Tridgell
2007-10-10
2
-1
/
+3
*
r11736: display EAs and streams in smb2 torture tests
Andrew Tridgell
2007-10-10
1
-0
/
+28
*
r11735: fixed the ALL_EAS smb2 level parsing
Andrew Tridgell
2007-10-10
2
-7
/
+5
*
r11731: fixed typo noticed by metze
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r11730: added parsing and tests for a bunch more SMB2 getinfo levels
Andrew Tridgell
2007-10-10
10
-128
/
+626
*
r11727: Minor cleanup
Volker Lendecke
2007-10-10
1
-14
/
+5
*
r11724: - move checks packet size and protocol version,
Stefan Metzmacher
2007-10-10
2
-53
/
+56
*
r11723: fix the build
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r11722: make the smb2_push/pull functions take a smb2_request_buffer
Stefan Metzmacher
2007-10-10
7
-46
/
+39
*
r11721: Fix warnings
Volker Lendecke
2007-10-10
6
-7
/
+12
*
r11716: added a read/write test
Andrew Tridgell
2007-10-10
1
-0
/
+48
*
r11715: added SMB2 read and write requests
Andrew Tridgell
2007-10-10
7
-19
/
+386
*
r11714: put in a workaround for a winbind problem volker asked me about. The
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r11713: separate out the setting of the fde in the packet context from the
Andrew Tridgell
2007-10-10
9
-12
/
+28
*
r11712: avoid changing the fde flags unless really needed
Andrew Tridgell
2007-10-10
1
-6
/
+9
*
r11711: fixed the nbt server to use the right interface for outgoing requests
Andrew Tridgell
2007-10-10
2
-6
/
+27
[prev]
[next]