summaryrefslogtreecommitdiff
path: root/source4/auth/gensec
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij4-10/+11
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-4/+4
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij4-0/+4
2007-10-10r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij1-1/+3
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij3-24/+24
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij2-4/+4
2007-10-10r24814: Fix headers, trim core.h even more.Jelmer Vernooij1-2/+0
2007-10-10r24780: More work allowing libutil to be used by external users.Jelmer Vernooij1-8/+11
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2-5/+5
2007-10-10r24504: Try to return more useful error information on why a bind failed.Andrew Bartlett1-0/+5
2007-10-10r24282: Try to fix the occasional Samba4 crash in BASE-BENCH-READWRITE, asAndrew Bartlett1-1/+4
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell14-42/+28
2007-10-10r23455: These buffers may not be null terminated. Ensure we don't run past theAndrew Bartlett1-1/+12
2007-10-10r23136: Set the event context onto the credentials in more places.Andrew Bartlett1-0/+1
2007-10-10r23036: error checking on asn1_init() failureAndrew Tridgell1-1/+10
2007-10-10r23030: finally fixed up our asn1 code to use better memory allocation. ThisAndrew Tridgell2-44/+39
2007-10-10r22969: fix some more places where we could end up with more than one eventAndrew Tridgell1-0/+2
2007-10-10r22966: Make sure to return LOGON_FAILURE if the user's kerberos password isAndrew Bartlett3-6/+15
2007-10-10r22635: make it possible to not turn off dns canonicalization of hostnamesStefan Metzmacher1-1/+1
2007-10-10r22404: more dependencies which should be privateStefan Metzmacher1-8/+6
2007-10-10r22397: hopefully fix the build on some aix hosts in the build-farmStefan Metzmacher1-1/+1
2007-10-10r22294: Lock the delegated credentials to being kerberos only, we just don'tAndrew Bartlett1-0/+6
2007-10-10r22293: Try to make it more clear what failed to parse.Andrew Bartlett1-1/+1
2007-10-10r22208: Print the target principal name, to help with kdc unreachable errors.Andrew Bartlett1-7/+4
2007-10-10r22199: fix typoStefan Metzmacher1-2/+2
2007-10-10r20258: add functions to read and write asn1 encoded OID strings without lead...Stefan Metzmacher1-5/+5
2007-10-10r20135: attach default gensec features to the cli_credentials structure,Stefan Metzmacher1-0/+2
2007-10-10r20108: match w2k3 and send 1.2.840.48018.1.2.2 before 1.2.840.113554.1.2.2Stefan Metzmacher1-1/+1
2007-10-10r20107: don't segfault when the server didn't send a supportedMech in a negTo...Stefan Metzmacher1-0/+1
2007-10-10r20034: Start using ldb_search_exp_fmt()Simo Sorce1-11/+3
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-1/+1
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-2/+2
2007-10-10r19676: Fix some more dependencies.Jelmer Vernooij1-1/+1
2007-10-10r19660: Forgot to tell gsskrb5 not to canonicalize hostnames. Shoudl fixAndrew Bartlett1-0/+8
2007-10-10r19650: Allow Samba to use Heimdal's SPNEGO code. Currently this can onlyAndrew Bartlett1-9/+49
2007-10-10r19644: Merge up to current lorikeet-heimdal, incling addingAndrew Bartlett1-0/+18
2007-10-10r19635: It appears that under CFX, different keys are used in each directionAndrew Bartlett1-3/+3
2007-10-10r19633: Merge to lorikeet-heimdal, removing krb5_rd_req_return_keyblock in fa...Andrew Bartlett2-31/+44
2007-10-10r19629: No need to special case use of DCE_STYLE sign and seal away any more...Andrew Bartlett1-9/+0
2007-10-10r19628: This hint via Love at the IETF meeting:Andrew Bartlett1-0/+3
2007-10-10r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett2-91/+134
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett12-14/+28
2007-10-10r19597: Ahead of the merge to current lorikeet-heimdal:Andrew Bartlett1-59/+67
2007-10-10r19595: Seperate debug messages between database failure and simple lack ofAndrew Bartlett1-2/+9
2007-10-10r19566: Predeclare some useful structures.Andrew Bartlett1-0/+3
2007-10-10r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2-3/+3
2007-10-10r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce1-4/+4
2007-10-10r19465: Rather than use the non-standard API for determining the signatureAndrew Bartlett1-55/+8
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-1/+1
2007-10-10r19299: Fix possible memleaksSimo Sorce1-3/+21