summaryrefslogtreecommitdiff
path: root/source4/auth/gensec
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26385: Integrate gensec-socket into gensec.Jelmer Vernooij4-67/+36
2007-12-21r26379: Remove more global_loadparm instances.Jelmer Vernooij1-1/+1
2007-12-21r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2-2/+2
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij7-43/+44
2007-12-21r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij7-14/+18
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij3-3/+3
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-1/+1
2007-12-21r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij1-1/+1
2007-12-21r26234: More global_loadparm fixes.Jelmer Vernooij3-16/+20
2007-12-21r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij1-0/+1
2007-12-21r26231: Spell check: credentails -> credentials.Jelmer Vernooij4-4/+4
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij1-5/+5
2007-12-21r26226: Avoid more uses of global_loadparm.Jelmer Vernooij2-2/+4
2007-12-21r26222: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-1/+1
2007-12-21r26203: Avoid using ldb_wrap for secrets database.Jelmer Vernooij1-0/+1
2007-12-21r26136: Attempt to fix dependencies for auth.Jelmer Vernooij1-3/+3
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+2
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-9/+13
2007-10-10r25562: Use standard bool types in cyrus sasl code - patch by Julien.Jelmer Vernooij1-8/+9
2007-10-10r25552: Convert to standard bool type.Jelmer Vernooij8-82/+82
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2-3/+4
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij3-10/+10
2007-10-10r25428: forward declarations of enums are not portable,Stefan Metzmacher2-6/+8
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2-6/+6
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