summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-2/+2
2007-12-21r26422: build: let configure print out if we have working python module supportStefan Metzmacher1-5/+13
2007-12-21r26419: Add a module to implement 'ambigious name resolution' by munging theAndrew Bartlett1-0/+1
2007-12-21r26411: Double check Python installation - make sure we can compile and link ...Jelmer Vernooij1-1/+15
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-1/+1
2007-12-21r26402: Require a talloc context in libnetif.Jelmer Vernooij1-1/+3
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2-5/+7
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij3-3/+25
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-1/+1
2007-12-21r26375: Move provision-independent utility function to main samba python module.Jelmer Vernooij2-10/+13
2007-12-21r26369: Start on tests for the upgrade python code.Jelmer Vernooij2-0/+30
2007-12-21r26366: Import provision scripts in Python.Jelmer Vernooij2-0/+1403
2007-12-21r26352: Don't make lp_load create a new context.Jelmer Vernooij4-6/+17
2007-12-21r26339: Make loadparm talloc-allocated.Jelmer Vernooij2-3/+3
2007-12-21r26338: Fix parameter, typo.Jelmer Vernooij1-2/+2
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2-2/+3
2007-12-21r26325: Remove use of global_loadparm in netif.Jelmer Vernooij1-2/+2
2007-12-21r26317: Fix typos.Jelmer Vernooij1-2/+2
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-2/+2
2007-12-21r26304: More work to remove silly error printouts.Andrew Bartlett1-3/+4
2007-12-21r26303: Fix up error reporting during the delete of previous entries in theAndrew Bartlett1-2/+5
2007-12-21r26302: Print the error string for failed rootdse searches.Andrew Bartlett1-1/+4
2007-12-21r26298: Use metze's schema loading code to pre-initialise the schema into theAndrew Bartlett2-13/+93
2007-12-21r26275: return loadparm context in lp_load.Jelmer Vernooij2-4/+7
2007-12-21r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij1-1/+0
2007-12-21r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2-2/+2
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij1-1/+1
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij5-175/+3333
2007-12-21r26247: Don't allow use of older SWIG versions.Jelmer Vernooij2-1/+129
2007-12-21r26246: Make it easier to debug assert()s in the provision, if messages areAndrew Bartlett1-27/+23
2007-12-21r26245: Make it easier to handle the LDAP backend, with it's differing needs,Andrew Bartlett1-16/+18
2007-12-21r26244: Add a module (sans tests for the moment) that implements rangedAndrew Bartlett1-0/+1
2007-12-21r26243: stdint.i requires swigarch.iJelmer Vernooij1-0/+65
2007-12-21r26242: Don't fail if swig is not available.Jelmer Vernooij1-1/+1
2007-12-21r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij1-1/+1
2007-12-21r26232: Provide replacement for stdint.i for users of older versions of swig.Jelmer Vernooij1-0/+109
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij1-1/+1
2007-12-21r26226: Avoid more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26221: Add loadparm_context parameter to auth_context_create.Jelmer Vernooij1-1/+1
2007-12-21r26207: Only compile swig files if swig is available.Jelmer Vernooij1-1/+1
2007-12-21r26201: Build docs for the security module.Jelmer Vernooij1-1/+1
2007-12-21r26197: Add bindings for libsecurity.Jelmer Vernooij2-60/+0
2007-12-21r26191: Import custom test runner for subunit, rather than using trial, which...Jelmer Vernooij2-0/+411
2007-12-21r26188: Now that swig output is pregenerated, allow building python code with...Jelmer Vernooij1-1/+1
2007-12-21r26186: Generate SWIG files as part of autogen.shJelmer Vernooij1-2/+2
2007-12-21r26139: Based on a report by Theodor Chirana, don't assert() on invalidAndrew Bartlett1-2/+0
2007-12-21r26114: Allow keyword-arguments.Jelmer Vernooij1-1/+1
2007-12-21r26100: Also check for SWIG.Jelmer Vernooij2-3/+3
2007-12-21r26098: Make missing python no longer fatal.Jelmer Vernooij1-5/+12
2007-12-21r26096: No longer include removed headerJelmer Vernooij3-3/+1