summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
* r20258: add functions to read and write asn1 encoded OID strings without lead...Stefan Metzmacher2007-10-101-5/+5
* r20135: attach default gensec features to the cli_credentials structure,Stefan Metzmacher2007-10-101-0/+2
* r20108: match w2k3 and send 1.2.840.48018.1.2.2 before 1.2.840.113554.1.2.2Stefan Metzmacher2007-10-101-1/+1
* r20107: don't segfault when the server didn't send a supportedMech in a negTo...Stefan Metzmacher2007-10-101-0/+1
* r20034: Start using ldb_search_exp_fmt()Simo Sorce2007-10-101-11/+3
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-101-1/+1
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-2/+2
* r19676: Fix some more dependencies.Jelmer Vernooij2007-10-101-1/+1
* r19660: Forgot to tell gsskrb5 not to canonicalize hostnames. Shoudl fixAndrew Bartlett2007-10-101-0/+8
* r19650: Allow Samba to use Heimdal's SPNEGO code. Currently this can onlyAndrew Bartlett2007-10-101-9/+49
* r19644: Merge up to current lorikeet-heimdal, incling addingAndrew Bartlett2007-10-101-0/+18
* r19635: It appears that under CFX, different keys are used in each directionAndrew Bartlett2007-10-101-3/+3
* r19633: Merge to lorikeet-heimdal, removing krb5_rd_req_return_keyblock in fa...Andrew Bartlett2007-10-102-31/+44
* r19629: No need to special case use of DCE_STYLE sign and seal away any more...Andrew Bartlett2007-10-101-9/+0
* r19628: This hint via Love at the IETF meeting:Andrew Bartlett2007-10-101-0/+3
* r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett2007-10-102-91/+134
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-1012-14/+28
* r19597: Ahead of the merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-59/+67
* r19595: Seperate debug messages between database failure and simple lack ofAndrew Bartlett2007-10-101-2/+9
* r19566: Predeclare some useful structures.Andrew Bartlett2007-10-101-0/+3
* r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2007-10-102-3/+3
* r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce2007-10-101-4/+4
* r19465: Rather than use the non-standard API for determining the signatureAndrew Bartlett2007-10-101-55/+8
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-1/+1
* r19299: Fix possible memleaksSimo Sorce2007-10-101-3/+21
* r19265: It is not an error to set the target hostname to NULL.Andrew Bartlett2007-10-101-1/+1
* r18354: It seems safe to enable the DIGEST-MD5 module now.Andrew Bartlett2007-10-101-1/+1
* r18321: fixed some warnings on AIXAndrew Tridgell2007-10-101-1/+1
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-102-3/+3
* r18295: pass write type for packet_sizeAndrew Tridgell2007-10-101-1/+1
* r18257: Order the GENSEC modules, with unknown modules last.Andrew Bartlett2007-10-107-17/+19
* r18255: Remove the SMB_ASSERT(), as these are not talloc()'ed structures.Andrew Bartlett2007-10-101-3/+0
* r18253: Turn Cyrus-SASL DIGEST-MD5 off by default for now.Andrew Bartlett2007-10-102-1/+10
* r18250: Add an ordering of GENSEC modules, so we do preferred modules first.Andrew Bartlett2007-10-105-4/+20
* r18249: Keep trying to start an GENSEC mech from the list until one actuallyAndrew Bartlett2007-10-101-2/+8
* r18242: The cyrus-sasl encode/decode routines process the entire input.Andrew Bartlett2007-10-101-0/+2
* r18198: Fix callbacks to use allocated or constant memory, not the stack.Andrew Bartlett2007-10-101-16/+22
* r18155: Add my work in progress, a module to link with Cyrus-SASL, for aAndrew Bartlett2007-10-103-2/+425
* r18068: This splits the handling of multiple SASL packets between the GENSECAndrew Bartlett2007-10-105-61/+239
* r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2007-10-101-5/+5
* r17344: move the gensec_update_request structure into the header fileStefan Metzmacher2007-10-102-12/+12
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-102-6/+32
* r17332: May as well make this a round numberAndrew Bartlett2007-10-101-1/+1
* r17272: move the callback stuff into a substructureStefan Metzmacher2007-10-101-8/+10
* r17267: - add an async interface for gensec_update() to the public gensec apiStefan Metzmacher2007-10-102-0/+78
* r17223: In some protocols it is not possible to negoitate off some features,Andrew Bartlett2007-10-101-5/+3
* r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett2007-10-102-38/+66
* r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2007-10-104-18/+503
* r17173: Check for oversize output, not oversize input, and fix the GSSAPI mechAndrew Bartlett2007-10-101-10/+11
* r17171: Add a gensec function to determine the maximum negotiated buffer size,Andrew Bartlett2007-10-103-34/+134