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