summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26379: Remove more global_loadparm instances.Jelmer Vernooij3-10/+4
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij2-4/+5
2007-12-21r26360: Add some const.Jelmer Vernooij3-4/+4
2007-12-21r26357: Add separate subsystem for auth_sam_reply parsing.Jelmer Vernooij3-4/+9
2007-12-21r26356: Remove prototype for nonexisting function.Jelmer Vernooij1-9/+0
2007-12-21r26348: Avoid use of autofree context.Jelmer Vernooij1-3/+3
2007-12-21r26335: Specify name_resolve_order to socket code.Jelmer Vernooij1-1/+2
2007-12-21r26323: Regenerated credentials SWIG.Jelmer Vernooij1-3/+1
2007-12-21r26321: Fix python tests.Jelmer Vernooij1-2/+3
2007-12-21r26320: Clean up properly after error.Jelmer Vernooij2-3/+2
2007-12-21r26319: Split encoding functions out of libcli_ldap.Jelmer Vernooij2-1/+2
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij2-7/+7
2007-12-21r26274: Some syntax fixes, remove more global_loadparm instances.Jelmer Vernooij2-3/+5
2007-12-21r26272: Remove global_loadparm in some more places.Jelmer Vernooij1-2/+3
2007-12-21r26271: Remove some more uses of global_loadparm.Jelmer Vernooij2-7/+12
2007-12-21r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij3-8/+27
2007-12-21r26269: Fix a couple more references to global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij1-3/+3
2007-12-21r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij6-7/+8
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij10-73/+74
2007-12-21r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij9-28/+34
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij8-31/+63
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij4-14/+23
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij4-0/+7353
2007-12-21r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2-4/+4
2007-12-21r26235: Avoid global_loadparm.Jelmer Vernooij1-3/+5
2007-12-21r26234: More global_loadparm fixes.Jelmer Vernooij5-22/+28
2007-12-21r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij7-14/+22
2007-12-21r26231: Spell check: credentails -> credentials.Jelmer Vernooij5-5/+5
2007-12-21r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...Jelmer Vernooij5-13/+15
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij9-28/+40
2007-12-21r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2-3/+3
2007-12-21r26226: Avoid more uses of global_loadparm.Jelmer Vernooij3-7/+11
2007-12-21r26224: Remove another use of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26222: Avoid global_loadparm in a couple more places.Jelmer Vernooij3-5/+6
2007-12-21r26221: Add loadparm_context parameter to auth_context_create.Jelmer Vernooij4-4/+9
2007-12-21r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...Jelmer Vernooij2-2/+1
2007-12-21r26204: Binsings for some more functions.Jelmer Vernooij2-0/+12
2007-12-21r26203: Avoid using ldb_wrap for secrets database.Jelmer Vernooij1-0/+1
2007-12-21r26189: Add really trivial testsuite for the auth module.Jelmer Vernooij3-2/+37
2007-12-21r26136: Attempt to fix dependencies for auth.Jelmer Vernooij3-5/+4
2007-12-21r26134: Avoid using samdb-dependent functions in auth_system_session.Jelmer Vernooij2-2/+119
2007-12-21r26127: Move session code out of auth_util.c. No longer making it part of aut...Jelmer Vernooij6-450/+556
2007-12-21r26099: Don't depend on nonexistant auth_util.h header.Jelmer Vernooij1-1/+0
2007-12-21r26078: Import Python bindings for system_session functions (still needs tests).Jelmer Vernooij2-0/+51
2007-12-21r26069: Import python bindings for credentials.Jelmer Vernooij3-0/+181
2007-12-21r26016: remove unneeded includeStefan Metzmacher1-1/+0
2007-12-21r26006: Improve some dependencies.Jelmer Vernooij2-5/+1
2007-12-21r26004: Add some simple credentials tests.Jelmer Vernooij1-0/+120
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij5-5/+8