summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/gensec.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-10/+1
2007-10-10r3613: fixed a typoAndrew Tridgell1-2/+2
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij1-19/+6
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3110: Fix the krb5 client and server, so that it doesn't segfault. ThereAndrew Bartlett1-5/+2
2007-10-10r2860: add gensec_have_feature() to check what feature are used in the connec...Stefan Metzmacher1-0/+15
2007-10-10r2859: It seems useful to allow the seal/unseal functions in gensec to passAndrew Bartlett1-0/+12
2007-10-10r2850: - check for GENSEC_WANT_SEAL in gensec_unseal_packet()Stefan Metzmacher1-0/+4
2007-10-10r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell1-2/+1
2007-10-10r2629: convert gensec to the new talloc modelAndrew Tridgell1-30/+26
2007-10-10r2377: added a more generic way of disabling gensec subsystems. For example,Andrew Tridgell1-0/+5
2007-10-10r2314: fix compiler warningStefan Metzmacher1-2/+2
2007-10-10r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security,Andrew Bartlett1-0/+11
2007-10-10r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett1-7/+25
2007-10-10r2053: All RPC sessions 'want' a session key. Of course, the key theyAndrew Bartlett1-0/+3
2007-10-10r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett1-3/+38
2007-10-10r1737: don't segfault when a mech don't have a session_info hookStefan Metzmacher1-0/+3
2007-10-10r1724: Add a new function to return the list of available OIDs.Andrew Bartlett1-9/+39
2007-10-10r1685: Add the ability to lookup RPC auth types for the RPC-MGMT torture test.Andrew Bartlett1-0/+11
2007-10-10r1475: More kerberos workAndrew Bartlett1-8/+181
2007-10-10r1466: the name "oid" is taken by some silly system headers - avoid it in our...Andrew Tridgell1-2/+2
2007-10-10r1449: Use the config system somewhat better in libcli/authJelmer Vernooij1-7/+2
2007-10-10r1440: GENSEC improvements:Andrew Bartlett1-1/+57
2007-10-10r1359: fix uninit var - found by valgrindStefan Metzmacher1-3/+1
2007-10-10r1357: Work on GENSEC:Andrew Bartlett1-5/+50
2007-10-10r1348: get gensec backend by OID instead of nameStefan Metzmacher1-11/+0
2007-10-10r1344: add gensec_start_mech_by_name()Stefan Metzmacher1-0/+11
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-43/+362
2007-10-10r1200: Add 'gensec', our generic security layer.Andrew Bartlett1-0/+104