r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
[nivanova/samba-autobuild/.git] / source4 / libcli / auth / ntlmssp.c
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Bartlettr4635: Fix NTLMSSP to return NT_STATUS_OK when it has...
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Bartlettr4357: Return a more sensible error code if a NULL...
2007-10-10 Andrew Bartlettr4355: More work from the elves on Christmas eve:
2007-10-10 Stefan Metzmacherr3959: fix compiler warnings
2007-10-10 Andrew Bartlettr3655: As required by the new torture test, add the...
2007-10-10 Andrew Tridgellr3462: separate out the crypto includes
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr2645: converted the NTLMSSP code to the new style...
2007-10-10 Andrew Tridgellr2303: allow setting of many ntlmssp options from smb...
2007-10-10 Andrew Bartlettr2285: Remove more static data, fix spelling in a comment.
2007-10-10 Andrew Bartlettr2284: Thanks to some great detective work by tridge...
2007-10-10 Andrew Bartlettr2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.
2007-10-10 Volker Lendecker1886: Fix the build
2007-10-10 Andrew Tridgellr1630: - fixed the replacement timegm() function to...
2007-10-10 Andrew Bartlettr1498: (merge from 3.0)
2007-10-10 Andrew Bartlettr1439: Once we are authenticated, always return NT_STAT...
2007-10-10 Stefan Metzmacherr1274: revert -r 1239 as discussed with abartlet
2007-10-10 Stefan Metzmacherr1239: move the old msrpc_<gen|parse>() functions to...
2007-10-10 Andrew Bartlettr1200: Add 'gensec', our generic security layer.
2007-10-10 Stefan Metzmacherr1001: in samba4 we don't(shouldn't) use typedef's...
2007-10-10 Andrew Tridgellr995: - renamed many of our crypto routines to use...
2007-10-10 Stefan Metzmacherr961: convert 'uchar' to 'uint8_t'
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Bartlettr874: This patch is a pile of work on NTLMSSP:
2007-10-10 Andrew Bartlettr610: - Merge the Samba3 'ntlm_auth --diagnostics...
2007-10-10 Andrew Bartlettr451: More NTLMSSP work.
2007-10-10 Andrew Bartlettr443: Update Samba4 to the auth and NTLMSSP code from...
2003-12-15 Andrew Tridgellmake sure we allow clients to negotiate ntlmssp seal...
2003-11-26 Andrew Tridgellsigned DCERPC over TCP now works !