summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-212-4/+5
* r26416: Janitorial: Fix warnings in auth/gensec/Kai Blin2007-12-212-11/+15
* r26385: Integrate gensec-socket into gensec.Jelmer Vernooij2007-12-214-67/+36
* r26379: Remove more global_loadparm instances.Jelmer Vernooij2007-12-211-1/+1
* r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2007-12-212-2/+2
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-217-43/+44
* r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij2007-12-217-14/+18
* r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij2007-12-213-3/+3
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-1/+1
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-211-1/+1
* r26234: More global_loadparm fixes.Jelmer Vernooij2007-12-213-16/+20
* r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij2007-12-211-0/+1
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-214-4/+4
* r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij2007-12-211-5/+5
* r26226: Avoid more uses of global_loadparm.Jelmer Vernooij2007-12-212-2/+4
* r26222: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-1/+1
* r26203: Avoid using ldb_wrap for secrets database.Jelmer Vernooij2007-12-211-0/+1
* r26136: Attempt to fix dependencies for auth.Jelmer Vernooij2007-12-211-3/+3
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+2
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-9/+13
* r25562: Use standard bool types in cyrus sasl code - patch by Julien.Jelmer Vernooij2007-10-101-8/+9
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-108-82/+82
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-102-3/+4
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-103-10/+10
* r25428: forward declarations of enums are not portable,Stefan Metzmacher2007-10-102-6/+8
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-102-6/+6
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-104-10/+11
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-4/+4
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-104-0/+4
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-1/+3
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-103-24/+24
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-102-4/+4
* r24814: Fix headers, trim core.h even more.Jelmer Vernooij2007-10-101-2/+0
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-101-8/+11
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-102-5/+5
* r24504: Try to return more useful error information on why a bind failed.Andrew Bartlett2007-10-101-0/+5
* r24282: Try to fix the occasional Samba4 crash in BASE-BENCH-READWRITE, asAndrew Bartlett2007-10-101-1/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-1014-42/+28
* r23455: These buffers may not be null terminated. Ensure we don't run past theAndrew Bartlett2007-10-101-1/+12
* r23136: Set the event context onto the credentials in more places.Andrew Bartlett2007-10-101-0/+1
* r23036: error checking on asn1_init() failureAndrew Tridgell2007-10-101-1/+10
* r23030: finally fixed up our asn1 code to use better memory allocation. ThisAndrew Tridgell2007-10-102-44/+39
* r22969: fix some more places where we could end up with more than one eventAndrew Tridgell2007-10-101-0/+2
* r22966: Make sure to return LOGON_FAILURE if the user's kerberos password isAndrew Bartlett2007-10-103-6/+15
* r22635: make it possible to not turn off dns canonicalization of hostnamesStefan Metzmacher2007-10-101-1/+1
* r22404: more dependencies which should be privateStefan Metzmacher2007-10-101-8/+6
* r22397: hopefully fix the build on some aix hosts in the build-farmStefan Metzmacher2007-10-101-1/+1
* r22294: Lock the delegated credentials to being kerberos only, we just don'tAndrew Bartlett2007-10-101-0/+6
* r22293: Try to make it more clear what failed to parse.Andrew Bartlett2007-10-101-1/+1
* r22208: Print the target principal name, to help with kdc unreachable errors.Andrew Bartlett2007-10-101-7/+4