Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r14414: added some error checks | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r14413: don't do memcpy of length 0 | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r14402: Generate seperate headers for RPC client functions. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 7 | -6/+38 |
2007-10-10 | r14372: fix bug found by sparse | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14363: Remove credentials.h from the global includes. | Jelmer Vernooij | 4 | -0/+4 |
2007-10-10 | r14349: Kill proto.h! | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters: | Jelmer Vernooij | 1 | -12/+8 |
2007-10-10 | r14297: make sure we can go through the loop for than once | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r14256: - rename smb_file -> smb_handle | Stefan Metzmacher | 16 | -208/+237 |
2007-10-10 | r14239: Fix indentation. | Rafal Szczesniak | 1 | -15/+15 |
2007-10-10 | r14208: removed use of req->flags2 inside the ntvfs layer. This should help | Andrew Tridgell | 4 | -0/+6 |
2007-10-10 | r14205: move smb specific stuff out of includes.h (finally!!!:-) | Stefan Metzmacher | 5 | -46/+32 |
2007-10-10 | r14174: fix typos | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 14 | -251/+252 |
2007-10-10 | r14160: don't write behind the buffer | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r14141: fixed bugzilla 2921, forcing correct alignment when in ascii mode | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r14064: - split out MSRPC_PARSE into a speperate subsystem | Stefan Metzmacher | 2 | -1/+2 |
2007-10-10 | r13960: Generate makefile rules for installing/removing shared modules. | Jelmer Vernooij | 4 | -4/+4 |
2007-10-10 | r13944: Yet another round of splitups. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13938: Around round of splitups | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r13936: fix dependecy | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13935: add dependecies | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r13926: More header splitups. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 28 | -0/+162 |
2007-10-10 | r13850: Test (and fix) not using SPNEGO at all, but instead using raw NTLMSSP. | Andrew Bartlett | 1 | -13/+25 |
2007-10-10 | r13842: Make some more functions public. | Jelmer Vernooij | 1 | -12/+13 |
2007-10-10 | r13840: Mark some functions as public. | Jelmer Vernooij | 2 | -35/+35 |
2007-10-10 | r13658: More moving around of files: | Jelmer Vernooij | 5 | -2/+473 |
2007-10-10 | r13654: Move some more stuff out of include/ | Jelmer Vernooij | 1 | -0/+2035 |
2007-10-10 | r13653: Copy headers from the right place | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13652: Move some more stuff out off include/ | Jelmer Vernooij | 3 | -0/+1198 |
2007-10-10 | r13609: Get in the initial work on making ldb async | Simo Sorce | 6 | -44/+73 |
2007-10-10 | r13508: some ASN.1 element in LDAP are optional, | Stefan Metzmacher | 4 | -55/+112 |
2007-10-10 | r13506: zero memory as some ASN.1 elements are optional, and we should initia... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13505: allow servers to bind to non-broadcast interfaces. Servers now | Andrew Tridgell | 1 | -4/+7 |
2007-10-10 | r13466: Make it easier to understand what this function actually does. | Andrew Bartlett | 1 | -5/+5 |
2007-10-10 | r13405: Allow a fallback if SPNEGO is somehow disabled in the client, to just... | Andrew Bartlett | 1 | -1/+7 |
2007-10-10 | r13387: Make sure smbcli_parse_unc reports a failure for strings of | James Peach | 1 | -10/+25 |
2007-10-10 | r13372: fixes ... still no joy | Simo Sorce | 1 | -0/+8 |
2007-10-10 | r13361: initial implementation of the vlv control | Simo Sorce | 1 | -1/+244 |
2007-10-10 | r13354: Add tests to check that controls work properly | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r13352: Integrate Patch to support the ManageDSAIT control | Simo Sorce | 1 | -0/+20 |
2007-10-10 | r13345: let us replicate with NT4sp6a | Stefan Metzmacher | 1 | -0/+15 |
2007-10-10 | r13344: Trust SASL to have subtle distinctions between NULL and zero-length | Andrew Bartlett | 1 | -3/+17 |
2007-10-10 | r13342: Make the GSSAPI SASL mech actually work, by (shock horror) reading th... | Andrew Bartlett | 1 | -13/+6 |
2007-10-10 | r13255: New CIFS dd client for use in performance testing. The guts of this is | James Peach | 1 | -7/+27 |
2007-10-10 | r13203: Make this comment clearer. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r13154: Add some const | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13103: Walk the names in the node status request, so I can find a server | Andrew Bartlett | 1 | -11/+14 |