r4459: GENSEC refinements:
[samba.git] / source / libcli / auth / gensec.c
2007-10-10 Andrew Bartlettr4459: GENSEC refinements:
2007-10-10 Andrew Bartlettr4358: At metze's request, the Christmas elves have...
2007-10-10 Andrew Bartlettr4355: More work from the elves on Christmas eve:
2007-10-10 Stefan Metzmacherr4325: add the GENSEC_FEATURE_DCE_STYLE flag
2007-10-10 Stefan Metzmacherr4079: implement the gensec_have_feature() correctly...
2007-10-10 Andrew Tridgellr4054: got rid of Realloc(), replacing it with the...
2007-10-10 Stefan Metzmacherr4001: fix segfault fix auth failed
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Andrew Tridgellr3613: fixed a typo
2007-10-10 Jelmer Vernooijr3586: Fix some of the issues with the module init...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Bartlettr3110: Fix the krb5 client and server, so that it doesn...
2007-10-10 Stefan Metzmacherr2860: add gensec_have_feature() to check what feature...
2007-10-10 Andrew Bartlettr2859: It seems useful to allow the seal/unseal functio...
2007-10-10 Stefan Metzmacherr2850: - check for GENSEC_WANT_SEAL in gensec_unseal_pa...
2007-10-10 Andrew Tridgellr2646: - use a talloc destructor to ensure that sockets...
2007-10-10 Andrew Tridgellr2629: convert gensec to the new talloc model
2007-10-10 Andrew Tridgellr2377: added a more generic way of disabling gensec...
2007-10-10 Stefan Metzmacherr2314: fix compiler warning
2007-10-10 Andrew Bartlettr2307: Fix the use of 'raw' NTLMSSP to hosts that suppo...
2007-10-10 Andrew Bartlettr2284: Thanks to some great detective work by tridge...
2007-10-10 Andrew Bartlettr2053: All RPC sessions 'want' a session key. Of cours...
2007-10-10 Andrew Bartlettr2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.
2007-10-10 Stefan Metzmacherr1737: don't segfault when a mech don't have a session_...
2007-10-10 Andrew Bartlettr1724: Add a new function to return the list of availab...
2007-10-10 Andrew Bartlettr1685: Add the ability to lookup RPC auth types for...
2007-10-10 Andrew Bartlettr1475: More kerberos work
2007-10-10 Andrew Tridgellr1466: the name "oid" is taken by some silly system...
2007-10-10 Jelmer Vernooijr1449: Use the config system somewhat better in libcli...
2007-10-10 Andrew Bartlettr1440: GENSEC improvements:
2007-10-10 Stefan Metzmacherr1359: fix uninit var - found by valgrind
2007-10-10 Andrew Bartlettr1357: Work on GENSEC:
2007-10-10 Stefan Metzmacherr1348: get gensec backend by OID instead of name
2007-10-10 Stefan Metzmacherr1344: add gensec_start_mech_by_name()
2007-10-10 Andrew Bartlettr1294: A nice, large, commit...
2007-10-10 Andrew Bartlettr1200: Add 'gensec', our generic security layer.