Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 5 | -0/+5 |
2007-10-10 | r25001: Fix more C++ and other warnings, fix some of the indentation with ts=... | Jelmer Vernooij | 3 | -1/+3 |
2007-10-10 | r24994: Fix some C++ warnings. | Jelmer Vernooij | 4 | -5/+5 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 3 | -12/+12 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 29 | -87/+58 |
2007-10-10 | r23754: Make sure to check the status return before we de-reference the | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r23519: added libcli code for fetching shadow copy information | Andrew Tridgell | 3 | -3/+97 |
2007-10-10 | r23138: added a raw interface for SMBecho operations | Andrew Tridgell | 2 | -0/+86 |
2007-10-10 | r23057: only call the async recv function for the first pending receive, not | Andrew Tridgell | 1 | -2/+5 |
2007-10-10 | r22858: - let SMB2-LOCK-VALID-REQUEST pass against longhorn beta3 | Stefan Metzmacher | 1 | -5/+6 |
2007-10-10 | r22790: fix initialization for chained requests | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r21949: After discussion with the Apple and Linux client maintainers, | James Peach | 2 | -6/+16 |
2007-10-10 | r21710: Add client support for the UNIX_INFO2 info level in the QueryFile, | James Peach | 5 | -25/+214 |
2007-10-10 | r21668: Add SMB_QFS_POSIX_WHOAMI to trans2.h so it's easy to find. Add | James Peach | 1 | -0/+1 |
2007-10-10 | r21206: - a couple more nttrans places were a memcpy() should be used | Andrew Tridgell | 4 | -10/+9 |
2007-10-10 | r21183: Commit the big/little endian fix for nttrans setup[] handling. | Volker Lendecke | 1 | -4/+2 |
2007-10-10 | r20963: remove unused functions, run LOCAL-TDR by default | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r20650: revert a bunch of code I didn't mean to commit yet | Andrew Tridgell | 1 | -5/+0 |
2007-10-10 | r20647: add cluster code | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r20077: support large readx replies, as done by samba3 (and the snia spec), | Andrew Tridgell | 1 | -0/+14 |
2007-10-10 | r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs. | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18301: I discovered how to load the warnings from a build farm build into | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18211: wct is not a size, so don't use size_t | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 5 | -4/+597 |
2007-10-10 | r17020: pass the real error to the failing requests | Stefan Metzmacher | 1 | -4/+8 |
2007-10-10 | r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA... | Stefan Metzmacher | 2 | -29/+74 |
2007-10-10 | r16918: the SMB2 Ioctls are sometimes called with a wildcard handle | Stefan Metzmacher | 2 | -1/+4 |
2007-10-10 | r16875: implement SMB2 Find in the frontend | Stefan Metzmacher | 1 | -0/+9 |
2007-10-10 | r16871: zero padding bytes | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r16834: split the level's of smb_search_first/smb_search_next and the levels | Stefan Metzmacher | 2 | -80/+114 |
2007-10-10 | r16708: the packet format of SMB2 SessionSetup has changed, | Stefan Metzmacher | 1 | -4/+9 |
2007-10-10 | r16699: the layout of SMB2 Read and Write is identical... | Stefan Metzmacher | 1 | -3/+1 |
2007-10-10 | r16667: - use ndr_pull_struct_blob() to make the RAW_FILEINFO_SEC_DESC pull code | Stefan Metzmacher | 2 | -13/+22 |
2007-10-10 | r16091: Without this patch Samba3 will not accept this, and simply setting th... | Volker Lendecke | 1 | -2/+3 |
2007-10-10 | r15854: more talloc_set_destructor() typesafe fixes | Andrew Tridgell | 1 | -5/+2 |
2007-10-10 | r15835: fixed locking in the client library | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r15814: add SMB2 Lock interface structure | Stefan Metzmacher | 2 | -1/+35 |
2007-10-10 | r15756: handle RAW_OPEN_SMB2 | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r15741: move smb2 request structures into the main smb request structs | Stefan Metzmacher | 7 | -18/+390 |
2007-10-10 | r15740: add TODO, that we should check if the server supports | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r15737: fix a typos and comment | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l... | Stefan Metzmacher | 2 | -1/+18 |
2007-10-10 | r15688: windows sends 4 as max_setup count on NT IOCTL | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15656: for NT IOCTL's we need to control the max_data field for some calls | Stefan Metzmacher | 2 | -1/+2 |
2007-10-10 | r15643: add some FSCTL_ codes | Stefan Metzmacher | 1 | -5/+32 |
2007-10-10 | r15640: - NT IOCTL calls also have an 'in' data_blob | Stefan Metzmacher | 2 | -7/+17 |
2007-10-10 | r15638: add a usefull macro to get a pointer the smb_handle union | Stefan Metzmacher | 1 | -1/+43 |
2007-10-10 | r15505: - add 'generic' alias to smb_seek and smb_flush | Stefan Metzmacher | 1 | -8/+14 |
2007-10-10 | r15379: Fix shared library build's unresolved dependencies | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15338: Fix build of most things with shared libs enabled. | Jelmer Vernooij | 1 | -2/+2 |