Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-18 | s4: Call va_end() after all va_start()/va_copy() calls. | Andrew Kroeger | 1 | -0/+4 | |
This corrects the issues reaised in bug #6129, and some others that were not originally identified. It also accounts for some code that was in the original bug report but appears to have since been made common between S3 and S4. Thanks to Erik Hovland <erik@hovland.org> for the original bug report. | |||||
2009-04-23 | Fix a couple of warnings | Volker Lendecke | 1 | -10/+15 | |
2009-04-16 | Fix building the now common msrpc_parse code | Andrew Bartlett | 1 | -1/+1 | |
2009-04-14 | Rework trivial msrpc parser to use convert_string_talloc() | Andrew Bartlett | 1 | -21/+21 | |
Also avoid still string conversions when trying to match NTLMSSP in the header of the NTLMSSP packet. This also changes a few things to avoid const warnings. Andrew Bartlett | |||||
2009-04-14 | Move MSRPC-PARSE into the common libcli/auth | Andrew Bartlett | 1 | -0/+368 | |
This is a depenceny of smbencrypt.c |