summaryrefslogtreecommitdiff
path: root/source4/auth/gensec
AgeCommit message (Expand)AuthorFilesLines
2008-03-04Fix the build.Jelmer Vernooij1-1/+1
2008-03-04Fix some paths.Jelmer Vernooij1-2/+2
2008-03-03Fix some syntax errors.Jelmer Vernooij1-1/+1
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-10/+15
2008-02-29Move public header accumulation out of the perl code.Jelmer Vernooij1-2/+3
2008-02-26Move public header accumulation out of the perl code.Jelmer Vernooij1-1/+2
2008-02-26Fix the build (again).Jelmer Vernooij1-0/+6
2008-02-25Remove public prototype headers. Generating both public and private prototype...Jelmer Vernooij1-1/+1
2008-02-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij4-6/+8
2008-02-21Avoid use of global_loadparm.Jelmer Vernooij2-2/+4
2008-02-20Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij4-4/+4
2008-02-18Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij1-1/+1
2008-02-18Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij1-1/+1
2008-02-16Move responsibilities of build.h to makefile.Jelmer Vernooij1-1/+0
2008-02-15cyrus_sasl: fix compiler warningsStefan Metzmacher1-1/+4
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-1/+0
2008-01-22gensec: Use manually written .pc file.Jelmer Vernooij2-0/+12
2008-01-15util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij1-1/+1
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-2/+4
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-2/+4
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-1/+1
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-1/+1
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2-5/+5
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij2-5/+5
2007-12-21r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij1-2/+2
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij2-4/+5
2007-12-21r26416: Janitorial: Fix warnings in auth/gensec/Kai Blin2-11/+15
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