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
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
2007-10-10
r11650: - as every call that goes down to the ntvfs layer need a valid tcon a...
Stefan Metzmacher
2
-9
/
+51
2007-10-10
r11649: - add support for ntcancel replies (they only happen in error cases,
Stefan Metzmacher
3
-0
/
+49
2007-10-10
r11648: fix some bugs...
Stefan Metzmacher
3
-5
/
+5
2007-10-10
r11647: add smbcli_ prefix
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r11646: fix typos
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r11644: free the buffer when it's not used
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r11643: fix compiler warnings
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r11642: add some error checks
Stefan Metzmacher
1
-2
/
+8
2007-10-10
r11641: remove unused parameter vuid
Stefan Metzmacher
1
-8
/
+3
2007-10-10
r11640: just a nicer format, and make adding more special cases easier
Stefan Metzmacher
1
-5
/
+8
2007-10-10
r11639: fixed some create_time tests that should be change_time tests
Andrew Tridgell
1
-5
/
+5
2007-10-10
r11638: fixed handling of null volume name in RAW-QFSINFO test
Andrew Tridgell
1
-4
/
+4
2007-10-10
r11637: we need a session and a tcon for ntioctl() and ntrename()
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r11636: a bit neater solution to the nt_cancel problem
Andrew Tridgell
3
-11
/
+19
2007-10-10
r11635: fix a handling of packet_send in the smb client lib
Stefan Metzmacher
1
-1
/
+10
2007-10-10
r11634: - make crc table static
Stefan Metzmacher
2
-3
/
+3
2007-10-10
r11633: Fix some more warnings.
Tim Potter
1
-0
/
+13
2007-10-10
r11632: removed 2 unused functions
Andrew Tridgell
1
-33
/
+0
2007-10-10
r11631: fixed a signed/unsigned warning
Andrew Tridgell
2
-2
/
+2
2007-10-10
r11630: another fix for over-reading in the packet code. This time get the
Andrew Tridgell
1
-4
/
+12
2007-10-10
r11629: fixed a bug found with the socket:testnonblock code. With randomised
Andrew Tridgell
1
-0
/
+1
2007-10-10
r11628: fixed a valgrind error in the rpc echo test
Andrew Tridgell
1
-1
/
+1
2007-10-10
r11627: give the caller much more control over the stream to packet process,
Andrew Tridgell
3
-14
/
+66
2007-10-10
r11626: Fix unhandled enum in case statement warnings by noting appropriately
Tim Potter
5
-0
/
+83
2007-10-10
r11625: NULL terminate list of strings. For some reason this wasn't causing a
Tim Potter
1
-0
/
+1
2007-10-10
r11624: Use enum names instead of magic numbers.
Tim Potter
1
-2
/
+2
2007-10-10
r11623: convert the dcerpc socket layer to the generic packet code
Andrew Tridgell
1
-149
/
+61
2007-10-10
r11622: convert the ldap server to the generic packet code
Andrew Tridgell
2
-178
/
+103
2007-10-10
r11621: some minor fixes from comments by metze
Andrew Tridgell
2
-3
/
+7
2007-10-10
r11620: switch the ldap client code over to using the generic packet code
Andrew Tridgell
4
-173
/
+156
2007-10-10
r11619: use the 32 bit length helper in the kdc.
Andrew Tridgell
1
-23
/
+1
2007-10-10
r11618: added a generic '32 bit length prefix' full packet helper to the pack...
Andrew Tridgell
2
-4
/
+21
[next]