index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r11730: added parsing and tests for a bunch more SMB2 getinfo levels
Andrew Tridgell
10
-128
/
+626
2007-10-10
r11727: Minor cleanup
Volker Lendecke
1
-14
/
+5
2007-10-10
r11724: - move checks packet size and protocol version,
Stefan Metzmacher
2
-53
/
+56
2007-10-10
r11723: fix the build
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r11722: make the smb2_push/pull functions take a smb2_request_buffer
Stefan Metzmacher
7
-46
/
+39
2007-10-10
r11721: Fix warnings
Volker Lendecke
6
-7
/
+12
2007-10-10
r11716: added a read/write test
Andrew Tridgell
1
-0
/
+48
2007-10-10
r11715: added SMB2 read and write requests
Andrew Tridgell
7
-19
/
+386
2007-10-10
r11714: put in a workaround for a winbind problem volker asked me about. The
Andrew Tridgell
1
-1
/
+4
2007-10-10
r11713: separate out the setting of the fde in the packet context from the
Andrew Tridgell
9
-12
/
+28
2007-10-10
r11712: avoid changing the fde flags unless really needed
Andrew Tridgell
1
-6
/
+9
2007-10-10
r11711: fixed the nbt server to use the right interface for outgoing requests
Andrew Tridgell
2
-6
/
+27
2007-10-10
r11710: added function iface_same_net()
Andrew Tridgell
1
-0
/
+10
2007-10-10
r11709: Comment out unused function.
Tim Potter
1
-0
/
+4
2007-10-10
r11708: Fix allocation of too small buffer to hold ip address.
Rafal Szczesniak
1
-1
/
+1
2007-10-10
r11705: Fix segfaulting create user function.
Rafal Szczesniak
1
-0
/
+4
2007-10-10
r11700: added structure definitions for many of the getinfo structures
Andrew Tridgell
1
-1
/
+100
2007-10-10
r11699: use create_complex_file() to setup a file with a wide range of
Andrew Tridgell
1
-0
/
+29
2007-10-10
r11698: added some more level names
Andrew Tridgell
1
-3
/
+4
2007-10-10
r11697: - added a generic SMB2 getinfo call
Andrew Tridgell
12
-31
/
+249
2007-10-10
r11696: added a few more opcode names
Andrew Tridgell
1
-0
/
+3
2007-10-10
r11695: added SMB2-SCAN torture test for scanning for active SMB2 opcodes
Andrew Tridgell
4
-15
/
+81
2007-10-10
r11694: fixed 2 valgrind errors
Andrew Tridgell
2
-2
/
+2
2007-10-10
r11693: added a full async composite function for SMB2 that does:
Andrew Tridgell
3
-105
/
+289
2007-10-10
r11692: added a full composite (async) spnego session setup for SMB2. This
Andrew Tridgell
5
-68
/
+164
2007-10-10
r11691: added reply buffer code checks and oplock flags for create request/reply
Andrew Tridgell
8
-36
/
+80
2007-10-10
r11687: filled in 3 more fields in the close reply
Andrew Tridgell
3
-10
/
+9
2007-10-10
r11683: fixed create call
Andrew Tridgell
1
-2
/
+2
2007-10-10
r11682: filled in access_mask in tcon reply
Andrew Tridgell
2
-5
/
+5
2007-10-10
r11681: filled in a few more smb2_create() fields
Andrew Tridgell
3
-47
/
+52
2007-10-10
r11680: added smb2_close(). This also demonstrates that file handles are 16
Andrew Tridgell
6
-19
/
+166
2007-10-10
r11679: opening/creating files in SMB2 now works. Lots of unknown parameters
Andrew Tridgell
8
-8
/
+228
2007-10-10
r11678: - add suport for sgroup,replica vs. sgroup,replica tests
Stefan Metzmacher
1
-158
/
+114
2007-10-10
r11677: print leading zeros
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r11676: as tridge uses 0x%llx in his latest commits...
Stefan Metzmacher
3
-15
/
+6
2007-10-10
r11675: a more general way of getting rid of compiler warnings and errors
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r11674: SMB2 tree connect now works. We do 2 session setups and 2 tree
Andrew Tridgell
7
-3
/
+215
2007-10-10
r11673: - update the max_version of the owner when we get some records
Stefan Metzmacher
1
-3
/
+196
2007-10-10
r11672: - add support for special group merge tests
Stefan Metzmacher
1
-2
/
+170
2007-10-10
r11671: - make sure req is initialized
Stefan Metzmacher
1
-4
/
+8
2007-10-10
r11670: fix the build
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r11669: - make sure req is initialized
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...
Andrew Tridgell
7
-30
/
+114
2007-10-10
r11666: filled in the basic session setup. Vista happily accepts the first
Andrew Tridgell
4
-6
/
+120
2007-10-10
r11665: started to put some meat on the structure used for the SMB2 library
Andrew Tridgell
9
-50
/
+213
2007-10-10
r11664: forgot to commit the structs.h change
Andrew Tridgell
1
-0
/
+3
2007-10-10
r11663: start of a SMB2 torture test. Just does a negprot and prints some fie...
Andrew Tridgell
4
-2
/
+91
2007-10-10
r11662: the beginnings of a SMB2 client library. Very hackish, meant for expe...
Andrew Tridgell
6
-0
/
+689
2007-10-10
r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, or
Andrew Tridgell
3
-27
/
+2
2007-10-10
r11659: allow the max runtime for smbtorture and smbd to be controlled on a
Andrew Tridgell
2
-5
/
+8
[next]